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

David Runge dvzrv at archlinux.org
Sun Jul 19 12:27:01 UTC 2020


    Date: Sunday, July 19, 2020 @ 12:27:01
  Author: dvzrv
Revision: 664569

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-19 12:26:56 UTC (rev 664568)
+++ PKGBUILD	2020-07-19 12:27:01 UTC (rev 664569)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=fluajho
-pkgver=1.6
-pkgrel=1
-pkgdesc="A simple sf2 soundfont host/player"
-arch=('x86_64')
-url="https://www.laborejo.org/fluajho.git/"
-license=('GPL3')
-groups=('pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('fluidsynth' 'glib2' 'jack' 'libsndfile' 'libutil-linux' 'ncurses'
-'nuitka')
-optdepends=('non-session-manager: Session management')
-provides=('soundfont-synthesizer')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('dce7a8f88b79d837c07246ea1dd58160af2ac07efd3c0906816c766ef60d69a57a937d17b5fd7b94120c733049d50a7d9cfca5e65770e9f36c812eb8d14e9b38'
-            'SKIP')
-b2sums=('9248aaa588b222501611a5f6311b177eb9dcca2a5e0df5e54e9bfeca0270602bf95938797896b32f8c46907d25a9cf541d7cbcf9bbeb0f3b6c953ab7be5456d6'
-        '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 664568, fluajho/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-19 12:27:01 UTC (rev 664569)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=fluajho
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A simple sf2 soundfont host/player"
+arch=('x86_64')
+url="https://www.laborejo.org/fluajho.git/"
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('fluidsynth' 'glib2' 'jack' 'libsndfile' 'libutil-linux' 'ncurses'
+'nuitka')
+optdepends=('non-session-manager: Session management')
+provides=('soundfont-synthesizer')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('5534bfb47b0da56127461a0fbbf527ae97bc5c9591ad5599ba86e2116f78c3a5b49fe007c595cf6ba36c3f31819283be38f2a2bfce49207ad042aa04f70f06ef'
+            'SKIP')
+b2sums=('cf5470e2af6efd6e8832ccf199956fb0c5e5cc141e0909d9106e0a727799e7728d2904763b83fdecaf98bb134c3a2059578ebfcc59baeaeb35cf2e41cc4160a0'
+        '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