2006-12-02 23:33:00 by Jan Schaumann | Files touched by this commit (11) |
Log message:
Instead of setting compiler flags in each package if it uses C99,
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing.
May need to be reviewed/added for other compilers.
ok rillig@
|
2006-10-17 18:51:42 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 1.12.3
changes:
-bugfixes
-implement AtkDocument
-translation updates
|
2006-10-09 14:52:36 by Joerg Sonnenberger | Files touched by this commit (47) |
Log message:
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
|
2006-10-06 08:01:25 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.12.3:
Changes in version 1.12.3:
=========================
*
* Add missing signals to fix win32 build (Cedric Gustin, bug #355912).
* New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung).
* Implement AtkDocument signals (Neo Liu)
* Update docs to include info on AtkDocument signals.
* Bugfixes: #357847, #340553, #346464, #352227,
|
2006-08-22 20:25:16 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.12.2:
Changes in version 1.12.2:
=========================
* Documentation fixes.
* New language: Bengali (Runa Bhattacharjee)
|
2006-08-04 20:17:47 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
There was a second release of the tarball for 1.12.1 after we
already had updated the package.
The changes are some updates to NEWS, build infrastructure,
two translations, and a change to AtkHyperlinkImpl.
Set DIST_SUBDIR and bump PKGREVISION (since the code did change,
even though only slightly).
|
2006-07-12 17:19:17 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Does not really need perl, just checks for it.
|
2006-07-12 15:47:10 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.12.1:
Changes in version 1.12.0: [ongoing]
=========================
* Added ATK_ROLE_FORM
* Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|