summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2019-09-22 19:10:57 -0400
committerVincent Grande2019-09-22 19:10:57 -0400
commit45d450ee0278fd4313a976cdef5a4c43385a09c7 (patch)
tree63bdcc219fd13705d0739181c6b5b1b33a601c80
parent2d089347ea920484dfb3634f65e757aa3a7a0961 (diff)
downloadaur-45d450ee0278fd4313a976cdef5a4c43385a09c7.tar.gz
libthai doesnt NEED to be a THING
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8de4248d38fc..631cecf424a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,11 +9,11 @@ pkgbase = pango-git
makedepends = gobject-introspection
makedepends = git
makedepends = meson
- depends = libthai
depends = cairo
depends = libxft
depends = harfbuzz
depends = fribidi
+ optdepends = libthai: Thai language support
provides = pango
conflicts = pango
source = git+https://gitlab.gnome.org/GNOME/pango.git
diff --git a/PKGBUILD b/PKGBUILD
index 4a9b256b185f..54914aa7f0bd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,9 @@ arch=(x86_64)
license=(LGPL)
provides=(pango)
conflicts=(pango)
-depends=(libthai cairo libxft harfbuzz fribidi)
+depends=(cairo libxft harfbuzz fribidi)
makedepends=(gobject-introspection git meson)
+optdepends=("libthai: Thai language support")
#checkdepends=(ttf-dejavu cantarell-fonts)
source=("git+https://gitlab.gnome.org/GNOME/pango.git")
sha256sums=('SKIP')