diff options
-rw-r--r-- | meta-xfce/recipes-apps/orage/orage_4.8.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/orage/orage_4.8.4.bb b/meta-xfce/recipes-apps/orage/orage_4.8.4.bb new file mode 100644 index 0000000000..990598753e --- /dev/null +++ b/meta-xfce/recipes-apps/orage/orage_4.8.4.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Xfce Calender" | ||
2 | SECTION = "x11/application" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | ||
5 | DEPENDS = "gtk+ xfce4-panel libical" | ||
6 | |||
7 | inherit xfce-app | ||
8 | |||
9 | SRC_URI[md5sum] = "d5105981a9d77ed22be42615d70f3cc0" | ||
10 | SRC_URI[sha256sum] = "b19df727da9da48b979e238ac7113c803976de80bd1e2dadf6d84b864956dfd5" | ||
11 | |||
12 | PACKAGES =+ "xfce4-orageclock-plugin" | ||
13 | FILES_${PN} += "${datadir}/dbus-1" | ||
14 | FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug" | ||
15 | FILES_xfce4-orageclock-plugin = "${libdir}/orage/xfce4/panel-plugins/xfce4-orageclock-plugin ${datadir}/xfce4/panel-plugins" | ||
16 | |||