[arch-commits] Commit in suil/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Sep 27 16:40:49 UTC 2020


    Date: Sunday, September 27, 2020 @ 16:40:49
  Author: dvzrv
Revision: 712732

upgpkg: suil 0.10.8-1: Upgrade to 0.10.8.

Add qt5-x11extras as additional makedepends/optdepends for wrapping X11 in Qt5.

Modified:
  suil/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 16:36:51 UTC (rev 712731)
+++ PKGBUILD	2020-09-27 16:40:49 UTC (rev 712732)
@@ -3,14 +3,14 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=suil
-pkgver=0.10.6
-pkgrel=2
+pkgver=0.10.8
+pkgrel=1
 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
 arch=('x86_64')
 url="https://drobilla.net/software/suil/"
 license=('custom:ISC')
 depends=('glibc')
-makedepends=('gtk2' 'gtk3' 'lv2' 'python' 'qt5-base' 'waf')
+makedepends=('gtk2' 'gtk3' 'lv2' 'python' 'qt5-base' 'qt5-x11extras' 'waf')
 optdepends=('atk: support for wrapping X11 and Qt5 in GTK2/3 and GTK2 in Qt5'
             'cairo: support for wrapping X11 and Qt5 in GTK2/3'
             'fontconfig: support for wrapping X11 and Qt5 in GTK2 and GTK2 in Qt5'
@@ -22,12 +22,15 @@
             'libfreetype.so: support for wrapping X11 and Qt5 in GTK2 and GTK2 in Qt5'
             'libx11: support for wrapping X11 directly and in GTK2/3'
             'qt5-base: support for wrapping X11 in Qt5, Qt5 in GTK2/3 and GTK2 in Qt5'
+            'qt5-x11extras: support for wrapping X11 in Qt5'
             'pango: support for wrapping X11 in GTK2/3, Qt5 in GTK2/3 and GTK2 in Qt5'
             'zlib: support for wrapping X11 in GTK3 and Qt5 in GTK3')
 provides=('libsuil-0.so')
 source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('b23ffe0c0ae25467b2cd60117a2efa8c13132c8e5612619e4c9ad2cc228b835f1c7fd384db62b74d4a327e3708f189b6a91f972756fcafe501308adb732c3b36'
+sha512sums=('1d68996756ac593b2b2da6d9554e3257944cacbc8d70d90ded0f6ad5b5877778a08c779a12c7b4527d492f9c480613e030ab6933532f758e16221daa9d5c2dd4'
             'SKIP')
+b2sums=('d5445a8a539d3aaca94141fe0a7bfce976db9602fcaa563d0e5661ce7d281ac48679110e5545d3a3aa4d3c488c5ce7a00f2f06bd67e56da26943885a71480648'
+        'SKIP')
 validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
 
 prepare() {



More information about the arch-commits mailing list