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

David Runge dvzrv at archlinux.org
Sun Jul 22 19:05:01 UTC 2018


    Date: Sunday, July 22, 2018 @ 19:05:01
  Author: dvzrv
Revision: 362864

archrelease: copy trunk to community-x86_64

Added:
  qsampler/repos/community-x86_64/PKGBUILD
    (from rev 362863, qsampler/trunk/PKGBUILD)
Deleted:
  qsampler/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 33 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-22 19:04:54 UTC (rev 362863)
+++ PKGBUILD	2018-07-22 19:05:01 UTC (rev 362864)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Martin C. Doege <mdoege at compuserve dot com>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=qsampler
-pkgver=0.5.1
-pkgrel=2
-pkgdesc="A LinuxSampler Qt GUI Interface"
-arch=('x86_64')
-url="https://qsampler.sourceforge.io/"
-license=('GPL')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('845aa9ac851fa257bfad6af81d1114bc6040b84d8a69da8e87fc7de9137f2151e509334f8355fcaaf672ad4c97d2840c51f83285cf5ab9b6ee95e95a3ed48e87')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: qsampler/repos/community-x86_64/PKGBUILD (from rev 362863, qsampler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-22 19:05:01 UTC (rev 362864)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Martin C. Doege <mdoege at compuserve dot com>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=qsampler
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="A LinuxSampler Qt GUI Interface"
+arch=('x86_64')
+url="https://qsampler.sourceforge.io/"
+license=('GPL')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('f86b44de53fab7996a9173ff40af1675c9c0236ed76a59882d8a772a4c56b1c4af524b5b03b771f97e30ecf94aad715d168c3d665b95e4b46358bebd95795ce7')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+    -vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list