From e9b45ff67d32fdc27950a51135b6dabada8334e7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 24 Jul 2011 17:57:24 +0100 Subject: initial commit of meta-opie Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton --- .../qscintilla/qscintilla_1.65-gpl-1.6.bb | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 recipes-qtopia/qscintilla/qscintilla_1.65-gpl-1.6.bb (limited to 'recipes-qtopia/qscintilla/qscintilla_1.65-gpl-1.6.bb') diff --git a/recipes-qtopia/qscintilla/qscintilla_1.65-gpl-1.6.bb b/recipes-qtopia/qscintilla/qscintilla_1.65-gpl-1.6.bb new file mode 100644 index 0000000..1e1b3a4 --- /dev/null +++ b/recipes-qtopia/qscintilla/qscintilla_1.65-gpl-1.6.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "Qt/Embedded bindings for the Scintilla source code editor component" +SECTION = "opie/libs" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "http://www.mneuroth.de/privat/zaurus/qscintilla-${PV}_zaurus.tar.gz \ + file://no-external-lexers.patch;patchdir=..;striplevel=0" + +S = "${WORKDIR}/qscintilla-${PV}/qt" + +inherit opie + +QMAKE_PROFILES = "qscintilla.pro" + +EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${S}/patches \ + DEFINES+=ZPATCH DEFINES+=ZAURUS \ + HEADERS-=qextscintillaprinter.h \ + SOURCES-=qextscintillaprinter.cpp \ + SOURCES+=patches/qsettings.cpp \ + SOURCES+=patches/qsettings_unix.cpp \ + HEADERS+=patches/qsettings.h" + +PARALLEL_MAKE = "" + +do_install() { + install -d ${D}${libdir} ${D}${includedir} + oe_libinstall -so libqscintilla ${D}${libdir} + install -m 0644 qextscintilla*.h ${D}${includedir}/ +} + +FILES_${PN} = "${libdir}" + +SRC_URI[md5sum] = "999d3a8b916cd1ef13a66843f6f26db7" +SRC_URI[sha256sum] = "e828dc4aaa7948eafee343e70190dd8003498d50d9258d75d47f05f9970683db" -- cgit 1.2.3-korg