[arch-commits] Commit in suil/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Tue Aug 16 13:25:12 UTC 2022
Date: Tuesday, August 16, 2022 @ 13:25:12
Author: dvzrv
Revision: 1266624
upgpkg: suil 0.10.16-2: Rebuild to add back gtk2 optdepends.
The gtk2 integration is required for ardour: https://bugs.archlinux.org/task/75615
Modified:
suil/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-16 11:53:49 UTC (rev 1266623)
+++ PKGBUILD 2022-08-16 13:25:12 UTC (rev 1266624)
@@ -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 @@
}
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 @@
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)
More information about the arch-commits
mailing list