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

David Runge dvzrv at gemini.archlinux.org
Thu Apr 28 11:13:59 UTC 2022


    Date: Thursday, April 28, 2022 @ 11:13:58
  Author: dvzrv
Revision: 1191552

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 11:13:44 UTC (rev 1191551)
+++ PKGBUILD	2022-04-28 11:13:58 UTC (rev 1191552)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# 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.9.6
-pkgrel=1
-pkgdesc="A LinuxSampler Qt GUI Interface"
-arch=(x86_64)
-url="https://qsampler.sourceforge.io/"
-license=(GPL2)
-groups=(pro-audio)
-depends=(gcc-libs glibc hicolor-icon-theme libgig libgig.so liblscp liblscp.so
-linuxsampler qt6-base)
-makedepends=(cmake qt6-tools)
-optdepends=('qt6-wayland: for native wayland support')
-options=(debug)
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('a2de808d3b4d41970b11eb41c972b09568fc478abb0e039725bb8d341b988986c239a82792ba5051d552264dd44d68d3d58f00e21412a154fbb476421262381d')
-b2sums=('944616f522df1e4d5d8305f474f1aaf0f5c39d41860b26f057122463a866ccf95c283ec6a34ef204580627b1e9b6aaec4dd6bf65364fab67ceee91b9d08879dd')
-
-build() {
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=None \
-        -DCONFIG_QT6=ON \
-        -Wno-dev \
-        -B build \
-        -S $pkgname-$pkgver
-  make VERBOSE=1 -C build
-}
-
-package() {
-  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
-  install -vDm 644 $pkgname-$pkgver/{ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
-}
-# vim:set ts=2 sw=2 et:

Copied: qsampler/repos/community-x86_64/PKGBUILD (from rev 1191551, qsampler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-28 11:13:58 UTC (rev 1191552)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# 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.9.6
+pkgrel=2
+pkgdesc="A LinuxSampler Qt GUI Interface"
+arch=(x86_64)
+url="https://qsampler.sourceforge.io/"
+license=(GPL2)
+groups=(pro-audio)
+depends=(gcc-libs glibc hicolor-icon-theme libgig libgig.so liblscp liblscp.so
+linuxsampler qt6-base qt6-svg)
+makedepends=(cmake qt6-tools)
+optdepends=('qt6-wayland: for native wayland support')
+options=(debug)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('a2de808d3b4d41970b11eb41c972b09568fc478abb0e039725bb8d341b988986c239a82792ba5051d552264dd44d68d3d58f00e21412a154fbb476421262381d')
+b2sums=('944616f522df1e4d5d8305f474f1aaf0f5c39d41860b26f057122463a866ccf95c283ec6a34ef204580627b1e9b6aaec4dd6bf65364fab67ceee91b9d08879dd')
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=None \
+        -DCONFIG_QT6=ON \
+        -Wno-dev \
+        -B build \
+        -S $pkgname-$pkgver
+  make VERBOSE=1 -C build
+}
+
+package() {
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -vDm 644 $pkgname-$pkgver/{ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list