From: Michael Lauer Date: Fri, 16 Apr 2004 07:22:24 +0000 (+0000) Subject: apply gpe-edit and gpe-todo patch courtesy pb_ X-Git-Tag: Release-2010-05/1~19667 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b86d16f47418da16c4da0d0e569af41e0555b077;p=openembedded.git apply gpe-edit and gpe-todo patch courtesy pb_ BKrev: 407f89b0GZBqPTiehn90b_Lhl5JMuQ --- diff --git a/gpe-edit/gpe-edit_0.21.oe b/gpe-edit/gpe-edit_0.21.oe index 84b7e987aa..7bee5c9a46 100644 --- a/gpe-edit/gpe-edit_0.21.oe +++ b/gpe-edit/gpe-edit_0.21.oe @@ -4,5 +4,6 @@ DEPENDS = "virtual/libc gtk+ libdisplaymigration libgpewidget" MAINTAINER = "Phil Blundell " SECTION = "gpe" DESCRIPTION = "Editor for the GPE Palmtop Environment" +FILES_${PN} = "/etc /usr/bin /usr/share/pixmaps /usr/share/applications" SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-edit-${PV}.tar.gz" diff --git a/gpe-todo/gpe-todo_0.46.oe b/gpe-todo/gpe-todo_0.46.oe index e69de29bb2..6b6f99968d 100644 --- a/gpe-todo/gpe-todo_0.46.oe +++ b/gpe-todo/gpe-todo_0.46.oe @@ -0,0 +1,10 @@ +inherit gpe + +DESCRIPTION = "GPE to-do list" +DEPENDS = "virtual/libc gtk+ libdisplaymigration libgpewidget libgpepimc libtododb" +MAINTAINER = "Phil Blundell " +SECTION = "gpe" +PRIORITY = "optional" +FILES_${PN} = "/etc /usr/bin /usr/share/pixmaps /usr/share/applications" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-todo-${PV}.tar.gz"