aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/geoclue/geoclue_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-19 13:24:34 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-19 13:24:34 +0200
commit1549dbbad7719dab645944b8c8174ce9ef8eedad (patch)
treea6d07d48fa33640e5b6ade379c3e92dcc18dd9c8 /recipes/geoclue/geoclue_git.bb
parent1e538fcb155e4ca5cddb6b9ea3916bfb21ff36d2 (diff)
downloadopenembedded-1549dbbad7719dab645944b8c8174ce9ef8eedad.tar.gz
geoclue: update to 0.11.1 + git
Diffstat (limited to 'recipes/geoclue/geoclue_git.bb')
-rw-r--r--recipes/geoclue/geoclue_git.bb37
1 files changed, 13 insertions, 24 deletions
diff --git a/recipes/geoclue/geoclue_git.bb b/recipes/geoclue/geoclue_git.bb
index b4a0cbda3a..bb5ce10163 100644
--- a/recipes/geoclue/geoclue_git.bb
+++ b/recipes/geoclue/geoclue_git.bb
@@ -1,42 +1,31 @@
DESCRIPTION = "GeoClue is a project that provide all kinds of geography information to an application"
-HOMEPAGE = "http://live.gnome.org/GeoClue"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/GeoClue"
-DEPENDS = "libgpsmgr libgpsbt gtk+ gpsd libxml2 gconf-dbus libsoup dbus-glib"
+DEPENDS = "libgpsmgr libgpsbt gtk+ gypsy libxml2 gconf-dbus libsoup dbus-glib"
-PV = "0.0+git${SRCDATE}"
-PR = "r1"
+SRCREV = "3a31d260074397a968afaf1065856ab763befb01"
+PV = "0.11.1"
+PR_append = "+gitr${SRCREV}"
PE = "1"
-inherit autotools pkgconfig
+inherit gnome autotools_stage
-SRC_URI = "git://anongit.freedesktop.org/git/geoclue;protocol=git"
+SRC_URI = "git://anongit.freedesktop.org/git/geoclue;protocol=git \
+ file://gtk-doc.make"
S = "${WORKDIR}/git"
LDFLAGS_append = " -lgthread-2.0 "
-EXTRA_OECONF = " --enable-applet=no \
- --enable-gpsd \
+EXTRA_OECONF = " \
--enable-system-bus"
-do_stage() {
- autotools_stage_all
+do_configure_prepend() {
+ cp ${WORKDIR}/gtk-doc.make ${S}
}
-do_install_append() {
- mkdir -p ${D}/usr/share/
- cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share
- rm -rf ${D}${STAGING_DATADIR}/
-}
-
-PACKAGES =+ "geoclue-applet"
-
-FILES_geoclue-applet += " \
- ${libdir}/bonobo/servers/* \
- ${libdir}/gnome-panel/*"
-
FILES_${PN} += " \
- ${libdir}/gnome-panel/* \
- ${datadir}/dbus-1"
+ ${datadir}/geoclue-providers/ \
+ ${datadir}/dbus-1"