diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/iqnotes | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/iqnotes')
-rw-r--r-- | packages/iqnotes/files/pro.patch | 10 | ||||
-rw-r--r-- | packages/iqnotes/iqnotes-2.0.2/md5.diff | 20 | ||||
-rw-r--r-- | packages/iqnotes/iqnotes-2.0.2/qt2310-fontbug.patch | 11 | ||||
-rw-r--r-- | packages/iqnotes/iqnotes.inc | 29 | ||||
-rw-r--r-- | packages/iqnotes/iqnotes_2.0.2.bb | 7 | ||||
-rw-r--r-- | packages/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb | 12 |
6 files changed, 0 insertions, 89 deletions
diff --git a/packages/iqnotes/files/pro.patch b/packages/iqnotes/files/pro.patch deleted file mode 100644 index b2e5d881f9..0000000000 --- a/packages/iqnotes/files/pro.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- iqnotes/iqnotes.pro.orig 2005-12-30 13:38:24.000000000 +0100 -+++ iqnotes/iqnotes.pro 2005-12-30 13:39:01.000000000 +0100 -@@ -1,6 +1,5 @@ - TEMPLATE = app --#CONFIG = qt warn_on pda --CONFIG = qt warn_on debug desktop -+CONFIG = qt warn_on pda - DEFINES = TOOLBAR_BIG_ICONS - pda:INCLUDEPATH += $(QPEDIR)/include - DESTDIR = ../bin diff --git a/packages/iqnotes/iqnotes-2.0.2/md5.diff b/packages/iqnotes/iqnotes-2.0.2/md5.diff deleted file mode 100644 index 1cc7520d92..0000000000 --- a/packages/iqnotes/iqnotes-2.0.2/md5.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- iqnotes/md5.cpp.orig 2004-02-08 19:34:32.000000000 +0000 -+++ iqnotes/md5.cpp 2004-03-27 23:21:58.349894440 +0000 -@@ -151,7 +151,7 @@ - - while (stream.good()) - { -- stream.read(buffer, 1024); // note that return value of read is unusable. -+ stream.read((char *)buffer, 1024); // note that return value of read is unusable. - len=stream.gcount(); - update(buffer, len); - } -@@ -174,7 +174,7 @@ - - while (stream.good()) - { -- stream.read(buffer, 1024); // note that return value of read is unusable. -+ stream.read((char *)buffer, 1024); // note that return value of read is unusable. - len=stream.gcount(); - update(buffer, len); - } diff --git a/packages/iqnotes/iqnotes-2.0.2/qt2310-fontbug.patch b/packages/iqnotes/iqnotes-2.0.2/qt2310-fontbug.patch deleted file mode 100644 index 043b98d10b..0000000000 --- a/packages/iqnotes/iqnotes-2.0.2/qt2310-fontbug.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- iqnotes/preferences.cpp.orig 2005-02-23 14:36:04 +0100 -+++ iqnotes/preferences.cpp 2005-02-23 14:35:59 +0100 -@@ -106,7 +106,7 @@ - { - QFontDatabase fontDB; - int currentSize = -1; --#ifdef DEBUG -+#if defined(DEBUG) || QT_VERSION >= 239 - int f = 1; - #else - int f = 10; diff --git a/packages/iqnotes/iqnotes.inc b/packages/iqnotes/iqnotes.inc deleted file mode 100644 index f26e8cce9e..0000000000 --- a/packages/iqnotes/iqnotes.inc +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "IQNotes is notes kept in a hierarchical(tree like) manner. \ -It handles todo, events, sketching. It can acts as a contact, password, \ -credit card manager and even more, because is highly configurable. \ -Data can be crypted by strong AES algorithm." -SECTION = "opie/applications" -PRIORITY = "optional" -LICENSE = "GPL" -HOMEPAGE = "http://iqnotes.berlios.de" -AUTHOR = "Peter Vrabel <kybu@kybu.org>" - -S = "${WORKDIR}/iqnotes/iqnotes" - -inherit palmtop - -QMAKE_PROFILES = "iqnotes.pro" -export OE_QMAKE_LINK="${CXX}" - -do_install() { - install -d ${D}${palmtopdir}/help/html \ - ${D}${palmtopdir}/bin \ - ${D}${palmtopdir}/apps/Applications \ - ${D}${palmtopdir}/pics/iqnotes/items \ - ${D}${palmtopdir}/iqnotes/icons - install -m 0755 ${S}/../bin/iqnotes ${D}${palmtopdir}/bin/ - install -m 0644 ${S}/../apps/Applications/*.desktop ${D}${palmtopdir}/apps/Applications/ - install -m 0644 ${S}/../pics/iqnotes/*.png ${D}${palmtopdir}/pics/iqnotes/ - install -m 0644 ${S}/../help/html/iqnotes.html ${D}${palmtopdir}/help/html/ - install -m 0644 ${S}/../pics/*.xpm ${D}${palmtopdir}/pics/ -} diff --git a/packages/iqnotes/iqnotes_2.0.2.bb b/packages/iqnotes/iqnotes_2.0.2.bb deleted file mode 100644 index 7123f68bb2..0000000000 --- a/packages/iqnotes/iqnotes_2.0.2.bb +++ /dev/null @@ -1,7 +0,0 @@ -require iqnotes.inc - -PR = "r5" - -SRC_URI = "http://www.vanille.de/mirror/iqnotes-2.0.2-src.tar.bz2 \ - file://md5.diff;patch=1 \ - file://qt2310-fontbug.patch;patch=1" diff --git a/packages/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb b/packages/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb deleted file mode 100644 index e3288505eb..0000000000 --- a/packages/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb +++ /dev/null @@ -1,12 +0,0 @@ -require iqnotes.inc - -#upstream version -UPV = "2.1.0rc1" -PR = "r2" - -SRC_URI = "http://download.berlios.de/iqnotes/iqnotes-${UPV}.tar.bz2 \ - file://pro.patch;patch=1" - -S = "${WORKDIR}/iqnotes-${UPV}/iqnotes/" - -EXTRA_QMAKEVARS_POST += "CONFIG-=desktop CONFIG-=debug CONFIG+=pda LIBS-=-lqtopia" |