leafpad: changed Maintainer line + little changes to footprint

This commit is contained in:
Bartlomiej Palmowski 2010-07-01 11:23:58 +02:00
parent 1157771f0e
commit 77ddae3a61
2 changed files with 20 additions and 2 deletions

View File

@ -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

View File

@ -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
}