Commit graph

477 commits

Author SHA1 Message Date
William Kendrick
a2b8ca5d3d Made variable delcarations C90 compliant, so that older GCCs (e.g., on RH7)
can still compile Tux Paint.
2005-09-17 15:40:24 +00:00
William Kendrick
78b7432cf8 Patch from TOYAMA Shin-ichi:
(1) Do NOT force install desktop icons when gnome and/or KDE are
    not installed -- Makefile, tuxpaint.spec.
(2) Missing "/" for "CONFDIR" -- Makefile
2005-09-17 14:45:17 +00:00
William Kendrick
4c61559aca Added Ukrainian translation. 2005-09-13 03:01:25 +00:00
John Popplewell
8a4ee68fe5 libintl-3.dll now links to libiconv-2.dll so include in distribution. 2005-08-09 14:06:02 +00:00
William Kendrick
051580d141 Using proper locale for Gronings ("gos_NL"), as per Karl. 2005-07-27 07:58:13 +00:00
William Kendrick
bb67113773 Added Gronings translation (assuming it's "gr_NL" locale! Haven't confirmed!) 2005-07-26 08:43:13 +00:00
John Popplewell
eac0ad61c0 Force a clean rebuild when using 'make bdist-win32'. 2005-07-22 01:32:57 +00:00
John Popplewell
2bdb3b21d1 Changed the 'win32' and 'install-win32' make options back the way they were.
Makes development/testing easy when using MINGW/MSYS.

Added bdist-private-win32, bdist-win32, bdist-clean and install-dlls to
manage building a distribution directory with all the files required to run
on Windows. This requires a recompilation of 'Tux Paint' so that the data,
locale and docs directories are relative to the executable.
2005-07-22 01:15:55 +00:00
John Popplewell
3f07d39e0e Now links with 'shlwapi.dll' so that it works on Windows 98.
Changed DATA_PREFIX, DOC_PREFIX, LOCALE_PREFIX to be relative to the
executable for the compilation phase.
Changed DATA_PREFIX, DOC_PREFIX, LOCALE_PREFIX to be in the $(PREFIX)/bin
directory for the installation phase. Very non-standard, but until these
paths are configurable at runtime I can't think of a better solution.
2005-07-19 04:38:58 +00:00
William Kendrick
fd8d987a56 *_PREFIX variables in Makefile no longer need trailing '/'.
(Closes bug 1057344)
2005-07-16 05:40:46 +00:00
William Kendrick
7785e7881c Makefile fix to install default locale fonts (the small ones that now come
with Tux Paint).
2005-07-16 05:16:57 +00:00
William Kendrick
304f325a9d Received partial Thai translation! 2005-07-15 05:11:19 +00:00
William Kendrick
b509c8ef4e Support for Kinyarwanda language. 2005-04-06 08:00:44 +00:00
William Kendrick
26e1393378 Added Georgian translation.
Don't assume locale has ".UTF-8" at the end.  (ka_GE does not, for example)
2005-03-25 05:30:07 +00:00
John Popplewell
94b2e21250 Added code to build the windows resources (icon and version info).
Strips the executable when doing an install.
2005-02-26 04:09:32 +00:00
John Popplewell
778bd2f897 Added support for building on a Windows system using MinGW/MSYS.
After building and installing all the dependencies I used these commands,
in MSYS, to build, install and run:

    export set CPATH=/usr/local/include
    export set LIBRARY_PATH=/usr/local/bin:/usr/local/lib
    make win32
    make install-win32
    tuxpaint
2005-02-26 02:26:40 +00:00
William Kendrick
edacc8bfb2 Ack, it's et_EE, not ee_ET! 2005-02-13 22:43:55 +00:00
William Kendrick
ba806a5677 Estonian support. 2005-02-13 22:41:12 +00:00
William Kendrick
42955c8599 Some clean-up and comments. Removed HQ4X code (unused). 2005-01-14 08:08:49 +00:00
William Kendrick
2d7aef0041 Added Gaelic support. 2005-01-07 06:57:19 +00:00
William Kendrick
2d9155e6b4 Added Swahili. Updated some docs and credits. 2004-12-27 07:25:31 +00:00
William Kendrick
c52c1321fc Palette improvements. 2004-11-22 01:41:40 +00:00
William Kendrick
3f976b6f2e Added Albanian translation. 2004-11-22 01:12:23 +00:00
William Kendrick
42529fa427 Added PKG_ROOT variable to Makefile. 2004-10-24 21:02:51 +00:00
William Kendrick
871f5add79 Added Galician support. 2004-10-24 02:46:04 +00:00
William Kendrick
3da46ea746 Moved mouse pointer cflags into its own variable. (Sugg: Ben Armstrong) 2004-10-04 05:39:36 +00:00
William Kendrick
3e8f9a7a90 Added 16x16 mouse pointer (cursor) shapes. (Useful for Mac OS X.) 2004-09-29 06:06:11 +00:00
William Kendrick
44732279ae Disabled hq4x stuff by default... 2004-09-15 05:44:47 +00:00
William Kendrick
7cfdaf1966 Change bg_BG install dir to just bg 2004-08-20 07:16:40 +00:00
William Kendrick
9efcbf9db0 Added Bulgarian. 2004-08-19 17:54:36 +00:00
William Kendrick
c4de3f6966 Begin adding Klingon translation. 2004-08-17 07:44:24 +00:00
Karl Ove Hufthammer
0218a18a56 Changed locale code for Portuguese (Portugal) from 'pt' to 'pt_pt'. 2004-07-13 12:11:07 +00:00
Pablo Saratxaga
295041ba59 changes needed to use intltools to generate *.desktop file:
- changed src/messages/ to src/po/
- added POTFILES.in and configure.in files
2004-06-14 15:12:02 +00:00
Karl Ove Hufthammer
191d655b8e Fixed permission problem with icons 2004-06-13 15:12:16 +00:00
William Kendrick
b37ccf2b0e Initial Hindi import. 2004-06-11 09:09:17 +00:00
William Kendrick
dfb0604f84 Added Chinese (Traditional) support! 2004-06-06 01:58:05 +00:00
William Kendrick
8568efc687 Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target. 2004-06-01 07:12:51 +00:00
William Kendrick
bdbde70d91 Made sure "Graphics" apps folder exists when installing .desktop into KDE. 2004-05-31 20:44:52 +00:00
Karl Ove Hufthammer
3f862e696d New and updated icons 2004-05-31 10:02:37 +00:00
William Kendrick
25572f4f5c Put KDE icons back into "hicolor". Grabbed IronBishop's newer 'AUTHORS' IT 2004-05-31 02:34:32 +00:00
William Kendrick
ab996ecd6d Added missing/broken uninstall targets. Added SVG install target.
Changed to use "default.kde" icon theme (symb-link on my system!),
since 'hicolor' only went up to 48x48 in my KDE.  (May need fixing!!!)
2004-05-30 06:32:45 +00:00
William Kendrick
98b7ce4bef Added SVG icon (and 64x64 and 128x128 PNGs based on it). 2004-05-30 05:42:36 +00:00
William Kendrick
423f6ddce9 Added skeleton for Croatian translation. 2004-05-16 19:21:24 +00:00
William Kendrick
138ce45f72 Created empty Belarusian PO file. 2004-05-09 18:26:55 +00:00
William Kendrick
5140461a54 Added Welsh translation. 2004-04-24 04:02:17 +00:00
William Kendrick
609a5e8d62 Added Vietnamese translation. 2004-04-14 20:14:52 +00:00
Mark K. Kim
30c14aeb01 Makefile: creates bin dir, changed file install orders. 2004-04-14 17:59:29 +00:00
William Kendrick
b788a59594 Breton translation (by Korvigelloù An Drouizig) 2004-03-31 19:34:25 +00:00
William Kendrick
778b74a7d9 Added missing locales to --lang help and make uninstall 2004-03-24 04:29:27 +00:00
William Kendrick
a2960dce52 Prepared code, Makefile and Docs for imminent Slovenian translation. 2004-03-17 13:54:29 +00:00