media-sound/qqmusic: update SRC_URI

Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
This commit is contained in:
jinqiang zhang 2024-09-21 12:47:10 +08:00 committed by peeweep
parent 9c81c74d69
commit 14abfdfd9e

View File

@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors # Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -7,15 +7,14 @@ inherit desktop unpacker xdg
DESCRIPTION="Tencent QQ Music, converted from .deb package" DESCRIPTION="Tencent QQ Music, converted from .deb package"
HOMEPAGE="https://y.qq.com/" HOMEPAGE="https://y.qq.com/"
SIGN="1725454664-ExMwGMJkwjr8MfNb-0-68c8b626a3eb27b87b031a8ba2fdb5a7" SRC_URI="https://dldir1.qq.com/music/clntupate/linux/qqmusic_${PV}_amd64.deb"
SRC_URI="${PN}_${PV}_amd64.deb"
S="${WORKDIR}" S="${WORKDIR}"
LICENSE="CC0-1.0" LICENSE="CC0-1.0"
SLOT="0" SLOT="0"
KEYWORDS="-* ~amd64" KEYWORDS="-* ~amd64"
RESTRICT="strip fetch" RESTRICT="strip mirror"
RDEPEND=" RDEPEND="
x11-libs/gtk+:3 x11-libs/gtk+:3
@ -23,12 +22,6 @@ RDEPEND="
dev-libs/nss dev-libs/nss
" "
pkg_nofetch() {
einfo "Please download"
einfo " ${PN}_${PV}_amd64.deb"
einfo "from ${HOMEPAGE}/download/download.html and place them in your DISTDIR directory."
}
src_install() { src_install() {
insinto /opt insinto /opt
doins -r opt/* doins -r opt/*