[oe-commits] Ross Burton : matchbox-wm-2: remove

git at git.openembedded.org git at git.openembedded.org
Wed Dec 19 18:02:10 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 94a97a5b40484b4e02e704cc56ba40fc62496107
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=94a97a5b40484b4e02e704cc56ba40fc62496107

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Dec 17 16:26:53 2012 +0000

matchbox-wm-2: remove

Matchbox Window Manager 2 is more of a framework than a window manager,
certainly isn't ready to replace v1 yet, and isn't under active development.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../matchbox-wm-2/matchbox-wm-2/fix_makefile.patch |   21 ---------
 .../matchbox-wm-2/matchbox-wm-2_git.bb             |   45 --------------------
 2 files changed, 0 insertions(+), 66 deletions(-)

diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2/fix_makefile.patch b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2/fix_makefile.patch
deleted file mode 100644
index 1f877d7..0000000
--- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2/fix_makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Upstream-Status: Accepted
-Instead matchbox-window-manager-2, it is in libmatchboxwm2, which has build
-failure as partial gtk-doc implementation.
-
-Nitin A Kamble <nitin.a.kamble at intel.com> 2011/05/10
-Fix following build error:
-| Makefile:734: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.
-| ERROR: oe_runmake failed
-
-Index: matchbox-window-manager-2/Makefile.am
-===================================================================
---- matchbox-window-manager-2.orig/Makefile.am
-+++ matchbox-window-manager-2/Makefile.am
-@@ -3,6 +3,6 @@ SUBDIRS = matchbox data doc util
- # Extra clean files so that maintainer-clean removes *everything*
- 
- snapshot:
--        $(MAKE) dist distdir=$(PACKAGE)-snapshot-`date +"%Y%m%d"`
-+	$(MAKE) dist distdir=$(PACKAGE)-snapshot-`date +"%Y%m%d"`
- 
- MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
deleted file mode 100644
index 7369339..0000000
--- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
+++ /dev/null
@@ -1,45 +0,0 @@
-SECTION = "x11/wm"
-DESCRIPTION = "Matchbox window manager"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://matchbox/core/mb-wm.h;endline=21;md5=1b1d328a527906350ea7ce7ab1bb7564"
-
-DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+"
-
-SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869"
-PV = "0.1+git${SRCPV}"
-PR = "r2"
-
-SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;protocol=git \
-	file://fix_makefile.patch \
-	  "
-
-S = "${WORKDIR}/git"
-
-inherit autotools pkgconfig update-alternatives
-
-# Change this to x-session-manager->matchbox-session and put in
-# matchbox-session, then change this to x-window-manager to
-# matchbox-window-manager-2.
-ALTERNATIVE_${PN} = "x-window-manager"
-ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/matchbox-window-manager"
-ALTERNATIVE_PRIORITY = "10"
-
-PACKAGES =+ "libmatchbox2"
-
-FILES_libmatchbox2 = "${libdir}/*${SOLIBS}"
-
-FILES_${PN} += "${datadir}/matchbox-2 \
-                ${sysconfdir}/matchbox-2 \
-                ${datadir}/themes/*"
-
-EXTRA_OECONF = 	"--enable-debug			\
-                 --enable-simple-manager \
-                 --enable-compositing-manager	\
-                 --enable-libmatchbox \
-                 --enable-png-theme \
-		"
-
-do_install_append () {
-	cd ${D}${bindir}
-	ln -s matchbox-window-manager-2-simple matchbox-window-manager
-}





More information about the Openembedded-commits mailing list