[arch-commits] Commit in fluajho/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Fri Oct 11 07:42:33 UTC 2019
Date: Friday, October 11, 2019 @ 07:42:32
Author: dvzrv
Revision: 514663
archrelease: copy trunk to community-x86_64
Added:
fluajho/repos/community-x86_64/PKGBUILD
(from rev 514662, fluajho/trunk/PKGBUILD)
Deleted:
fluajho/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 59 ++++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-11 07:42:25 UTC (rev 514662)
+++ PKGBUILD 2019-10-11 07:42:32 UTC (rev 514663)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-
-pkgname=fluajho
-pkgver=1.3
-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=('fluidsynth' 'hicolor-icon-theme' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('nuitka')
-optdepends=('non-session-manager: Session management')
-provides=('soundfont-synthesizer')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('f4c7e327ef1b3e16669df38880d25c439bf675c0705ea9098f38d01f6444848a3d389ca5b4e821800f172962557e4c9ff9aeeb2dadbebd57fef1637516de41cf'
- 'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht <nils at hilbricht.com>
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}
Copied: fluajho/repos/community-x86_64/PKGBUILD (from rev 514662, fluajho/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-11 07:42:32 UTC (rev 514663)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+pkgname=fluajho
+pkgver=1.3
+pkgrel=2
+pkgdesc="A simple sf2 soundfont host/player"
+arch=('x86_64')
+url="https://www.laborejo.org/fluajho.git/"
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'glib2' 'hicolor-icon-theme' 'libfluidsynth.so' 'libjack.so'
+'libsndfile' 'libusb-1.0.so' 'libuuid.so' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('nuitka')
+optdepends=('non-session-manager: Session management')
+provides=('soundfont-synthesizer')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('f4c7e327ef1b3e16669df38880d25c439bf675c0705ea9098f38d01f6444848a3d389ca5b4e821800f172962557e4c9ff9aeeb2dadbebd57fef1637516de41cf'
+ 'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht <nils at hilbricht.com>
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list