diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-16 17:18:03 +0200 |
|---|---|---|
| committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-18 15:54:00 +0200 |
| commit | 7b4be7fba8c953d62a91d1daa2ccf0b443b328ce (patch) | |
| tree | 0f3ab6ad22139a126277224535630729df38c3e8 /meta-xfce/recipes-xfce/exo/exo_0.6.2.bb | |
| parent | e6f73c8740beb90f70b96009f2ab2b5114c8f2a5 (diff) | |
| download | meta-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.bb | 35 |
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 @@ | |||
| 1 | DESCRIPTION="Application library for the Xfce desktop environment" | ||
| 2 | SECTION = "x11" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | DEPENDS = "gtk+ libxfce4util virtual/libx11 perl-native cairo" | ||
| 6 | |||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | inherit xfce pythonnative | ||
| 10 | |||
| 11 | # SRC_URI must follow inherited one | ||
| 12 | SRC_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 | ||
| 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 | " | ||
| 33 | |||
| 34 | SRC_URI[md5sum] = "e25333df350abc30999cd16fe96ab690" | ||
| 35 | SRC_URI[sha256sum] = "f49cf6a85546f47a1dddb58ce9a5f9364384a6f173cba99deb879e027c811f39" | ||
