From 36de8321664709f0d42b55eb7e50b388669b5a3b Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 13 May 2011 22:43:53 -0500 Subject: main/abiword: png1.5 support patch --- main/abiword/APKBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'main/abiword') diff --git a/main/abiword/APKBUILD b/main/abiword/APKBUILD index 2f38c3258..636b307b1 100644 --- a/main/abiword/APKBUILD +++ b/main/abiword/APKBUILD @@ -27,7 +27,13 @@ for _i in $_plugins; do subpackages="$subpackages $pkgname-plugin-$_i:$_i" done -source="http://www.abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz" +source="http://www.abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz + abiword-png15.patch" + +prepare() { + cd "$srcdir"/$pkgname-$pkgver + patch -p1 < "$srcdir"/abiword-png15.patch +} build() { cd "$srcdir"/$pkgname-$pkgver @@ -66,4 +72,5 @@ plugins() { mkdir -p "$subpkgdir" } -md5sums="f883b0a7f26229a9c66fd6a1a94381aa abiword-2.8.6.tar.gz" +md5sums="f883b0a7f26229a9c66fd6a1a94381aa abiword-2.8.6.tar.gz +08a7fd39dbec279e0eea33fc70692093 abiword-png15.patch" -- cgit v1.2.3