[arch-commits] Commit in gxplugins.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jun 1 13:34:59 UTC 2020


    Date: Monday, June 1, 2020 @ 13:34:59
  Author: dvzrv
Revision: 637820

archrelease: copy trunk to community-x86_64

Added:
  gxplugins.lv2/repos/community-x86_64/PKGBUILD
    (from rev 637819, gxplugins.lv2/trunk/PKGBUILD)
Deleted:
  gxplugins.lv2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++-----------------------------------
 1 file changed, 30 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-01 13:34:45 UTC (rev 637819)
+++ PKGBUILD	2020-06-01 13:34:59 UTC (rev 637820)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-
-pkgname=gxplugins.lv2
-_name=GxPlugins
-pkgver=0.7
-pkgrel=2
-pkgdesc="A set of extra lv2 plugins from the guitarix project"
-arch=('x86_64')
-url="https://github.com/brummer10/gxplugins.lv2"
-license=('GPL3')
-groups=('lv2-plugins')
-depends=('cairo')
-makedepends=('lv2')
-provides=('gxplugins-lv2')
-replaces=('gxplugins-lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/brummer10/${pkgname}/releases/download/v${pkgver}/${_name}_${pkgver}.tar.gz")
-sha512sums=('8f303accc38936c5c0578535c6f208baee9b6630df5310b4311958b6bd86a0290943c1f6fe63d404d8855c6089abc1e97a946aea815caf33ae067eb83431498e')
-
-prepare() {
-  mv -v "${_name}_$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # making stack non-executable:
-  # https://github.com/brummer10/GxPlugins.lv2/issues/24
-  sed -e "/LDFLAGS +=/ s/$/ ${LDFLAGS},-z,noexecstack/" \
-      -i */Makefile
-  # removing custom strip call, that makes plugins lack full RELRO:
-  # https://github.com/brummer10/GxPlugins.lv2/issues/23
-  sed -e '/STRIP/d' \
-      -i */Makefile
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: gxplugins.lv2/repos/community-x86_64/PKGBUILD (from rev 637819, gxplugins.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-01 13:34:59 UTC (rev 637820)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=GxPlugins
+pkgname=gxplugins.lv2
+pkgver=0.8
+pkgrel=1
+pkgdesc="A set of extra lv2 plugins from the guitarix project"
+arch=('x86_64')
+url="https://github.com/brummer10/gxplugins.lv2"
+license=('GPL3')
+groups=('lv2-plugins')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/brummer10/${pkgname}/releases/download/v${pkgver}/${_name}_${pkgver}.tar.gz")
+sha512sums=('0fb15dcda8fcca351c7b218c6eec8fcd44f23ac972b91ab03126a37f0d421679c598064d5a136337b01760af222a30667461fbd4b81b891163bb3e5ef0c55aba')
+
+prepare() {
+  mv -v "${_name}_$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list