Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 395389 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-12 / +11 lines)
Line  Link Here
0
-- po/Makefile.am
0
++ po/Makefile.am
Lines 60-66 Link Here
60
60
61
# By virtue of this rule, more precisely by virtue of genpot, this Makefile
61
# By virtue of this rule, more precisely by virtue of genpot, this Makefile
62
# probably only works with srcdir=.
62
# probably only works with srcdir=.
63
$(DOMAIN).pot: $(pot_sources)
63
+$(DOMAIN).pot: $(pot_sources)
64
	./genpot
64
	./genpot
65
65
66
%.mo: %.po
66
%.mo: %.po
67
-- po/genpot
67
++ po/genpot
Lines 27-36 Link Here
27
    -o - \
27
    -o - \
28
    src/* data/* \
28
    src/* data/* \
29
  | sed \
29
  | sed \
30
    -e "1 s/SOME DESCRIPTIVE TITLE/Message catalog for the game Cuyo/" \
30
    -e "s/SOME DESCRIPTIVE TITLE/Message catalog for the game Cuyo/" \
31
    -e "2 s/Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER/This is a partly generated file. The copyright of the original messages is identical to the one of the source files they are generated from. The copyright of the translations is by the translators./" \
31
    -e "s/Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER/This is a partly generated file. The copyright of the original messages is identical to the one of the source files they are generated from. The copyright of the translations is by the translators./" \
32
    -e "3,9 s/PACKAGE/Cuyo/" \
32
    -e "s/PACKAGE/Cuyo/" \
33
    -e "16 s/CHARSET/ASCII/" \
33
    -e "s/CHARSET/ASCII/" \
34
  | msgconv -t ISO-8859-1 \
34
  | msgconv -t ISO-8859-1 \
35
  > cuyo.pot
35
  > cuyo.pot
36
-- icons/cuyo.desktop
36
++ icons/cuyo.desktop
Lines 5-11 Link Here
5
Terminal=false
5
Terminal=false
6
MimeType=application/x-executable;
6
MimeType=application/x-executable;
7
Categories=Game;BlocksGame;
7
Categories=Game;BlocksGame;
8
Encoding=UTF-8
9
Comment=Play a tetris like game with many levels
8
Comment=Play a tetris like game with many levels
10
Comment[de]=Ein Tetris-artiges Spiel mit vielen Leveln spielen
9
Comment[de]=Ein Tetris-artiges Spiel mit vielen Leveln spielen
11
Exec=cuyo 
10
Exec=cuyo 
12
-- icons/Makefile.am
11
++ icons/Makefile.am
Lines 1-4 Link Here
1
desktopdir = $(datarootdir)/applications
1
desktopdir = /usr/share/applications
2
desktop_DATA = cuyo.desktop
2
desktop_DATA = cuyo.desktop
3
3
4
4
Lines 25-31 Link Here
25
# Das vorige war falsch: die png sollen alle cuyo.png heissen
25
# Das vorige war falsch: die png sollen alle cuyo.png heissen
26
# und nicht cuyo-xxxx.png. Deshalb nachfolgend neue Version:
26
# und nicht cuyo-xxxx.png. Deshalb nachfolgend neue Version:
27
27
28
iconsdir = $(datarootdir)/icons/hicolor
28
iconsdir = /usr/share/icons/hicolor
29
icons_DATA = cuyo-32x32.png cuyo-64x64.png
29
icons_DATA = cuyo-32x32.png cuyo-64x64.png
30
30
31
install-iconsDATA:
31
install-iconsDATA:

Return to bug 395389