diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-09-16 09:04:14 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-19 13:56:57 +0200 |
commit | b3a2a01b40affbedc2b0951f7180c1212d24d532 (patch) | |
tree | 69b57aafb7fd38be5472fba7555b99002d4eeca9 /meta-xfce/recipes-xfce/libxfce4ui | |
parent | 7d458ae7425fcb9c76bc1c43aeca90bce356d5bb (diff) | |
download | meta-openembedded-b3a2a01b40affbedc2b0951f7180c1212d24d532.tar.gz |
libxfce4ui: update to git head
* 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 <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/libxfce4ui')
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | 17 |
1 files changed, 13 insertions, 4 deletions
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 b5eb604a4..594358dae 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" | |||
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" |
5 | PR = "r1" | ||
6 | DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf glade3" | 5 | DEPENDS = "gtk+ intltool libxfce4util startup-notification xfconf glade3" |
7 | 6 | ||
8 | inherit xfce | 7 | inherit xfce |
9 | 8 | ||
10 | SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" | 9 | SRC_URI = " \ |
11 | SRC_URI[md5sum] = "6df1ce474a3d4885aee31cda9dbc9192" | 10 | git://git.xfce.org/xfce/libxfce4ui;protocol=git \ |
12 | SRC_URI[sha256sum] = "a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2" | 11 | file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \ |
12 | " | ||
13 | SRCREV = "530b72f50fcbd8cb4b970fcc97be0321bf78183e" | ||
14 | PV = "4.10.0+git${SRCPV}" | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | ||
18 | |||
19 | do_configure_prepend() { | ||
20 | NOCONFIGURE=yes ./autogen.sh | ||
21 | } | ||
13 | 22 | ||
14 | FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" | 23 | FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" |
15 | FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \ | 24 | FILES_${PN}-dev += "${libdir}/glade3/modules/*.la \ |