diff --git a/leafpad/.footprint b/leafpad/.footprint index ea6b99127..8defddb93 100644 --- a/leafpad/.footprint +++ b/leafpad/.footprint @@ -4,6 +4,23 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/leafpad.desktop +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/leafpad.png +drwxr-xr-x root/root usr/share/icons/hicolor/22x22/ +drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/leafpad.png +drwxr-xr-x root/root usr/share/icons/hicolor/24x24/ +drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/leafpad.png +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/leafpad.png +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/leafpad.svg drwxr-xr-x root/root usr/share/pixmaps/ -rw-r--r-- root/root usr/share/pixmaps/leafpad.png -rw-r--r-- root/root usr/share/pixmaps/leafpad.xpm diff --git a/leafpad/Pkgfile b/leafpad/Pkgfile index 9d4aafa93..a877bca3f 100644 --- a/leafpad/Pkgfile +++ b/leafpad/Pkgfile @@ -1,6 +1,7 @@ # Description: GTK+ based simple text editor. # URL: http://tarot.freeshell.org/leafpad -# Maintainer: Victor Martinez, pitillo at ono dot com +# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl +# Packager: Victor Martinez, pitillo at ono dot com # Depends on: gtk name=leafpad @@ -14,5 +15,5 @@ build() { --enable-chooser make make DESTDIR=$PKG install - rm -dr {$PKG/usr/share/locale,$PKG/usr/share/icons} + rm -r $PKG/usr/share/locale }