[arch-commits] Commit in gxplugins.lv2/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Jun 1 13:34:45 UTC 2020
Date: Monday, June 1, 2020 @ 13:34:45
Author: dvzrv
Revision: 637819
upgpkg: gxplugins.lv2 0.8-1: Upgrading to 0.8.
Adding all direct dependencies.
Removing upstreamed fixes. Installing docs.
Updatingin maintainer info.
Modified:
gxplugins.lv2/trunk/PKGBUILD
----------+
PKGBUILD | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-01 12:58:20 UTC (rev 637818)
+++ PKGBUILD 2020-06-01 13:34:45 UTC (rev 637819)
@@ -1,32 +1,21 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
+_name=GxPlugins
pkgname=gxplugins.lv2
-_name=GxPlugins
-pkgver=0.7
-pkgrel=2
+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')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
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')
+sha512sums=('0fb15dcda8fcca351c7b218c6eec8fcd44f23ac972b91ab03126a37f0d421679c598064d5a136337b01760af222a30667461fbd4b81b891163bb3e5ef0c55aba')
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() {
@@ -37,4 +26,5 @@
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