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

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


    Date: Saturday, May 4, 2019 @ 11:15:06
  Author: dvzrv
Revision: 458826

archrelease: copy trunk to community-x86_64

Added:
  patroneo/repos/community-x86_64/
  patroneo/repos/community-x86_64/PKGBUILD
    (from rev 458825, patroneo/trunk/PKGBUILD)

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

Copied: patroneo/repos/community-x86_64/PKGBUILD (from rev 458825, patroneo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-05-04 11:15:06 UTC (rev 458826)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+pkgname=patroneo
+pkgver=1.2
+pkgrel=1
+pkgdesc="An easy to use pattern based midi sequencer"
+arch=('x86_64')
+url="https://www.laborejo.org/fluajho.git/"
+license=('GPL3')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'jack' 'non-session-manager' 'python-pyqt5'
+'ttf-dejavu')
+makedepends=('nuitka')
+#optdepends=('non-session-manager: Session management')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('9a7e655aab84521b4e52547197f320979e05c8c9c618e0ce71d75c87bc0a9fed88e2633cfb3830ccb27c695dbc1cded1e014a31eb5891fc791cfd2a38b62c0f3'
+            '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