summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-07-04 15:19:30 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-07-05 09:31:10 +0200
commit1e0c522702142043316a25aea5833b19ff128f4d (patch)
tree1f65e29f4421fb7c9560a718d2cf2ffd1f67c358 /x11-plugins
parentdev-libs/efl: restrict <gettext-0.22 when building examples (diff)
downloadgentoo-1e0c522702142043316a25aea5833b19ff128f4d.tar.gz
gentoo-1e0c522702142043316a25aea5833b19ff128f4d.tar.bz2
gentoo-1e0c522702142043316a25aea5833b19ff128f4d.zip
x11-plugins/wmmp: update HOMEPAGE, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmp/metadata.xml1
-rw-r--r--x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild12
2 files changed, 6 insertions, 7 deletions
diff --git a/x11-plugins/wmmp/metadata.xml b/x11-plugins/wmmp/metadata.xml
index 41c26cd44097..ef1a55343d94 100644
--- a/x11-plugins/wmmp/metadata.xml
+++ b/x11-plugins/wmmp/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="sourceforge">musicpd</remote-id>
+ <remote-id type="github">yogsothoth/wmmp</remote-id>
</upstream>
</pkgmetadata>
diff --git a/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild b/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild
index 82031dd8b177..a0562812d74b 100644
--- a/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild
+++ b/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild
@@ -1,25 +1,23 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_P=${P/wm/WM}
-DESCRIPTION="A Window Maker dock app client for Music Player Daemon(media-sound/mpd)"
-HOMEPAGE="http://mpd.wikia.com/wiki/Client:WMmp"
+DESCRIPTION="Window Maker dock app client for mpd (Music Player Daemon)"
+HOMEPAGE="https://github.com/yogsothoth/wmmp"
SRC_URI="mirror://sourceforge/musicpd/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 sparc x86"
-IUSE=""
RDEPEND="x11-libs/libXext
x11-libs/libXpm"
DEPEND="${RDEPEND}"
-S=${WORKDIR}/${MY_P}
-
src_configure() {
econf --with-default-port=6600
}