summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-08-23 15:16:34 -0400
committerVincent Grande2020-08-23 15:16:34 -0400
commit236de9917e02b39757891df6d5a30883408b40e1 (patch)
tree24cf3f9c4ad781e2cb65bffe92f14ff37bab55d2
parentae3893c42aa6dd810d4f68e91670960d16aa4dfe (diff)
downloadaur-236de9917e02b39757891df6d5a30883408b40e1.tar.gz
fix dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 259660b36518..ae0c652f97cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = harfbuzz-git
makedepends = glib2
makedepends = freetype2
makedepends = graphite
+ makedepends = harfbuzz
makedepends = cairo
makedepends = icu
makedepends = gobject-introspection
@@ -20,12 +21,6 @@ pkgbase = harfbuzz-git
sha256sums = SKIP
pkgname = harfbuzz-git
- depends = glib2
- depends = freetype2
- depends = graphite
- depends = libglib-2.0.so
- depends = libfreetype.so
- depends = libgobject-2.0.so
optdepends = cairo: hb-view program
provides = harfbuzz
provides = libharfbuzz.so
@@ -35,9 +30,6 @@ pkgname = harfbuzz-git
pkgname = harfbuzz-icu-git
pkgdesc = OpenType text shaping engine (ICU integration)
- depends = harfbuzz=2.7.0-1
- depends = icu
- depends = libharfbuzz.so
provides = harfbuzz-icu
provides = libharfbuzz-icu.so
conflicts = harfbuzz-icu
diff --git a/PKGBUILD b/PKGBUILD
index b225ab3092fb..9ff23878bb8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="OpenType text shaping engine"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
arch=(x86_64)
license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc
+makedepends=(glib2 freetype2 graphite harfbuzz cairo icu gobject-introspection gtk-doc
ragel git python meson)
#checkdepends=(python-fonttools python-setuptools)
source=("git+https://github.com/harfbuzz/harfbuzz")
@@ -38,8 +38,6 @@ build() {
#}
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)
conflicts=(harfbuzz)
optdepends=('cairo: hb-view program')
@@ -57,7 +55,6 @@ package_harfbuzz-git() {
package_harfbuzz-icu-git() {
pkgdesc="$pkgdesc (ICU integration)"
- depends=("harfbuzz=$pkgver-$pkgrel" icu libharfbuzz.so)
provides=(harfbuzz-icu libharfbuzz-icu.so)
conflicts=(harfbuzz-icu)