diff options
author | John Lee <john_lee@openmoko.org> | 2008-03-10 06:25:00 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-03-10 06:25:00 +0000 |
commit | ea1b5199f84b0a2ff71652b055804af3b53142fa (patch) | |
tree | 6d3c1811c386189a18a198f0e6e7c4d3980b62d1 | |
parent | 8cfff4c6f28a7a7996ab40d2b2d83b889ea60ec9 (diff) |
diversity: Diversity is a framework for Internet + GPS applications.
It communicates with a server for location exchange.It also allows
you to tag and share a location with your friends.
-rw-r--r-- | packages/diversity/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/diversity/diversity-daemon_svn.bb | 19 | ||||
-rw-r--r-- | packages/diversity/diversity-nav_svn.bb | 16 |
3 files changed, 35 insertions, 0 deletions
diff --git a/packages/diversity/.mtn2git_empty b/packages/diversity/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/diversity/.mtn2git_empty diff --git a/packages/diversity/diversity-daemon_svn.bb b/packages/diversity/diversity-daemon_svn.bb new file mode 100644 index 0000000000..bcce953cc5 --- /dev/null +++ b/packages/diversity/diversity-daemon_svn.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Diveristy Daemon" +SECTION = "net/misc" +LICENSE = "GPL" +HOMEPAGE = "http://www.openmoko.org/" +DEPENDS = "glib-2.0 dbus dbus-glib eds-dbus gypsy libjana curl" +RDEPENDS = "eds-dbus gypsy openmoko-dialer2" +SRCREV = "${AUTOREV}" +PV = "0.0+svnr${SRCREV}" + +PR = "r1" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-nm --disable-geoclue --disable-xmpp --enable-session-bus" +SRC_URI = "svn://svn.internal.openmoko.org/trunk/diversity;module=backends;proto=https" + +S = "${WORKDIR}/backends" +FILES_${PN} += "${datadir}/dbus-1/" +FILES_${PN} += "${sysconfdir}/dbus-1/" diff --git a/packages/diversity/diversity-nav_svn.bb b/packages/diversity/diversity-nav_svn.bb new file mode 100644 index 0000000000..750a636af3 --- /dev/null +++ b/packages/diversity/diversity-nav_svn.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Diversity_nav - a GPS location based communicative application" +LICENSE = "GPL" +DEPENDS = "evas edje ecore edbus" +RDEPENDS = "libevas-engine-buffer libevas-engine-software-16 libevas-engine-software-16-x11 libevas-engine-software-generic libevas-engine-software-x11 libevas-loader-eet libevas-loader-jpeg libevas-loader-png" +SECTION = "openmoko/applications" + +SRCREV = "${AUTOREV}" +PV = "0.0.1+svnr${SRCREV}" +PR = "r1" + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" +SRC_URI = "svn://svn.internal.openmoko.org/trunk/diversity/ui/modules;module=diversity_nav;proto=https" + +S = "${WORKDIR}/diversity_nav" + +inherit autotools pkgconfig |