diff options
author | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2010-07-01 11:23:58 +0200 |
---|---|---|
committer | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2010-07-01 11:23:58 +0200 |
commit | 77ddae3a61a717ce905a9f47a3261c10190502e4 (patch) | |
tree | a4726f16af80339572a05cc92c7de5b5b826e88e /leafpad | |
parent | 1157771f0edf91ed0264f7ec033bf97a4d696dfa (diff) | |
download | contrib-77ddae3a61a717ce905a9f47a3261c10190502e4.tar.gz contrib-77ddae3a61a717ce905a9f47a3261c10190502e4.tar.xz |
leafpad: changed Maintainer line + little changes to footprint
Diffstat (limited to 'leafpad')
-rw-r--r-- | leafpad/.footprint | 17 | ||||
-rw-r--r-- | leafpad/Pkgfile | 5 |
2 files changed, 20 insertions, 2 deletions
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 } |