diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/exo/exo_0.10.2.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.10.2.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb new file mode 100644 index 0000000000..4fdfd48c0e --- /dev/null +++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | DESCRIPTION="Application library for the Xfce desktop environment" | ||
| 2 | SECTION = "x11" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 perl-native cairo" | ||
| 6 | |||
| 7 | inherit xfce pythonnative | ||
| 8 | |||
| 9 | # SRC_URI must follow inherited one | ||
| 10 | SRC_URI += " \ | ||
| 11 | file://exo-no-tests-0.8.patch \ | ||
| 12 | file://configure.patch \ | ||
| 13 | file://gnome-mount \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "c70f2a217811bfba2e62f938d4b8f748" | ||
| 17 | SRC_URI[sha256sum] = "b385828bf8a38204da3254b57fdfa25a72694495aa189fabd5040f707eec76ce" | ||
| 18 | |||
| 19 | # see http://wiki.xfce.org/gnomemount-replacement | ||
| 20 | do_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 | ||
| 27 | FILES_${PN} += "${datadir}/xfce4/ \ | ||
| 28 | ${libdir}/xfce4/exo-1 \ | ||
| 29 | " | ||
| 30 | |||
| 31 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \ | ||
| 32 | " | ||
