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

David Runge dvzrv at gemini.archlinux.org
Fri Apr 15 19:47:46 UTC 2022


    Date: Friday, April 15, 2022 @ 19:47:46
  Author: dvzrv
Revision: 1186623

archrelease: copy trunk to community-any

Added:
  fluajho/repos/community-any/
  fluajho/repos/community-any/PKGBUILD
    (from rev 1186622, fluajho/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: fluajho/repos/community-any/PKGBUILD (from rev 1186622, fluajho/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2022-04-15 19:47:46 UTC (rev 1186623)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=fluajho
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="A simple sf2 soundfont host/player"
+arch=(any)
+url="https://www.laborejo.org/fluajho/"
+license=(GPL3)
+groups=(pro-audio)
+depends=(hicolor-icon-theme libcalfbox-lss python python-pyqt5 ttf-dejavu)
+optdepends=('new-session-manager: Session management')
+provides=(soundfont-synthesizer)
+source=(https://www.laborejo.org/downloads/$pkgname-$pkgver.tar.gz{,.sig})
+sha512sums=('3b74edb734710781723df2b182a2dbab2a52af3167ae79fffdec9ccbae4ed8046012513a507e6ebc4852ff7ad57f3b3df231128b498f186d5128600fc26cc6b6'
+            'SKIP')
+b2sums=('d20d31d9db743aa56c24422ab0a8d593118be4138d13caffba1e978d37583ac32b6c5871210a39752751cfef4616f4f6f3510c3c9038332787b97852d908823a'
+        'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht <nils at hilbricht.com>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir/" install -C $pkgname-$pkgver
+}



More information about the arch-commits mailing list