From 46ab8b16d1b22e88fa0586bd8744318df7d0caa4 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 31 Jan 2021 22:10:42 +0100 Subject: [PATCH] zuluplay: remove package zuluplay seems maintained in zulucrypt sources, as zulucrypt cmake complains about outdated zuluplay while the actual repo has no tag. The only consumer is zulucrypt, which now uses the bundled zuluplay now. --- common/shlibs | 1 - srcpkgs/removed-packages/template | 4 +++- srcpkgs/zuluplay-devel | 1 - srcpkgs/zuluplay/template | 23 ----------------------- 4 files changed, 3 insertions(+), 26 deletions(-) delete mode 120000 srcpkgs/zuluplay-devel delete mode 100644 srcpkgs/zuluplay/template diff --git a/common/shlibs b/common/shlibs index 9c7ca7b2c51..d3909e6babf 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3191,7 +3191,6 @@ libKF5IdentityManagement.so.5 kidentitymanagement-17.12.0_1 libKChart.so.2 kdiagram-2.6.0_1 libKGantt.so.2 kdiagram-2.6.0_1 libscrypt.so.0 libscrypt-1.21_1 -libzuluplay.so.1.1 zuluplay-1.1_1 libzuluCryptPluginManager.so.1.0.0 zulucrypt-5.2.0_1 libzuluCrypt-exe.so.1.2.0 zulucrypt-5.2.0_1 libzuluCrypt.so.1.2.0 zulucrypt-5.2.0_1 diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 7862526a37d..013ec3f3dca 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -1,7 +1,7 @@ # Template file for 'removed-packages' pkgname=removed-packages version=0.1 -revision=22 +revision=23 build_style=meta short_desc="Uninstalls packages removed from repository" maintainer="Piotr Wójcik " @@ -230,6 +230,8 @@ replaces=" nvidia340-dkms<=340.108_4 nvidia340-opencl<=340.108_4 nvidia340-libs<=340.108_4 + zuluplay<=1.1_1 + zuluplay-devel<=1.1_1 " if [ "$XBPS_TARGET_LIBC" = "musl" ]; then diff --git a/srcpkgs/zuluplay-devel b/srcpkgs/zuluplay-devel deleted file mode 120000 index b059d793ee5..00000000000 --- a/srcpkgs/zuluplay-devel +++ /dev/null @@ -1 +0,0 @@ -zuluplay \ No newline at end of file diff --git a/srcpkgs/zuluplay/template b/srcpkgs/zuluplay/template deleted file mode 100644 index dc84ce98578..00000000000 --- a/srcpkgs/zuluplay/template +++ /dev/null @@ -1,23 +0,0 @@ -# Template file for 'zuluplay' -pkgname=zuluplay -version=1.1 -revision=1 -build_style=cmake -hostmakedepends="pkg-config" -makedepends="device-mapper-devel libgcrypt-devel" -short_desc="Zulucrypt's fork of tcplay" -maintainer="Piraty " -license="GPL-3" -homepage="https://github.com/mhogomchungu/zuluplay" -distfiles="https://github.com/mhogomchungu/${pkgname}/archive/${version}.tar.gz" -checksum=4223fea60bd470b122dac7722d726785219c0e0a886f492ab4c0699c14ffd70d - -zuluplay-devel_package() { - short_desc+=" - development files" - depends="${sourcepkg}>=${version}_${revision}" - pkg_install() { - vmove usr/include - vmove usr/lib/*.so - vmove usr/lib/pkgconfig - } -}