soulseekqt: remove
This commit is contained in:
parent
305435df80
commit
29c71f3ff0
|
@ -0,0 +1 @@
|
||||||
|
soulseekqt is no longer provided by Void Linux, and will be fully removed from the repos on 2019-06-23
|
|
@ -1,8 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=SoulSeekQT
|
|
||||||
Exec=soulseekqt
|
|
||||||
Icon=soulseekqt
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Categories=Network;P2P;
|
|
||||||
Comment=Soulseek music-sharing client
|
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
|
@ -1,35 +1,9 @@
|
||||||
# Template file for 'soulseekqt'
|
# Template file for 'soulseekqt'
|
||||||
pkgname=soulseekqt
|
pkgname=soulseekqt
|
||||||
version=20160117
|
version=20160117
|
||||||
revision=1
|
revision=2
|
||||||
_pkgver=2016-1-17
|
archs=noarch
|
||||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
build_style=meta
|
||||||
_path=7qh902qv2sxyp6p
|
short_desc="Desktop client for the Soulseek peer-to-peer file sharing network (removed package)"
|
||||||
_pkgver=$_pkgver-64bit
|
license="metapackage"
|
||||||
_distcksum=8c11af264ffdd045de1093090533fc7b86e8814442a14d366c1df1dd6ed58316
|
|
||||||
else
|
|
||||||
_path=kebk1b5ib1m3xxw
|
|
||||||
_pkgver=$_pkgver-32bit
|
|
||||||
_distcksum=39daec020c766350159f63dc025f55a840891dcb805977e8e0eb4daa9d853965
|
|
||||||
fi
|
|
||||||
distfiles="https://www.dropbox.com/s/$_path/SoulseekQt-$_pkgver.tgz"
|
|
||||||
checksum="${_distcksum}"
|
|
||||||
short_desc="Desktop client for the Soulseek peer-to-peer file sharing network"
|
|
||||||
maintainer="jarbowski <jarbowski@cock.lu>"
|
|
||||||
homepage="http://www.soulseekqt.net/news/"
|
homepage="http://www.soulseekqt.net/news/"
|
||||||
license="Soulseek License (non free)"
|
|
||||||
repository="nonfree"
|
|
||||||
hostmakedepends="wget"
|
|
||||||
depends="libXext fontconfig libXrender libSM alsa-lib"
|
|
||||||
create_wrksrc=yes
|
|
||||||
archs="i686 x86_64"
|
|
||||||
nopie=yes
|
|
||||||
|
|
||||||
# wget seems to be more efficient to deal with dropbox
|
|
||||||
XBPS_FETCH_CMD="wget --progress=dot:mega"
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vbin SoulseekQt-$_pkgver $pkgname
|
|
||||||
vinstall ${FILESDIR}/soulseekqt.desktop 644 usr/share/applications
|
|
||||||
vinstall ${FILESDIR}/soulseekqt.png 644 usr/share/pixmaps
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue