diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-04 13:43:05 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-04 13:43:05 +0000 |
commit | 38cdc942f95d84d684cfc96297253f449d33729a (patch) | |
tree | 334620f88da039e2402f433c67cd9863ab0f9708 /gpe-edit | |
parent | b2ad6dd5ce0d5cee471f5446e9697b9e619f1f0c (diff) |
remove toolbar style forcing; patch courtesy Florian Boor
BKrev: 40c07c69VLHee_4b-wSJ_D7ujD6LfA
Diffstat (limited to 'gpe-edit')
-rw-r--r-- | gpe-edit/gpe-edit/toolbar.patch | 0 | ||||
-rw-r--r-- | gpe-edit/gpe-edit_0.22.oe | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gpe-edit/gpe-edit/toolbar.patch b/gpe-edit/gpe-edit/toolbar.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpe-edit/gpe-edit/toolbar.patch diff --git a/gpe-edit/gpe-edit_0.22.oe b/gpe-edit/gpe-edit_0.22.oe index 0a856656b5..2241bd42fc 100644 --- a/gpe-edit/gpe-edit_0.22.oe +++ b/gpe-edit/gpe-edit_0.22.oe @@ -1,9 +1,11 @@ +PR = "r1" + inherit gpe DEPENDS = "gtk+ libdisplaymigration libgpewidget" MAINTAINER = "Phil Blundell <pb@handhelds.org>" 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" +SRC_URI = "${GPE_MIRROR}/gpe-edit-${PV}.tar.gz \ + file://toolbar.patch;patch=1;pnum=0" |