Previously, both the .desktop.in template and the final .desktop file were checked into source control. While in some ways convenient, the manual step of updating it may be forgotten after updating a translation or adjusting the template. It also potentially introduces confusion as to which file to modify. Instead, generate the .desktop file at build time. Since this is now done using msgfmt rather than intltool, there is no additional dependency beyond gettext, which is already used at build time to compile .po files to .mo files.
18 lines
195 B
Text
18 lines
195 B
Text
*.o
|
|
*.so
|
|
tuxpaint
|
|
obj/parse.c
|
|
obj/parse_step1.c
|
|
src/tp_magic_api.h
|
|
tp-magic-config
|
|
trans/
|
|
*~
|
|
TuxPaint*.app
|
|
TuxPaint.dmg
|
|
*.dylib
|
|
*.dSYM
|
|
.DS_Store
|
|
*.thumbs
|
|
src/po/POTFILES.in
|
|
src/tuxpaint.desktop
|
|
|