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

David Runge dvzrv at gemini.archlinux.org
Thu Jan 6 22:41:21 UTC 2022


    Date: Thursday, January 6, 2022 @ 22:41:21
  Author: dvzrv
Revision: 1095683

archrelease: copy trunk to community-x86_64

Added:
  fluajho/repos/community-x86_64/PKGBUILD
    (from rev 1095682, fluajho/trunk/PKGBUILD)
Deleted:
  fluajho/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-06 22:41:13 UTC (rev 1095682)
+++ PKGBUILD	2022-01-06 22:41:21 UTC (rev 1095683)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=fluajho
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="A simple sf2 soundfont host/player"
-arch=('x86_64')
-url="https://www.laborejo.org/fluajho/"
-license=('GPL3')
-groups=('pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('fluidsynth' 'glib2' 'jack' 'libsndfile' 'util-linux-libs' 'ncurses')
-optdepends=('new-session-manager: Session management')
-provides=('soundfont-synthesizer')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('e660c95a1f6c56162cf5adbd7c26f9a7ba4f264c0bd9ae4810b9501e9308c3d5226b66f78f25439ac32a8c1a7e5e97bddce1eaf71357eab5bf8ca07f757da98f'
-            'SKIP')
-b2sums=('7d7aec68cdc30081acdecbf21d7642d1cb951494420ea57317eef48ecfb293b9243380e85598a950e878e84e3417b8852a8715c8b73fed0c5c50038a8e845d74'
-        'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht <nils at hilbricht.com>
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libfluidsynth.so' 'libglib-2.0.so' 'libjack.so' 'libncursesw.so'
-  'libsndfile.so' 'libuuid.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: fluajho/repos/community-x86_64/PKGBUILD (from rev 1095682, fluajho/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-06 22:41:21 UTC (rev 1095683)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=fluajho
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A simple sf2 soundfont host/player"
+arch=(x86_64)
+url="https://www.laborejo.org/fluajho/"
+license=(GPL3)
+groups=(pro-audio)
+depends=(glibc hicolor-icon-theme python python-pyqt5 ttf-dejavu)
+makedepends=(fluidsynth glib2 jack libsndfile util-linux-libs ncurses)
+optdepends=('new-session-manager: Session management')
+provides=(soundfont-synthesizer)
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('4b7798796ab3133cc55b9fa705cc990055de21b51c7099bc1ae5e55cdcf3167b613265f288634fa61e88c3ee5467946e799c9c7d48605c91030904d602d7ed50'
+            'SKIP')
+b2sums=('de632e9fab25b0ce0f69a897f8cd1f61eca7f5a67a5864476785962998d7f3f78c718ba55a8ba05a3645a52c383104f133b975a69899d805d61ce5e34cd44716'
+        'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht <nils at hilbricht.com>
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=(libfluidsynth.so libglib-2.0.so libjack.so libncursesw.so
+  libsndfile.so libuuid.so)
+
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list