From aa74618893e06c9b005737385450c7e27ef40faf Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 3 Mar 2012 12:10:52 +0000 Subject: garcon: update to 0.1.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit run-tested on overo Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- meta-xfce/recipes-xfce/garcon/garcon_0.1.10.bb | 12 ++++++++++++ meta-xfce/recipes-xfce/garcon/garcon_0.1.9.bb | 14 -------------- 2 files changed, 12 insertions(+), 14 deletions(-) create mode 100644 meta-xfce/recipes-xfce/garcon/garcon_0.1.10.bb delete mode 100644 meta-xfce/recipes-xfce/garcon/garcon_0.1.9.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.1.10.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.1.10.bb new file mode 100644 index 0000000000..2e88b972b3 --- /dev/null +++ b/meta-xfce/recipes-xfce/garcon/garcon_0.1.10.bb @@ -0,0 +1,12 @@ +DESCRIPTION="Xfce Menu Library" +SECTION = "x11/libs" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" +DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util" + +inherit xfce + +FILES_${PN} += " ${datadir}/desktop-directories" + +SRC_URI[md5sum] = "e53514e79c4da2631dd74994452d3c96" +SRC_URI[sha256sum] = "c2497a2991101fc1e621dc712ef72aba7c238f6e5f5a1733c9572f9b23761316" diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.1.9.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.1.9.bb deleted file mode 100644 index e99cb4dfd3..0000000000 --- a/meta-xfce/recipes-xfce/garcon/garcon_0.1.9.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION="Xfce Menu Library" -SECTION = "x11/libs" -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" -DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util" - -PR = "r0" - -inherit xfce - -FILES_${PN} += " ${datadir}/desktop-directories" - -SRC_URI[md5sum] = "a3ca1e54ad731c98f688900f6398fc20" -SRC_URI[sha256sum] = "485e23c8ec1af0d3af423aa244e05467dd2f96afbb66efc70ca7689222cf31d5" -- cgit 1.2.3-korg