author | David Runge
<dvzrv@archlinux.org> 2022-08-16 13:25:12 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2022-08-16 13:25:12 UTC |
parent | 475b049683a900bd1da2c2d6eee0953548b5d881 |
PKGBUILD | +7 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 818093a..62c3dd0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,12 +5,12 @@ pkgbase=suil pkgname=(suil suil-docs) pkgver=0.10.16 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs" arch=(x86_64) url="https://drobilla.net/software/suil.html" license=(ISC) -makedepends=(doxygen gtk3 lv2 meson python-sphinx python-sphinx-lv2-theme qt5-base qt5-x11extras) +makedepends=(doxygen gtk2 gtk3 lv2 meson python-sphinx python-sphinx-lv2-theme qt5-base qt5-x11extras) options=(debug) source=(https://download.drobilla.net/$pkgname-$pkgver.tar.xz{,.sig}) sha512sums=('9b1dac07b017934a93f70d514ec477785683e7ed5949b62a2c4ad139c1e84265399f54d3140dcf0e542d20a0919286aacb52103c91e2f6fc7ebd707db2d98ac4' @@ -30,7 +30,7 @@ _pick() { } build() { - arch-meson $pkgname-$pkgver build -D gtk2=disabled + arch-meson $pkgname-$pkgver build -D cocoa=disabled meson compile -C build } @@ -41,10 +41,11 @@ check() { package_suil() { depends=(gcc-libs glibc) optdepends=( - 'glib2: support for wrapping X11 and Qt5 in GTK3' + 'glib2: support for wrapping X11 and Qt5 in GTK3 and GTK2' + 'gtk2: support for wrapping X11 and Qt5 in GTK2 and GTK2 in Qt5' 'gtk3: support for wrapping X11 and Qt5 in GTK3' - 'libx11: support for wrapping X11 directly and in GTK3' - 'qt5-base: support for wrapping X11 in Qt5 and Qt5 in GTK3' + 'libx11: support for wrapping X11 directly and in GTK3 and GTK2' + 'qt5-base: support for wrapping X11 in Qt5 and Qt5 in GTK3 and GTK2' 'qt5-x11extras: support for wrapping X11 in Qt5' ) provides=(libsuil-0.so)