Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

media-sound/qqmusic: update SRC_URI #5273

Merged
merged 1 commit into from
Sep 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions media-sound/qqmusic/qqmusic-1.1.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -7,28 +7,21 @@ inherit desktop unpacker xdg

DESCRIPTION="Tencent QQ Music, converted from .deb package"
HOMEPAGE="https://y.qq.com/"
SIGN="1725454664-ExMwGMJkwjr8MfNb-0-68c8b626a3eb27b87b031a8ba2fdb5a7"
SRC_URI="${PN}_${PV}_amd64.deb"
SRC_URI="https://dldir1.qq.com/music/clntupate/linux/qqmusic_${PV}_amd64.deb"

S="${WORKDIR}"

LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="strip fetch"
RESTRICT="strip mirror"

RDEPEND="
x11-libs/gtk+:3
x11-libs/libXScrnSaver
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() {
insinto /opt
doins -r opt/*
Expand Down