diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-06 00:53:54 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-06 00:53:54 +0000 |
commit | c7bcdbffadc6f60c0fec207430d736c329aa3a2b (patch) | |
tree | 39c5f895568173f5b125a71399677b7942646c8d | |
parent | 50fff50cf240a7639f4d8377a13ffd684dd6710e (diff) |
Merge 24.219.182.71:code/projects/packages
into handhelds.org:/home/kergoth/code/packages
2004/08/05 19:52:12-05:00 handhelds.org!kergoth
Fix a few upstream urls.
BKrev: 4112d6a2gtFOBGc9sEj-RCaxJTkRIQ
-rw-r--r-- | gtkhtml/gtkhtml-3.1_3.1.16.oe | 16 | ||||
-rw-r--r-- | iqnotes/iqnotes_2.0.2.oe | 10 |
2 files changed, 22 insertions, 4 deletions
diff --git a/gtkhtml/gtkhtml-3.1_3.1.16.oe b/gtkhtml/gtkhtml-3.1_3.1.16.oe index e69de29bb2..0e8ebd742c 100644 --- a/gtkhtml/gtkhtml-3.1_3.1.16.oe +++ b/gtkhtml/gtkhtml-3.1_3.1.16.oe @@ -0,0 +1,16 @@ +DESCRIPTION = "HTML rendering/editing library" +DEPENDS = "gtk+ gail libbonoboui libgnomeprintui libgnomeui" + +inherit gnome + +SRC_URI = "${GNOME_MIRROR}/gtkhtml/3.1/gtkhtml-${PV}.tar.bz2" +FILES_${PN} += "${datadir}/gtkhtml-3.1" +S = "${WORKDIR}/gtkhtml-${PV}" + +EXTRA_OECONF = "--disable-gtk-doc" + +do_stage() { + mv src/libgtkhtml.pc src/libgtkhtml-3.1.pc || true + gnome_stage_includes + oe_libinstall -C src -so libgtkhtml-3.1 ${STAGING_LIBDIR} +} diff --git a/iqnotes/iqnotes_2.0.2.oe b/iqnotes/iqnotes_2.0.2.oe index 8a69489883..c36bee669d 100644 --- a/iqnotes/iqnotes_2.0.2.oe +++ b/iqnotes/iqnotes_2.0.2.oe @@ -1,13 +1,15 @@ -DESCRIPTION = "Smarty notes \ - 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." +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 = "applications" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "virtual/libqpe" MAINTAINER = "Peter Vrabel <kybu@kybu.sk>" -SRC_URI = ftp://iqnotes.kybu.sk/iqnotes-2.0.2-src.tar.bz2 \ - file://md5.diff;patch=1" +SRC_URI = "http://iqnotes.kybu.sk/iqnotes-2.0.2-src.tar.bz2 \ + file://md5.diff;patch=1" S = "${WORKDIR}/iqnotes/iqnotes" inherit palmtop |