diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-02 19:45:18 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-02 19:45:18 +0000 |
commit | 7de2f107cf18ed77f9eaa0a5a7d6a07b552ce7af (patch) | |
tree | ecef2e6c40748def7d5cc68fdedf4a4674ece55b /recipes/gnome | |
parent | 9c67c93114222bc6a33e653c21a1fa71a5d65e5e (diff) | |
parent | bc4bf696b52c62c68c58c41daffa2aa1c3949492 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/cheese_2.26.0.bb | 4 | ||||
-rw-r--r-- | recipes/gnome/gnome-keyring_2.26.0.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/gnome-panel_2.26.0.bb | 24 | ||||
-rw-r--r-- | recipes/gnome/gnome-python-desktop_2.26.0.bb | 28 | ||||
-rw-r--r-- | recipes/gnome/libgweather_2.26.0.bb | 25 |
5 files changed, 81 insertions, 2 deletions
diff --git a/recipes/gnome/cheese_2.26.0.bb b/recipes/gnome/cheese_2.26.0.bb index ed1fb2a8f6..6b780bdf3d 100644 --- a/recipes/gnome/cheese_2.26.0.bb +++ b/recipes/gnome/cheese_2.26.0.bb @@ -1,8 +1,10 @@ DESCRIPTION = "Take photos and videos with your webcam, with fun graphical effects" LICENSE = "GPLv2" +PR = "r1" + DEPENDS = "gtk+ gstreamer hal librsvg gnome-desktop eds-dbus" -RRECOMMENDS_${PN} = "gst-plugins-good-meta gst-plugins-base-meta" +RRECOMMENDS_${PN} = "gst-plugin-gconfelements gst-plugins-good-meta gst-plugins-base-meta" inherit gnome diff --git a/recipes/gnome/gnome-keyring_2.26.0.bb b/recipes/gnome/gnome-keyring_2.26.0.bb index 0bf7c7ccaf..fc756fec92 100644 --- a/recipes/gnome/gnome-keyring_2.26.0.bb +++ b/recipes/gnome/gnome-keyring_2.26.0.bb @@ -3,7 +3,7 @@ SECTION = "x11/gnome" inherit autotools gnome pkgconfig -DEPENDS = "gtk+ libtasn1 libtasn1-native libgcrypt" +DEPENDS = "gconf-dbus gtk+ libtasn1 libtasn1-native libgcrypt" EXTRA_OECONF = "--disable-gtk-doc" diff --git a/recipes/gnome/gnome-panel_2.26.0.bb b/recipes/gnome/gnome-panel_2.26.0.bb new file mode 100644 index 0000000000..b2d615a750 --- /dev/null +++ b/recipes/gnome/gnome-panel_2.26.0.bb @@ -0,0 +1,24 @@ +LICENSE = "GPL" +DEPENDS = "librsvg libgweather startup-notification libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus orbit2-native" + +inherit gnome pkgconfig + +do_configure_prepend() { + sed -i -e s:help:: ${S}/Makefile.am +} + + +PACKAGES =+ "libpanel-applet" +FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*" + +FILES_${PN} =+ "${datadir}/gnome* \ + ${datadir}/icons" + +EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" +EXTRA_OECONF = "--disable-scrollkeeper \ + --disable-eds \ + " + +do_stage() { + autotools_stage_all +} diff --git a/recipes/gnome/gnome-python-desktop_2.26.0.bb b/recipes/gnome/gnome-python-desktop_2.26.0.bb new file mode 100644 index 0000000000..0ddc05e8e0 --- /dev/null +++ b/recipes/gnome/gnome-python-desktop_2.26.0.bb @@ -0,0 +1,28 @@ +LICENSE = "GPL/LGPL" +DEPENDS = "librsvg libwnck totem-pl-parser libgtop gnome-panel gnome-desktop eds-dbus python-pygtk gnome-python libgnomeprint libgnomeprintui" + +PR = "r4" + +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 \ + -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" +do_stage() { + autotools_stage_all +} + +FILES_${PN}-dev += "${datadir}/pygtk" diff --git a/recipes/gnome/libgweather_2.26.0.bb b/recipes/gnome/libgweather_2.26.0.bb new file mode 100644 index 0000000000..f36dbbdec7 --- /dev/null +++ b/recipes/gnome/libgweather_2.26.0.bb @@ -0,0 +1,25 @@ +LICENSE = "LGPL" +DEPENDS = "libgnome libsoup-2.4 gtk+" + +inherit gnome + +do_configure_prepend() { + sed -i -e s:help:: ${S}/Makefile.am +} + + +PACKAGES =+ "libpanel-applet" +FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*" + +FILES_${PN} =+ "${datadir}/gnome* \ + ${datadir}/icons" + +do_configure_prepend() { + sed -i -e 's: doc : :g' ${S}/Makefile.am +} + +EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" + +do_stage() { + autotools_stage_all +} |