diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/exo/exo_0.10.3.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.10.3.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.3.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.3.bb new file mode 100644 index 0000000000..f11f0493d5 --- /dev/null +++ b/meta-xfce/recipes-xfce/exo/exo_0.10.3.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 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 liburi-perl-native cairo" | ||
| 6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" | ||
| 7 | |||
| 8 | inherit xfce pythonnative perlnative gtk-doc | ||
| 9 | |||
| 10 | # SRC_URI must follow inherited one | ||
| 11 | SRC_URI += " \ | ||
| 12 | file://exo-no-tests-0.8.patch \ | ||
| 13 | file://configure.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI_append_class-native = " \ | ||
| 17 | file://reduce-build-to-exo-csource-only.patch \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRC_URI[md5sum] = "d45b7e18e3a73e4a7b2ec6ef7943de17" | ||
| 21 | SRC_URI[sha256sum] = "95704b14ef9065268c3aa9a7c0bacbe0ddb490a183a4f5ab13bba4a1722826bd" | ||
| 22 | |||
| 23 | PACKAGES =+ "exo-csource" | ||
| 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 | FILES_exo-csource += "${bindir}/exo-csource" | ||
| 35 | |||
| 36 | BBCLASSEXTEND = "native" | ||
