From 9f8bf6ddbd6e4d100adb309310da718eafee2129 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Tue, 13 Aug 2019 05:21:07 -0400 Subject: garcon: 0.6.3 -> 0.6.4 Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb | 17 ----------------- meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb create mode 100644 meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb (limited to 'meta-xfce/recipes-xfce') diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb deleted file mode 100644 index dc44eae038..0000000000 --- a/meta-xfce/recipes-xfce/garcon/garcon_0.6.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION="Xfce Menu Library" -SECTION = "x11/libs" -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" -DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" - -inherit xfce gtk-doc distro_features_check - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" -SRC_URI[md5sum] = "3b54d210adec3b6be781a1da26b53da2" -SRC_URI[sha256sum] = "76b1fea531363e9c5e767f1899039b4fe854edf23f6c0f260807e5551f798401" - -EXTRA_OECONF = "--disable-gtk-doc" - -FILES_${PN} += "${datadir}/desktop-directories" diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb new file mode 100644 index 0000000000..62c7890190 --- /dev/null +++ b/meta-xfce/recipes-xfce/garcon/garcon_0.6.4.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Xfce Menu Library" +SECTION = "x11/libs" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" +DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" + +inherit xfce gtk-doc distro_features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" +SRC_URI[md5sum] = "9715aa8214be9c553d9b8c44fde90b9f" +SRC_URI[sha256sum] = "d75e4753037a74733c07b71b8db7a656d869869f0f107f6411a306bbc87a762d" + +EXTRA_OECONF = "--disable-gtk-doc" + +FILES_${PN} += "${datadir}/desktop-directories" -- cgit 1.2.3-korg