mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
https://goodies.xfce.org/ states "Starting this month (November 2019), a project is starting to migrate the goodies.xfce.org documentation to https://docs.xfce.org/start. The goal is to remove deprecated projects and, eventually, de-commission the goodies.xfce.org URLs. Additional information will be posted on https://wiki.xfce.org/projects/goodies-decomm/start as the project proceeds." This patch updates the URLs being used in the HOMEPAGEs to reflect where the address is actually resolving. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
18 lines
551 B
BlitzBasic
18 lines
551 B
BlitzBasic
SUMMARY = "Simple client plugin for Music Player Daemon"
|
|
HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin/start"
|
|
SECTION = "x11/application"
|
|
LICENSE = "0BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0"
|
|
|
|
inherit xfce-panel-plugin
|
|
|
|
DEPENDS += "libmpd"
|
|
|
|
# While this item does not require it, it depends on mpd which does
|
|
LICENSE_FLAGS = "commercial"
|
|
|
|
# for now we recommend our own mpd-server
|
|
RRECOMMENDS:${PN} = "mpd"
|
|
|
|
SRC_URI[sha256sum] = "0467fb4d1acd982d3c3e0b89cb41019946850524ff19ed0f658a8d56c7b7664d"
|