[Lunar-commits] <moonbase-gnome> Merge branch 'master' of github.com:lunar-linux/moonbase-gnome
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 18:27:45 CET 2013
commit 5b3ea99388c0dc0c343dfbfeb0e1fec6d63a22dc
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 10 Feb 2013 10:10:30 -0800
URL: https://github.com/lunar-linux/moonbase-gnome/commit/5b3ea99388c0dc0c343dfbfeb0e1fec6d63a22dc
Merge branch 'master' of github.com:lunar-linux/moonbase-gnome
---
desktop/gnome-games/DEPENDS | +2/-0
extra/clutter-gtk/BUILD | +4/-0
extra/clutter-gtk/DEPENDS | +4/-0
extra/clutter-gtk/DETAILS | +16/-0
4 files changed, 26 insertions(+)
--- a/desktop/gnome-games/DEPENDS
+++ b/desktop/gnome-games/DEPENDS
@@ -3,6 +3,8 @@ depends gnome-python-desktop
depends librsvg
depends libggz
depends ggz-client-libs
+depends clutter
+depends clutter-gtk
optional_depends "guile" \
"" \
--- /dev/null
+++ b/extra/clutter-gtk/BUILD
@@ -0,0 +1,4 @@
+sedit "s/^LIBS = @LIBS@$/LIBS = @LIBS@ -lm/" examples/Makefile.in &&
+sedit "s/\(gtk_clutter_viewport_LDADD = .*\)/\1 -lgthread-2.0/" examples/Makefile.in &&
+
+default_build
--- /dev/null
+++ b/extra/clutter-gtk/DEPENDS
@@ -0,0 +1,4 @@
+depends clutter
+depends gtk+-2
+
+optional_depends gobject-introspection "--enable-introspection" "--disable-introspection" "for introspection support"
--- /dev/null
+++ b/extra/clutter-gtk/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=clutter-gtk
+ VERSION=0.10.8
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:783b7fa0e826a18ed22d4c2723ba83c740c3a8fa
+ WEB_SITE=http://www.clutter-project.org
+ ENTERED=20080109
+ UPDATED=20130210
+ SHORT="Integrate Clutter into GTK+ applications"
+
+cat << EOF
+Clutter-GTK - GTK+ Integration library for Clutter
+Clutter-GTK is a library providing facilities to integrate Clutter into GTK+
+applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the
+default ClutterStage into any GtkContainer.
+EOF
More information about the Lunar-commits
mailing list