aboutsummaryrefslogtreecommitdiffstats
path: root/community/libfreehand/APKBUILD
diff options
context:
space:
mode:
authorDaniel Isaksen <d@duniel.no>2018-11-17 18:03:33 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-18 08:46:41 +0000
commit6058daedf9414ad93c1cccdc1c517f327722764d (patch)
treed18164426d1267353dbc876c93e8fce4a7eddb95 /community/libfreehand/APKBUILD
parent21e0088fa65ab3a54943ad9cdbf9cd2c53da3bd7 (diff)
commit/libfreehand: remove superfluous parentheses
Diffstat (limited to 'community/libfreehand/APKBUILD')
-rw-r--r--community/libfreehand/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/libfreehand/APKBUILD b/community/libfreehand/APKBUILD
index a37bcebe58d..88a9cd6fb5d 100644
--- a/community/libfreehand/APKBUILD
+++ b/community/libfreehand/APKBUILD
@@ -12,7 +12,8 @@ depends_dev="libxml2-dev lcms2-dev icu-dev"
makedepends="$depends_dev gperf perl doxygen librevenge-dev zlib-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
-source="https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz"
+source="https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
+ parentheses-gcc8-fix.patch"
builddir="$srcdir/$pkgname-$pkgver"
@@ -49,4 +50,5 @@ tools() {
mv "$pkgdir"/usr/bin "$subpkgdir"/usr
}
-sha512sums="4112a76ac99999801d97d1b282596d631d8496a5bf65778ab26aa06da86637b1e2b630648a67ea01bf3316ecec9f2715546baff27af090b900267c87a011b963 libfreehand-0.1.2.tar.xz"
+sha512sums="4112a76ac99999801d97d1b282596d631d8496a5bf65778ab26aa06da86637b1e2b630648a67ea01bf3316ecec9f2715546baff27af090b900267c87a011b963 libfreehand-0.1.2.tar.xz
+af4e1fd4fa75a5d45bd9072abc934a0f1d86e0a6d1deaca955bb18bd8ba0f78cd20e0f442e61c52587264ec828ec46a711e0f463fa152e5a1968ac0c5af822f3 parentheses-gcc8-fix.patch"