summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelix2016-07-16 20:25:35 +0200
committerfelix2016-07-16 20:26:23 +0200
commit2e51f26aa513aeb889213d9df7e66875bd79c8e8 (patch)
treec411e9241986a31a5c6aad6a081456eb3088842b
parentb395c22272fe44dab021b83d9c1c0b1f0c659cff (diff)
downloadaur-2e51f26aa513aeb889213d9df7e66875bd79c8e8.tar.gz
Add perl-gd to optdepends for unifont-utils
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07f552b94598..043041354c4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,4 +34,5 @@ pkgname = unifont-utils
depends = perl
optdepends =
optdepends = perl-wx: for the unifont-viewer utility
+ optdepends = perl-gd: for the unihex2png and unipng2hex utilities
diff --git a/PKGBUILD b/PKGBUILD
index 0870d1352b00..30c30b501e98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -154,7 +154,10 @@ package_psf-unifont() {
package_unifont-utils() {
pkgdesc="A free bitmap font with wide Unicode support - utilities"
depends=('perl')
- optdepends+=('perl-wx: for the unifont-viewer utility')
+ optdepends+=(
+ 'perl-wx: for the unifont-viewer utility'
+ 'perl-gd: for the unihex2png and unipng2hex utilities'
+ )
arch=(i686 x86_64)
cd "$srcdir/unifont-${pkgver%.*}/src"