summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-09-16 17:18:03 +0200
committerAndreas Müller <schnitzeltony@googlemail.com>2012-09-18 15:54:00 +0200
commit7b4be7fba8c953d62a91d1daa2ccf0b443b328ce (patch)
tree0f3ab6ad22139a126277224535630729df38c3e8 /meta-xfce/recipes-xfce/exo/exo_0.6.2.bb
parente6f73c8740beb90f70b96009f2ab2b5114c8f2a5 (diff)
downloadmeta-openembedded-7b4be7fba8c953d62a91d1daa2ccf0b443b328ce.tar.gz
exo: update to 0.8.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/exo/exo_0.6.2.bb')
-rw-r--r--meta-xfce/recipes-xfce/exo/exo_0.6.2.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb
deleted file mode 100644
index ad8dc59f6f..0000000000
--- a/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb
+++ /dev/null
@@ -1,35 +0,0 @@
1DESCRIPTION="Application library for the Xfce desktop environment"
2SECTION = "x11"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "gtk+ libxfce4util virtual/libx11 perl-native cairo"
6
7PR = "r1"
8
9inherit xfce pythonnative
10
11# SRC_URI must follow inherited one
12SRC_URI += " \
13 file://exo-no-tests-0.6.patch \
14 file://configure.patch \
15 file://gnome-mount \
16 file://fix-qa-desktop-type-error.patch \
17"
18
19# see http://wiki.xfce.org/gnomemount-replacement
20do_install_append () {
21 install -m 755 -d ${D}${bindir}/exo-mount-wrapper
22 install -m 755 ${WORKDIR}//gnome-mount ${D}${bindir}/exo-mount-wrapper
23}
24
25# Note: python bindings did not work in oe-dev and are about to be moved to
26# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560
27FILES_${PN} += "${datadir}/xfce4/ \
28 ${libdir}/xfce4/exo-1 \
29 "
30
31FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \
32 "
33
34SRC_URI[md5sum] = "e25333df350abc30999cd16fe96ab690"
35SRC_URI[sha256sum] = "f49cf6a85546f47a1dddb58ce9a5f9364384a6f173cba99deb879e027c811f39"