Date: Saturday, May 6, 2023 @ 09:02:21
Author: dvzrv
Revision: 1458953
upgpkg: adlplug 1.0.2-9: Rebuild to remove duplicate files.
Do not run install target in package_opnplug() to circumvent duplicate files.
Modified:
adlplug/trunk/PKGBUILD
----------+
PKGBUILD | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-06 08:05:51 UTC (rev 1458952)
+++ PKGBUILD 2023-05-06 09:02:21 UTC (rev 1458953)
@@ -4,11 +4,16 @@
pkgbase=adlplug
pkgname=(adlplug{,-{lv2,standalone,vst}} opnplug{,-{lv2,standalone,vst}})
pkgver=1.0.2
-pkgrel=8
+pkgrel=9
pkgdesc="FM synthesizer plugins, based on OPL3 and OPN2 sound chip emulations"
arch=(x86_64)
url="https://github.com/jpcima/ADLplug"
-license=(Boost GPL2 GPL3 LGPL2.1)
+license=(
+ Boost
+ GPL2
+ GPL3
+ LGPL2.1
+)
# TODO: devendor simpleini, if feasible
makedepends=(
cmake
@@ -161,17 +166,6 @@
depends=(
opnplug-{lv2,standalone,vst}
)
-
- DESTDIR="$pkgdir" cmake --install build-$pkgname
- (
- cd "$pkgdir"
- _pick opnplug-lv2 usr/lib/lv2
-
- _pick opnplug-standalone usr/bin
- _pick opnplug-standalone usr/share
-
- _pick opnplug-vst usr/lib/vst
- )
}
package_opnplug-lv2() {