diff options
Diffstat (limited to 'packages/iqnotes')
-rw-r--r-- | packages/iqnotes/iqnotes.inc | 31 | ||||
-rw-r--r-- | packages/iqnotes/iqnotes_2.0.2.bb | 35 | ||||
-rw-r--r-- | packages/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb | 28 |
3 files changed, 36 insertions, 58 deletions
diff --git a/packages/iqnotes/iqnotes.inc b/packages/iqnotes/iqnotes.inc new file mode 100644 index 0000000000..ec49ee2d54 --- /dev/null +++ b/packages/iqnotes/iqnotes.inc @@ -0,0 +1,31 @@ +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" +DEPENDS = "virtual/libqpe" +MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>" +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 index a1c77896c4..fd42188079 100644 --- a/packages/iqnotes/iqnotes_2.0.2.bb +++ b/packages/iqnotes/iqnotes_2.0.2.bb @@ -1,36 +1,7 @@ -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" -DEPENDS = "virtual/libqpe" -HOMEPAGE = "http://iqnotes.kybu.org" -AUTHOR = "Peter Vrabel <kybu@kybu.org>" -PR = "r3" +include iqnotes.inc + +PR = "r4" 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" - -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.99-2.1.0rc1.bb b/packages/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb index b205c33ceb..6309d8ba1a 100644 --- a/packages/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb +++ b/packages/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb @@ -1,16 +1,8 @@ -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" -DEPENDS = "virtual/libqpe" -HOMEPAGE = "http://iqnotes.berlios.de" -AUTHOR = "Peter Vrabel <kybu@users.berlios.de>" +include iqnotes.inc #upstream version UPV = "2.1.0rc1" +PR = "r1" SRC_URI = "http://download.berlios.de/iqnotes/iqnotes-${UPV}.tar.bz2 \ file://pro.patch;patch=1" @@ -18,19 +10,3 @@ SRC_URI = "http://download.berlios.de/iqnotes/iqnotes-${UPV}.tar.bz2 \ S = "${WORKDIR}/iqnotes-${UPV}/iqnotes/" EXTRA_QMAKEVARS_POST += "CONFIG-=desktop CONFIG-=debug CONFIG+=pda LIBS-=-lqtopia" -inherit palmtop - -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/ -} |