summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-08-17 02:53:14 +0200
committerChristopher Arndt2019-08-17 02:53:14 +0200
commit3ccc8e4dfd7c03e323c1e4e61579116d273900ce (patch)
tree7bc426f652627f24f4596ba921040d650f834e9a
parentf8d773208bd8bf0a2e45aef879b89ff00afbec3d (diff)
downloadaur-3ccc8e4dfd7c03e323c1e4e61579116d273900ce.tar.gz
Add 'gtk3' to makedepends and optdepends
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17dc24f7f4d6..30977d777b64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = suil-git
pkgdesc = A lightweight C library for loading and wrapping LV2 plugin UIs
pkgver = 0.10.4.r318.e067828
- pkgrel = 1
+ pkgrel = 2
url = http://drobilla.net/software/suil/
arch = i686
arch = x86_64
license = custom:ISC
makedepends = git
makedepends = gtk2
+ makedepends = gtk3
makedepends = lv2
makedepends = python
makedepends = qt5-base
- optdepends = qt5-base: Qt 5.x UI wrapping support
optdepends = gtk2: GTK+ 2.x UI wrapping support
+ optdepends = gtk3: GTK+ 3.x UI wrapping support
+ optdepends = qt5-base: Qt 5.x UI wrapping support
provides = suil
provides = suil=0.10.4
conflicts = suil
diff --git a/PKGBUILD b/PKGBUILD
index 2bc205cab230..72f8f7c17a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
_pkgname=suil
pkgname="${_pkgname}-git"
pkgver=0.10.4.r318.e067828
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/suil/"
license=('custom:ISC')
-makedepends=('git' 'gtk2' 'lv2' 'python' 'qt5-base')
-optdepends=('qt5-base: Qt 5.x UI wrapping support'
- 'gtk2: GTK+ 2.x UI wrapping support')
+makedepends=('git' 'gtk2' 'gtk3' 'lv2' 'python' 'qt5-base')
+optdepends=('gtk2: GTK+ 2.x UI wrapping support'
+ 'gtk3: GTK+ 3.x UI wrapping support'
+ 'qt5-base: Qt 5.x UI wrapping support')
provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}")
conflicts=("${_pkgname}" "${_pkgname}-svn")
source=("${_pkgname}::git+https://gitlab.com/lv2/${_pkgname}.git"