diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-17 00:45:58 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-17 00:45:58 +0000 |
commit | cec44b21030fd1945b8bf58ebca799ceb2e92622 (patch) | |
tree | 076b93356ffa6331b12ce555bcc1e5cc7d5e82c7 /packages/nonworking/gpe-contacts | |
parent | 2ce85bb3df0cf49c7a8b5b147a4b4717d0f5b8cd (diff) |
nonworking: move a bunch of maemo/hildon stuff to nonworking.
* it depended on some gtk+osso package which was dropped in 2006
Diffstat (limited to 'packages/nonworking/gpe-contacts')
3 files changed, 24 insertions, 0 deletions
diff --git a/packages/nonworking/gpe-contacts/.mtn2git_empty b/packages/nonworking/gpe-contacts/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/gpe-contacts/.mtn2git_empty diff --git a/packages/nonworking/gpe-contacts/gpe-contacts-hildon_0.40.bb b/packages/nonworking/gpe-contacts/gpe-contacts-hildon_0.40.bb new file mode 100644 index 0000000000..848209d850 --- /dev/null +++ b/packages/nonworking/gpe-contacts/gpe-contacts-hildon_0.40.bb @@ -0,0 +1,12 @@ +require gpe-contacts.inc + +PR="r2" +SRC_URI = "${GPE_MIRROR}/gpe-contacts-${PV}.tar.bz2" + +DEPENDS += "gtk+-2.6.4-1.osso7 libgpepimc-hildon libosso hildon-lgpl" +RDEPENDS = "" + +EXTRA_OECONF += "--enable-hildon" + +S = "${WORKDIR}/gpe-contacts-${PV}" + diff --git a/packages/nonworking/gpe-contacts/gpe-contacts-hildon_0.42.bb b/packages/nonworking/gpe-contacts/gpe-contacts-hildon_0.42.bb new file mode 100644 index 0000000000..848209d850 --- /dev/null +++ b/packages/nonworking/gpe-contacts/gpe-contacts-hildon_0.42.bb @@ -0,0 +1,12 @@ +require gpe-contacts.inc + +PR="r2" +SRC_URI = "${GPE_MIRROR}/gpe-contacts-${PV}.tar.bz2" + +DEPENDS += "gtk+-2.6.4-1.osso7 libgpepimc-hildon libosso hildon-lgpl" +RDEPENDS = "" + +EXTRA_OECONF += "--enable-hildon" + +S = "${WORKDIR}/gpe-contacts-${PV}" + |