summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-07-25 13:44:28 -0400
committerVincent Grande2020-07-25 13:44:28 -0400
commit4992d3aa41c32afd8eceaa403fe8c35d27f8a652 (patch)
treea7618960632e9e332e593ab8c678c42863d93478
parent31e728d4432ab3ebde75a71f2a76edabb681a17b (diff)
downloadaur-4992d3aa41c32afd8eceaa403fe8c35d27f8a652.tar.gz
mirror official repo pkgbuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1905a044599..f4ed628899d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = harfbuzz
source = git+https://github.com/harfbuzz/harfbuzz
sha256sums = SKIP
-pkgname = harfbuzz
+pkgname = harfbuzz-git
depends = glib2
depends = freetype2
depends = graphite
@@ -33,7 +33,7 @@ pkgname = harfbuzz
provides = libharfbuzz-gobject.so
conflicts = harfbuzz
-pkgname = harfbuzz-icu
+pkgname = harfbuzz-icu-git
pkgdesc = OpenType text shaping engine (ICU integration)
depends = harfbuzz=2.7.0-1
depends = icu
diff --git a/PKGBUILD b/PKGBUILD
index 64a1f3d4e362..c0712c8a7179 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgbase=harfbuzz
-pkgname=(harfbuzz harfbuzz-icu)
+pkgname=(harfbuzz-git harfbuzz-icu-git)
pkgver=2.7.0
pkgrel=1
pkgdesc="OpenType text shaping engine"
@@ -37,7 +37,7 @@ build() {
# rm -r tmp
#}
-package_harfbuzz() {
+package_harfbuzz-git() {
depends=(glib2 freetype2 graphite libglib-2.0.so libfreetype.so
libgobject-2.0.so)
provides=(harfbuzz libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so)
@@ -55,7 +55,7 @@ package_harfbuzz() {
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
}
-package_harfbuzz-icu() {
+package_harfbuzz-icu-git() {
pkgdesc="$pkgdesc (ICU integration)"
depends=("harfbuzz=$pkgver-$pkgrel" icu libharfbuzz.so)
provides=(harfbuzz-icu libharfbuzz-icu.so)