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

David Runge dvzrv at archlinux.org
Sat May 4 11:10:15 UTC 2019


    Date: Saturday, May 4, 2019 @ 11:10:14
  Author: dvzrv
Revision: 458824

archrelease: copy trunk to community-x86_64

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

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

Copied: fluajho/repos/community-x86_64/PKGBUILD (from rev 458823, fluajho/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-05-04 11:10:14 UTC (rev 458824)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+pkgname=fluajho
+pkgver=1.2
+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' 'non-session-manager' '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=('3ae5d127ff9069a3e6fa8beb2838b1723e8d2319a13242f39c451298e5821141cc24db795229db5c2b0bd3b3ab3a409791f41acbfb805ba456b417981e72ace7'
+            'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht <nils at hilbricht.com>
+
+build() {
+  cd "$pkgname-$pkgver"
+  # making sure, that the resulting binary doesn't have executable stack
+  # this is a known problem with current nuitka:
+  # https://www.freelists.org/post/nuitka-dev/Nuitka-compiles-with-executable-stack-which-is-a-security-risk
+  export LDFLAGS+=",-z,noexecstack"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list