[arch-commits] Commit in suil/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Dec 22 18:21:13 UTC 2018


    Date: Saturday, December 22, 2018 @ 18:21:13
  Author: dvzrv
Revision: 417556

archrelease: copy trunk to community-x86_64

Added:
  suil/repos/community-x86_64/PKGBUILD
    (from rev 417555, suil/trunk/PKGBUILD)
Deleted:
  suil/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 44 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-22 18:21:06 UTC (rev 417555)
+++ PKGBUILD	2018-12-22 18:21:13 UTC (rev 417556)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=suil
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
-arch=('x86_64')
-url="https://drobilla.net/software/suil/"
-license=('custom:ISC')
-makedepends=('gtk2' 'gtk3' 'lv2' 'python2' 'qt4' 'qt5-base')
-optdepends=('qt4: Qt4 UI wrapping support'
-            'qt5-base: Qt5 UI wrapping support'
-            'gtk2: GTK+ 2.x UI wrapping support'
-            'gtk3: GTK+ 3.x UI wrapping support')
-source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('721b73d987c1712e82493386e5d71957002c8a713595fce4372f1a5eb306c64a559db1ca794cec96295f72e22a9c0e9193f9a68b7f5846f2db45ce16b253fbea'
-            'SKIP')
-validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # remove local call to ldconfig
-  sed -i "/ldconfig/d" wscript
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf configure --prefix=/usr
-  python2 waf build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-  # license
-  install -vDm 644 COPYING \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -t "$pkgdir/usr/share/doc/${pkgname}" \
-    -vDm 644 {AUTHORS,NEWS,PACKAGING,README}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: suil/repos/community-x86_64/PKGBUILD (from rev 417555, suil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-22 18:21:13 UTC (rev 417556)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=suil
+pkgver=0.10.2
+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')
+makedepends=('gtk2' 'gtk3' 'lv2' 'python' 'qt5-base')
+optdepends=('qt5-base: Qt5 UI wrapping support'
+            'gtk2: GTK+ 2.x UI wrapping support'
+            'gtk3: GTK+ 3.x UI wrapping support')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('8f5b4d772e58dfc4563a5102d189d886218fdc56e74c9d8c118f7bbbcc5d056904c2c8d132f993187416145383d3d8cb4787e2f8c113e57ad47e5d4def7f2fba'
+            'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove local call to ldconfig
+  sed -i "/ldconfig/d" wscript
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python waf configure --prefix=/usr
+  python waf build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python waf install --destdir="${pkgdir}"
+  # license
+  install -vDm 644 COPYING \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "$pkgdir/usr/share/doc/${pkgname}" \
+    -vDm 644 {AUTHORS,NEWS,PACKAGING,README.md}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list