[oe-commits] org.oe.dev gnome-games: build aisleriot since we have a working guile now

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:05:55 UTC 2008


gnome-games: build aisleriot since we have a working guile now

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: db73258d2288ae9ffbef549f0f15b29761f3b1d0
ViewMTN: http://monotone.openembedded.org/revision/info/db73258d2288ae9ffbef549f0f15b29761f3b1d0
Files:
1
packages/gnome/gnome-games_2.23.6.bb
Diffs:

#
# mt diff -r1bd6f243021681ac1d7725b2a9985d67913f2cf1 -rdb73258d2288ae9ffbef549f0f15b29761f3b1d0
#
#
#
# add_file "packages/gnome/gnome-games_2.23.6.bb"
#  content [c01f9935c5c03fe552a68bf44ef06850a3949b88]
#
============================================================
--- packages/gnome/gnome-games_2.23.6.bb	c01f9935c5c03fe552a68bf44ef06850a3949b88
+++ packages/gnome/gnome-games_2.23.6.bb	c01f9935c5c03fe552a68bf44ef06850a3949b88
@@ -0,0 +1,38 @@
+LICENSE = "GPL"
+DEPENDS = "libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade gnome-common"
+
+PR = "r1"
+
+inherit gnome distutils-base gconf
+
+EXTRA_OECONF = "--with-libggz-includes=${STAGING_INCDIR} \
+                --with-libggz-libraries=${STAGING_LIBDIR} \
+                --with-ggzmod-includes=${STAGING_INCDIR} \
+		--with-ggzmod-libraries=${STAGING_LIBDIR} \
+	        --enable-scalable \
+	       "
+
+do_configure_prepend() {
+	for i in $(find ${S} -name "Makefile.am") ; do
+		sed -i -e s:help::g $i
+	done
+}
+
+
+FILES_${PN}-doc += " ${datadir}/gnome/help"
+FILES_${PN}-dbg += " ${bindir}/.debug ${libdir}/gnome-games/.debug"
+
+FILES_${PN} += "/var/games \
+                ${datadir}/applications \
+                ${datadir}/g* \
+		${datadir}/ggz \
+		${datadir}/icons \
+		${datadir}/pixmaps \
+		${sysconfdir}"
+
+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"
+
+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"
+






More information about the Openembedded-commits mailing list