diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-30 17:09:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-30 17:09:54 +0100 |
commit | 1b249a65f155c4d8449a07edac4da6f4eddb977e (patch) | |
tree | 1aabd7218cfb05bbc6f3188b76f1af44853780e8 /media-sound | |
parent | media-sound/ario: drop 1.6 (diff) | |
download | gentoo-1b249a65f155c4d8449a07edac4da6f4eddb977e.tar.gz gentoo-1b249a65f155c4d8449a07edac4da6f4eddb977e.tar.bz2 gentoo-1b249a65f155c4d8449a07edac4da6f4eddb977e.zip |
media-sound/musique: drop 1.5-r1
Closes: https://bugs.gentoo.org/949040
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/musique/musique-1.5-r1.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/media-sound/musique/musique-1.5-r1.ebuild b/media-sound/musique/musique-1.5-r1.ebuild deleted file mode 100644 index 08415ee2a643..000000000000 --- a/media-sound/musique/musique-1.5-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils xdg-utils - -DESCRIPTION="Qt music player" -HOMEPAGE="https://flavio.tordini.org/musique" -SRC_URI="https://github.com/flaviotordini/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtsql:5[sqlite] - dev-qt/qtwidgets:5 - media-libs/phonon[qt5(+)] - media-libs/taglib -" -DEPEND="${RDEPEND}" - -DOCS=( CHANGES TODO ) - -PATCHES=( "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch" ) - -src_prepare() { - rm -r src/qtsingleapplication || die - default -} - -src_configure() { - eqmake5 ${PN}.pro PREFIX="/usr" -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |