summaryrefslogtreecommitdiffstats
path: root/main/inkscape/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/inkscape/APKBUILD')
-rw-r--r--main/inkscape/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/inkscape/APKBUILD b/main/inkscape/APKBUILD
index 6b844f775..2f30df894 100644
--- a/main/inkscape/APKBUILD
+++ b/main/inkscape/APKBUILD
@@ -24,7 +24,7 @@ autoconf automake
depends="desktop-file-utils"
install=
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
- "
+ inkscape-png15.patch"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -56,4 +56,5 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="3c179eb998d49d1c312822e15773bf6d inkscape-0.48.1.tar.gz"
+md5sums="3c179eb998d49d1c312822e15773bf6d inkscape-0.48.1.tar.gz
+c2d1392e6489af822cb4b41ce3af877b inkscape-png15.patch"