From b3a2a01b40affbedc2b0951f7180c1212d24d532 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 16 Sep 2013 09:04:14 +0000 Subject: libxfce4ui: update to git head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * in commit f30f9742e64ea5ec3b23d977b904f24799d773d6 the signature for xfce_shortcut_conflict_dialog was changed. This change is required for xfce4-setings HEAD. In the next patch of this series the development of a datetime setter for xfce4-settings will be introduced and this is put on top of xfce4-setings HEAD. * there has been no release since 04.2012 Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb index b5eb604a43..594358dae5 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb @@ -2,14 +2,23 @@ DESCRIPTION = "Xfce4 Widget library and X Window System interaction" SECTION = "x11/libs" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" -PR = "r1" DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf glade3" inherit xfce -SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" -SRC_URI[md5sum] = "6df1ce474a3d4885aee31cda9dbc9192" -SRC_URI[sha256sum] = "a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2" +SRC_URI = " \ + git://git.xfce.org/xfce/libxfce4ui;protocol=git \ + file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \ +" +SRCREV = "530b72f50fcbd8cb4b970fcc97be0321bf78183e" +PV = "4.10.0+git${SRCPV}" +S = "${WORKDIR}/git" + +EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" + +do_configure_prepend() { + NOCONFIGURE=yes ./autogen.sh +} FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \ -- cgit 1.2.3-korg