aboutsummaryrefslogtreecommitdiffstats
path: root/main/harfbuzz
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-03-20 14:17:33 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2016-03-20 14:35:10 +0100
commit73898314a5a948278551d1d9d260a50e64bffce9 (patch)
tree40e660e8c4581d458ce26856b8882f9771cd1a04 /main/harfbuzz
parent6be2d20e878619a9bfd72ff42067f21a708b6b33 (diff)
downloadaports-73898314a5a948278551d1d9d260a50e64bffce9.tar.bz2
aports-73898314a5a948278551d1d9d260a50e64bffce9.tar.xz
main/harfbuzz: upgrade to 1.2.4
Diffstat (limited to 'main/harfbuzz')
-rw-r--r--main/harfbuzz/APKBUILD20
1 files changed, 5 insertions, 15 deletions
diff --git a/main/harfbuzz/APKBUILD b/main/harfbuzz/APKBUILD
index 14860c4327..38dd4826f6 100644
--- a/main/harfbuzz/APKBUILD
+++ b/main/harfbuzz/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpinelinux@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=harfbuzz
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=0
pkgdesc="Text shaping library"
url="http://freedesktop.org/wiki/Software/HarfBuzz"
@@ -16,16 +16,6 @@ subpackages="$pkgname-dev $pkgname-icu"
source="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$pkgver.tar.bz2"
_builddir="$srcdir"/harfbuzz-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
build() {
cd "$_builddir"
./configure \
@@ -39,7 +29,7 @@ build() {
--disable-static \
--with-graphite2 \
|| return 1
- make
+ make || return 1
}
package() {
@@ -59,6 +49,6 @@ icu() {
mv "$pkgdir"/usr/lib/lib*icu.so.* "$subpkgdir"/usr/lib/
}
-md5sums="da8d97e262e6ef8288e1ae76369421bd harfbuzz-1.2.3.tar.bz2"
-sha256sums="8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c harfbuzz-1.2.3.tar.bz2"
-sha512sums="9df730dd07f726150252e6c1db1b9f49182492d9b0443388aa3bb102482749cb3299079dde8f83430e7947633ccf8d21bc41a95f02ba497bfd8195e702d3b031 harfbuzz-1.2.3.tar.bz2"
+md5sums="3898b890f13dce5ac7a01c5446021729 harfbuzz-1.2.4.tar.bz2"
+sha256sums="449dbdf12a8f94aedbdefaac831d8b1bf45e7decaa9192eaa4f74104ef9de491 harfbuzz-1.2.4.tar.bz2"
+sha512sums="fd721f172b329cb39ae053da77fc4ef9675d9578bf1043647dcdc06d6dd92f43cf39a75a780899364b82363f8271269c6eae71169f5c160c726d65fe3fafd16e harfbuzz-1.2.4.tar.bz2"