[gnome-games] [same-gnome-clutter] Build and install the C port of the Clutter port of Same
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] [same-gnome-clutter] Build and install the C port of the Clutter port of Same
- Date: Thu, 16 Jul 2009 22:29:25 +0000 (UTC)
commit f7ee1a7e211378e3a30aff1bbda189d5096bcf0b
Author: Tim Horton <hortont svn gnome org>
Date: Wed Jun 24 02:44:47 2009 -0400
[same-gnome-clutter] Build and install the C port of the Clutter port of Same
configure.in | 1 +
same-gnome-clutter/Makefile.am | 10 ++++++++--
.../same-gnome-clutter-c.desktop.in.in | 13 +++++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index a579421..1024668 100644
--- a/configure.in
+++ b/configure.in
@@ -1252,6 +1252,7 @@ gnomine/gnomine.desktop.in
same-gnome-clutter/Makefile
same-gnome-clutter/same-gnome-clutter
same-gnome-clutter/same-gnome-clutter.desktop.in
+same-gnome-clutter/same-gnome-clutter-c.desktop.in
lightsoff/Makefile
lightsoff/lightsoff
lightsoff/lightsoff.desktop.in
diff --git a/same-gnome-clutter/Makefile.am b/same-gnome-clutter/Makefile.am
index 26631db..8de739e 100644
--- a/same-gnome-clutter/Makefile.am
+++ b/same-gnome-clutter/Makefile.am
@@ -12,9 +12,14 @@ same_DATA = \
score.js \
yellow.svg
+same_gnome_clutter_c_SOURCES = same.c
+same_gnome_clutter_c_CFLAGS = `pkg-config --cflags clutter-0.9 glib-2.0`
+same_gnome_clutter_c_LDFLAGS = `pkg-config --libs clutter-0.9 glib-2.0`
+
bin_SCRIPTS = same-gnome-clutter
+bin_PROGRAMS = same-gnome-clutter-c
-desktop_in_files = same-gnome-clutter.desktop.in.in
+desktop_in_files = same-gnome-clutter.desktop.in.in same-gnome-clutter-c.desktop.in.in
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
@@ -31,5 +36,6 @@ EXTRA_DIST = \
red.svg \
same-seed.ui \
score.js \
- yellow.svg
+ yellow.svg \
+ same.c
diff --git a/same-gnome-clutter/same-gnome-clutter-c.desktop.in.in b/same-gnome-clutter/same-gnome-clutter-c.desktop.in.in
new file mode 100644
index 0000000..3856b10
--- /dev/null
+++ b/same-gnome-clutter/same-gnome-clutter-c.desktop.in.in
@@ -0,0 +1,13 @@
+[Desktop Entry]
+_Name=Same GNOME (Clutter, C)
+_Comment=Clear the screen by removing groups of colored balls
+Icon=gnome-samegnome
+Exec=same-gnome-clutter-c
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Game;PuzzleGame;
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gnome-games
+X-GNOME-Bugzilla-Component=BugBuddyBugs
+X-GNOME-Bugzilla-Version= VERSION@
+StartupNotify=false
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]