Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 11 Mar 2005 12:01:21 +0000 (12:01 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 11 Mar 2005 12:01:21 +0000 (12:01 +0000)
into marcinj.local:/home/hrw/zaurus/bb/openembedded

2005/03/11 13:00:43+01:00 local!hrw
updated kdepimpi to 2.0.15

2005/03/11 12:59:30+01:00 local!hrw
qpe-vexed changes proposed by Vitaliy Pronkin:
- switched to correct format of Vexed levels
- start maximized
- made level numbers in status string begin from 1 instead of 0

BKrev: 423188919rv-Wf_tNs-hi0dwxNOlZg

packages/kdepimpi/files/opie-fontselector-copy.patch [moved from packages/kdepimpi/pwmpi_2.0.14.bb with 100% similarity]
packages/kdepimpi/kdepimpi-base.inc
packages/kdepimpi/kdepimpi_2.0.14.bb [deleted file]
packages/kdepimpi/kdepimpi_2.0.15.bb [new file with mode: 0644]
packages/kdepimpi/pwmpi_2.0.15.bb [new file with mode: 0644]
packages/qpe-vexed/files/vit.patch [new file with mode: 0644]
packages/qpe-vexed/qpe-vexed-levels_2.1Beta1.bb
packages/qpe-vexed/qpe-vexed_1.3.bb

index a97826b..e18219e 100644 (file)
@@ -19,8 +19,8 @@ HOMEPAGE = "http://www.pi-sync.net/ http://sf.net/projects/kdepimpi/"
 # kabc/plugins/ldap     - wants ldap libs (?)
 # kabc/plugins/opie     - wants libopie1  (we don't plan to have it in OE)
 # kmicromail            - conflict with OE libetpan, libmailwrapper/OPIE
-# pwmanager             - needs stdc++ and some patching
 
+SRC_URI_append = "file://opie-fontselector-copy.patch;patch=1"
 PARALLEL_MAKE = ""
 
 S = "${WORKDIR}/kdepim"
diff --git a/packages/kdepimpi/kdepimpi_2.0.14.bb b/packages/kdepimpi/kdepimpi_2.0.14.bb
deleted file mode 100644 (file)
index 10f4f51..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-PR = "r1"
-SRC_URI = "${SOURCEFORGE_MIRROR}/kdepimpi/kdepimpi-${PV}.tar.gz "
-
-include kdepimpi-base.inc
diff --git a/packages/kdepimpi/kdepimpi_2.0.15.bb b/packages/kdepimpi/kdepimpi_2.0.15.bb
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/kdepimpi/pwmpi_2.0.15.bb b/packages/kdepimpi/pwmpi_2.0.15.bb
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/qpe-vexed/files/vit.patch b/packages/qpe-vexed/files/vit.patch
new file mode 100644 (file)
index 0000000..e69de29
index 9351377..f38c29f 100644 (file)
@@ -5,21 +5,20 @@ MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
 LICENSE = "GPL"
 AUTHOR = "The Vexed Development Team"
 HOMEPAGE = "http://vexed.sourceforge.net/"
+PACKAGE_ARCH = "all"
+PR = "r1"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/vexed/vexed21Beta1.zip"
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/vexed/;module=vexed/levelpacks"
 
 S = "${WORKDIR}"
 
 do_install () {
        install -d ${D}${palmtopdir}/etc/qpe-vexed
 
-       cd ${WORKDIR}
-       for level in *.pdb
+       for level in ${WORKDIR}/levelpacks/*.ini;
        do
-           cp "$level" "`basename "$level" .pdb`.lvl"
+           install -m 0664 "$level" "${D}${palmtopdir}/etc/qpe-vexed/`basename "$level" .ini`.lvl";
        done
-
-       install -m 0644 ${WORKDIR}/*.lvl ${D}${palmtopdir}/etc/qpe-vexed/
 }
 
 FILES_${PN} = "${palmtopdir}/etc/qpe-vexed/*.lvl"
index 8f013ce..c692075 100644 (file)
@@ -10,9 +10,11 @@ RDEPENDS = "qpe-vexed-levels"
 APPNAME = "qpe-vexed"
 APPTYPE = "binary"
 APPDESKTOP = "${S}"
-PR = "r1"
+PR = "r2"
 
-SRC_URI = "http://wwwcip.informatik.uni-erlangen.de/~sialhaus/qpe-vexed_1.3_src.tar.gz"
+SRC_URI = "http://wwwcip.informatik.uni-erlangen.de/~sialhaus/qpe-vexed_1.3_src.tar.gz \
+file://vit.patch;patch=1 \
+"
 
 S = "${WORKDIR}/qpe-vexed_arm/"