Commit graph

81 commits

Author SHA1 Message Date
wiz
5e1fbb7e92 Update to 1.20.0:
Changes in version 1.20.0:
=========================
*
*Add "si" (Sinhala) to ALL_LINGUAS.

Changes in version 1.19.6:
=========================
*
*Fixes #460851. Add a new API: atk_get_version.

Changes in version 1.19.3:
=========================
*
*Fixes #434784.
*Remove gnome-doc-utils dependence.

Changes in version 1.19.1:
=========================
*
*Fixes #382328, #418194, #413357.
2007-09-18 21:16:34 +00:00
wiz
b886e29d4e Drop maintainership. 2007-07-21 21:56:07 +00:00
drochner
9153e18d1c update to 1.18.0
This switches to the new stable branch for gnome-2.18.
Most visible change: addes a new atkmisc API which is needed for newer
gnome s/w.
2007-03-20 15:42:50 +00:00
rillig
a40f0c0800 Fixed the invalid use of AM_GLIB_DEFINE_LOCALEDIR. PKGREVISION++ 2007-02-23 04:00:02 +00:00
wiz
9e0438e545 Update to 1.12.4:
Changes in version 1.12.4:
=========================
*Add Li Yuan to MAINTAINERS.
2007-01-06 21:55:57 +00:00
jschauma
721b60b433 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-12-02 22:32:59 +00:00
drochner
681c32ebcc update to 1.12.3
changes:
-bugfixes
-implement AtkDocument
-translation updates
2006-10-17 16:51:42 +00:00
joerg
f75176b39c 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-09 12:52:34 +00:00
wiz
f2688e8ef2 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-10-06 06:01:25 +00:00
wiz
7f3599d945 Update to 1.12.2:
Changes in version 1.12.2:
=========================
* Documentation fixes.
* New language: Bengali (Runa Bhattacharjee)
2006-08-22 18:25:16 +00:00
wiz
4b8f437faf 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-08-04 18:17:47 +00:00
wiz
74b18f4b1c Does not really need perl, just checks for it. 2006-07-12 15:19:17 +00:00
wiz
177a6f556a 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-12 13:47:10 +00:00
jlam
c16221a4db 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-08 23:10:35 +00:00
jlam
9430e49307 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.
2006-07-08 22:38:58 +00:00
joerg
a301385b35 Needs msgfmt. 2006-06-12 20:43:20 +00:00
jschauma
2b19a763b4 add "-c99" to the CFLAGS if using MIPSPro 2006-05-08 20:01:21 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
joerg
9ea121647e Require new ATK version since at least one function was added in the
0.11 tree, which is also used by other packages.
2006-04-08 16:55:34 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
wiz
dec2c15ac6 Update to 1.11.4:
Changes in version 1.11.4:
=========================

 * Enhanced documentation: gtk-doc API docs are
   now at 100% coverage.

 * allow for NULL in-params to AtkImage coordinate APIs.

 * New langs: Georgian (ka)   Vladimir Sichinava
              Oriya (or)      Gora Mohanty
2006-04-02 17:47:54 +00:00
jmmv
fbb1c28199 Update to 1.11.3:
Changes in version 1.11.3:
=========================

 * Fix for localization bug #317458 from Kazuzi IWAMOTO.
 * Included docs in tarball as appropriate.

Changes in version 1.11.0:
=========================

  Added new APIs - minor enhancements to AtkImage,
  AtkDocument, AtkObject, AtkComponent, AtkState.

  Significant API additions:  Added locale attribute to
  AtkImage instances, and Document instances.
  Added the ability to assign weakly-typed attributes to
  AtkObject as name-value pairs; also added similar
  name-value pairs to AtkDocument for attributes which are
  intended to be valid over the entire document.

  Minor documentation fixes (thanks to Bill Abt).

  Added 'tt' (Tatar) locale, Simos Xenitellis
2006-03-30 20:48:02 +00:00
wiz
ba2306a537 Take over maintainership, jmmv@ ok. 2006-03-10 07:35:12 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jmmv
11abe63954 Update to 1.10.3:
Changes in version 1.10.3:
=========================

  Libtool fix.
  N.B. : 1.10.2 was released with a buggy libtool!

  in version 1.10.2:

* Minor build fixes incl Win32 (Tor Lillqvist)

* New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
2005-10-02 12:15:54 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
drochner
8a942a013c sorry for coming up with a lowlevel dependency so late...
update to 1.10.1
changes:
* added ATK_STATE_REQUIRED; see bug #172663.
* New locale, 'rw'
2005-05-10 16:37:16 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
d4ce84ed9b Update to 1.9.1:
* New locale, 'xh'.
* Fixed bug #168218 (spec-file ftp dir wrong).
* Fixed #165288 in atk.def file.
* Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
2005-03-22 15:53:32 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
jmmv
fb7d328f3d This needs glib2>=2.6.0 to build properly. From adrianp@. 2004-12-28 16:37:17 +00:00
jmmv
0a405f7bf1 Update to 1.9.0; pointed out by wiz@:
* Add new functions atk_relation_set_add_relation_by_type and
atk_relation_add_target. (bug #158722)

* Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen]

* Add new translations: Arabic [Arafat Medini],
Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir]

* Updated translations: Canadian English [Adam Weinberger],
Italian [Alessio Frusciante], Traditional Chinese [GNOME HK Team],
Welsh [Dafydd Harries], French [Jean-Michel Ardantz],
Romanian [Mi\305\237u Moldovan], Catalan [Jordi Mallach]
2004-12-24 12:29:41 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
24054fee56 Update to 1.8.0. This version corresponds to GNOME 2.8.0.
While here, move documentation to share/doc, out of share/doc/html.

Changes in version 1.8.0
========================
* Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
Norwegian [Kjartan Marass], Gujarati [Ankit Patel]

* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
Turkish [Baris Cicek], German [Hendrik Richter],
Greek [Nikos Charonitakis], Arabic [Arafat Medini],
Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]

Changes in version 1.7.3
========================
* Minor updates to documentation.

* Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
British [David Lodge], Spanish [Francisco Javier F. Serrador],
Korean [Changwoo Ryu], Albanian [Laurent Dhima]

Changes in version 1.7.2
========================
* Added new role ATK_ROLE_EMBEDDED.. (bug #147989)

* Add support for AtkRectangle and correct definition of
"bounds-changed" signal.

* Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]

Changes in version 1.7.1
========================
* Allow locale dir to be not hardcoded into binary. (bug #1289006)

* Add translations: Turkmen [M\303\274hemmet Amut]

* Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]

Changes in version 1.7.0
========================
* Add "bounds-changed" signal for AtkComponent. (bug #140476)

* Add new state ATK_STATE_TRUNCATED and new relation
ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
2004-09-21 16:43:25 +00:00
jmmv
f00f5d1fb5 Pick up maintainership (something I should have done a long while ago...) 2004-08-31 11:53:07 +00:00
wiz
f1d962502c Unused. 2004-07-02 22:13:09 +00:00
minskim
493c277e7b Enable pkgviews installation. 2004-04-24 16:00:16 +00:00
jmmv
e2200b8b2e Update to 1.6.1:
* Update to build on Cygwin, (bug #136666) [Roger Leigh]

* Add translations: Gujarati [Gujarati team],
  Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
  Walloon [Pablo Saratxaga], Marathi [Indictrans team]

* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
  Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
  Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
  Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
2004-04-19 16:44:42 +00:00
snj
af0f79cd63 Fix build on NetBSD-1.6.2-sparc64. 2004-04-13 23:31:12 +00:00
jmmv
2d4e96d106 Update to 1.6.0.
Changes in version 1.6.0
========================
* Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
* Update translations: Arabic [Arafat Medini],
  Spanish [Francisco Javier F. Serrador],
  Lithuanian [\305\275ygimantas Beru\304\215ka],
  Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk]

Changes in version 1.5.5
========================
* Add translation: Canadian English [Adam Weinberger]
* Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
  Albanian [Laurent Dhima], German [Christian Neumair],
  Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]

Changes in version 1.5.4
========================
* Update translations: Japanese [Takeshi AIHANA],
  Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen],
  French [Christophe Merlet], Ukrainian [Maxim Dziumanenko],
  Simplified Chinese [Funda Wang], Arabic [Arafat Medini],
  Albanian [Laurent Dhima]

Changes in version 1.5.3
========================
* Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
* Corrcted property name for number of links in a AtkHypertext (bug #130022).
* Add translation: Croatian [Robert Sedak]
* Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante],
  Norwegian [Kjartan Marass], Albanian [Laurent Dhima],
  Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones],
  Swedish [Christian Rose], Serbian [Danilo \305\240egan],
  Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu],
  Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen],
  Portuguese [Duarte Loreto]

Changes in version 1.5.2
========================
* Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
* Change name of role from, "accel label" to "accelerator label". (bug #129499)
* Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto],
  Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador],
  Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA],
  Norwegian [Kjartan Maraas], Greek [Kostas Papadimas],
  Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk],
  Serbian [Danilo \305\240egan], Arabic [Arafat Mendini],
  Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak],
  Polish [Artur Flinta], Lithuanian [Tomas Kuliavas],
  Dutch [Vincent van Adrighem], French {Christophe Merlet],
  Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini].

Changes in version 1.5.1
========================
* Change role names so that unlocalized names the same as Java role names.
  (bug #125024)
* Set state FOCUSED for object reported as having focus. (bug #127400)
* Add new property "accessible-hypertext-nlinks" for AtkObject. Add new
  signal link_activated and properties "number-of-anchors", "end-index" and
  "start-index" for AtkHyperlink. (bug 112390)
* Make nicks and blurbs of properties translatable.
* Add new role ATK_ROLE_EDITBAR. (bug 116007)
* Add translations: Afrikaans [Stefan Lubbersen]
* Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac],
  Portuguese [Duarte Loreto],  Mongolian [Sanlig Badral],
  Dutch [Vincent van Adrighem]

Changes in version 1.5.0
========================
* Fix memory leaks in AtkRelations (bugs #124877, #125725)
* Add version number to documentation (bug #125758)
* Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
2004-04-01 18:13:48 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
46453f87ed BUILDLINK_DEPENDS.<pkg> should be appended to, not set. 2004-03-16 17:58:01 +00:00
jlam
a89b708994 Use PREFIX to refer to the installation prefix, not LOCALBASE. 2004-03-15 18:20:28 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00