diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-01 09:35:03 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-01 09:35:03 +0000 |
| commit | ff247ac3fce1e46dbe826347c07bc66f46e7f6e6 (patch) | |
| tree | c0f9333c3431b562fd41210db9d41531b04357e6 | |
| parent | e33ca0e77ab6d52a7872bb789500c797fa34fbfe (diff) | |
| download | poky-ff247ac3fce1e46dbe826347c07bc66f46e7f6e6.tar.gz | |
gconf-dbus-native: required by metacity/contacts and few more
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5358 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 1 | ||||
| -rw-r--r-- | meta/packages/gnome/gconf-dbus-native_svn.bb | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index 03c199c46b..46a623eac1 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc | |||
| @@ -35,6 +35,7 @@ SRCREV_pn-exmap-console ?= "405" | |||
| 35 | SRCREV_pn-fstests ?= "266" | 35 | SRCREV_pn-fstests ?= "266" |
| 36 | SRCREV_pn-gaku ?= "375" | 36 | SRCREV_pn-gaku ?= "375" |
| 37 | SRCREV_pn-gconf-dbus ?= "693" | 37 | SRCREV_pn-gconf-dbus ?= "693" |
| 38 | SRCREV_pn-gconf-dbus-native ?= "693" | ||
| 38 | SRCREV_pn-gtkhtml2 ?= "1144" | 39 | SRCREV_pn-gtkhtml2 ?= "1144" |
| 39 | SRCREV_pn-gtk-sato-engine ?= "90" | 40 | SRCREV_pn-gtk-sato-engine ?= "90" |
| 40 | SRCREV_pn-gtk-theme-torturer ?= "99962ae39bb5aadb31929b25c58e1a053f9c9545" | 41 | SRCREV_pn-gtk-theme-torturer ?= "99962ae39bb5aadb31929b25c58e1a053f9c9545" |
diff --git a/meta/packages/gnome/gconf-dbus-native_svn.bb b/meta/packages/gnome/gconf-dbus-native_svn.bb new file mode 100644 index 0000000000..c0dbb16c12 --- /dev/null +++ b/meta/packages/gnome/gconf-dbus-native_svn.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SECTION = "x11/utils" | ||
| 2 | DEPENDS = "intltool-native virtual/libintl glib-2.0 dbus dbus-glib libxml2 popt gtk-doc-native" | ||
| 3 | DESCRIPTION = "Settings daemon using DBUS for communication." | ||
| 4 | LICENSE = "GPL" | ||
| 5 | PROVIDES = "gconf-native" | ||
| 6 | RPROVIDES_${PN} = "gconf-native" | ||
| 7 | |||
| 8 | PV = "2.16.0+svnr${SRCREV}" | ||
| 9 | |||
| 10 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" | ||
| 11 | |||
| 12 | inherit pkgconfig autotools native | ||
| 13 | S = "${WORKDIR}/trunk" | ||
| 14 | |||
| 15 | PARALLEL_MAKE = "" | ||
| 16 | |||
| 17 | FILES_${PN} = "${libdir}/GConf-dbus/2/*.so ${libdir}/dbus-1.0 ${sysconfdir} ${datadir}/dbus* ${libdir}/*.so.* ${bindir}/* ${libexecdir}/*" | ||
| 18 | FILES_${PN}-dbg += " ${libdir}/GConf-dbus/2/.debug" | ||
| 19 | |||
| 20 | EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes" | ||
| 21 | |||
| 22 | |||
| 23 | do_configure_prepend() { | ||
| 24 | touch gtk-doc.make | ||
| 25 | } | ||
| 26 | |||
| 27 | do_stage() { | ||
| 28 | autotools_stage_all | ||
| 29 | install -m 0644 gconf-2.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4 | ||
| 30 | } | ||
