M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions

View File

@ -0,0 +1,21 @@
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@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

View File

@ -0,0 +1,46 @@
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 = "r0"
SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;proto=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_NAME = "x-window-manager"
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
ALTERNATIVE_PATH = "${bindir}/matchbox-session"
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
}