Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Simple client plugin for Music Player Daemon" |
Brad Bishop | 665fd02 | 2019-08-26 01:32:28 -0400 | [diff] [blame^] | 2 | HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 3 | SECTION = "x11/application" |
| 4 | LICENSE = "BSD" |
| 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 | |
Brad Bishop | 665fd02 | 2019-08-26 01:32:28 -0400 | [diff] [blame^] | 17 | SRC_URI[md5sum] = "26a1e8658df2b51967dc2250e23f467d" |
| 18 | SRC_URI[sha256sum] = "eefe78b7b6b95312b3a52814b7f632dc92970c1b3e9535de616315749bf67760" |