aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freeciv
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-04-15 15:05:19 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-15 15:05:19 +0000
commit1cb64c0872e717867a52ebea90f943ee43990252 (patch)
tree112aa4c74a43378dd2111f7fda05f4d2dd0d1699 /packages/freeciv
parent1dabe9686d98a903097219d046aa167595c9387a (diff)
downloadopenembedded-1cb64c0872e717867a52ebea90f943ee43990252.tar.gz
freeciv: add freeciv 2.0.8
Diffstat (limited to 'packages/freeciv')
-rw-r--r--packages/freeciv/.mtn2git_empty0
-rw-r--r--packages/freeciv/freeciv_2.0.8.bb13
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/freeciv/.mtn2git_empty b/packages/freeciv/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/freeciv/.mtn2git_empty
diff --git a/packages/freeciv/freeciv_2.0.8.bb b/packages/freeciv/freeciv_2.0.8.bb
new file mode 100644
index 0000000000..361d8e4c20
--- /dev/null
+++ b/packages/freeciv/freeciv_2.0.8.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Freeciv is a free turn-based multiplayer strategy game, in which each player becomes the leader of a civilization, fighting to obtain the ultimate goal: To become the greatest civilization."
+LICENSE = "GPL"
+MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
+DEPENDS = "gtk+ cairo esound zlib readline"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+
+
+
+
tion value='akuster/qa_rebase'>akuster/qa_rebase OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter/enable_tests-0.8.patch
blob: 4f449b1177dabb2b1105e30a50e74f82f9ef97a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
 tests/Makefile.am   |    7 ++++++-
 tests/test-actors.c |    2 +-
 tests/test-text.c   |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

Index: clutter/tests/Makefile.am
===================================================================
--- clutter.orig/tests/Makefile.am	2008-06-26 16:46:26.000000000 +0100
+++ clutter/tests/Makefile.am	2008-06-26 16:46:50.000000000 +0100
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = test-textures test-events test-offscreen test-scale \
+bin_PROGRAMS = test-textures test-events test-offscreen test-scale \
                   test-actors test-behave test-text test-entry test-project \
 		  test-perspective test-rotate test-depth \
 		  test-threads test-timeline test-timeline-dup-frames \
@@ -17,8 +17,8 @@
 		  test-invariants
 
 if X11_TESTS
-noinst_PROGRAMS += test-pixmap
-noinst_PROGRAMS += test-devices
+bin_PROGRAMS += test-pixmap
+bin_PROGRAMS += test-devices
 endif
 
 INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/clutter -I$(top_builddir)/clutter
@@ -73,4 +73,9 @@
 test_invariants_SOURCES           = test-invariants.c
 test_devices_SOURCES              = test-devices.c
 
+test_textdir           = $(pkgdatadir)
+test_text_DATA         = test-text.c
+test_actorsdir         = $(pkgdatadir)
+test_actors_DATA       = redhand.png
+
 EXTRA_DIST = redhand.png test-script.json
Index: clutter/tests/test-actors.c
===================================================================
--- clutter.orig/tests/test-actors.c	2008-06-26 16:46:26.000000000 +0100
+++ clutter/tests/test-actors.c	2008-06-26 16:46:31.000000000 +0100
@@ -195,7 +195,7 @@
       /* Create a texture from file, then clone in to same resources */
       if (i == 0)
 	{
-	  if ((oh->hand[i] = clutter_texture_new_from_file ("redhand.png",
+	  if ((oh->hand[i] = clutter_texture_new_from_file ("/usr/share/clutter/redhand.png",
 							    &error)) == NULL)
 	    {
 	      g_error ("image load failed: %s", error->message);