summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingye Wang2018-02-28 20:33:25 -0500
committerMingye Wang2018-02-28 20:33:25 -0500
commitbf5b36153fb460a9d0d3c5908d1f1ee5d344c15b (patch)
treedf78f48b1f763a7ad2cdae25a0df1854f3f893b6
parente194bb5b7517d9d084296ae3e5a6d017bc2b64ae (diff)
downloadaur-bf5b36153fb460a9d0d3c5908d1f1ee5d344c15b.tar.gz
add gettext dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c42188012458..0ef03adb7b5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = fontconfig-srb
makedepends = lynx
depends = expat
depends = freetype2
+ depends = gettext
provides = fontconfig
conflicts = fontconfig
source = fontconfig-srb::git+https://github.com/AOSC-Dev/fontconfig#commit=a4e6fc6ae509da8194b79006e747467bf672c1ed
diff --git a/PKGBUILD b/PKGBUILD
index b432d5fc4be7..a71f40fd2542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A library for configuring and customizing font access (michalsrb perfor
arch=(x86_64)
url="https://github.com/AOSC-Dev/fontconfig"
license=(custom)
-depends=(expat freetype2)
+depends=(expat freetype2 gettext)
makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils docbook-sgml
perl-sgmls 'texlive-formatsextra>=2017' lynx)
provides=(fontconfig)