diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-02-01 12:46:19 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 13:18:27 +0000 |
| commit | d43cb494c1bdcbbf4f6e670432d68a9a21d060bc (patch) | |
| tree | e7c81c0ab76f4f31f5dad93683829bb50303bfef /meta | |
| parent | da8c8276b9a90e9854eab45578b947c774d60c0f (diff) | |
| download | poky-d43cb494c1bdcbbf4f6e670432d68a9a21d060bc.tar.gz | |
matchbox-stroke: remove
matchbox-stroke was never more than a proof of concept, so remove it.
(From OE-Core rev: f9491f2ed276d591b7a2c6eff2a7241f627db50c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
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 800bf3b559..0000000000 --- a/meta/recipes-sato/matchbox-stroke/files/configure_fix.patch +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | Index: matchbox-window-manager/configure.ac | ||
| 4 | =================================================================== | ||
| 5 | --- matchbox-window-manager.orig/configure.ac 2007-11-14 12:02:28.000000000 +0000 | ||
| 6 | +++ matchbox-window-manager/configure.ac 2007-11-14 12:18:55.000000000 +0000 | ||
| 7 | @@ -283,7 +283,7 @@ | ||
| 8 | yes) | ||
| 9 | |||
| 10 | case "$expat" in | ||
| 11 | - yes) | ||
| 12 | + yes|"") | ||
| 13 | EXPAT_LIBS="-lexpat" | ||
| 14 | ;; | ||
| 15 | *) | ||
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 239aadba58..0000000000 --- a/meta/recipes-sato/matchbox-stroke/files/single-instance.patch +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | Multiple matchbox-stroke instances would occupy whole screen and cause end user | ||
| 2 | confusing. Making matchbox-stroke singleton is one work around. | ||
| 3 | |||
| 4 | This patch allow only one instance of matchbox-stroke based on some mechanism | ||
| 5 | in matchbox-desktop. | ||
| 6 | |||
| 7 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [configuration] | ||
| 10 | |||
| 11 | Index: matchbox-stroke/matchbox-stroke.desktop | ||
| 12 | =================================================================== | ||
| 13 | --- matchbox-stroke.orig/matchbox-stroke.desktop 2010-07-10 10:23:26.000000000 +0800 | ||
| 14 | +++ matchbox-stroke/matchbox-stroke.desktop 2010-12-22 20:59:26.000000000 +0800 | ||
| 15 | @@ -6,3 +6,5 @@ | ||
| 16 | Icon=matchbox-stroke.png | ||
| 17 | Categories=Panel;Utility;MB | ||
| 18 | X-MB-INPUT-MECHANSIM=True | ||
| 19 | +X-MB-SingleInstance=true | ||
| 20 | +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 79d5bf31dc..0000000000 --- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | DESCRIPTION = "Matchbox stroke recogniser" | ||
| 2 | HOMEPAGE = "http://matchbox-project.org" | ||
| 3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
| 4 | |||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fbf5d31bdd55af03aa" | ||
| 7 | |||
| 8 | DEPENDS = "libfakekey expat libxft" | ||
| 9 | SECTION = "x11/wm" | ||
| 10 | SRCREV = "2b772583b61d2f6e8358e7c80e10293fc27cfcb7" | ||
| 11 | PV = "0.0+git${SRCPV}" | ||
| 12 | PR = "r0" | ||
| 13 | |||
| 14 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ | ||
| 15 | file://single-instance.patch \ | ||
| 16 | file://configure_fix.patch;maxrev=1819" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | inherit autotools pkgconfig gettext | ||
| 21 | |||
| 22 | FILES_${PN} = "${bindir}/* \ | ||
| 23 | ${datadir}/applications \ | ||
| 24 | ${datadir}/pixmaps \ | ||
| 25 | ${datadir}/matchbox-stroke" | ||
