[oe-commits] Ross Burton : matchbox-stroke: remove

git at git.openembedded.org git at git.openembedded.org
Mon Feb 4 13:19:38 UTC 2013


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Feb  1 12:46:19 2013 +0000

matchbox-stroke: remove

matchbox-stroke was never more than a proof of concept, so remove it.

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

---

 .../matchbox-stroke/files/configure_fix.patch      |   15 ------------
 .../matchbox-stroke/files/single-instance.patch    |   20 ----------------
 .../matchbox-stroke/matchbox-stroke_git.bb         |   25 --------------------
 3 files changed, 0 insertions(+), 60 deletions(-)

diff --git a/meta/recipes-sato/matchbox-stroke/files/configure_fix.patch b/meta/recipes-sato/matchbox-stroke/files/configure_fix.patch
deleted file mode 100644
index 800bf3b..0000000
--- a/meta/recipes-sato/matchbox-stroke/files/configure_fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-Index: matchbox-window-manager/configure.ac
-===================================================================
---- matchbox-window-manager.orig/configure.ac	2007-11-14 12:02:28.000000000 +0000
-+++ matchbox-window-manager/configure.ac	2007-11-14 12:18:55.000000000 +0000
-@@ -283,7 +283,7 @@
-     yes)
- 
- 	case "$expat" in
--	  yes)
-+	  yes|"")
- 		EXPAT_LIBS="-lexpat"
- 		;;
- 	    *)
diff --git a/meta/recipes-sato/matchbox-stroke/files/single-instance.patch b/meta/recipes-sato/matchbox-stroke/files/single-instance.patch
deleted file mode 100644
index 239aadb..0000000
--- a/meta/recipes-sato/matchbox-stroke/files/single-instance.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Multiple matchbox-stroke instances would occupy whole screen and cause end user
-confusing. Making matchbox-stroke singleton is one work around.
-
-This patch allow only one instance of matchbox-stroke based on some mechanism
-in matchbox-desktop.
-
-Signed-off-by: Zhai Edwin <edwin.zhai at intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: matchbox-stroke/matchbox-stroke.desktop
-===================================================================
---- matchbox-stroke.orig/matchbox-stroke.desktop	2010-07-10 10:23:26.000000000 +0800
-+++ matchbox-stroke/matchbox-stroke.desktop	2010-12-22 20:59:26.000000000 +0800
-@@ -6,3 +6,5 @@
- Icon=matchbox-stroke.png
- Categories=Panel;Utility;MB
- X-MB-INPUT-MECHANSIM=True
-+X-MB-SingleInstance=true
-+StartupNotify=true
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
deleted file mode 100644
index 79d5bf3..0000000
--- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Matchbox stroke recogniser"
-HOMEPAGE = "http://matchbox-project.org"
-BUGTRACKER = "http://bugzilla.openedhand.com/"
-
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fbf5d31bdd55af03aa"
-
-DEPENDS = "libfakekey expat libxft"
-SECTION = "x11/wm"
-SRCREV = "2b772583b61d2f6e8358e7c80e10293fc27cfcb7"
-PV = "0.0+git${SRCPV}"
-PR = "r0"
-
-SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
-           file://single-instance.patch \
-           file://configure_fix.patch;maxrev=1819"
-
-S = "${WORKDIR}/git"
-
-inherit autotools pkgconfig gettext
-
-FILES_${PN} = "${bindir}/* \
-	       ${datadir}/applications \
-	       ${datadir}/pixmaps \
-		${datadir}/matchbox-stroke"





More information about the Openembedded-commits mailing list