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

David Runge dvzrv at archlinux.org
Mon Jul 29 10:43:30 UTC 2019


    Date: Monday, July 29, 2019 @ 10:43:30
  Author: dvzrv
Revision: 494592

upgpkg: qsampler 0.5.6-2

Rebuilding against libgig 4.2.0. Running autoreconf in prepare(). Switching to correct license (GPL2). Minor cleanups.

Modified:
  qsampler/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 10:42:57 UTC (rev 494591)
+++ PKGBUILD	2019-07-29 10:43:30 UTC (rev 494592)
@@ -5,11 +5,11 @@
 
 pkgname=qsampler
 pkgver=0.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A LinuxSampler Qt GUI Interface"
 arch=('x86_64')
 url="https://qsampler.sourceforge.io/"
-license=('GPL')
+license=('GPL2')
 groups=('pro-audio')
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
 makedepends=('qt5-tools')
@@ -16,6 +16,11 @@
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('2a3a322fec31d9c66d7d1e9b4a7f74629e4b2bcf3ee2350bca8d450d2f68c41ac80563f8e28bd5314f00f0387503aa1e33c0b94ff518cca27b2ca93d9d72334e')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr
@@ -24,9 +29,8 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
-
   make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm 644 {AUTHORS,ChangeLog,README,TODO}
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list