summaryrefslogtreecommitdiffstats
path: root/main/sylpheed
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-05-14 15:59:24 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-05-14 15:59:24 +0000
commite3893e8e1c2fab9138055f987b73179ccd6e0164 (patch)
tree3c012727b03b440a1de56e79808e21b775a890e4 /main/sylpheed
parenteb07bec7fc68941e66eb3d8fe377e29a523145f2 (diff)
downloadaports-e3893e8e1c2fab9138055f987b73179ccd6e0164.tar.bz2
aports-e3893e8e1c2fab9138055f987b73179ccd6e0164.tar.xz
main/sylpheed: rebuild against libpng 1.5
Diffstat (limited to 'main/sylpheed')
-rw-r--r--main/sylpheed/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/sylpheed/APKBUILD b/main/sylpheed/APKBUILD
index 9645f386f..081579854 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"