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

David Runge dvzrv at gemini.archlinux.org
Fri Feb 11 20:59:41 UTC 2022


    Date: Friday, February 11, 2022 @ 20:59:41
  Author: dvzrv
Revision: 1132233

archrelease: copy trunk to community-x86_64

Added:
  qsynth/repos/community-x86_64/PKGBUILD
    (from rev 1132232, qsynth/trunk/PKGBUILD)
Deleted:
  qsynth/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-11 20:59:31 UTC (rev 1132232)
+++ PKGBUILD	2022-02-11 20:59:41 UTC (rev 1132233)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=qsynth
-pkgver=0.9.5
-pkgrel=1
-pkgdesc="Qt GUI for FluidSynth"
-arch=(x86_64)
-url="https://qsynth.sourceforge.io/"
-license=(GPL)
-groups=(pro-audio)
-depends=(gcc-libs glibc hicolor-icon-theme qt6-base)
-makedepends=(cmake fluidsynth qt6-tools)
-optdepends=('qt6-wayland: for native wayland support')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('157e49e8ebfcf550754379c4f2bae221354cffbfe47dcaea747749c00520339f59de5fe7f17e105674ecc6099a98af5f2326d2d258fe359c0c7522366f4267d4')
-b2sums=('3973c2ea0599b8bf9f12c3ce1bb7eff00b5d20b4f051ebcb578f556dbfce714cbe0bf77038b553289f27cfedc521bd7e179af652c721375e6bedc4d22ce061d5')
-
-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() {
-  depends+=(libfluidsynth.so)
-
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -vDm 644 "${pkgname}-${pkgver}/"{ChangeLog,README,TRANSLATORS} -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: qsynth/repos/community-x86_64/PKGBUILD (from rev 1132232, qsynth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-11 20:59:41 UTC (rev 1132233)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=qsynth
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="Qt GUI for FluidSynth"
+arch=(x86_64)
+url="https://qsynth.sourceforge.io/"
+license=(GPL)
+groups=(pro-audio)
+depends=(gcc-libs glibc hicolor-icon-theme qt6-base)
+makedepends=(cmake fluidsynth qt6-tools)
+optdepends=('qt6-wayland: for native wayland support')
+options=(debug)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('4f596fefda29fad9298539aaf83bdcc699846416d10b1259041a414f3d89ecc76a6cad338742bac8ffa0ed78ff462fe70147e1ef6437c20241598bd7a1d41a84')
+b2sums=('daeb82f102a9a754b708b3d3ebc1963a1cf08180ec16971b4b6fb2ea3b35d7f1ca3a663bd9381d4c90052e1c781a6fef64c4cbf0d456f47ac12791da485979ea')
+
+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() {
+  depends+=(libfluidsynth.so)
+
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  install -vDm 644 $pkgname-$pkgver/{ChangeLog,README,TRANSLATORS} -t "$pkgdir/usr/share/doc/$pkgname"
+}



More information about the arch-commits mailing list