View | Details | Raw Unified | Return to bug 210792
Collapse All | Expand All

(-)games/tuxtype/Makefile (-64 / +22 lines)
Lines 2-95 Link Here
2
# $FreeBSD: head/games/tuxtype/Makefile 416324 2016-06-03 16:44:58Z antoine $
2
# $FreeBSD: head/games/tuxtype/Makefile 416324 2016-06-03 16:44:58Z antoine $
3
3
4
PORTNAME=	tuxtype
4
PORTNAME=	tuxtype
5
PORTVERSION=	1.8.1
5
PORTVERSION=	1.8.3
6
PORTREVISION=	7
7
CATEGORIES=	games
6
CATEGORIES=	games
8
MASTER_SITES=	http://alioth.debian.org/frs/download.php/3270/ \
7
MASTER_SITES=	DEBIAN_POOL
9
		http://alioth.debian.org/frs/download.php/3540/:t4k_common
8
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
10
DISTFILES=	${PORTNAME}_w_fonts-${PORTVERSION}${EXTRACT_SUFX} \
11
		${T4K_DISTFILE}:t4k_common
12
9
13
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Educational typing tutor starring Tux the Linux Penguin
11
COMMENT=	Educational typing tutor starring Tux the Linux Penguin
15
12
16
BROKEN=		unfetchable
17
DEPRECATED=	Broken for more than 6 months
18
EXPIRATION_DATE=	2016-07-04
19
20
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
21
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
22
15
23
BUILD_DEPENDS=	gsed:textproc/gsed
16
BUILD_DEPENDS=	gsed:textproc/gsed
24
17
25
WRKSRC=		${WRKDIR}/${PORTNAME}_w_fonts-${PORTVERSION}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
26
19
27
USES=		gmake iconv perl5 pkgconfig
20
USES=		autoreconf gettext gmake iconv localbase perl5 pkgconfig
28
USE_GNOME=	libxml2
21
USE_GNOME=	libxml2
29
USE_SDL=	image mixer net pango sdl
22
USE_SDL=	image mixer net pango sdl
30
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	ac_cv_lib_m_csin=yes
31
CONFIGURE_ARGS=	--localstatedir=/var/games
25
CONFIGURE_ARGS=	--localstatedir=/var/games
32
CONFIGURE_ENV=	T4K_COMMON_CFLAGS="-I${T4K_WRKSRC}/src" \
33
		T4K_COMMON_LIBS="${T4K_WRKSRC}/src/.libs/libt4k_common.a" \
34
		ac_cv_lib_m_csin=yes
35
36
CPPFLAGS+=	$$(pkg-config --cflags SDL_Pango) -I${LOCALBASE}/include \
37
		-DHAVE_ALPHASORT -DHAVE_SCANDIR -DHAVE_FSYNC -DICONV_CONST=""
38
LDFLAGS+=	$$(pkg-config --libs SDL_Pango) -L${LOCALBASE}/lib ${ICONV_LIB}
39
26
40
OPTIONS_DEFINE=		DOCS NLS SVG
27
CPPFLAGS+=	-I${ICONV_INCLUDE_PATH}
28
LDFLAGS+=	${ICONV_LIB_PATH}
29
30
DESKTOP_ENTRIES="TuxType" "" "${DATADIR}/images/icons/icon.png" \
31
		"tuxtype" "" ""
32
33
OPTIONS_DEFINE=		DOCS SVG
41
OPTIONS_DEFAULT=	SVG
34
OPTIONS_DEFAULT=	SVG
42
OPTIONS_SUB=		yes
35
OPTIONS_SUB=		yes
43
36
44
NLS_USES=		gettext
37
SVG_USE=		gnome=librsvg2
45
NLS_CONFIGURE_ENABLE=	nls
46
SVG_USE_GNOME=		librsvg2
47
SVG_CONFIGURE_WITH=	rsvg
38
SVG_CONFIGURE_WITH=	rsvg
48
39
49
T4K_NAME=	t4k_common
50
T4K_VERSION=	0.1.1
51
T4K_DISTFILE=	${T4K_NAME}-${T4K_VERSION}${EXTRACT_SUFX}
52
T4K_WRKSRC=	${WRKDIR}/${T4K_NAME}-${T4K_VERSION}
53
54
post-extract:
55
	@${LN} -sf ${T4K_WRKSRC} ${WRKDIR}/${T4K_NAME}
56
57
post-patch:
40
post-patch:
58
.for i in convert_utf.h mysetenv.h practice.c
41
	@${FIND} ${WRKSRC}/data -name "sed-linux.sh" | ${XARGS} \
59
	@${ECHO_CMD} >> ${WRKSRC}/src/${i}
42
		${REINPLACE_CMD} -e \
60
.endfor
61
	@${REINPLACE_CMD} -e \
62
		'/-R$$found_dir/s|^|#|' ${WRKSRC}/configure
63
	@${REINPLACE_CMD} -e \
64
		'/[[:blank:]]VERSION/d' ${WRKSRC}/config.h.in
65
	@${REINPLACE_CMD} -e \
66
		'/doc[[:blank:]]/d' ${WRKSRC}/Makefile.in
67
	@${REINPLACE_CMD} -e \
68
		's|/bin/bash|/bin/sh| ; \
43
		's|/bin/bash|/bin/sh| ; \
69
		 s|^sed |gsed |' ${WRKSRC}/data/scripts/sed-linux.sh
44
		 s|^sed |gsed |'
70
	@${REINPLACE_CMD} -e \
45
	@${REINPLACE_CMD} -e \
71
		's|-Wall -g |-Wall | ; \
46
		's|\.\.\/ABOUT-NLS || ; \
72
		 s|-DDEBUG ||' ${WRKSRC}/src/Makefile.in
47
		 s|COPYING || ; \
48
		 s|INSTALL ||' ${WRKSRC}/doc/Makefile.am
73
	@${REINPLACE_CMD} -e \
49
	@${REINPLACE_CMD} -e \
74
		's|<iconv.h>|"config.h"| ; \
50
		's|-Wall -g |-Wall | ; \
75
		 /<libintl.h>/d' ${WRKSRC}/src/globals.h
51
		 s|-DDEBUG ||' ${WRKSRC}/src/Makefile.am
76
77
pre-configure:
78
	@(cd ${T4K_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./configure \
79
		--disable-shared ${CONFIGURE_ARGS} CC="${CC}" CXX="${CXX}" \
80
		CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
81
		CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}")
82
83
pre-build:
84
	@(cd ${T4K_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
85
		${MAKEFILE} -j${MAKE_JOBS_NUMBER} ${ALL_TARGET})
86
87
post-install:
88
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
89
.for i in AUTHORS ChangeLog OFL README TODO
90
	(cd ${WRKSRC}/doc && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
91
.endfor
92
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/en
93
	(cd ${WRKSRC}/doc/en && ${INSTALL_DATA} *.html ${STAGEDIR}${DOCSDIR}/en)
94
52
95
.include <bsd.port.mk>
53
.include <bsd.port.mk>
(-)games/tuxtype/distinfo (-4 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (tuxtype_w_fonts-1.8.1.tar.gz) = 2687b858679b4f0b4f42204211d162234568198544bd95a9b71ec96e788d1481
1
SHA256 (tuxtype_1.8.3.orig.tar.gz) = e720b0a3131764630a8b8d0bd108e0aed6f72572222a3529a4cbed04f94c8fb3
2
SIZE (tuxtype_w_fonts-1.8.1.tar.gz) = 11528002
2
SIZE (tuxtype_1.8.3.orig.tar.gz) = 11964078
3
SHA256 (t4k_common-0.1.1.tar.gz) = 42c155816dae2c5dad560faa50edaa1ca84536530283d37859c4b91e82675110
4
SIZE (t4k_common-0.1.1.tar.gz) = 629215
(-)games/tuxtype/files/patch-Makefile.in (-15 lines)
Lines 1-15 Link Here
1
--- Makefile.in.orig	2014-12-02 21:50:06.000000000 +0300
2
+++ Makefile.in	2014-12-02 21:52:09.000000000 +0300
3
@@ -776,10 +776,9 @@
4
 # Global configuration (e.g. /etc/tuxtype):
5
 	$(MKDIR_P) -m 755 $(DESTDIR)$(pkgsysconfdir)
6
 # Global sites for game state data (e.g. /var/games/tuxtype):
7
-	$(MKDIR_P) -m 2755 $(DESTDIR)$(pkglocalstatedir)
8
-	$(MKDIR_P) -m 2755 $(DESTDIR)$(pkglocalstatedir)/words
9
+	$(MKDIR_P) $(DESTDIR)$(pkglocalstatedir)
10
+	$(MKDIR_P) $(DESTDIR)$(pkglocalstatedir)/words
11
 #	chown root:games $(DESTDIR)$(pkglocalstatedir)
12
-	chown root:games $(DESTDIR)$(pkglocalstatedir)/words
13
 
14
 uninstall-hook:
15
 	rm -rf $(DESTDIR)$(pkglocalstatedir)/words
(-)games/tuxtype/files/patch-configure.ac (+26 lines)
Line 0 Link Here
1
--- configure.ac.orig	2014-08-20 03:55:27 UTC
2
+++ configure.ac
3
@@ -246,23 +246,6 @@ LIBS="$LIBS $XML2_LIBS"
4
 
5
 
6
 
7
-dnl libt4kcommon is now required: --------------------------------------------
8
-
9
-PKG_CHECK_MODULES([T4K_COMMON],
10
-	[t4k_common],
11
-	[],
12
-	[AC_MSG_NOTICE([t4k_common not located by pkg-config, checking with AC CHECK LIB:])
13
-	 AC_CHECK_LIB([t4k_common],
14
-		[InitT4KCommon],
15
-		[],
16
-		[AC_MSG_ERROR([libt4k_common is required: git://git.debian.org/tux4kids/t4kcommon.git])])])
17
-
18
-AC_DEFINE([HAVE_LIBT4K_COMMON],[1],[Define to 1 if you have the `t4k_common` library])
19
-CFLAGS="$CFLAGS $T4K_COMMON_CFLAGS"
20
-LIBS="$LIBS $T4K_COMMON_LIBS"
21
-
22
-
23
-
24
 # --------------------------------------------------------------------------------------
25
 # Checks for header files.
26
 # --------------------------------------------------------------------------------------
(-)games/tuxtype/files/patch-t4k_loaders.c (-18 lines)
Lines 1-18 Link Here
1
--- ../t4k_common/src/t4k_loaders.c.orig	2011-04-08 11:46:07.000000000 +0900
2
+++ ../t4k_common/src/t4k_loaders.c	2012-06-17 18:57:09.000000000 +0900
3
@@ -1028,12 +1028,9 @@
4
       {
5
         png_init_io(png_ptr, fi);
6
 
7
-        info_ptr->width = surf->w;
8
-        info_ptr->height = surf->h;
9
-        info_ptr->bit_depth = 8;
10
-        info_ptr->color_type = PNG_COLOR_TYPE_RGB_ALPHA;
11
-        info_ptr->interlace_type = 1;
12
-        info_ptr->valid = 0;	/* will be updated by various png_set_FOO() functions */
13
+        png_set_IHDR(png_ptr, info_ptr, surf->w, surf->h, 8,
14
+                       PNG_COLOR_TYPE_RGB_ALPHA, 1,
15
+                       PNG_COMPRESSION_TYPE_BASE, PNG_FILTER_TYPE_BASE);
16
 
17
         png_set_sRGB_gAMA_and_cHRM(png_ptr, info_ptr,
18
                        PNG_sRGB_INTENT_PERCEPTUAL);
(-)games/tuxtype/pkg-plist (-39 / +286 lines)
Lines 4-50 Link Here
4
%%PORTDOCS%%%%DOCSDIR%%/OFL
4
%%PORTDOCS%%%%DOCSDIR%%/OFL
5
%%PORTDOCS%%%%DOCSDIR%%/README
5
%%PORTDOCS%%%%DOCSDIR%%/README
6
%%PORTDOCS%%%%DOCSDIR%%/TODO
6
%%PORTDOCS%%%%DOCSDIR%%/TODO
7
%%PORTDOCS%%%%DOCSDIR%%/en/howtotheme.html
7
%%PORTDOCS%%%%DOCSDIR%%/TuxType_port_Mac.txt
8
%%PORTDOCS%%%%DOCSDIR%%/en/lesson_scripting_reference.html
8
%%PORTDOCS%%%%DOCSDIR%%/howtotheme.html
9
%%NLS%%share/locale/ar/LC_MESSAGES/tuxtype.mo
9
%%PORTDOCS%%%%DOCSDIR%%/lesson_scripting_reference.html
10
%%NLS%%share/locale/as/LC_MESSAGES/tuxtype.mo
10
share/locale/ar/LC_MESSAGES/tuxtype.mo
11
%%NLS%%share/locale/ast/LC_MESSAGES/tuxtype.mo
11
share/locale/as/LC_MESSAGES/tuxtype.mo
12
%%NLS%%share/locale/ca/LC_MESSAGES/tuxtype.mo
12
share/locale/ast/LC_MESSAGES/tuxtype.mo
13
%%NLS%%share/locale/cs/LC_MESSAGES/tuxtype.mo
13
share/locale/be/LC_MESSAGES/tuxtype.mo
14
%%NLS%%share/locale/da/LC_MESSAGES/tuxtype.mo
14
share/locale/ca/LC_MESSAGES/tuxtype.mo
15
%%NLS%%share/locale/de/LC_MESSAGES/tuxtype.mo
15
share/locale/cs/LC_MESSAGES/tuxtype.mo
16
%%NLS%%share/locale/el/LC_MESSAGES/tuxtype.mo
16
share/locale/da/LC_MESSAGES/tuxtype.mo
17
%%NLS%%share/locale/en@boldquot/LC_MESSAGES/tuxtype.mo
17
share/locale/de/LC_MESSAGES/tuxtype.mo
18
%%NLS%%share/locale/en@quot/LC_MESSAGES/tuxtype.mo
18
share/locale/el/LC_MESSAGES/tuxtype.mo
19
%%NLS%%share/locale/en_GB/LC_MESSAGES/tuxtype.mo
19
share/locale/en@boldquot/LC_MESSAGES/tuxtype.mo
20
%%NLS%%share/locale/es/LC_MESSAGES/tuxtype.mo
20
share/locale/en@quot/LC_MESSAGES/tuxtype.mo
21
%%NLS%%share/locale/eu/LC_MESSAGES/tuxtype.mo
21
share/locale/en_GB/LC_MESSAGES/tuxtype.mo
22
%%NLS%%share/locale/fi/LC_MESSAGES/tuxtype.mo
22
share/locale/es/LC_MESSAGES/tuxtype.mo
23
%%NLS%%share/locale/fr/LC_MESSAGES/tuxtype.mo
23
share/locale/eu/LC_MESSAGES/tuxtype.mo
24
%%NLS%%share/locale/gu/LC_MESSAGES/tuxtype.mo
24
share/locale/fi/LC_MESSAGES/tuxtype.mo
25
%%NLS%%share/locale/hi/LC_MESSAGES/tuxtype.mo
25
share/locale/fr/LC_MESSAGES/tuxtype.mo
26
%%NLS%%share/locale/it/LC_MESSAGES/tuxtype.mo
26
share/locale/gu/LC_MESSAGES/tuxtype.mo
27
%%NLS%%share/locale/ja/LC_MESSAGES/tuxtype.mo
27
share/locale/he/LC_MESSAGES/tuxtype.mo
28
%%NLS%%share/locale/kn/LC_MESSAGES/tuxtype.mo
28
share/locale/hi/LC_MESSAGES/tuxtype.mo
29
%%NLS%%share/locale/lt/LC_MESSAGES/tuxtype.mo
29
share/locale/hu/LC_MESSAGES/tuxtype.mo
30
%%NLS%%share/locale/ml/LC_MESSAGES/tuxtype.mo
30
share/locale/it/LC_MESSAGES/tuxtype.mo
31
%%NLS%%share/locale/nb/LC_MESSAGES/tuxtype.mo
31
share/locale/ja/LC_MESSAGES/tuxtype.mo
32
%%NLS%%share/locale/ne/LC_MESSAGES/tuxtype.mo
32
share/locale/kn/LC_MESSAGES/tuxtype.mo
33
%%NLS%%share/locale/nl/LC_MESSAGES/tuxtype.mo
33
share/locale/ko/LC_MESSAGES/tuxtype.mo
34
%%NLS%%share/locale/nn/LC_MESSAGES/tuxtype.mo
34
share/locale/lt/LC_MESSAGES/tuxtype.mo
35
%%NLS%%share/locale/or/LC_MESSAGES/tuxtype.mo
35
share/locale/ml/LC_MESSAGES/tuxtype.mo
36
%%NLS%%share/locale/pt/LC_MESSAGES/tuxtype.mo
36
share/locale/nb/LC_MESSAGES/tuxtype.mo
37
%%NLS%%share/locale/ru/LC_MESSAGES/tuxtype.mo
37
share/locale/ne/LC_MESSAGES/tuxtype.mo
38
%%NLS%%share/locale/sv/LC_MESSAGES/tuxtype.mo
38
share/locale/nl/LC_MESSAGES/tuxtype.mo
39
%%NLS%%share/locale/sw/LC_MESSAGES/tuxtype.mo
39
share/locale/nn/LC_MESSAGES/tuxtype.mo
40
%%NLS%%share/locale/ta/LC_MESSAGES/tuxtype.mo
40
share/locale/or/LC_MESSAGES/tuxtype.mo
41
%%NLS%%share/locale/te/LC_MESSAGES/tuxtype.mo
41
share/locale/pt/LC_MESSAGES/tuxtype.mo
42
%%NLS%%share/locale/tr/LC_MESSAGES/tuxtype.mo
42
share/locale/ro/LC_MESSAGES/tuxtype.mo
43
%%NLS%%share/locale/wo/LC_MESSAGES/tuxtype.mo
43
share/locale/ru/LC_MESSAGES/tuxtype.mo
44
%%NLS%%share/locale/zh_N/LC_MESSAGES/tuxtype.mo
44
share/locale/sv/LC_MESSAGES/tuxtype.mo
45
share/locale/sw/LC_MESSAGES/tuxtype.mo
46
share/locale/ta/LC_MESSAGES/tuxtype.mo
47
share/locale/te/LC_MESSAGES/tuxtype.mo
48
share/locale/th_TH/LC_MESSAGES/tuxtype.mo
49
share/locale/tr/LC_MESSAGES/tuxtype.mo
50
share/locale/uk/LC_MESSAGES/tuxtype.mo
51
share/locale/wo/LC_MESSAGES/tuxtype.mo
52
share/locale/zh_CN/LC_MESSAGES/tuxtype.mo
45
%%DATADIR%%/fonts/AndikaDesRevG.ttf
53
%%DATADIR%%/fonts/AndikaDesRevG.ttf
46
%%DATADIR%%/fonts/DoulosSILR.ttf
54
%%DATADIR%%/fonts/DoulosSILR.ttf
47
%%DATADIR%%/fonts/Kedage-n.ttf
55
%%DATADIR%%/fonts/Kedage-n.ttf
56
%%DATADIR%%/fonts/Loma.ttf
48
%%DATADIR%%/fonts/Rachana_w01.ttf
57
%%DATADIR%%/fonts/Rachana_w01.ttf
49
%%DATADIR%%/fonts/Vemana.ttf
58
%%DATADIR%%/fonts/Vemana.ttf
50
%%DATADIR%%/fonts/lohit_bn.ttf
59
%%DATADIR%%/fonts/lohit_bn.ttf
Lines 128-133 Link Here
128
%%DATADIR%%/images/icons/icon.png
137
%%DATADIR%%/images/icons/icon.png
129
%%DATADIR%%/images/icons/tuxtype.icns
138
%%DATADIR%%/images/icons/tuxtype.icns
130
%%DATADIR%%/images/icons/tuxtype.ico
139
%%DATADIR%%/images/icons/tuxtype.ico
140
%%DATADIR%%/images/icons/tuxtype.svg
131
%%DATADIR%%/images/insert1.png
141
%%DATADIR%%/images/insert1.png
132
%%DATADIR%%/images/kcas0.jpg
142
%%DATADIR%%/images/kcas0.jpg
133
%%DATADIR%%/images/kcas1.jpg
143
%%DATADIR%%/images/kcas1.jpg
Lines 508-513 Link Here
508
%%DATADIR%%/themes/assamese/words/words1.txt
518
%%DATADIR%%/themes/assamese/words/words1.txt
509
%%DATADIR%%/themes/assamese/words/words2.txt
519
%%DATADIR%%/themes/assamese/words/words2.txt
510
%%DATADIR%%/themes/assamese/words/words3.txt
520
%%DATADIR%%/themes/assamese/words/words3.txt
521
%%DATADIR%%/themes/asturian/images/map.png
522
%%DATADIR%%/themes/asturian/images/photo.png
523
%%DATADIR%%/themes/asturian/keyboard.lst
524
%%DATADIR%%/themes/asturian/scripts/cascade.xml
525
%%DATADIR%%/themes/asturian/scripts/laser.xml
526
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_01.xml
527
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_02.xml
528
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_03.xml
529
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_04.xml
530
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_05.xml
531
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_06.xml
532
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_07.xml
533
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_08.xml
534
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_09.xml
535
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_10.xml
536
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_11.xml
537
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_12.xml
538
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_13.xml
539
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_14.xml
540
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_15.xml
541
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_16.xml
542
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_17.xml
543
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_18.xml
544
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_19.xml
545
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_20.xml
546
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_21.xml
547
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_22.xml
548
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_23.xml
549
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_24.xml
550
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_25.xml
551
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_26.xml
552
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_27.xml
553
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_28.xml
554
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_29.xml
555
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_30.xml
556
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_31.xml
557
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_32.xml
558
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_33.xml
559
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_34.xml
560
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_35.xml
561
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_36.xml
562
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_37.xml
563
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_38.xml
564
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_39.xml
565
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_40.xml
566
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_41.xml
567
%%DATADIR%%/themes/asturian/scripts/lleicion_basica_42.xml
568
%%DATADIR%%/themes/asturian/scripts/projectInfo.xml
569
%%DATADIR%%/themes/asturian/settings.txt
570
%%DATADIR%%/themes/asturian/words/alphabet.txt
571
%%DATADIR%%/themes/asturian/words/animals.txt
572
%%DATADIR%%/themes/asturian/words/astronomy.txt
573
%%DATADIR%%/themes/asturian/words/colors.txt
574
%%DATADIR%%/themes/asturian/words/fingers.txt
575
%%DATADIR%%/themes/asturian/words/fruit.txt
576
%%DATADIR%%/themes/asturian/words/geography.txt
577
%%DATADIR%%/themes/asturian/words/numbers.txt
578
%%DATADIR%%/themes/asturian/words/plants.txt
579
%%DATADIR%%/themes/asturian/words/shapes.txt
580
%%DATADIR%%/themes/asturian/words/trees.txt
581
%%DATADIR%%/themes/asturian/words/words1.txt
582
%%DATADIR%%/themes/asturian/words/words2.txt
583
%%DATADIR%%/themes/asturian/words/words3.txt
584
%%DATADIR%%/themes/belarussian/keyboard.lst
585
%%DATADIR%%/themes/belarussian/settings.txt
586
%%DATADIR%%/themes/belarussian/words/words1.txt
587
%%DATADIR%%/themes/belarussian/words/words2.txt
588
%%DATADIR%%/themes/belarussian/words/words3.txt
511
%%DATADIR%%/themes/bokmal/images/map.png
589
%%DATADIR%%/themes/bokmal/images/map.png
512
%%DATADIR%%/themes/bokmal/images/splat0.png
590
%%DATADIR%%/themes/bokmal/images/splat0.png
513
%%DATADIR%%/themes/bokmal/images/status/score.png
591
%%DATADIR%%/themes/bokmal/images/status/score.png
Lines 603-622 Link Here
603
%%DATADIR%%/themes/french/words/words3.txt
681
%%DATADIR%%/themes/french/words/words3.txt
604
%%DATADIR%%/themes/french/words/words4.txt
682
%%DATADIR%%/themes/french/words/words4.txt
605
%%DATADIR%%/themes/greek/keyboard.lst
683
%%DATADIR%%/themes/greek/keyboard.lst
684
%%DATADIR%%/themes/greek/phrases.txt
685
%%DATADIR%%/themes/greek/scripts/basic_lesson_01.xml
686
%%DATADIR%%/themes/greek/scripts/basic_lesson_02.xml
687
%%DATADIR%%/themes/greek/scripts/basic_lesson_03.xml
688
%%DATADIR%%/themes/greek/scripts/basic_lesson_04.xml
689
%%DATADIR%%/themes/greek/scripts/basic_lesson_05.xml
690
%%DATADIR%%/themes/greek/scripts/basic_lesson_06.xml
691
%%DATADIR%%/themes/greek/scripts/basic_lesson_07.xml
692
%%DATADIR%%/themes/greek/scripts/basic_lesson_08.xml
693
%%DATADIR%%/themes/greek/scripts/basic_lesson_09.xml
694
%%DATADIR%%/themes/greek/scripts/basic_lesson_10.xml
695
%%DATADIR%%/themes/greek/scripts/basic_lesson_11.xml
696
%%DATADIR%%/themes/greek/scripts/basic_lesson_12.xml
697
%%DATADIR%%/themes/greek/scripts/basic_lesson_13.xml
698
%%DATADIR%%/themes/greek/scripts/basic_lesson_14.xml
699
%%DATADIR%%/themes/greek/scripts/basic_lesson_15.xml
700
%%DATADIR%%/themes/greek/scripts/basic_lesson_16.xml
701
%%DATADIR%%/themes/greek/scripts/basic_lesson_17.xml
702
%%DATADIR%%/themes/greek/scripts/basic_lesson_18.xml
703
%%DATADIR%%/themes/greek/scripts/basic_lesson_19.xml
704
%%DATADIR%%/themes/greek/scripts/basic_lesson_20.xml
705
%%DATADIR%%/themes/greek/scripts/basic_lesson_21.xml
706
%%DATADIR%%/themes/greek/scripts/basic_lesson_22.xml
707
%%DATADIR%%/themes/greek/scripts/basic_lesson_23.xml
708
%%DATADIR%%/themes/greek/scripts/basic_lesson_24.xml
709
%%DATADIR%%/themes/greek/scripts/basic_lesson_25.xml
710
%%DATADIR%%/themes/greek/scripts/basic_lesson_26.xml
711
%%DATADIR%%/themes/greek/scripts/basic_lesson_27.xml
712
%%DATADIR%%/themes/greek/scripts/basic_lesson_28.xml
713
%%DATADIR%%/themes/greek/scripts/basic_lesson_29.xml
714
%%DATADIR%%/themes/greek/scripts/basic_lesson_30.xml
715
%%DATADIR%%/themes/greek/scripts/basic_lesson_31.xml
716
%%DATADIR%%/themes/greek/scripts/basic_lesson_32.xml
717
%%DATADIR%%/themes/greek/scripts/basic_lesson_33.xml
718
%%DATADIR%%/themes/greek/scripts/basic_lesson_34.xml
719
%%DATADIR%%/themes/greek/scripts/basic_lesson_35.xml
720
%%DATADIR%%/themes/greek/scripts/basic_lesson_36.xml
721
%%DATADIR%%/themes/greek/scripts/basic_lesson_37.xml
722
%%DATADIR%%/themes/greek/scripts/basic_lesson_38.xml
723
%%DATADIR%%/themes/greek/scripts/basic_lesson_39.xml
724
%%DATADIR%%/themes/greek/scripts/basic_lesson_40.xml
725
%%DATADIR%%/themes/greek/scripts/basic_lesson_41.xml
726
%%DATADIR%%/themes/greek/scripts/basic_lesson_42.xml
727
%%DATADIR%%/themes/greek/scripts/basic_lesson_43.xml
728
%%DATADIR%%/themes/greek/scripts/cascade.xml
729
%%DATADIR%%/themes/greek/scripts/laser.xml
730
%%DATADIR%%/themes/greek/scripts/projectInfo.xml
606
%%DATADIR%%/themes/greek/settings.txt
731
%%DATADIR%%/themes/greek/settings.txt
607
%%DATADIR%%/themes/greek/words/easy.txt
732
%%DATADIR%%/themes/greek/words/alphabet.txt
733
%%DATADIR%%/themes/greek/words/animals.txt
734
%%DATADIR%%/themes/greek/words/astronomy.txt
735
%%DATADIR%%/themes/greek/words/colors.txt
736
%%DATADIR%%/themes/greek/words/fingers.txt
737
%%DATADIR%%/themes/greek/words/fruit.txt
738
%%DATADIR%%/themes/greek/words/geography.txt
739
%%DATADIR%%/themes/greek/words/numbers.txt
740
%%DATADIR%%/themes/greek/words/plants.txt
741
%%DATADIR%%/themes/greek/words/shapes.txt
742
%%DATADIR%%/themes/greek/words/trees.txt
743
%%DATADIR%%/themes/greek/words/words1.txt
744
%%DATADIR%%/themes/greek/words/words2.txt
745
%%DATADIR%%/themes/greek/words/words3.txt
608
%%DATADIR%%/themes/gujarati/alphabet.txt
746
%%DATADIR%%/themes/gujarati/alphabet.txt
609
%%DATADIR%%/themes/gujarati/keyboard.lst
747
%%DATADIR%%/themes/gujarati/keyboard.lst
610
%%DATADIR%%/themes/gujarati/settings.txt
748
%%DATADIR%%/themes/gujarati/settings.txt
611
%%DATADIR%%/themes/gujarati/words/words1.txt
749
%%DATADIR%%/themes/gujarati/words/words1.txt
612
%%DATADIR%%/themes/gujarati/words/words2.txt
750
%%DATADIR%%/themes/gujarati/words/words2.txt
613
%%DATADIR%%/themes/gujarati/words/words3.txt
751
%%DATADIR%%/themes/gujarati/words/words3.txt
752
%%DATADIR%%/themes/hebrew/keyboard.lst
753
%%DATADIR%%/themes/hebrew/settings.txt
754
%%DATADIR%%/themes/hebrew/words/family.txt
755
%%DATADIR%%/themes/hebrew/words/months.txt
756
%%DATADIR%%/themes/hebrew/words/numbers.txt
757
%%DATADIR%%/themes/hebrew/words/verbs.txt
758
%%DATADIR%%/themes/hebrew/words/words1.txt
614
%%DATADIR%%/themes/hindi/alphabet.txt
759
%%DATADIR%%/themes/hindi/alphabet.txt
615
%%DATADIR%%/themes/hindi/keyboard.lst
760
%%DATADIR%%/themes/hindi/keyboard.lst
616
%%DATADIR%%/themes/hindi/settings.txt
761
%%DATADIR%%/themes/hindi/settings.txt
617
%%DATADIR%%/themes/hindi/words/words1.txt
762
%%DATADIR%%/themes/hindi/words/words1.txt
618
%%DATADIR%%/themes/hindi/words/words2.txt
763
%%DATADIR%%/themes/hindi/words/words2.txt
619
%%DATADIR%%/themes/hindi/words/words3.txt
764
%%DATADIR%%/themes/hindi/words/words3.txt
765
%%DATADIR%%/themes/hungarian/images/photo.png
766
%%DATADIR%%/themes/hungarian/keyboard.lst
767
%%DATADIR%%/themes/hungarian/phrases.txt
768
%%DATADIR%%/themes/hungarian/scripts/0.xml
769
%%DATADIR%%/themes/hungarian/scripts/1.xml
770
%%DATADIR%%/themes/hungarian/scripts/2.xml
771
%%DATADIR%%/themes/hungarian/scripts/3.xml
772
%%DATADIR%%/themes/hungarian/scripts/4.xml
773
%%DATADIR%%/themes/hungarian/scripts/5.xml
774
%%DATADIR%%/themes/hungarian/scripts/6.xml
775
%%DATADIR%%/themes/hungarian/scripts/7.xml
776
%%DATADIR%%/themes/hungarian/scripts/8.xml
777
%%DATADIR%%/themes/hungarian/scripts/9.xml
778
%%DATADIR%%/themes/hungarian/scripts/a.xml
779
%%DATADIR%%/themes/hungarian/scripts/aposztrof.xml
780
%%DATADIR%%/themes/hungarian/scripts/b.xml
781
%%DATADIR%%/themes/hungarian/scripts/c.xml
782
%%DATADIR%%/themes/hungarian/scripts/cascade.xml
783
%%DATADIR%%/themes/hungarian/scripts/d.xml
784
%%DATADIR%%/themes/hungarian/scripts/e.xml
785
%%DATADIR%%/themes/hungarian/scripts/egyenloseg.xml
786
%%DATADIR%%/themes/hungarian/scripts/f.xml
787
%%DATADIR%%/themes/hungarian/scripts/g.xml
788
%%DATADIR%%/themes/hungarian/scripts/h.xml
789
%%DATADIR%%/themes/hungarian/scripts/i.xml
790
%%DATADIR%%/themes/hungarian/scripts/j.xml
791
%%DATADIR%%/themes/hungarian/scripts/k.xml
792
%%DATADIR%%/themes/hungarian/scripts/kotojel.xml
793
%%DATADIR%%/themes/hungarian/scripts/l.xml
794
%%DATADIR%%/themes/hungarian/scripts/laser.xml
795
%%DATADIR%%/themes/hungarian/scripts/m.xml
796
%%DATADIR%%/themes/hungarian/scripts/n.xml
797
%%DATADIR%%/themes/hungarian/scripts/o.xml
798
%%DATADIR%%/themes/hungarian/scripts/p.xml
799
%%DATADIR%%/themes/hungarian/scripts/per.xml
800
%%DATADIR%%/themes/hungarian/scripts/pont.xml
801
%%DATADIR%%/themes/hungarian/scripts/pontosvesszo.xml
802
%%DATADIR%%/themes/hungarian/scripts/projectInfo.xml
803
%%DATADIR%%/themes/hungarian/scripts/q.xml
804
%%DATADIR%%/themes/hungarian/scripts/r.xml
805
%%DATADIR%%/themes/hungarian/scripts/s.xml
806
%%DATADIR%%/themes/hungarian/scripts/t.xml
807
%%DATADIR%%/themes/hungarian/scripts/u.xml
808
%%DATADIR%%/themes/hungarian/scripts/v.xml
809
%%DATADIR%%/themes/hungarian/scripts/vesszo.xml
810
%%DATADIR%%/themes/hungarian/scripts/w.xml
811
%%DATADIR%%/themes/hungarian/scripts/x.xml
812
%%DATADIR%%/themes/hungarian/scripts/y.xml
813
%%DATADIR%%/themes/hungarian/scripts/z.xml
814
%%DATADIR%%/themes/hungarian/settings.txt
815
%%DATADIR%%/themes/hungarian/words/allatok.txt
816
%%DATADIR%%/themes/hungarian/words/fogasgyakorlatok.txt
817
%%DATADIR%%/themes/hungarian/words/freq.txt
818
%%DATADIR%%/themes/hungarian/words/nemzetek.txt
819
%%DATADIR%%/themes/hungarian/words/nevek.txt
820
%%DATADIR%%/themes/hungarian/words/novenyek.txt
821
%%DATADIR%%/themes/hungarian/words/varosok.txt
822
%%DATADIR%%/themes/hungarian/words/word1.txt
823
%%DATADIR%%/themes/hungarian/words/word2.txt
824
%%DATADIR%%/themes/hungarian/words/word3.txt
825
%%DATADIR%%/themes/hungarian/words/word4.txt
620
%%DATADIR%%/themes/italian/images/map.png
826
%%DATADIR%%/themes/italian/images/map.png
621
%%DATADIR%%/themes/italian/images/photo.png
827
%%DATADIR%%/themes/italian/images/photo.png
622
%%DATADIR%%/themes/italian/keyboard.lst
828
%%DATADIR%%/themes/italian/keyboard.lst
Lines 649-654 Link Here
649
%%DATADIR%%/themes/kannada/words/words1.txt
855
%%DATADIR%%/themes/kannada/words/words1.txt
650
%%DATADIR%%/themes/kannada/words/words2.txt
856
%%DATADIR%%/themes/kannada/words/words2.txt
651
%%DATADIR%%/themes/kannada/words/words3.txt
857
%%DATADIR%%/themes/kannada/words/words3.txt
858
%%DATADIR%%/themes/korean/images/map.png
859
%%DATADIR%%/themes/korean/images/photo.png
860
%%DATADIR%%/themes/korean/keyboard.lst
861
%%DATADIR%%/themes/korean/phrases.txt
862
%%DATADIR%%/themes/korean/settings.txt
863
%%DATADIR%%/themes/korean/words/alphabet.txt
864
%%DATADIR%%/themes/korean/words/animals.txt
865
%%DATADIR%%/themes/korean/words/colors.txt
866
%%DATADIR%%/themes/korean/words/fruit.txt
867
%%DATADIR%%/themes/korean/words/geography.txt
868
%%DATADIR%%/themes/korean/words/numbers.txt
869
%%DATADIR%%/themes/korean/words/plants.txt
652
%%DATADIR%%/themes/lithuanian/images/status/gameover.png
870
%%DATADIR%%/themes/lithuanian/images/status/gameover.png
653
%%DATADIR%%/themes/lithuanian/images/status/score.png
871
%%DATADIR%%/themes/lithuanian/images/status/score.png
654
%%DATADIR%%/themes/lithuanian/images/status/wave.png
872
%%DATADIR%%/themes/lithuanian/images/status/wave.png
Lines 734-739 Link Here
734
%%DATADIR%%/themes/punjabi/words/words1.txt
952
%%DATADIR%%/themes/punjabi/words/words1.txt
735
%%DATADIR%%/themes/punjabi/words/words2.txt
953
%%DATADIR%%/themes/punjabi/words/words2.txt
736
%%DATADIR%%/themes/punjabi/words/words3.txt
954
%%DATADIR%%/themes/punjabi/words/words3.txt
955
%%DATADIR%%/themes/romanian/keyboard.lst
956
%%DATADIR%%/themes/romanian/settings.txt
957
%%DATADIR%%/themes/romanian/words/words1.txt
958
%%DATADIR%%/themes/romanian/words/words2.txt
959
%%DATADIR%%/themes/romanian/words/words3.txt
737
%%DATADIR%%/themes/russian/images/splat0.png
960
%%DATADIR%%/themes/russian/images/splat0.png
738
%%DATADIR%%/themes/russian/images/status/score.png
961
%%DATADIR%%/themes/russian/images/status/score.png
739
%%DATADIR%%/themes/russian/images/status/wave.png
962
%%DATADIR%%/themes/russian/images/status/wave.png
Lines 770-775 Link Here
770
%%DATADIR%%/themes/telugu/words/words1.txt
993
%%DATADIR%%/themes/telugu/words/words1.txt
771
%%DATADIR%%/themes/telugu/words/words2.txt
994
%%DATADIR%%/themes/telugu/words/words2.txt
772
%%DATADIR%%/themes/telugu/words/words3.txt
995
%%DATADIR%%/themes/telugu/words/words3.txt
996
%%DATADIR%%/themes/thai/authors.txt
997
%%DATADIR%%/themes/thai/keyboard.lst
998
%%DATADIR%%/themes/thai/settings.txt
999
%%DATADIR%%/themes/thai/words/Animals.txt
1000
%%DATADIR%%/themes/thai/words/Colors.txt
1001
%%DATADIR%%/themes/thai/words/Fruit.txt
1002
%%DATADIR%%/themes/thai/words/Thai_Alphabet.txt
1003
%%DATADIR%%/themes/ukrainian/keyboard.lst
1004
%%DATADIR%%/themes/ukrainian/settings.txt
1005
%%DATADIR%%/themes/ukrainian/words/alphabet.txt
1006
%%DATADIR%%/themes/ukrainian/words/animals.txt
1007
%%DATADIR%%/themes/ukrainian/words/astronomy.txt
1008
%%DATADIR%%/themes/ukrainian/words/colors.txt
1009
%%DATADIR%%/themes/ukrainian/words/fingers.txt
1010
%%DATADIR%%/themes/ukrainian/words/fruit.txt
1011
%%DATADIR%%/themes/ukrainian/words/geography.txt
1012
%%DATADIR%%/themes/ukrainian/words/numbers.txt
1013
%%DATADIR%%/themes/ukrainian/words/plants.txt
1014
%%DATADIR%%/themes/ukrainian/words/shapes.txt
1015
%%DATADIR%%/themes/ukrainian/words/trees.txt
1016
%%DATADIR%%/themes/ukrainian/words/words1.txt
1017
%%DATADIR%%/themes/ukrainian/words/words2.txt
1018
%%DATADIR%%/themes/ukrainian/words/words3.txt
773
%%DATADIR%%/themes/wolof/images/map.png
1019
%%DATADIR%%/themes/wolof/images/map.png
774
%%DATADIR%%/themes/wolof/images/photo.png
1020
%%DATADIR%%/themes/wolof/images/photo.png
775
%%DATADIR%%/themes/wolof/keyboard.lst
1021
%%DATADIR%%/themes/wolof/keyboard.lst
Lines 785-790 Link Here
785
%%DATADIR%%/words/animals.txt
1031
%%DATADIR%%/words/animals.txt
786
%%DATADIR%%/words/astronomy.txt
1032
%%DATADIR%%/words/astronomy.txt
787
%%DATADIR%%/words/colors.txt
1033
%%DATADIR%%/words/colors.txt
1034
%%DATADIR%%/words/elements.txt
788
%%DATADIR%%/words/fingers.txt
1035
%%DATADIR%%/words/fingers.txt
789
%%DATADIR%%/words/fruit.txt
1036
%%DATADIR%%/words/fruit.txt
790
%%DATADIR%%/words/geography.txt
1037
%%DATADIR%%/words/geography.txt

Return to bug 210792