diff options
Diffstat (limited to 'packages/gpe-edit')
-rw-r--r-- | packages/gpe-edit/gpe-edit_0.21.bb | 8 | ||||
-rw-r--r-- | packages/gpe-edit/gpe-edit_0.22.bb | 12 | ||||
-rw-r--r-- | packages/gpe-edit/gpe-edit_0.23.bb | 13 | ||||
-rw-r--r-- | packages/gpe-edit/gpe-edit_0.28.bb | 8 |
4 files changed, 41 insertions, 0 deletions
diff --git a/packages/gpe-edit/gpe-edit_0.21.bb b/packages/gpe-edit/gpe-edit_0.21.bb index e69de29bb2..ed0a660d2d 100644 --- a/packages/gpe-edit/gpe-edit_0.21.bb +++ b/packages/gpe-edit/gpe-edit_0.21.bb @@ -0,0 +1,8 @@ +LICENSE = "GPL" +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" diff --git a/packages/gpe-edit/gpe-edit_0.22.bb b/packages/gpe-edit/gpe-edit_0.22.bb index e69de29bb2..68d9f5a726 100644 --- a/packages/gpe-edit/gpe-edit_0.22.bb +++ b/packages/gpe-edit/gpe-edit_0.22.bb @@ -0,0 +1,12 @@ +LICENSE = "GPL" +PR = "r1" + +inherit gpe + +DEPENDS = "gtk+ libdisplaymigration libgpewidget" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +DESCRIPTION = "Editor for the GPE Palmtop Environment" + +SRC_URI = "${GPE_MIRROR}/gpe-edit-${PV}.tar.gz \ + file://toolbar.patch;patch=1;pnum=0" diff --git a/packages/gpe-edit/gpe-edit_0.23.bb b/packages/gpe-edit/gpe-edit_0.23.bb index e69de29bb2..d416ed96cb 100644 --- a/packages/gpe-edit/gpe-edit_0.23.bb +++ b/packages/gpe-edit/gpe-edit_0.23.bb @@ -0,0 +1,13 @@ +LICENSE = "GPL" +PR = "r1" + +inherit gpe + +DEPENDS = "gtk+ libdisplaymigration libgpewidget" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +DESCRIPTION = "Editor for the GPE Palmtop Environment" + +SRC_URI = "${GPE_MIRROR}/gpe-edit-${PV}.tar.gz \ + file://desktop-categories.patch;patch=1" + diff --git a/packages/gpe-edit/gpe-edit_0.28.bb b/packages/gpe-edit/gpe-edit_0.28.bb index e69de29bb2..676e2e7cda 100644 --- a/packages/gpe-edit/gpe-edit_0.28.bb +++ b/packages/gpe-edit/gpe-edit_0.28.bb @@ -0,0 +1,8 @@ +LICENSE = "GPL" +inherit gpe + +DEPENDS = "gtk+ libdisplaymigration libgpewidget" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +DESCRIPTION = "Editor for the GPE Palmtop Environment" + |