From 4b5ee45d7030cbe956059876dc1069f6f4c134c2 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 2 Jan 2013 15:16:05 +0000 Subject: exo: update to 0.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-xfce/recipes-xfce/exo/exo/configure.patch | 4 ++-- meta-xfce/recipes-xfce/exo/exo_0.10.2.bb | 32 ++++++++++++++++++++++++++ meta-xfce/recipes-xfce/exo/exo_0.8.0.bb | 32 -------------------------- 3 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 meta-xfce/recipes-xfce/exo/exo_0.10.2.bb delete mode 100644 meta-xfce/recipes-xfce/exo/exo_0.8.0.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/exo/exo/configure.patch b/meta-xfce/recipes-xfce/exo/exo/configure.patch index 2ccfcfc994..ef27e423b3 100644 --- a/meta-xfce/recipes-xfce/exo/exo/configure.patch +++ b/meta-xfce/recipes-xfce/exo/exo/configure.patch @@ -1,5 +1,5 @@ ---- exo-0.3.4/configure.in~ 2007-12-02 10:37:06.000000000 -0200 -+++ exo-0.3.4/configure.in 2008-06-05 17:21:42.000000000 -0300 +--- a/configure.ac 2007-12-02 10:37:06.000000000 -0200 ++++ b/configure.ac 2008-06-05 17:21:42.000000000 -0300 @@ -127,22 +127,24 @@ dnl *************************************** dnl *** Check for strftime() extensions *** 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 @@ +DESCRIPTION="Application library for the Xfce desktop environment" +SECTION = "x11" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 perl-native cairo" + +inherit xfce pythonnative + +# SRC_URI must follow inherited one +SRC_URI += " \ + file://exo-no-tests-0.8.patch \ + file://configure.patch \ + file://gnome-mount \ +" + +SRC_URI[md5sum] = "c70f2a217811bfba2e62f938d4b8f748" +SRC_URI[sha256sum] = "b385828bf8a38204da3254b57fdfa25a72694495aa189fabd5040f707eec76ce" + +# see http://wiki.xfce.org/gnomemount-replacement +do_install_append () { + install -m 755 -d ${D}${bindir}/exo-mount-wrapper + install -m 755 ${WORKDIR}//gnome-mount ${D}${bindir}/exo-mount-wrapper +} + +# Note: python bindings did not work in oe-dev and are about to be moved to +# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 +FILES_${PN} += "${datadir}/xfce4/ \ + ${libdir}/xfce4/exo-1 \ + " + +FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \ + " diff --git a/meta-xfce/recipes-xfce/exo/exo_0.8.0.bb b/meta-xfce/recipes-xfce/exo/exo_0.8.0.bb deleted file mode 100644 index af9103f6c8..0000000000 --- a/meta-xfce/recipes-xfce/exo/exo_0.8.0.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION="Application library for the Xfce desktop environment" -SECTION = "x11" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 perl-native cairo" - -inherit xfce pythonnative - -# SRC_URI must follow inherited one -SRC_URI += " \ - file://exo-no-tests-0.8.patch \ - file://configure.patch \ - file://gnome-mount \ -" - -SRC_URI[md5sum] = "189bd19210e1d7d8601be1cdf27bf259" -SRC_URI[sha256sum] = "6e21aa30692affcb45fc8283d034da4a02221d26e3e1facb968d04fed4ba05b0" - -# see http://wiki.xfce.org/gnomemount-replacement -do_install_append () { - install -m 755 -d ${D}${bindir}/exo-mount-wrapper - install -m 755 ${WORKDIR}//gnome-mount ${D}${bindir}/exo-mount-wrapper -} - -# Note: python bindings did not work in oe-dev and are about to be moved to -# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 -FILES_${PN} += "${datadir}/xfce4/ \ - ${libdir}/xfce4/exo-1 \ - " - -FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \ - " -- cgit 1.2.3-korg