[gcompris: 7/9] Sweet build
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris: 7/9] Sweet build
- Date: Sun, 20 May 2012 00:06:25 +0000 (UTC)
commit 76c2409f5c06e09d764dc921a2baf0d6059a4cd9
Author: Aleksey Lim <alsroot sugarlabs org>
Date: Sun Mar 11 18:42:01 2012 +0000
Sweet build
configure.ac | 4 +-
po/es.po | 16 +++++++-------
src/goocanvas/src/Makefile.am | 2 -
sweets.recipe | 47 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 57 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 055a112..d3f373d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,9 +203,9 @@ AC_ARG_ENABLE(debug,
USE_DEBUG="$enableval", USE_DEBUG="no")
if test "x$USE_DEBUG" == "xyes" ; then
AC_DEFINE_UNQUOTED(DEBUG, 1, "Enable debug messages.")
- CFLAGS="$CFLAGS $OSX_CFLAGS -Wall -Werror -g"
+ CFLAGS="$CFLAGS $OSX_CFLAGS -Wall -g"
else
- CFLAGS="$CFLAGS $OSX_CFLAGS -Wall -Werror -O2"
+ CFLAGS="$CFLAGS $OSX_CFLAGS -Wall -O2"
fi
dnl disable activation code
diff --git a/po/es.po b/po/es.po
index 30a52e1..c570a51 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8173,14 +8173,14 @@ msgstr "Teclea la palabra completa mientras cae, antes de que llegue al suelo"
#~ msgid "Logins"
#~ msgstr "Inicios de sesiÃn"
-#~ msgid "Retrieving remote data..."
-#~ msgstr "Recuperando datos remotos..."
+msgid "Retrieving remote data..."
+msgstr "Recuperando datos remotos..."
-#~ msgid "Sharing Error"
-#~ msgstr "Error al compartir"
+msgid "Sharing Error"
+msgstr "Error al compartir"
-#~ msgid "Cannot retrieve remote data"
-#~ msgstr "No se puede recuperar datos remotos"
+msgid "Cannot retrieve remote data"
+msgstr "No se puede recuperar datos remotos"
-#~ msgid "Cannot initiate sharing session"
-#~ msgstr "No se puede iniciar sesiÃn compartida"
+msgid "Cannot initiate sharing session"
+msgstr "No se puede iniciar sesiÃn compartida"
diff --git a/src/goocanvas/src/Makefile.am b/src/goocanvas/src/Makefile.am
index 666aa88..7a73560 100644
--- a/src/goocanvas/src/Makefile.am
+++ b/src/goocanvas/src/Makefile.am
@@ -1,8 +1,6 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
- -DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED \
- -DGDK_PIXBUF_DISABLE_DEPRECATED \
-DG_LOG_DOMAIN=\"GooCanvas\" \
@GCOMPRIS_CFLAGS@
diff --git a/sweets.recipe b/sweets.recipe
new file mode 100644
index 0000000..d9af5ae
--- /dev/null
+++ b/sweets.recipe
@@ -0,0 +1,47 @@
+[DEFAULT]
+depends = base/gtk >= 2.12; base/gstreamer; base/gst-plugins-base; base/sqlite
+ base/librsvg >= 2.26; base/libxml2 >= 2.7.3; base/python; base/pygtk
+ base/pycairo; base/gnet >= 2; sdk/polyol; base/gnuchess; base/gnucap
+
+[Application]
+implement = gcompris
+name = GCompris
+summary = Full featured educational application for children from 2 to 10
+description = GCompris is a high quality educational software suite comprising
+ of numerous activities for children aged 2 to 10. Some of the
+ activities are game orientated, but nonetheless still educational.
+ Below you can find a list of categories with some of the activities
+ available in that category.
+category = Education; Game
+license = GPLv3
+homepage = http://gcompris.net/
+
+version = 12.1
+stability = stable
+
+requires = %(depends)s
+binding = PATH bin
+ XDG_DATA_DIRS share
+exec = gcompris
+
+[Package]
+project = SweetsDistribution:0.94
+
+[Archive]
+arch = any
+
+[Build]
+requires = %(depends)s; base/pkg-config; base/make; base/gcc-c; base/intltool
+clean = make distclean; ./autogen.sh --version
+configure = ./configure
+ --prefix=%(PREFIX)s
+ --enable-gnet
+ --enable-sugar
+ --enable-sqlite
+ CFLAGS="%(CFLAGS)s"
+make = make
+install = make DESTDIR=%(DESTDIR)s install &&
+ ln -s share/sugar/activities/GCompris.activity/activity %(DESTDIR)s/%(PREFIX)s/activity
+
+[Source]
+exec = make dist-gzip
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]