diff options
author | Holger Freyther <zecke@selfish.org> | 2004-11-15 17:12:30 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-11-15 17:12:30 +0000 |
commit | 0135110849aeff311d94f02e6516a6706d973b61 (patch) | |
tree | 5cffe8cd0ff5ea8fec00f2421f474a4665e93e01 | |
parent | e19c6072c7bd32b0a0a27b8bdcc8bdef469e5266 (diff) |
Opie CVS:
-More upstream packages were converted to be quicklaunchable
-Remove APPTYPE = "binary" for them
BKrev: 4198e37eAvegwO6pkOcF7nr-aC0OpA
-rw-r--r-- | libopie/libopie2/include.pro | 2 | ||||
-rw-r--r-- | opie-recorder/opie-recorder_cvs.oe | 1 | ||||
-rw-r--r-- | opie-sfcave/opie-sfcave_cvs.oe | 1 | ||||
-rw-r--r-- | opie-sshkeys/opie-sshkeys_cvs.oe | 1 | ||||
-rw-r--r-- | opie-tabmanager/opie-tabmanager_cvs.oe | 1 | ||||
-rw-r--r-- | opie-zsafe/opie-zsafe_cvs.oe | 1 |
6 files changed, 2 insertions, 5 deletions
diff --git a/libopie/libopie2/include.pro b/libopie/libopie2/include.pro index c6fa61ece9..7ec04ed7ce 100644 --- a/libopie/libopie2/include.pro +++ b/libopie/libopie2/include.pro @@ -8,12 +8,14 @@ TEMPLATE = lib CONFIG += plugin DEFINES += OPIE_APP_INTERFACE + DEFINES += QUICKAPP_NAME="\"$${TARGET}\"" } !contains ( CONFIG, quick-app ) { message( Building a standalone application ) TEMPLATE = app DEFINES -= OPIE_APP_INTERFACE + DEFINES += QUICKAPP_NAME="\"$${TARGET}\"" } } } diff --git a/opie-recorder/opie-recorder_cvs.oe b/opie-recorder/opie-recorder_cvs.oe index 9e7edf8625..b8bb2291f5 100644 --- a/opie-recorder/opie-recorder_cvs.oe +++ b/opie-recorder/opie-recorder_cvs.oe @@ -5,7 +5,6 @@ MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" PV = "1.1.6+cvs-${CVSDATE}" APPNAME = "opierec" -APPTYPE = "binary" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/multimedia/opierec \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ diff --git a/opie-sfcave/opie-sfcave_cvs.oe b/opie-sfcave/opie-sfcave_cvs.oe index 4f2c20157f..7a0cd1a67f 100644 --- a/opie-sfcave/opie-sfcave_cvs.oe +++ b/opie-sfcave/opie-sfcave_cvs.oe @@ -5,7 +5,6 @@ MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" PV = "1.1.6+cvs-${CVSDATE}" APPNAME = "sfcave" -APPTYPE = "binary" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/games/sfcave \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ diff --git a/opie-sshkeys/opie-sshkeys_cvs.oe b/opie-sshkeys/opie-sshkeys_cvs.oe index d01cb74ea6..6c9060e2cb 100644 --- a/opie-sshkeys/opie-sshkeys_cvs.oe +++ b/opie-sshkeys/opie-sshkeys_cvs.oe @@ -6,7 +6,6 @@ LICENSE = "GPL" RDEPENDS = "ssh opie-sh-ssh-askpass" PV = "1.1.6+cvs-${CVSDATE}" APPNAME = "sshkeys" -APPTYPE = "binary" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/sshkeys \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ diff --git a/opie-tabmanager/opie-tabmanager_cvs.oe b/opie-tabmanager/opie-tabmanager_cvs.oe index 4a053569dc..297a60ecba 100644 --- a/opie-tabmanager/opie-tabmanager_cvs.oe +++ b/opie-tabmanager/opie-tabmanager_cvs.oe @@ -5,7 +5,6 @@ MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" PV = "1.1.6+cvs-${CVSDATE}" APPNAME = "tabmanager" -APPTYPE = "binary" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/tabmanager \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ diff --git a/opie-zsafe/opie-zsafe_cvs.oe b/opie-zsafe/opie-zsafe_cvs.oe index 74565b0e5a..6134417003 100644 --- a/opie-zsafe/opie-zsafe_cvs.oe +++ b/opie-zsafe/opie-zsafe_cvs.oe @@ -5,7 +5,6 @@ MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" PV = "1.1.6+cvs-${CVSDATE}" APPNAME = "zsafe" -APPTYPE = "binary" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/zsafe \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ |