[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: xfwm4: move to git repo

git at git.openembedded.org git at git.openembedded.org
Thu Sep 19 11:50:04 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 243b67457a142aa0ba1111ff7163098434927a7e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=243b67457a142aa0ba1111ff7163098434927a7e

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Mon Sep 16 09:04:16 2013 +0000

xfwm4: move to git repo

follow libxfce4ui API change [1]

[1] http://git.xfce.org/xfce/xfwm4/commit/settings-dialogs/xfwm4-settings.c?id=21ebbe4722b01763822157f9242fc865a9687c68

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../xfwm4/{xfwm4_4.10.1.bb => xfwm4_git.bb}        |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.1.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb
similarity index 70%
rename from meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.1.bb
rename to meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb
index 86ac20e..b72d44f 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.1.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb
@@ -6,9 +6,20 @@ DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbu
 
 inherit xfce update-alternatives
 
-SRC_URI[md5sum] = "10de50c79ed944cbb9c87741062c2a76"
-SRC_URI[sha256sum] = "380c44fba6eb779e34be0fe94f3726cfa131803014d6073c45aec8a1257fa740"
-SRC_URI += "file://0001-don-t-block-display-events-when-time-is-set-backward.patch"
+SRC_URI = " \
+    git://git.xfce.org/xfce/xfwm4;protocol=git \
+    file://0001-don-t-block-display-events-when-time-is-set-backward.patch \
+"
+
+SRCREV = "bce3062d0879ab8504c446f99ad57c9fd76c5097"
+S = "${WORKDIR}/git"
+PV = "4.10.1+git${SRCPV}"
+
+EXTRA_OECONF += "--enable-maintainer-mode"
+
+do_configure_prepend() {
+       NOCONFIGURE=yes ./autogen.sh
+}
 
 python populate_packages_prepend () {
     themedir = d.expand('${datadir}/themes')



More information about the Openembedded-commits mailing list