Index: Pkgfile =================================================================== --- Pkgfile (revision 1367) +++ Pkgfile (working copy) @@ -5,7 +5,7 @@ name=sylpheed version=2.2.4 -release=1 +release=2 source=(http://sylpheed.good-day.net/sylpheed/v2.2/$name-$version.tar.bz2) build () { @@ -17,5 +17,8 @@ --enable-gpgme make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/{locale,sylpheed} + install -d $PKG/usr/share/{applications,pixmaps} + install -m 644 sylpheed.desktop $PKG/usr/share/applications + install -m 644 sylpheed.png $PKG/usr/share/pixmaps } Index: .footprint =================================================================== --- .footprint (revision 1367) +++ .footprint (working copy) @@ -1,3 +1,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sylpheed +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/sylpheed.desktop +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/sylpheed.png