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

David Runge dvzrv at archlinux.org
Sun Jul 14 16:40:28 UTC 2019


    Date: Sunday, July 14, 2019 @ 16:40:28
  Author: dvzrv
Revision: 489533

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-14 16:40:22 UTC (rev 489532)
+++ PKGBUILD	2019-07-14 16:40:28 UTC (rev 489533)
@@ -1,34 +0,0 @@
-# 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
-}

Copied: fluajho/repos/community-x86_64/PKGBUILD (from rev 489532, fluajho/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-14 16:40:28 UTC (rev 489533)
@@ -0,0 +1,29 @@
+# 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
+}



More information about the arch-commits mailing list