summaryrefslogtreecommitdiff
path: root/sylpheed
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2008-06-23 09:57:06 +0200
committerJuergen Daubert <jue@jue.li>2008-06-23 09:57:06 +0200
commit6d8c01c0569e69d416e8741db01cd099d5c4d5ab (patch)
tree84b8e199cd4b9153176d09ebd27414941159ffb4 /sylpheed
parentd0b678b9d8658f91c9521d9b63523e779333cb7d (diff)
downloadopt-6d8c01c0569e69d416e8741db01cd099d5c4d5ab.tar.gz
opt-6d8c01c0569e69d416e8741db01cd099d5c4d5ab.tar.xz
sylpheed: update to 2.5.0
Diffstat (limited to 'sylpheed')
-rw-r--r--sylpheed/.md5sum2
-rw-r--r--sylpheed/Pkgfile9
2 files changed, 6 insertions, 5 deletions
diff --git a/sylpheed/.md5sum b/sylpheed/.md5sum
index 936d9a55d..0bea3bdca 100644
--- a/sylpheed/.md5sum
+++ b/sylpheed/.md5sum
@@ -1 +1 @@
-97fcbaa1e278849408ab1d628d4d1af7 sylpheed-2.4.8.tar.bz2
+a6fc9e9c2a33876fddb33f25f40b820f sylpheed-2.5.0.tar.bz2
diff --git a/sylpheed/Pkgfile b/sylpheed/Pkgfile
index 9da7dfbab..abd29da97 100644
--- a/sylpheed/Pkgfile
+++ b/sylpheed/Pkgfile
@@ -4,19 +4,20 @@
# Depends on: gtk, openssl
name=sylpheed
-version=2.4.8
+version=2.5.0
release=1
-source=(http://sylpheed.sraoss.jp/sylpheed/v2.4/$name-$version.tar.bz2)
+source=(http://sylpheed.sraoss.jp/sylpheed/v2.5/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
-
+
+ sed -ri '/\[.+\]=/d' sylpheed.desktop
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}
}

Generated by cgit