diff options
Diffstat (limited to 'main/abiword/APKBUILD')
-rw-r--r-- | main/abiword/APKBUILD | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/main/abiword/APKBUILD b/main/abiword/APKBUILD index 2f38c32585..636b307b1b 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" |