Many files:
authorGreg Gilbert <greg@treke.net>
Thu, 11 Nov 2004 22:21:04 +0000 (22:21 +0000)
committerGreg Gilbert <greg@treke.net>
Thu, 11 Nov 2004 22:21:04 +0000 (22:21 +0000)
  License updates

BKrev: 4193e5d0tcZ-x9-tSOJ1r2gK5Akyxg

qfish/qfish2_1.0.0.oe
qmake/qmake-native_3.2.3.oe
qmatrix/qmatrix_1.1.0.oe
qpe-gaim/qpe-gaim_20041030.oe
qscintilla/qscintilla_1.60-gpl-1.3.oe

index 22ee4c4..24d4048 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "A Game with fishes, Qt/Embedded based Palmtop Environments Edition"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 SECTION = "opie/games"
+LICENSE = "GPL"
 PRIORITY = "optional"
 PR = "r1"
 
index 3848860..9ba2b50 100644 (file)
@@ -1,7 +1,7 @@
 SECTION = "devel"
 DESCRIPTION = "Qt(E) Makefile Generator"
 PRIORITY = "optional"
-LICENSE = "GPL/QPL"
+LICENSE = "GPL|QPL"
 
 SRC_URI = \
        "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-free-${PV}.tar.bz2 \
index 1c366b4..7d968ad 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "A matrix Game, Qt/Embedded based Palmtop Environments Edition"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 SECTION = "opie/games"
+LICENSE = "GPL"
 PRIORITY = "optional"
 PR = "r1"
 
index e69de29..bfa472c 100644 (file)
@@ -0,0 +1,34 @@
+DESCRIPTION = "A multi protocol instant messager application, Qt/Embedded based Palmtop Environments Edition"
+SECTION = "opie/applications"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+DEPENDS = "qpe-libgaim glib-2.0"
+RDEPENDS = "libgaim-plugins"
+APPNAME = "gaim"
+APPTYPE = "binary"
+LICENSE = "GPL"
+APPDESKTOP = "${S}"
+PV = "0.4+cvs-20041030"
+
+SRC_URI = "http://www.vanille.de/mirror/qpe-gaim_20041030.tar.bz2 \
+           file://libopie2.patch;patch=1"
+S = "${WORKDIR}/qpe-gaim"
+
+inherit opie
+
+EXTRA_QMAKEVARS_POST +="INCLUDEPATH-=/usr/include/glib-2.0 \
+                       INCLUDEPATH-=/usr/lib/glib-2.0/include \
+                       INCLUDEPATH+=${STAGING_INCDIR}/glib-2.0 \
+                       LIBS-=-lopie LIBS+=-lopiecore2 LIBS+=-lopieui2"
+
+do_configure_prepend() {
+       ln -s ../libgaim/src libgaim
+}
+
+do_install() {
+       for dir in 16x16 32x32 protocols status
+       do
+               install -d ${D}${palmtopdir}/pics/gaim/${dir}
+               install -m 0644 data/images/${dir}/*.png ${D}${palmtopdir}/pics/gaim/${dir}/
+       done
+       install -m 0644 gaim.png ${D}${palmtopdir}/pics/
+}
index 4c95904..aff9c5b 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "Qt/Embedded bindings for the Scintilla source code editor component"
 SECTION = "opie/libs"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
 PR = "r1"
 
 SRC_URI = "http://www.mneuroth.de/privat/zaurus/qscintilla-${PV}_zaurus.tar.gz"