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.
This commit is contained in:
parent
3045f934d4
commit
46ab8b16d1
|
@ -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
|
||||
|
|
|
@ -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 <chocimier@tlen.pl>"
|
||||
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
zuluplay
|
|
@ -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 <piraty1@inbox.ru>"
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue