aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-26 12:07:45 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-26 12:07:45 +0000
commit69056c86570d9f9a1b2ea61489b707d040c0320a (patch)
treed0e6560c5b591307fde4cdcf5e1205c0eed2df45
parent473194e3c5224eadb8156b5cb221c5d26d96c441 (diff)
downloadopenembedded-69056c86570d9f9a1b2ea61489b707d040c0320a.tar.gz
add opie files from core/settings and noncore/apps
thanks Dave Leifer for doing the conversion! BKrev: 408cfb91Ae6o7FGEUMhvNpj28QfCpQ
-rw-r--r--libopie/libopie2_cvs.oe11
-rw-r--r--nonworking/opie/opie-dagger_cvs.oe0
-rw-r--r--nonworking/opie/opie-gutenbrowser_cvs.oe0
-rw-r--r--nonworking/opie/opie-launcher-settings_cvs.oe0
-rw-r--r--nonworking/opie/opie-obex_cvs.oe0
-rw-r--r--nonworking/opie/opie-tinykate_cvs.oe0
-rw-r--r--nonworking/opie/opie-today_cvs.oe0
-rw-r--r--nonworking/opie/opie_1.0.3.oe9
-rw-r--r--opie-bartender/opie-bartender_cvs.oe0
-rw-r--r--opie-batteryapplet/opie-batteryapplet_cvs.oe0
-rw-r--r--opie-button-settings/opie-button-settings_cvs.oe0
-rw-r--r--opie-cardmon/opie-cardmon_cvs.oe0
-rw-r--r--opie-citytime/opie-citytime_cvs.oe0
-rw-r--r--opie-clipboardapplet/opie-clipboardapplet_cvs.oe0
-rw-r--r--opie-clockapplet/opie-clockapplet_cvs.oe0
-rw-r--r--opie-confeditor/opie-confeditor_cvs.oe0
-rw-r--r--opie-datebook/opie-datebook_cvs.oe0
-rw-r--r--opie-homeapplet/opie-homeapplet_cvs.oe0
-rw-r--r--opie-irdaapplet/opie-irdaapplet_cvs.oe0
-rw-r--r--opie-keyz/opie-keyz-cfg_cvs.oe0
-rw-r--r--opie-light-and-power/opie-light-and-power_cvs.oe0
-rw-r--r--opie-logoutapplet/opie-logoutapplet_cvs.oe0
-rw-r--r--opie-multikeyapplet/opie-multikeyapplet_cvs.oe0
-rw-r--r--opie-odict/opie-odict_cvs.oe0
-rw-r--r--opie-qashmoney/opie-qashmoney_cvs.oe0
-rw-r--r--opie-reader/opie-reader_cvs.oe0
-rw-r--r--opie-restartapplet/opie-restartapplet2_cvs.oe0
-rw-r--r--opie-restartapplet/opie-restartapplet_cvs.oe0
-rw-r--r--opie-rotateapplet/opie-rotateapplet_cvs.oe0
-rw-r--r--opie-screenshotapplet/opie-screenshotapplet_cvs.oe0
-rw-r--r--opie-search/opie-search_cvs.oe0
-rw-r--r--opie-security/opie-security_cvs.oe0
-rw-r--r--opie-sheet/opie-sheet_cvs.oe0
-rw-r--r--opie-suspendapplet/opie-suspendapplet_cvs.oe0
-rw-r--r--opie-tableviewer/opie-tableviewer_cvs.oe0
-rw-r--r--opie-taskbar/opie-taskbar_cvs.oe.save0
-rw-r--r--opie-todo/opie-todo_cvs.oe0
-rw-r--r--opie-vmemo/opie-vmemo_cvs.oe0
-rw-r--r--opie-volumeapplet/opie-volumeapplet_cvs.oe0
-rw-r--r--opie-vtapplet/opie-vtapplet_cvs.oe0
-rw-r--r--opie-zsafe/opie-zsafe_cvs.oe0
-rw-r--r--opie/meta-opie.oe12
42 files changed, 19 insertions, 13 deletions
diff --git a/libopie/libopie2_cvs.oe b/libopie/libopie2_cvs.oe
index e875609e00..6e79ce3398 100644
--- a/libopie/libopie2_cvs.oe
+++ b/libopie/libopie2_cvs.oe
@@ -5,7 +5,8 @@ PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "LGPL"
DEPENDS = "virtual/libc libqpe-opie sqlite libpcap-0.7.2"
-PROVIDES = "libopiecore2 libopiedb2 libopiemm2 libopienet2 libopiepim2 libopieui2"
+PROVIDES = "libopiecore2 libopiedb2 libopiemm2 libopienet2 libopiepim2 libopieui2 \
+ libopie2core libopie2db libopie2mm libopie2net libopie2pim libopie2ui "
PV = "1.1.3-cvs-${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/libopie2;date=${CVSDATE}"
@@ -36,12 +37,14 @@ do_compile() {
oe_runmake MOC=${STAGING_BINDIR}/moc UIC=${STAGING_BINDIR}/uic DESTDIR=${S}
}
-# no sophisticated staging neessary, because
-# include files already done during do_compile
-# lib files already done during do_compile
+# no sophisticated staging neessary, because most include+lib files already done during do_compile
+# only need some special case for uic-created header files here
do_stage() {
install -m 0644 ${FILESDIR}/include.pro ${OPIEDIR}/
+ install -m 0644 opiepim/ui/opimrecurrencebase.h ${STAGING_INCDIR}/opie2/
+ install -m 0644 opieui/otimepickerbase.h ${STAGING_INCDIR}/opie2/
+ install -m 0644 opiepim/core/opimtemplatebase.h ${STAGING_INCDIR}/opie2/
}
do_install() {
diff --git a/nonworking/opie/opie-dagger_cvs.oe b/nonworking/opie/opie-dagger_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/opie/opie-dagger_cvs.oe
diff --git a/nonworking/opie/opie-gutenbrowser_cvs.oe b/nonworking/opie/opie-gutenbrowser_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/opie/opie-gutenbrowser_cvs.oe
diff --git a/nonworking/opie/opie-launcher-settings_cvs.oe b/nonworking/opie/opie-launcher-settings_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/opie/opie-launcher-settings_cvs.oe
diff --git a/nonworking/opie/opie-obex_cvs.oe b/nonworking/opie/opie-obex_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/opie/opie-obex_cvs.oe
diff --git a/nonworking/opie/opie-tinykate_cvs.oe b/nonworking/opie/opie-tinykate_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/opie/opie-tinykate_cvs.oe
diff --git a/nonworking/opie/opie-today_cvs.oe b/nonworking/opie/opie-today_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nonworking/opie/opie-today_cvs.oe
diff --git a/nonworking/opie/opie_1.0.3.oe b/nonworking/opie/opie_1.0.3.oe
deleted file mode 100644
index 721f12672a..0000000000
--- a/nonworking/opie/opie_1.0.3.oe
+++ /dev/null
@@ -1,9 +0,0 @@
-DESCRIPTION = "opie"
-SECTION="base"
-PRIORITY="optional"
-MAINTAINER="Pawel Osiczko <p.osiczko@tetrapyloctomy.org>"
-DEPENDS = virtual/libc qte
-RDEPENDS = libc6 qte
-
-
-#SRC_URI=":pserver:anoncvs@cvs.handhelds.org:/cvs module=opie;module=opie;tag=v${PV}"
diff --git a/opie-bartender/opie-bartender_cvs.oe b/opie-bartender/opie-bartender_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-bartender/opie-bartender_cvs.oe
diff --git a/opie-batteryapplet/opie-batteryapplet_cvs.oe b/opie-batteryapplet/opie-batteryapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-batteryapplet/opie-batteryapplet_cvs.oe
diff --git a/opie-button-settings/opie-button-settings_cvs.oe b/opie-button-settings/opie-button-settings_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-button-settings/opie-button-settings_cvs.oe
diff --git a/opie-cardmon/opie-cardmon_cvs.oe b/opie-cardmon/opie-cardmon_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-cardmon/opie-cardmon_cvs.oe
diff --git a/opie-citytime/opie-citytime_cvs.oe b/opie-citytime/opie-citytime_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-citytime/opie-citytime_cvs.oe
diff --git a/opie-clipboardapplet/opie-clipboardapplet_cvs.oe b/opie-clipboardapplet/opie-clipboardapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-clipboardapplet/opie-clipboardapplet_cvs.oe
diff --git a/opie-clockapplet/opie-clockapplet_cvs.oe b/opie-clockapplet/opie-clockapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-clockapplet/opie-clockapplet_cvs.oe
diff --git a/opie-confeditor/opie-confeditor_cvs.oe b/opie-confeditor/opie-confeditor_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-confeditor/opie-confeditor_cvs.oe
diff --git a/opie-datebook/opie-datebook_cvs.oe b/opie-datebook/opie-datebook_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-datebook/opie-datebook_cvs.oe
diff --git a/opie-homeapplet/opie-homeapplet_cvs.oe b/opie-homeapplet/opie-homeapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-homeapplet/opie-homeapplet_cvs.oe
diff --git a/opie-irdaapplet/opie-irdaapplet_cvs.oe b/opie-irdaapplet/opie-irdaapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-irdaapplet/opie-irdaapplet_cvs.oe
diff --git a/opie-keyz/opie-keyz-cfg_cvs.oe b/opie-keyz/opie-keyz-cfg_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-keyz/opie-keyz-cfg_cvs.oe
diff --git a/opie-light-and-power/opie-light-and-power_cvs.oe b/opie-light-and-power/opie-light-and-power_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-light-and-power/opie-light-and-power_cvs.oe
diff --git a/opie-logoutapplet/opie-logoutapplet_cvs.oe b/opie-logoutapplet/opie-logoutapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-logoutapplet/opie-logoutapplet_cvs.oe
diff --git a/opie-multikeyapplet/opie-multikeyapplet_cvs.oe b/opie-multikeyapplet/opie-multikeyapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-multikeyapplet/opie-multikeyapplet_cvs.oe
diff --git a/opie-odict/opie-odict_cvs.oe b/opie-odict/opie-odict_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-odict/opie-odict_cvs.oe
diff --git a/opie-qashmoney/opie-qashmoney_cvs.oe b/opie-qashmoney/opie-qashmoney_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-qashmoney/opie-qashmoney_cvs.oe
diff --git a/opie-reader/opie-reader_cvs.oe b/opie-reader/opie-reader_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-reader/opie-reader_cvs.oe
diff --git a/opie-restartapplet/opie-restartapplet2_cvs.oe b/opie-restartapplet/opie-restartapplet2_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-restartapplet/opie-restartapplet2_cvs.oe
diff --git a/opie-restartapplet/opie-restartapplet_cvs.oe b/opie-restartapplet/opie-restartapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-restartapplet/opie-restartapplet_cvs.oe
diff --git a/opie-rotateapplet/opie-rotateapplet_cvs.oe b/opie-rotateapplet/opie-rotateapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-rotateapplet/opie-rotateapplet_cvs.oe
diff --git a/opie-screenshotapplet/opie-screenshotapplet_cvs.oe b/opie-screenshotapplet/opie-screenshotapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-screenshotapplet/opie-screenshotapplet_cvs.oe
diff --git a/opie-search/opie-search_cvs.oe b/opie-search/opie-search_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-search/opie-search_cvs.oe
diff --git a/opie-security/opie-security_cvs.oe b/opie-security/opie-security_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-security/opie-security_cvs.oe
diff --git a/opie-sheet/opie-sheet_cvs.oe b/opie-sheet/opie-sheet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-sheet/opie-sheet_cvs.oe
diff --git a/opie-suspendapplet/opie-suspendapplet_cvs.oe b/opie-suspendapplet/opie-suspendapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-suspendapplet/opie-suspendapplet_cvs.oe
diff --git a/opie-tableviewer/opie-tableviewer_cvs.oe b/opie-tableviewer/opie-tableviewer_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-tableviewer/opie-tableviewer_cvs.oe
diff --git a/opie-taskbar/opie-taskbar_cvs.oe.save b/opie-taskbar/opie-taskbar_cvs.oe.save
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-taskbar/opie-taskbar_cvs.oe.save
diff --git a/opie-todo/opie-todo_cvs.oe b/opie-todo/opie-todo_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-todo/opie-todo_cvs.oe
diff --git a/opie-vmemo/opie-vmemo_cvs.oe b/opie-vmemo/opie-vmemo_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-vmemo/opie-vmemo_cvs.oe
diff --git a/opie-volumeapplet/opie-volumeapplet_cvs.oe b/opie-volumeapplet/opie-volumeapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-volumeapplet/opie-volumeapplet_cvs.oe
diff --git a/opie-vtapplet/opie-vtapplet_cvs.oe b/opie-vtapplet/opie-vtapplet_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-vtapplet/opie-vtapplet_cvs.oe
diff --git a/opie-zsafe/opie-zsafe_cvs.oe b/opie-zsafe/opie-zsafe_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/opie-zsafe/opie-zsafe_cvs.oe
diff --git a/opie/meta-opie.oe b/opie/meta-opie.oe
index e69de29bb2..36906b2658 100644
--- a/opie/meta-opie.oe
+++ b/opie/meta-opie.oe
@@ -0,0 +1,12 @@
+DESCRIPTION = "Meta-package for Opie"
+DEPENDS = "qte-for-opie libqpe-opie libopie2 \
+opie-aboutapplet opie-addressbook opie-advancedfm opie-alarm opie-bartender opie-batteryapplet \
+opie-button-settings opie-calibrate opie-camera opie-cardmon opie-checkbook opie-citytime \
+opie-clipboardapplet opie-clock opie-clockapplet opie-confeditor opie-console \
+opie-embeddedkonsole opie-helpbrowser opie-homeapplet opie-i18n opie-irdaapplet opie-keypebble opie-keyz-cfg \
+opie-light-and-power opie-login opie-logoutapplet opie-multikeyapplet opie-odict opie-oxygen opie-packagemanager \
+opie-qashmoney opie-qcop opie-quicklauncher opie-reader opie-restartapplet opie-rotateapplet opie-screenshotapplet \
+opie-search opie-security opie-sheet opie-solitaire opie-suspendapplet opie-tableviewer opie-taskbar \
+opie-textedit opie-vmemo opie-volumeapplet opie-vtapplet opie-write opie-zsafe "
+
+MAINTAINER = "Greg Gilbert <greg@treke.net>"