summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrizen2020-06-24 00:13:31 +0300
committertrizen2020-06-24 00:13:31 +0300
commitb74bbcae072836d2670b49148ac5d0466bf907c8 (patch)
tree51be5c73a6a155b1e1ac47020dc8dc0d666fecf6 /PKGBUILD
parentb46f2f6801633c0c0cecee1acb9a996fdd047219 (diff)
downloadaur-b74bbcae072836d2670b49148ac5d0466bf907c8.tar.gz
Added perl-gtk3 as optional dependency. Additionally, gtk2-perl is now optional.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e0d966cbf45..6268d287d887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=obbrowser
pkgver=0.13
-pkgrel=1
+pkgrel=2
pkgdesc="Recursively browse the filesystem through Openbox pipe menus. (with icons)"
url="https://github.com/trizen/obbrowser"
@@ -10,7 +10,12 @@ url="https://github.com/trizen/obbrowser"
arch=('any')
license=('GPL3')
-depends=('perl>=5.14.0' 'perl-data-dump' 'gtk2-perl' 'perl-file-mimeinfo')
+depends=('perl>=5.14.0' 'perl-data-dump' 'perl-file-mimeinfo')
+optdepends=(
+ 'gtk2-perl: support for icons'
+ 'perl-gtk3: support for icons (with `use_gtk3 = 1`)'
+)
+
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/trizen/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('59b63eafdfe8396f8049232f38361c2397098e0a4e148bfc999f4a2083aaf3ac')