diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-05-14 15:59:24 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-05-14 15:59:24 +0000 |
commit | e3893e8e1c2fab9138055f987b73179ccd6e0164 (patch) | |
tree | 3c012727b03b440a1de56e79808e21b775a890e4 /main/sylpheed/APKBUILD | |
parent | eb07bec7fc68941e66eb3d8fe377e29a523145f2 (diff) | |
download | aports-e3893e8e1c2fab9138055f987b73179ccd6e0164.tar.bz2 aports-e3893e8e1c2fab9138055f987b73179ccd6e0164.tar.xz |
main/sylpheed: rebuild against libpng 1.5
Diffstat (limited to 'main/sylpheed/APKBUILD')
-rw-r--r-- | main/sylpheed/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/sylpheed/APKBUILD b/main/sylpheed/APKBUILD index 9645f386f9..081579854d 100644 --- a/main/sylpheed/APKBUILD +++ b/main/sylpheed/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sylpheed pkgver=3.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Lightweight and user-friendly e-mail client" url="http://sylpheed.sraoss.jp/en/" arch="all" @@ -22,5 +22,6 @@ build() { package() { cd "$srcdir/sylpheed-$pkgver" make DESTDIR="$pkgdir" install || return 1 + find "$pkgdir" -name '*.la' -delete } md5sums="311847d73d0dda63a48e5ec107538424 sylpheed-3.1.0.tar.bz2" |