[arch-commits] Commit in harfbuzz/repos (4 files)
Jan Steffens
heftig at archlinux.org
Tue Oct 11 18:24:32 UTC 2016
Date: Tuesday, October 11, 2016 @ 18:24:31
Author: heftig
Revision: 278274
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
harfbuzz/repos/testing-i686/
harfbuzz/repos/testing-i686/PKGBUILD
(from rev 278273, harfbuzz/trunk/PKGBUILD)
harfbuzz/repos/testing-x86_64/
harfbuzz/repos/testing-x86_64/PKGBUILD
(from rev 278273, harfbuzz/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 69 ++++++++++++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 69 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 138 insertions(+)
Copied: harfbuzz/repos/testing-i686/PKGBUILD (from rev 278273, harfbuzz/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-11 18:24:31 UTC (rev 278274)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
+arch=(i686 x86_64)
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc ragel git
+ python2)
+_commit=f73a87d9a8c76a181794b74b527ea268048f78e3 # tags/1.3.2^0
+source=("git+https://github.com/behdad/harfbuzz#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgbase
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ mkdir path
+ ln -s /usr/bin/python2 path/python
+
+ cd $pkgbase
+ sed -i '1s/python$/&2/' test/shaping/hb-unicode-encode
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgbase
+ CFLAGS+=' -DNDEBUG'
+ CXXFLAGS+=' -DNDEBUG'
+ ./configure --prefix=/usr \
+ --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+ --with-gobject --enable-gtk-doc
+ make
+}
+
+check() {
+ cd $pkgbase
+ PATH="$srcdir/path:$PATH" make check
+}
+
+package_harfbuzz() {
+ depends=(glib2 freetype2 graphite)
+ optdepends=('cairo: hb-view program')
+
+ cd $pkgbase
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+ mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+ mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+ mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+ mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+ pkgdesc="$pkgdesc (ICU integration)"
+ depends=(harfbuzz icu)
+
+ mv hb-icu/* "$pkgdir"
+
+ install -Dm644 $pkgbase/COPYING "$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}
Copied: harfbuzz/repos/testing-x86_64/PKGBUILD (from rev 278273, harfbuzz/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-11 18:24:31 UTC (rev 278274)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
+arch=(i686 x86_64)
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc ragel git
+ python2)
+_commit=f73a87d9a8c76a181794b74b527ea268048f78e3 # tags/1.3.2^0
+source=("git+https://github.com/behdad/harfbuzz#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgbase
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ mkdir path
+ ln -s /usr/bin/python2 path/python
+
+ cd $pkgbase
+ sed -i '1s/python$/&2/' test/shaping/hb-unicode-encode
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgbase
+ CFLAGS+=' -DNDEBUG'
+ CXXFLAGS+=' -DNDEBUG'
+ ./configure --prefix=/usr \
+ --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+ --with-gobject --enable-gtk-doc
+ make
+}
+
+check() {
+ cd $pkgbase
+ PATH="$srcdir/path:$PATH" make check
+}
+
+package_harfbuzz() {
+ depends=(glib2 freetype2 graphite)
+ optdepends=('cairo: hb-view program')
+
+ cd $pkgbase
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+ mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+ mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+ mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+ mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+ pkgdesc="$pkgdesc (ICU integration)"
+ depends=(harfbuzz icu)
+
+ mv hb-icu/* "$pkgdir"
+
+ install -Dm644 $pkgbase/COPYING "$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}
More information about the arch-commits
mailing list