Date: Wednesday, December 28, 2022 @ 10:09:29
  Author: dvzrv
Revision: 1369946

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-28 10:09:10 UTC (rev 1369945)
+++ PKGBUILD    2022-12-28 10:09:29 UTC (rev 1369946)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Contributor: Ray Rashif <[email protected]>
-# Contributor: damir <[email protected]>
-
-pkgname=qsynth
-pkgver=0.9.8
-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 qt6-svg)
-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=('f193dcbce0b92e25d5310c5f6d78a6360a8a6f089efceae55b7a425a823d418618ee2fd0debca6b9e4793e988b92f2dd8c2f32812f21224e8e566ab15d4d5e64')
-b2sums=('60433afaccc6a1378b9799316bd8d4a0cbe3592059788feacf8564e6ee659ea61904358378d3307a12e706c8aeb70a51546063fc7f766091ea784f7e01bb780a')
-
-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 1369945, 
qsynth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-28 10:09:29 UTC (rev 1369946)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: Ray Rashif <[email protected]>
+# Contributor: damir <[email protected]>
+
+pkgname=qsynth
+pkgver=0.9.9
+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 qt6-svg)
+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=('79a3085a884b3bd3251ad059b8ab67eb3329f2e6b25df5dfa6d210d7d313000b52ccdfd8b9f18aa49bdc9db2a5cd1738f05c529cb4673bd579b4ba987b1edff6')
+b2sums=('efc22bc509445e1948d7dd28de8e6c6281967964dcf54e688a8830280945b37c51c70e0a64596bff2a7a12ccfcbaa3fd65d9465b11dc7abe2cca060cce6e3997')
+
+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"
+}

Reply via email to