diff options
-rw-r--r-- | galculator/galculator_1.2.3.oe | 4 | ||||
-rw-r--r-- | gnome/gnome-games_2.6.1.oe | 9 | ||||
-rw-r--r-- | gnumeric/gnumeric_1.3.1.oe | 4 | ||||
-rw-r--r-- | rhythmbox/rhythmbox_0.8.5.oe | 3 |
4 files changed, 11 insertions, 9 deletions
diff --git a/galculator/galculator_1.2.3.oe b/galculator/galculator_1.2.3.oe index d6350a3c37..0b19f1703e 100644 --- a/galculator/galculator_1.2.3.oe +++ b/galculator/galculator_1.2.3.oe @@ -1,6 +1,6 @@ -PR = "r3" +PR = "r4" -inherit autotools pkgconfig +inherit autotools pkgconfig gconf PROVIDES = "galculator" DESCRIPTION = "GTK Advanced Calculator" diff --git a/gnome/gnome-games_2.6.1.oe b/gnome/gnome-games_2.6.1.oe index bbab8d4286..74c11a6940 100644 --- a/gnome/gnome-games_2.6.1.oe +++ b/gnome/gnome-games_2.6.1.oe @@ -1,10 +1,12 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "guile gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade" +PR = "r1" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/gnome-games/2.6/gnome-games-${PV}.tar.bz2 \ - file://compiler-flags.m4" +inherit gnome -PACKAGES =+ "libgdkcardimage libgdkcardimage-data libgdkcardimage-dev " +SRC_URI += "file://compiler-flags.m4" + +PACKAGES =+ "libgdkcardimage libgdkcardimage-data libgdkcardimage-dev" FILES_libgdkcardimage = "${libdir}/libgdkcardimage.so.*" FILES_libgdkcardimage-dev = "${libdir}/libgdkcardimage.* ${includedir}/gdkcardimage" @@ -26,4 +28,3 @@ do_configure_prepend() { cp ${WORKDIR}/compiler-flags.m4 m4/ } -inherit autotools diff --git a/gnumeric/gnumeric_1.3.1.oe b/gnumeric/gnumeric_1.3.1.oe index 55c129500c..e3e0607b55 100644 --- a/gnumeric/gnumeric_1.3.1.oe +++ b/gnumeric/gnumeric_1.3.1.oe @@ -1,9 +1,9 @@ -PR = "r1" +PR = "r2" S = "${WORKDIR}/gnumeric-${PV}" DEPENDS = "libgsf gtk+ libxml2 libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui" DESCRIPTION = "Gnumeric spreadsheet for GNOME" -inherit gnome flow-lossage +inherit gnome flow-lossage gconf SRC_URI += 'file://workbook-control-gui-priv.h.patch;patch=1' diff --git a/rhythmbox/rhythmbox_0.8.5.oe b/rhythmbox/rhythmbox_0.8.5.oe index 8dc2d14bcf..cb4a4dec12 100644 --- a/rhythmbox/rhythmbox_0.8.5.oe +++ b/rhythmbox/rhythmbox_0.8.5.oe @@ -1,3 +1,4 @@ +PR = "r1" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/rhythmbox-${PV}.tar.gz \ file://ogg.m4 file://vorbis.m4" @@ -16,7 +17,7 @@ do_configure_prepend() { cp ${WORKDIR}/vorbis.m4 ${S}/m4/ } -inherit autotools +inherit autotools gconf do_compile() { oe_runmake ORBIT_IDL=`which orbit-idl-2` |