diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-01 22:02:25 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-01 22:02:25 +0000 |
commit | ca9e7ef9c0eac049158ede49b5a9035103bd682a (patch) | |
tree | d6a6a3fbb59011b49e1d3f1b4b35e0111b45dcee /gnome | |
parent | 8603c07da883bfbe1baf2fefb1f4b718a42a2312 (diff) |
gnome-games_2.6.1.oe:
use gnome.oeclass
rhythmbox_0.8.5.oe, gnumeric_1.3.1.oe, galculator_1.2.3.oe:
inherit gconf
BKrev: 410d6871kmr1xoaivyu22cPDkPqeXA
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/gnome-games_2.6.1.oe | 9 |
1 files changed, 5 insertions, 4 deletions
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 |