diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-22 19:01:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-22 19:01:42 +0000 |
commit | 415f8aefc8e336077583d96a08bd0b59fdb57bd9 (patch) | |
tree | 12a3835ab9747830e4ec68924f1e1e3e2a11c7cc /gnome/gnome-games_2.6.1.oe | |
parent | 07b7f3f3e241daa45de5599c6fb31f024575bf4e (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/08/22 20:01:31+01:00 (none)!pb
package minesweeper separately
2004/08/22 20:01:18+01:00 (none)!pb
bring gnomeprint packages up to modern standards
2004/08/22 19:48:06+01:00 (none)!pb
add gnome2-macros to EXTRA_AUTORECONF
BKrev: 4128ed96DuaJAzQxYxfZLbTb7m3Uew
Diffstat (limited to 'gnome/gnome-games_2.6.1.oe')
-rw-r--r-- | gnome/gnome-games_2.6.1.oe | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/gnome/gnome-games_2.6.1.oe b/gnome/gnome-games_2.6.1.oe index 74c11a6940..891a8eec6a 100644 --- a/gnome/gnome-games_2.6.1.oe +++ b/gnome/gnome-games_2.6.1.oe @@ -1,11 +1,9 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "guile gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade" -PR = "r1" +DEPENDS = "guile gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade gnome-common" +PR = "r2" inherit gnome -SRC_URI += "file://compiler-flags.m4" - PACKAGES =+ "libgdkcardimage libgdkcardimage-data libgdkcardimage-dev" FILES_libgdkcardimage = "${libdir}/libgdkcardimage.so.*" @@ -21,10 +19,8 @@ FILES_gnome-games-sol = "${bindir}/sol ${datadir}/applications/sol.desktop ${dat PACKAGES =+ "gnome-games-gnometris " FILES_gnome-games-gnometris = "${bindir}/gnometris ${datadir}/pixmaps/gnometris ${datadir}/pixmaps/gnome-gtetris.png ${datadir}/applications/gnometris.desktop ${sysconfdir}/gconf/schemas/gnometris.schemas" -EXTRA_OECONF = "--disable-schemas-install" +PACKAGES =+ "gnome-games-gnomine" +FILES_gnome-games-gnomine = "${bindir}/gnomine ${datadir}/pixmaps/gnomine ${datadir}/pixmaps/gnome-gnomine.png ${datadir}/applications/gnomine.desktop ${sysconfdir}/gconf/schemas/gnomine.schemas" -do_configure_prepend() { - mkdir -p m4 - cp ${WORKDIR}/compiler-flags.m4 m4/ -} +EXTRA_OECONF = "--disable-schemas-install" |