Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sun, 27 Jun 2004 12:15:38 +0000 (12:15 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 27 Jun 2004 12:15:38 +0000 (12:15 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/06/27 14:15:30+02:00 uni-frankfurt.de!mickey
remove explicit install of .desktop file.
opie.oeclass now allows overriding APPDESKTOP directory

BKrev: 40deba6aRcF9UDqafuz0Amf5ZJo7NQ

20 files changed:
opie-3rdparty/aliens-qt_1.0.0.oe
opie-3rdparty/atomic_1.0.1.oe
opie-3rdparty/checkers_1.0.5ern.oe
opie-3rdparty/crossword_0.0.3.oe
opie-3rdparty/fish_1.1.0.oe
opie-3rdparty/glider_1.0.0.oe
opie-3rdparty/icebloxx_1.0.0.oe
opie-3rdparty/mahjongg_1.0.0.oe
opie-3rdparty/maki_1.0.4ern.oe
opie-3rdparty/nmm_0.0.2.oe
opie-3rdparty/pairs_1.1.1.oe
opie-3rdparty/pdamaze_1.0.0.oe
opie-3rdparty/pipeman_1.0.0.oe
opie-3rdparty/qpealarmclock_1.0.4.oe
opie-3rdparty/shisensho_1.0.0.oe
opie-3rdparty/sokoban_1.3.8ern.oe
opie-3rdparty/tickypip_0.1.1ern.oe
opie-3rdparty/tickypip_0.1.2.oe
opie-3rdparty/timesleuth_1.0.5.oe
opie-3rdparty/tron_1.0.0.oe

index e69de29..79ba476 100644 (file)
@@ -0,0 +1,32 @@
+DESCRIPTION = "Alien ShootOut"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Bill Kendrick"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Aliens.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/aliens_V1.0.0.tar.gz \
+          file://Makefile.patch;patch=1 \
+           file://aliens.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/aliens_V${PV}"
+
+APPNAME = "aliens"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend () {
+       oe_runmake -C images
+}
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
+
index e69de29..8e9b809 100644 (file)
@@ -0,0 +1,36 @@
+DESCRIPTION = "Atomic"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+
+LICENSE = "GPL"
+AUTHOR = "Andre Wuest"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Atomic.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/atomic_V1.0.1.tar.gz \
+          file://atomic.patch;patch=1"
+
+
+PV = "1.0.1"
+S = "${WORKDIR}/atomic_V${PV}"
+APPNAME = "atomic"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+
+
+do_compile_prepend() {
+       oe_runmake -C images
+       oe_runmake -C tools
+       oe_runmake -C levels
+}
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
index e69de29..cd94d82 100644 (file)
@@ -0,0 +1,27 @@
+DESCRIPTION = "Checkers"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Walter Rawdanik"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Checkers.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/checkers_V1.0.5ern.tar.gz \
+           file://checkers.patch;patch=1"
+
+PV = "1.0.5ern"
+S = "${WORKDIR}/checkers_V${PV}"
+APPNAME = "checkers"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+
+inherit opie
index e69de29..f934b48 100644 (file)
@@ -0,0 +1,33 @@
+DESCRIPTION = "Checkers"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Robert Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Crossword.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/crossword_V0.0.3.tar.gz \
+          file://crossword.patch;patch=1"
+
+PV = "0.0.3"
+S = "${WORKDIR}/crossword_V${PV}"
+
+APPNAME = "crossword"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+pkg_postinst() {
+#!/bin/sh
+
+MIMEFILE=/opt/QtPalmtop/etc/mime.types
+
+grep -q application/puz $MIMEFILE 2>/dev/null || echo -e "application/crossword\t\tpuz tpz" >> $MIMEFILE
+}
+
+inherit opie
index e69de29..a9b62a5 100644 (file)
@@ -0,0 +1,33 @@
+DESCRIPTION = "Fish Amusement"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Robert Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Fish.html"
+
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/fish_V1.1.0.tar.gz \
+           file://Makefile.patch;patch=1 \
+           file://fish.patch;patch=1"
+
+PV = "1.1.0"
+S = "${WORKDIR}/fish_V${PV}"
+
+APPNAME = "fish"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_compile_prepend() {
+       oe_runmake -C images
+}
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
index e69de29..dd53168 100644 (file)
@@ -0,0 +1,31 @@
+DESCRIPTION = "Glider"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Robert Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Glider.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/glider_V1.0.0.tar.gz \
+           file://Makefile.patch;patch=1 \
+          file://glider.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/glider_V${PV}"
+
+APPNAME = "glider"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend() {
+       oe_runmake -C images
+}
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
index e69de29..a33559c 100644 (file)
@@ -0,0 +1,31 @@
+DESCRIPTION = "IceBloxx"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Robert Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-IceBloxx.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/icebloxx_V1.0.0.tar.gz \
+           file://Makefile.patch;patch=1 \
+          file://icebloxx.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/icebloxx_V${PV}"
+
+APPNAME = "icebloxx"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend() {
+       oe_runmake -C images
+}
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
index e69de29..4113a8a 100644 (file)
@@ -0,0 +1,36 @@
+DESCRIPTION = "Mahjongg"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Mario Weilguni, Port by Rober Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Mahjongg.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/mahjongg_V1.0.0.tar.gz \
+           file://Makefile.patch;patch=1 \
+          file://mahjongg.patch;patch=1"
+
+
+PV = "1.0.0"
+S = "${WORKDIR}/mahjongg_V${PV}"
+
+APPNAME = "mahjongg"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_compile_prepend() {
+       oe_runmake -C images
+       oe_runmake -C layouts
+       oe_runmake -C tools
+}
+
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
index e69de29..863f9d5 100644 (file)
@@ -0,0 +1,27 @@
+DESCRIPTION = "Maki"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Henry So, Jr."
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Maki.html"
+
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/maki_V1.0.4ern.tar.gz \
+          file://maki.patch;patch=1"
+
+PV = "1.0.4ern"
+S = "${WORKDIR}/maki_V${PV}"
+
+APPNAME = "maki"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
index e69de29..ab3b53c 100644 (file)
@@ -0,0 +1,32 @@
+DESCRIPTION = "Nime Mens Morris"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Dirk Farin, Port by Rober Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Nine-Mens-Morris.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/nmm_V0.0.2.tar.gz \
+           file://Makefile.patch;patch=1 \
+          file://nmm.patch;patch=1"
+
+PV = "0.0.2"
+S = "${WORKDIR}/nmm_V${PV}"
+
+APPNAME = "nmm"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_compile_prepend() {
+       oe_runmake -C images    
+}
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
+
index e69de29..6e405d0 100644 (file)
@@ -0,0 +1,33 @@
+DESCRIPTION = "Pairs"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Rober Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Pairs.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/pairs_V1.1.1.tar.gz \
+           file://pairs.patch;patch=1"
+
+PV = "1.1.1"
+S = "${WORKDIR}/pairs_V${PV}"
+
+APPNAME = "pairs"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend() {
+       oe_runmake -C images    
+}
+
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+
+inherit opie
+
+
index e69de29..b07d000 100644 (file)
@@ -0,0 +1,33 @@
+DESCRIPTION = "PDA-Maze"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Bill Kendrick, Port by Rober Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Maze.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/pdamaze_V1.0.0.tar.gz \
+           file://Makefile.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/pdamaze_V${PV}"
+
+APPNAME = "pdamaze"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend() {
+       oe_runmake -C images    
+}
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
+
+
+
index e69de29..142f0c4 100644 (file)
@@ -0,0 +1,32 @@
+DESCRIPTION = "Pipeman"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Rober Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Pipeman.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/pipeman_V1.0.0.tar.gz \
+           file://pipe.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/pipeman_V${PV}"
+
+APPNAME = "pipeman"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_compile_prepend() {
+       oe_runmake -C images    
+}
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
+
index e69de29..6375434 100644 (file)
@@ -0,0 +1,25 @@
+DESCRIPTION = "Alarm Clock"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Dafydd Walters"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-AlarmClock.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/qpealarmclock_V1.0.4.tar.gz \
+          file://qpealarm.patch;patch=1"
+
+PV = "1.0.4"
+S = "${WORKDIR}/qpealarmclock_V${PV}"
+
+APPNAME = "qpealarmclock"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
index e69de29..42b14ae 100644 (file)
@@ -0,0 +1,31 @@
+DESCRIPTION = "Shisensho"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Mario Weilguni"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Shisen-Sho.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/shisensho_V1.0.0.tar.gz \
+           file://shisen.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/shisensho_V${PV}"
+
+APPNAME = "shisensho"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_compile_prepend() {
+       oe_runmake -C images    
+}
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
+
index e69de29..ed2640e 100644 (file)
@@ -0,0 +1,32 @@
+DESCRIPTION = "Pairs"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Anders Widell, Steve Dunham, Robert Ernst"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Sokoban.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/sokoban_V1.3.8ern.tar.gz \
+           file://sokoban.patch;patch=1"
+
+PV = "1.3.8ern"
+S = "${WORKDIR}/sokoban_V${PV}"
+
+APPNAME = "sokoban"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_compile_prepend() {
+       oe_runmake -C images    
+       oe_runmake -C levels
+}
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
+
index e69de29..a4efa32 100644 (file)
@@ -0,0 +1,33 @@
+DESCRIPTION = "Tickypip"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Christian Hammond"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Tickypip.html"
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/tickypip_V0.1.1ern.tar.gz \
+           file://tickypip.patch;patch=1"
+
+PV = "0.1.1ern"
+S = "${WORKDIR}/tickypip_V${PV}"
+
+APPNAME = "tickypip"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/images/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+
+# copy share
+       install -d ${D}/${palmtopdir}/share/${APPNAME}/
+       install -m 0644 ${S}/levels/*.dat ${D}/${palmtopdir}/share/${APPNAME}/
+       
+}
+
+
+inherit opie
index 61776c2..396f6d7 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI = "http://www.chipx86.com/packages/ipkg/tickypip-0.1.2.tar.gz \
 
 APPNAME = "tickypip"
 APPTYPE = "binary"
-APPDESKTOP = "${S}"
+APPDESKTOP = "${WORKDIR}"
 
 QMAKE_PROFILES = "tickypip.pro"
 
@@ -25,7 +25,6 @@ do_install () {
 # copy share
        install -d ${D}/${palmtopdir}/share/${APPNAME}/
        install -m 0644 ${S}/levels/* ${D}/${palmtopdir}/share/${APPNAME}/
-       install -m 0644 ${WORKDIR}/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Games/
 }
 
 
index e69de29..985209d 100644 (file)
@@ -0,0 +1,26 @@
+DESCRIPTION = "Time Sleuth"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Dafydd Walters"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-TimeSleuth.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/timesleuth_V1.05ern.tar.gz \
+          file://time.patch;patch=1"
+
+PV = "1.05ern"
+S = "${WORKDIR}/timesleuth_V${PV}"
+
+APPNAME = "timesleuthqpe"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+inherit opie
index e69de29..11f7fee 100644 (file)
@@ -0,0 +1,28 @@
+DESCRIPTION = "Tron"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+AUTHOR = "Matthias Kiefer"
+HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Tron.html"
+
+
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/tron_V1.0.0.tar.gz \
+           file://tron.patch;patch=1"
+
+PV = "1.0.0"
+S = "${WORKDIR}/tron_V${PV}"
+
+APPNAME = "tron"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+
+do_install () {
+       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       
+}
+
+
+inherit opie