[arch-commits] Commit in fluajho/trunk (PKGBUILD)

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


    Date: Sunday, July 14, 2019 @ 16:40:22
  Author: dvzrv
Revision: 489532

upgpkg: fluajho 1.3-1

Upgrading to 1.3. Moving non-session-manager to optdepends and removing now unnecessary fix for executable stack (nuitka fixed this upstream).

Modified:
  fluajho/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-14 16:39:15 UTC (rev 489531)
+++ PKGBUILD	2019-07-14 16:40:22 UTC (rev 489532)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 
 pkgname=fluajho
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="A simple sf2 soundfont host/player"
 arch=('x86_64')
@@ -8,22 +8,17 @@
 url="https://www.laborejo.org/fluajho.git/"
 license=('GPL3')
 groups=('pro-audio')
-depends=('fluidsynth' 'hicolor-icon-theme' 'non-session-manager' 'python-pyqt5'
-'ttf-dejavu')
+depends=('fluidsynth' 'hicolor-icon-theme' 'python-pyqt5' 'ttf-dejavu')
 makedepends=('nuitka')
-# optdepends=('non-session-manager: Session management')
+optdepends=('non-session-manager: Session management')
 provides=('soundfont-synthesizer')
 source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('3ae5d127ff9069a3e6fa8beb2838b1723e8d2319a13242f39c451298e5821141cc24db795229db5c2b0bd3b3ab3a409791f41acbfb805ba456b417981e72ace7'
+sha512sums=('f4c7e327ef1b3e16669df38880d25c439bf675c0705ea9098f38d01f6444848a3d389ca5b4e821800f172962557e4c9ff9aeeb2dadbebd57fef1637516de41cf'
             '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
 }



More information about the arch-commits mailing list