Albert Cahalan
ee07caf4ad
beos target removed; should build OK without it now
2008-05-25 08:57:23 +00:00
Albert Cahalan
16bcf3ccaa
src/tuxpaint.rsrc not tuxpaint.rsrc
2008-05-25 06:32:47 +00:00
Albert Cahalan
8427f98c33
support old versions of make. Do not quote commands passed to shell.
2008-05-25 06:28:49 +00:00
Albert Cahalan
a618719dac
merge conflict; restoring lost changes
2008-05-25 05:08:52 +00:00
Mark K. Kim
4cabed88a6
Improved support for detecting missing dependencies:
...
- Added libpaper-dev package checking.
- Previously, SDL_Pango's bug forced Tux Paint to include a customized
version of SDL_Pango.h in its distribution, so we couldn't tell if
SDL_Pango was installed in the system by including SDL_Pango.h. We made
a new workaround for SDL_Pango's bug that does not require Tux Paint to
include SDL_Pango.h, so now we can check for SDL_Pango installation.
- Makefile now includes a check for gettext installation and will not
fail when attempting to generate .mo files or install .mo files. Instead,
Makefile will now display a warning and skip the .mo file generation and
installation steps.
Many thanks to Arunodai Vudem for the patches.
2008-05-25 02:30:45 +00:00
Albert Cahalan
0e49f7bc82
ditched two more .PHONY rules
2008-05-24 22:25:04 +00:00
Albert Cahalan
108e8281f2
backtick expressions get evaluated every time; this is bad
2008-05-24 20:18:03 +00:00
Albert Cahalan
ee71a9ca07
BeOS-specific RSRC_CMD and MIMESET_CMD now automatic
2008-05-24 15:26:16 +00:00
Albert Cahalan
9e60cef46a
automatically set ARCH_* vars based on OS
2008-05-24 08:13:56 +00:00
Albert Cahalan
8c35f5adbf
one more doc Makefile
2008-05-24 07:57:50 +00:00
Albert Cahalan
bd18851d95
magic/Makefile became tiny; was merged into main Makefile
2008-05-24 07:54:36 +00:00
Albert Cahalan
3a8cc0a71f
buildmagic not buildmagic-all
2008-05-24 07:31:13 +00:00
Albert Cahalan
6e202cd068
more trimming
2008-05-24 07:25:34 +00:00
Albert Cahalan
9af34503b4
OS-specific file extensions are now more automatic
2008-05-24 07:14:37 +00:00
Albert Cahalan
900fdb1911
TARGET_PASSTHRU can go now; generic targets now work correctly
2008-05-24 07:10:01 +00:00
Albert Cahalan
bcc689cc2b
rename magic/Makefile targets to clean up the namespace for future non-recursive make
2008-05-24 06:58:22 +00:00
Albert Cahalan
bcb5f54eb9
simplify docs Makefile
2008-05-24 06:41:06 +00:00
Albert Cahalan
1e891b9df6
Now that Makefile-i18n is shrunk, merge it in. Drop a C89-related warning, because we now use gcc for Windows.
2008-05-24 06:14:14 +00:00
William Kendrick
5867c542fe
Fixed loss of locale path.
2008-05-08 19:29:55 +00:00
William Kendrick
c055e0a00d
Notes on Ubuntu locale generation.
2008-05-08 18:26:42 +00:00
William Kendrick
d87e493c1b
-fvisibility=hidden not a good idea when using SDL_LoadFunction()
2008-05-08 18:13:42 +00:00
William Kendrick
ec80202185
Making Magic Tool source throw less compiler warnings.
2008-05-07 01:59:03 +00:00
William Kendrick
153f913f95
Making Magic Tool source throw less compiler warnings.
2008-05-07 01:52:39 +00:00
William Kendrick
ddc7bab3d5
Making Magic Tool source throw less compiler warnings.
2008-05-06 15:29:46 +00:00
William Kendrick
db0be1a571
Fixed typo
2008-05-05 17:23:28 +00:00
Albert Cahalan
3252287d30
mark internal functions static
2008-05-04 18:29:28 +00:00
Albert Cahalan
c8df236b92
missed an "endif", make symbols hidden by default
2008-05-04 17:07:04 +00:00
Albert Cahalan
e92706e3af
need second var deref
2008-05-04 08:20:34 +00:00
Albert Cahalan
4af73b60ed
provide OS as a variable; use to simplify
2008-05-04 07:36:04 +00:00
Albert Cahalan
aa77afbd19
magic needs optimization, more warnings, and more debug info
2008-05-04 04:59:40 +00:00
Albert Cahalan
a4ff472d1f
use wildcard+pattern to build magic
2008-05-04 04:49:13 +00:00
William Kendrick
6c05efb4d6
Ojibwe is the correct spelling.
2008-04-29 16:37:23 +00:00
William Kendrick
7cc72c1b37
Order matters when using ":=" !
2008-04-28 06:30:05 +00:00
William Kendrick
5173311d1b
Doc'd Albert's changes.
2008-04-28 06:23:33 +00:00
Albert Cahalan
c415c57a66
revert for now, no time to fix
2008-04-27 23:27:01 +00:00
Albert Cahalan
767c8ce395
eliminate a useless array
2008-04-27 18:33:17 +00:00
Albert Cahalan
11f1b9f678
forgot a colon
2008-04-27 18:23:37 +00:00
Albert Cahalan
7323132d08
use .PHONY
2008-04-27 17:22:01 +00:00
Albert Cahalan
d32821d69d
if you generate "make" targets for installed files, you can use "install -D -m 644"
2008-04-27 05:37:56 +00:00
Albert Cahalan
a101226ec8
use wildcarding and pattern substitution for i18n files
2008-04-27 03:24:13 +00:00
Albert Cahalan
3de6b5d90b
DESTDIR is the standard name, not PKG_ROOT
2008-04-27 01:52:11 +00:00
Albert Cahalan
5244e175e8
use := operator for Makefile clarity and performance
2008-04-26 22:47:30 +00:00
Albert Cahalan
556f695bbe
HQXX was removed long ago
2008-04-26 22:36:31 +00:00
Albert Cahalan
54f3ea9b16
use := operator for Makefile clarity and performance
2008-04-26 21:04:54 +00:00
Albert Cahalan
8f4db5e542
DESTDIR is the standard name, not PKG_ROOT
2008-04-26 19:38:17 +00:00
secretlondon
ad861ef97f
Adding jigsaw pieces starter, based off PD image from wikimedia commons
2008-04-19 22:17:41 +00:00
secretlondon
527d8178fa
Typos in docs.
2008-04-19 18:55:02 +00:00
secretlondon
81647e2294
New spirograph starter made by Caroline Ford in Inkscape
2008-04-19 18:19:53 +00:00
secretlondon
2ec565722f
Nyad's fix for Sourceforge #1934883 for directional brushes
2008-04-17 20:11:03 +00:00
William Kendrick
0dca88faf0
Updated Greek (Hellenic) translation.
2008-04-15 15:52:22 +00:00