~jmaks/instead/trunk

« back to all changes in this revision

Viewing changes to maemo-build.patch

  • Committer: Maksim Kasherny
  • Date: 2014-03-04 17:34:34 UTC
  • Revision ID: jmaksima@gmail.com-20140304173434-m5o1y0ht2t5as74c
init release 2.0.3;

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur instead-1.4.1/debian/compat instead-1.4.1-maemo/debian/compat
2
 
--- instead-1.4.1/debian/compat 2011-05-13 11:40:08.000000000 +0400
3
 
+++ instead-1.4.1-maemo/debian/compat   2011-05-11 07:45:43.357935817 +0400
 
1
diff -Nur instead-1.9.2/Rules.make.system instead-1.9.2-maemo/Rules.make.system
 
2
--- instead-1.9.2/Rules.make.system     2014-01-15 16:52:48.000000000 +0400
 
3
+++ instead-1.9.2-maemo/Rules.make.system       2014-01-25 18:44:12.000000000 +0400
 
4
@@ -28,7 +28,7 @@
 
5
 SDL_CFLAGS=$(shell sdl-config --cflags)
 
6
 SDL_LFLAGS=$(shell sdl-config --libs) -lSDL_ttf -lSDL_mixer -lSDL_image -lm
 
7
 
 
8
-CFLAGS += -Wall -Dunix -D_USE_UNPACK # -D_SDL_MOD_BUG
 
9
+CFLAGS += -Wall -Dunix -D_USE_UNPACK -DMAEMO # -D_SDL_MOD_BUG
 
10
 
 
11
 INSTALLD=install -d -m 0755
 
12
 INSTALLB=install -m 0755
 
13
diff -Nur instead-1.9.2/debian/compat instead-1.9.2-maemo/debian/compat
 
14
--- instead-1.9.2/debian/compat 2014-01-15 16:52:48.000000000 +0400
 
15
+++ instead-1.9.2-maemo/debian/compat   2014-01-25 18:44:12.000000000 +0400
4
16
@@ -1 +1 @@
5
17
-7
6
18
+4
7
 
diff -Nur instead-1.4.1/debian/control instead-1.4.1-maemo/debian/control
8
 
--- instead-1.4.1/debian/control        2011-05-13 11:40:08.000000000 +0400
9
 
+++ instead-1.4.1-maemo/debian/control  2011-05-11 07:45:43.357935817 +0400
 
19
diff -Nur instead-1.9.2/debian/control instead-1.9.2-maemo/debian/control
 
20
--- instead-1.9.2/debian/control        2014-01-15 16:52:48.000000000 +0400
 
21
+++ instead-1.9.2-maemo/debian/control  2014-01-25 18:44:12.000000000 +0400
10
22
@@ -1,8 +1,8 @@
11
23
 Source: instead
12
24
-Section: games
23
35
 Description: simple text adventures/visual novels engine
24
36
  Visual novell/text quest-like engine.
25
37
-
26
 
diff -Nur instead-1.4.1/debian/rules instead-1.4.1-maemo/debian/rules
27
 
--- instead-1.4.1/debian/rules  2011-05-13 11:40:08.000000000 +0400
28
 
+++ instead-1.4.1-maemo/debian/rules    2011-05-11 07:45:43.361932007 +0400
29
 
@@ -52,7 +52,7 @@
 
38
diff -Nur instead-1.9.2/debian/rules instead-1.9.2-maemo/debian/rules
 
39
--- instead-1.9.2/debian/rules  2014-01-15 16:52:48.000000000 +0400
 
40
+++ instead-1.9.2-maemo/debian/rules    2014-01-25 18:44:12.000000000 +0400
 
41
@@ -61,7 +61,7 @@
30
42
 install: build
31
43
        dh_testdir
32
44
        dh_testroot
35
47
        dh_installdirs
36
48
 
37
49
        # Add here commands to install the package into debian/instead.
38
 
diff -Nur instead-1.4.1/desktop/instead.desktop.in instead-1.4.1-maemo/desktop/instead.desktop.in
39
 
--- instead-1.4.1/desktop/instead.desktop.in    2011-05-13 11:40:18.000000000 +0400
40
 
+++ instead-1.4.1-maemo/desktop/instead.desktop.in      2011-05-11 07:45:43.361932007 +0400
41
 
@@ -7,6 +7,10 @@
42
 
 Comment=Siple Text Adventures Interpreter
43
 
 Comment[ru]=Интерпретатор простых приключений
44
 
 Exec=@BIN/sdl-instead
45
 
-Icon=sdl_instead.png
46
 
+Icon=sdl_instead
47
 
 Terminal=false
48
 
+X-Window-Icon=sdl_instead
49
 
+X-Window-Icon-Dimmed=sdl_instead
50
 
+X-HildonDesk-ShowInToolbar=true
51
 
+StartupWMClass=instead
52
 
 Categories=Game;LogicGame;
53
 
diff -Nur instead-1.4.1/desktop/Makefile instead-1.4.1-maemo/desktop/Makefile
54
 
--- instead-1.4.1/desktop/Makefile      2011-05-13 11:40:18.000000000 +0400
55
 
+++ instead-1.4.1-maemo/desktop/Makefile        2011-05-11 07:45:43.361932007 +0400
 
50
diff -Nur instead-1.9.2/desktop/Makefile instead-1.9.2-maemo/desktop/Makefile
 
51
--- instead-1.9.2/desktop/Makefile      2014-01-15 20:31:59.000000000 +0400
 
52
+++ instead-1.9.2-maemo/desktop/Makefile        2014-01-25 18:44:12.000000000 +0400
56
53
@@ -10,9 +10,9 @@
57
 
        cat instead.desktop.in | sed -e "s|@BIN|$(BIN)|g" > instead.desktop
 
54
        cat instead.desktop.in | sed -e "s|@BIN@|$(BIN)|g" > instead.desktop
58
55
 
59
56
 install:
60
57
-       $(INSTALLD) $(DESTDIR)$(PREFIX)/share/applications
66
63
-       $(RM) $(DESTDIR)$(PREFIX)/share/applications/instead.desktop
67
64
+       $(RM) $(DESTDIR)$(PREFIX)/share/applications/hildon/instead.desktop
68
65
 
69
 
diff -Nur instead-1.4.1/Rules.make.system instead-1.4.1-maemo/Rules.make.system
70
 
--- instead-1.4.1/Rules.make.system     2011-05-13 11:40:07.000000000 +0400
71
 
+++ instead-1.4.1-maemo/Rules.make.system       2011-05-11 07:45:43.361932007 +0400
72
 
@@ -28,7 +28,7 @@
73
 
 SDL_CFLAGS=$(shell sdl-config --cflags)
74
 
 SDL_LFLAGS=$(shell sdl-config --libs) -lSDL_ttf -lSDL_mixer -lSDL_image
75
 
 
76
 
-CFLAGS += -Wall -Dunix -D_USE_UNPACK # -D_SDL_MOD_BUG
77
 
+CFLAGS += -Wall -Dunix -D_USE_UNPACK -DMAEMO # -D_SDL_MOD_BUG
78
 
 
79
 
 INSTALLD=install -d -m 0755
80
 
 INSTALLB=install -m 0755
81
 
diff -Nur instead-1.4.1/themes/default/theme.ini instead-1.4.1-maemo/themes/default/theme.ini
82
 
--- instead-1.4.1/themes/default/theme.ini      2011-05-13 11:40:10.000000000 +0400
83
 
+++ instead-1.4.1-maemo/themes/default/theme.ini        2011-05-11 07:49:15.577901900 +0400
84
 
@@ -4,7 +4,7 @@
 
66
diff -Nur instead-1.9.2/desktop/instead.desktop.in instead-1.9.2-maemo/desktop/instead.desktop.in
 
67
--- instead-1.9.2/desktop/instead.desktop.in    2014-01-15 20:31:59.000000000 +0400
 
68
+++ instead-1.9.2-maemo/desktop/instead.desktop.in      2014-01-25 18:44:12.000000000 +0400
 
69
@@ -13,4 +13,8 @@
 
70
 Exec=@BIN@/sdl-instead
 
71
 Icon=sdl_instead
 
72
 Terminal=false
 
73
+X-Window-Icon=sdl_instead
 
74
+X-Window-Icon-Dimmed=sdl_instead
 
75
+X-HildonDesk-ShowInToolbar=true
 
76
+StartupWMClass=instead
 
77
 Categories=Game;LogicGame;
 
78
diff -Nur instead-1.9.2/themes/default/theme.ini instead-1.9.2-maemo/themes/default/theme.ini
 
79
--- instead-1.9.2/themes/default/theme.ini      2014-01-15 16:52:48.000000000 +0400
 
80
+++ instead-1.9.2-maemo/themes/default/theme.ini        2014-01-25 18:44:12.000000000 +0400
 
81
@@ -5,7 +5,7 @@
85
82
 ; $Name(it): Predefinito$
86
83
 
87
84
 scr.w = 800
90
87
 scr.gfx.scalable = 1
91
88
 
92
89
 scr.gfx.h = -1
93
 
@@ -21,7 +21,7 @@
 
90
@@ -23,7 +23,7 @@
94
91
 win.x = 48
95
92
 win.y = 8
96
93
 win.w = 500
99
96
 
100
97
 win.fnt.name = {sans,sans-b,sans-i,sans-bi}.ttf
101
98
 win.fnt.size = 16
102
 
@@ -39,7 +39,8 @@
 
99
@@ -42,7 +42,8 @@
103
100
 inv.x = 620
104
101
 inv.y = 8
105
102
 inv.w = 144
109
106
 
110
107
 inv.fnt.name = {sans,sans-b,sans-i,sans-bi}.ttf
111
108
 inv.fnt.size = 16
112
 
@@ -67,8 +68,8 @@
 
109
@@ -70,8 +71,8 @@
113
110
 menu.fnt.height = 1.0
114
111
 menu.gfx.button = menu.png
115
112
 menu.button.x = 776
119
116
 
120
117
 snd.click = click.wav ; click.ogg
121
118
 
122
 
diff -Nur instead-1.4.1/themes/wide/theme.ini instead-1.4.1-maemo/themes/wide/theme.ini
123
 
--- instead-1.4.1/themes/wide/theme.ini 2011-05-13 11:40:11.000000000 +0400
124
 
+++ instead-1.4.1-maemo/themes/wide/theme.ini   2011-05-11 07:47:51.833957190 +0400
125
 
@@ -2,10 +2,3 @@
126
 
 ; $Name(ru):Широкая$
 
119
diff -Nur instead-1.9.2/themes/wide/theme.ini instead-1.9.2-maemo/themes/wide/theme.ini
 
120
--- instead-1.9.2/themes/wide/theme.ini 2014-01-15 16:52:48.000000000 +0400
 
121
+++ instead-1.9.2-maemo/themes/wide/theme.ini   2014-01-25 18:44:12.000000000 +0400
 
122
@@ -3,10 +3,3 @@
 
123
 ; $Name(ua):Широка$
127
124
 ; $Name(es):Amplio$
128
125
 ; $Name(it):Ampio$
129
126
-