summaryrefslogtreecommitdiff
path: root/recipes/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gdm_2.28.0.bb4
-rw-r--r--recipes/gnome/gedit_2.28.0.bb4
-rw-r--r--recipes/gnome/gnome-bluetooth_git.bb6
-rw-r--r--recipes/gnome/gnome-python-extras_2.25.3.bb7
-rw-r--r--recipes/gnome/gnome-screensaver_2.28.0.bb5
-rw-r--r--recipes/gnome/libgdata_0.4.0.bb18
6 files changed, 38 insertions, 6 deletions
diff --git a/recipes/gnome/gdm_2.28.0.bb b/recipes/gnome/gdm_2.28.0.bb
index 3f5c69ec24..683773a3ab 100644
--- a/recipes/gnome/gdm_2.28.0.bb
+++ b/recipes/gnome/gdm_2.28.0.bb
@@ -1,7 +1,9 @@
DESCRIPTION = "Graphical login manager"
LICENSE = "GPL"
-DEPENDS = "libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
+DEPENDS = "libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
+
+PR = "r1"
inherit gnome update-rc.d
diff --git a/recipes/gnome/gedit_2.28.0.bb b/recipes/gnome/gedit_2.28.0.bb
index 10e5b54f97..0c4e7b480d 100644
--- a/recipes/gnome/gedit_2.28.0.bb
+++ b/recipes/gnome/gedit_2.28.0.bb
@@ -5,6 +5,8 @@ LICENSE = "GPL"
DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2"
RDEPENDS += " gtksourceview2"
+PR = "r1"
+
inherit gnome pkgconfig
EXTRA_OECONF = "--disable-scrollkeeper"
@@ -17,5 +19,5 @@ do_stage () {
autotools_stage_all
}
-FILES_${PN} += "${libdir} ${datadir}/gedit-2"
+FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"
FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug"
diff --git a/recipes/gnome/gnome-bluetooth_git.bb b/recipes/gnome/gnome-bluetooth_git.bb
index b6690f4bb6..8d33cf51cb 100644
--- a/recipes/gnome/gnome-bluetooth_git.bb
+++ b/recipes/gnome/gnome-bluetooth_git.bb
@@ -5,14 +5,14 @@ DEFAULT_PREFERENCE = "-1"
inherit autotools gnome pkgconfig
-SRC_URI = "git://git.gnome.org/gnome-bluetooth;protocol=git \
+SRC_URI = "git://git.gnome.org/gnome-bluetooth;branch=gnome-2-28;protocol=git \
file://gtk-doc.make \
"
S = "${WORKDIR}/git"
-SRCREV = "59efa1c06153cd5bdaff64f7efca791c11c77f2f"
-PV = "2.27.8"
+SRCREV = "0622ea93f4e42d1599f2467e6bef5dca49cd99fd"
+PV = "2.28.1"
PR = "r0"
PR_append = "+gitr${SRCREV}"
diff --git a/recipes/gnome/gnome-python-extras_2.25.3.bb b/recipes/gnome/gnome-python-extras_2.25.3.bb
index 9d8e786241..cf3d84e9af 100644
--- a/recipes/gnome/gnome-python-extras_2.25.3.bb
+++ b/recipes/gnome/gnome-python-extras_2.25.3.bb
@@ -5,12 +5,17 @@ inherit gnome distutils-base
SRC_URI += "file://acinclude.m4"
+EXTRA_OECONF = "--with-python-includes=${STAGING_INCDIR}/../"
+
do_configure_prepend() {
install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
}
do_configure_prepend() {
- sed -i -e s:'`$PKG_CONFIG --variable=defsdir pygtk-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g ${S}/configure.ac
+ sed -i -e s:'`$PKG_CONFIG --variable=defsdir pygtk-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g \
+ -e s:'`$PKG_CONFIG --variable=defsdir gnome-python-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g \
+ -e s:'`$PKG_CONFIG --variable=argtypesdir gnome-python-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/argtypes/\":g \
+ ${S}/configure.ac
}
AUTOTOOLS_STAGE_PKGCONFIG = "1"
diff --git a/recipes/gnome/gnome-screensaver_2.28.0.bb b/recipes/gnome/gnome-screensaver_2.28.0.bb
index c5b6635179..06a4ffe48e 100644
--- a/recipes/gnome/gnome-screensaver_2.28.0.bb
+++ b/recipes/gnome/gnome-screensaver_2.28.0.bb
@@ -2,8 +2,11 @@ DESCRIPTION = "GNOME utilities"
SECTION = "x11/gnome"
LICENSE = "GPL"
DEPENDS = "gnome-common glib-2.0 gtk+ gconf"
+
inherit gnome pkgconfig
+PR = "r1"
+
EXTRA_OECONF = " \
--with-shadow=${STAGING_INCDIR}/.. \
"
@@ -17,6 +20,8 @@ do_stage () {
autotools_stage_all
}
+FILES_${PN} += "${datadir}/*background* ${datadir}/desktop-directories"
+
FILES_${PN}-dbg += "${libexecdir}/gnome-screensaver/.debug "
diff --git a/recipes/gnome/libgdata_0.4.0.bb b/recipes/gnome/libgdata_0.4.0.bb
new file mode 100644
index 0000000000..7c510d0b5f
--- /dev/null
+++ b/recipes/gnome/libgdata_0.4.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "libgdata is a GLib-based library for accessing online service APIs"
+LICENSE = "LGPL"
+DEPENDS = "libxml2 glib-2.0 libsoup-2.4"
+
+inherit gnome lib_package autotools_stage
+
+SRC_URI += " \
+ file://gtk-doc.make \
+"
+
+do_configure_prepend() {
+ cp ${WORKDIR}/gtk-doc.make ${S}/
+ sed -i -e s:docs::g ${S}/Makefile.am
+ echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make
+}
+
+
+