summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-05-25 11:47:18 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-28 10:35:15 +0200
commit2be2cbf444394e86c8ae924e423c97166c48311d (patch)
treeec34efa0853e560bf0121992639f45eaf36c810d /meta-xfce/recipes-apps
parenta7bc34dfc4add9eeff93ff3a73207070a15a61f4 (diff)
downloadmeta-openembedded-2be2cbf444394e86c8ae924e423c97166c48311d.tar.gz
orage: update to 4.12.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r--meta-xfce/recipes-apps/orage/orage_4.12.1.bb (renamed from meta-xfce/recipes-apps/orage/orage_4.10.0.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-apps/orage/orage_4.10.0.bb b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb
index 8164c3c14..a2f25682b 100644
--- a/meta-xfce/recipes-apps/orage/orage_4.10.0.bb
+++ b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb
@@ -6,14 +6,14 @@ DEPENDS = "gtk+ xfce4-panel libical popt"
6 6
7inherit xfce-app 7inherit xfce-app
8 8
9SRC_URI[md5sum] = "b33fa272d92f539a224a7a40b1926dfc" 9SRC_URI[md5sum] = "2b7f5d38cb5c6edbcc65d0f52a742e46"
10SRC_URI[sha256sum] = "6cb854f3437e31bab23abfce97bd10afa1636a9a1480d80e14e26c85d06be7c0" 10SRC_URI[sha256sum] = "3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062"
11 11
12PACKAGECONFIG ??= "" 12PACKAGECONFIG ??= ""
13PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" 13PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
14 14
15PACKAGES =+ "xfce4-orageclock-plugin" 15PACKAGES =+ "xfce4-orageclock-plugin"
16FILES_${PN} += "${datadir}/dbus-1" 16FILES_${PN} += "${datadir}/dbus-1"
17FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug" 17FILES_${PN}-dbg += "${libdir}/xfce4/panel/plugins/.debug"
18FILES_xfce4-orageclock-plugin = "${libdir}/orage/xfce4/panel-plugins/xfce4-orageclock-plugin ${datadir}/xfce4/panel-plugins" 18FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins"
19 19