Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame^] | 1 | SUMMARY = "Simple client plugin for Music Player Daemon" |
| 2 | HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin" |
| 3 | SECTION = "x11/application" |
| 4 | LICENSE = "0BSD" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0" |
| 6 | |
| 7 | inherit xfce-panel-plugin |
| 8 | |
| 9 | DEPENDS += "libmpd" |
| 10 | |
| 11 | # While this item does not require it, it depends on mpd which does |
| 12 | LICENSE_FLAGS = "commercial" |
| 13 | |
| 14 | # for now we recommend our own mpd-server |
| 15 | RRECOMMENDS:${PN} = "mpd" |
| 16 | |
| 17 | SRC_URI[sha256sum] = "0467fb4d1acd982d3c3e0b89cb41019946850524ff19ed0f658a8d56c7b7664d" |