diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-08-15 23:55:54 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-16 08:00:54 -0700 |
commit | 2841f0ef1fd2b74a3d25e2a43822296096a5182f (patch) | |
tree | 404b81fca7192ac2e6615a0ce0c4b2a5102747e9 /meta-xfce/recipes-multimedia | |
parent | 119878bd31b65367ce5d261f8fddd61a95e2099e (diff) | |
download | meta-openembedded-2841f0ef1fd2b74a3d25e2a43822296096a5182f.tar.gz |
xfmpc: upgrade 0.2.3 -> 0.3.0
This is the first stable GTK3 release
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-multimedia')
-rw-r--r-- | meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.0.bb (renamed from meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.0.bb index 869435d68..0f5ed8957 100644 --- a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb +++ b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.0.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | SUMMARY = "Music Player Daemon (MPD) client written in GTK+" | 1 | SUMMARY = "Music Player Daemon (MPD) client written in GTK+" |
2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfmpc" | 2 | HOMEPAGE = "https://goodies.xfce.org/projects/applications/xfmpc" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "gtk+ libxfce4util libxfce4ui libmpd vala-native" | 5 | DEPENDS = "libxfce4util libxfce4ui libmpd vala-native" |
6 | 6 | ||
7 | # While this item does not require it, it depends on mpd which does | 7 | # While this item does not require it, it depends on mpd which does |
8 | LICENSE_FLAGS = "commercial" | 8 | LICENSE_FLAGS = "commercial" |
@@ -12,5 +12,5 @@ RRECOMMENDS_${PN} = "mpd" | |||
12 | 12 | ||
13 | inherit xfce-app | 13 | inherit xfce-app |
14 | 14 | ||
15 | SRC_URI[md5sum] = "e2d2faeb7a6f62813e287f3d12522b71" | 15 | SRC_URI[md5sum] = "e6ff8563f159d1e727d656fb88964998" |
16 | SRC_URI[sha256sum] = "4189c0c82b66b758a6d5bc651493b675d3d46329e5f1a76ff26c448125f4fcb0" | 16 | SRC_URI[sha256sum] = "c76e2a88dc3e1d345da7a5c68fa39981494c2b40033748efcac54411c9e65689" |