summaryrefslogtreecommitdiff
path: root/gnome
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-29 23:49:59 +0000
committerPhil Blundell <philb@gnu.org>2004-06-29 23:49:59 +0000
commit94699388bfbb69fea1eb712325a03d1e30c2e6fc (patch)
treeb7f99aaad0faafb643c668f62d5f5e83eacac68e /gnome
parent001ade355664f4a232d003144acac1454467bd9c (diff)
fix up DEPENDS
BKrev: 40e20027feFRm_2XTuk88p77gIUONw
Diffstat (limited to 'gnome')
-rw-r--r--gnome/gnome-games_2.6.1.oe29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnome/gnome-games_2.6.1.oe b/gnome/gnome-games_2.6.1.oe
index e69de29bb2..bbab8d4286 100644
--- a/gnome/gnome-games_2.6.1.oe
+++ b/gnome/gnome-games_2.6.1.oe
@@ -0,0 +1,29 @@
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DEPENDS = "guile gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade"
+
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/gnome-games/2.6/gnome-games-${PV}.tar.bz2 \
+ file://compiler-flags.m4"
+
+PACKAGES =+ "libgdkcardimage libgdkcardimage-data libgdkcardimage-dev "
+
+FILES_libgdkcardimage = "${libdir}/libgdkcardimage.so.*"
+FILES_libgdkcardimage-dev = "${libdir}/libgdkcardimage.* ${includedir}/gdkcardimage"
+FILES_libgdkcardimage-data = "${datadir}/pixmaps/cards"
+DEPENDS_libgdkcardimage = "libgdkcardimage-data"
+
+FILES_${PN}-doc += " ${datadir}/gnome/help"
+
+PACKAGES =+ "gnome-games-sol "
+FILES_gnome-games-sol = "${bindir}/sol ${datadir}/applications/sol.desktop ${datadir}/pixmaps/gnome-aisleriot.png ${sysconfdir}/gconf/schemas/aisleriot.schemas ${datadir}/sol-games"
+
+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"
+
+do_configure_prepend() {
+ mkdir -p m4
+ cp ${WORKDIR}/compiler-flags.m4 m4/
+}
+
+inherit autotools