From e3893e8e1c2fab9138055f987b73179ccd6e0164 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sat, 14 May 2011 15:59:24 +0000 Subject: main/sylpheed: rebuild against libpng 1.5 --- main/sylpheed/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 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" -- cgit v1.2.3