commit 731cbd1729bf736b1b6993ccd1b76ba0799606de Author: Juergen Daubert <jue@jue.li> Date: Fri Nov 17 07:30:42 2006 +0100 sylpheed: update to 2.2.10 diff --git a/sylpheed/.footprint b/sylpheed/.footprint index 60129f4..31d7d7c 100644 --- a/sylpheed/.footprint +++ b/sylpheed/.footprint @@ -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 diff --git a/sylpheed/.md5sum b/sylpheed/.md5sum index 2e4ea52..3fbbfab 100644 --- a/sylpheed/.md5sum +++ b/sylpheed/.md5sum @@ -1 +1 @@ -45e9e89775613b0afb732fbc11c73d26 sylpheed-2.2.9.tar.bz2 +68709cd07d2416c7aaeacf2c6921b1a2 sylpheed-2.2.10.tar.bz2 diff --git a/sylpheed/Pkgfile b/sylpheed/Pkgfile index dd24f12..e06da85 100644 --- a/sylpheed/Pkgfile +++ b/sylpheed/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gtk, openssl name=sylpheed -version=2.2.9 +version=2.2.10 release=1 source=(http://sylpheed.sraoss.jp/sylpheed/v2.2/$name-$version.tar.bz2) @@ -17,5 +17,10 @@ build () { --enable-gpgme make make DESTDIR=$PKG install - rm -r $PKG/usr/share + + install -d $PKG/usr/share/{applications,pixmaps} + install -m 0644 sylpheed.desktop $PKG/usr/share/applications + install -m 0644 sylpheed.png $PKG/usr/share/pixmaps + + rm -r $PKG/usr/share/{locale,sylpheed} }