summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbaa8e6c494d..4437c3751d1f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="OpenType text shaping engine"
url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
arch=(x86_64)
license=(MIT)
-depends=(glib2 freetype2 graphite)
+depends=(freetype2 graphite)
makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection ragel git python)
#checkdepends=(python-fonttools python-setuptools)
source=("git+https://github.com/harfbuzz/harfbuzz")
@@ -46,7 +46,7 @@ build() {
#}
package_harfbuzz-git() {
- depends=(glib2 freetype2 graphite libglib-2.0.so libfreetype.so libgobject-2.0.so)
+ depends=(freetype2 graphite)
optdepends=('cairo: hb-view program')
provides=(harfbuzz libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so)
conflicts=(harfbuzz)