aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Gilbert <greg@treke.net>2004-11-11 22:21:04 +0000
committerGreg Gilbert <greg@treke.net>2004-11-11 22:21:04 +0000
commitac07f01a91686ca65e4c22e2366e96c74b6f258d (patch)
tree5deca10162a99cfcd2d9afbf7ddeda6eba752c63
parent6747a42cca468886fb139b48c86b7f9affa0cea0 (diff)
downloadopenembedded-ac07f01a91686ca65e4c22e2366e96c74b6f258d.tar.gz
Many files:
License updates BKrev: 4193e5d0tcZ-x9-tSOJ1r2gK5Akyxg
-rw-r--r--qfish/qfish2_1.0.0.oe1
-rw-r--r--qmake/qmake-native_3.2.3.oe2
-rw-r--r--qmatrix/qmatrix_1.1.0.oe1
-rw-r--r--qpe-gaim/qpe-gaim_20041030.oe34
-rw-r--r--qscintilla/qscintilla_1.60-gpl-1.3.oe1
5 files changed, 38 insertions, 1 deletions
diff --git a/qfish/qfish2_1.0.0.oe b/qfish/qfish2_1.0.0.oe
index 22ee4c4b11..24d404854f 100644
--- a/qfish/qfish2_1.0.0.oe
+++ b/qfish/qfish2_1.0.0.oe
@@ -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"
diff --git a/qmake/qmake-native_3.2.3.oe b/qmake/qmake-native_3.2.3.oe
index 38488608c8..9ba2b50665 100644
--- a/qmake/qmake-native_3.2.3.oe
+++ b/qmake/qmake-native_3.2.3.oe
@@ -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 \
diff --git a/qmatrix/qmatrix_1.1.0.oe b/qmatrix/qmatrix_1.1.0.oe
index 1c366b4244..7d968ad943 100644
--- a/qmatrix/qmatrix_1.1.0.oe
+++ b/qmatrix/qmatrix_1.1.0.oe
@@ -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"
diff --git a/qpe-gaim/qpe-gaim_20041030.oe b/qpe-gaim/qpe-gaim_20041030.oe
index e69de29bb2..bfa472c10b 100644
--- a/qpe-gaim/qpe-gaim_20041030.oe
+++ b/qpe-gaim/qpe-gaim_20041030.oe
@@ -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/
+}
diff --git a/qscintilla/qscintilla_1.60-gpl-1.3.oe b/qscintilla/qscintilla_1.60-gpl-1.3.oe
index 4c9590430c..aff9c5b9cf 100644
--- a/qscintilla/qscintilla_1.60-gpl-1.3.oe
+++ b/qscintilla/qscintilla_1.60-gpl-1.3.oe
@@ -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"