Commit graph

71 commits

Author SHA1 Message Date
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
3d84ec1925 Update to 1.6.0. This version corresponds to GNOME 2.8.0.
What's new in at-spi-1.6.0:

Nothing.

What's new in at-spi-1.5.4:

* Registration failure at SPI_init is now detected and
  an error code is returned to the caller (bug #147648).

* We now use polling as our default for detecting mouse
  button changes (this was formerly our fallback method);
  this prevents conflict with Xstroke.
  [a better long-term fix requires the Xevie extension]

* We now register on a per-DISPLAY, but not per-SCREEN, basis.
  This fixes several issues, see bugs #149962, #136986, #144086.

* New languages in configure.in:
  bs (Christian Rose)
  nb (Kjartan Maraas)

============

What's new in at-spi-1.5.3:

* New role EMBEDDED (bug #144415).

* Added object:bounds-changed event, for detecting when the
  component bounds of an object have changed onscreen.

==============

What's new in at-spi-1.5.2:

* Added Accessibility_LoginHelper interface, and
  LoginHelper GType.  Also added client and server tests
  for this interface.  The purpose is to identify services
  (typically, assistive technologies) which need access to
  system or device services (keyboard, audio, serial ports,
  posting windows, etc.) during login or re-login/authentication.

* fixed make distcheck.

* Added a check in cspi_object_unref, which should help in detecting
  refcount bugs in clients (Padraig O'Briain).

* New languages:
  Walloon (Pablo Saratxaga)
  Bulgarian (Alexander Shopov)

What's new in at-spi-1.5.1:

* Allow synthesis of keysyms that aren't in the current X keymap.

* languages: Gujarati (Guntupalli Karunakar), Canadian English
  (Alexander Winston)

* Added omitted declarations for already-existing methods
	AccessibleTable_addRowSelection(),
	AccessibleTable_addColumnSelection(),
	AccessibleTable_removeRowSelection(),
	AccessibleTable_removeColumnSelection().

* bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-09-21 16:59:05 +00:00
jmmv
f8c28fbf40 Update to 1.4.2:
* languages: Gujarati (Guntupalli Karunakar), Canadian English
  (Alexander Winston)

* Added omitted declarations for already-existing methods
	AccessibleTable_addRowSelection(),
	AccessibleTable_addColumnSelection(),
	AccessibleTable_removeRowSelection(),
	AccessibleTable_removeColumnSelection().

* bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-05-15 12:20:00 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
wiz
e18313f0f2 Unused. 2004-04-25 00:51:57 +00:00
jmmv
73e6c33ea4 Update to 1.4.0:
What's new in at-spi-1.4.0: [GNOME 2.6.0 release]

* build improvements from Laszlo Peter.
* en_GB added to ALL_LINGUAS.

What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]

* Fix for bug #134036, which could steal keystrokes from applications
  if at-spi registry failed.

* Build fixes, added .pc.in files (from Laszlo Peter).

This is the gnome-2.6 beta release of at-spi.
What's new in at-spi-1.3.15:

* translations:
	Amanpreet Singh Alam (pa)
	Bojan Suzic (sr@ije)
2004-04-01 18:30:41 +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
jmmv
2d20975a37 Update to 1.3.15. This release includes translation updates and pregenerated
API documentation.
2004-03-09 22:12:25 +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
1bdf642eff Update to 1.3.13:
* Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
  (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
* bugfixes (bad g_free, and a null string issue that caused SEGV on
  Solaris when running sample programs).
2004-02-26 17:43:41 +00:00
jmmv
c6a81f0943 Update to 1.3.12:
* Fix for docs bug #129728 (Sebastien Bacher).
* Fix for bug #129479, allows distinction between multiple DISPLAY instances
  of at-spi registry.
* Fix for #124837, which could cause 'hang' interactions between desktop and
  clients such as gnopernicus.
* Fixes for NUMLOCK mask behavior, bug #129103.
* Greatly improved key synthesis for non-Latin characters.  We can now
  synthesize any KeySym which is defined in the current X keymap.
  (bug #128824).  Thanks to Marcus G Kuhn for the public-domain code borrowed
  here.
* Fixes for: 128912.
* new languages: fa, ar, id.
2004-02-15 18:14:51 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jmmv
b5d7a09447 bl3ify. 2004-02-13 17:02:08 +00:00
jmmv
0f49e4a368 Update to 1.3.9. Changes in the package:
- Fill missing dependancies.
- Use pkgsrc intltool.

What's new in at-spi-1.3.9:
* New api:  AccessibleApplication_getLocale (app, type),
  returns a POSIX locale string for a locale category,
  for instance Accessibility_LOCALE_TYPE_MESSAGES.
* New SPI_ROLE_EDITBAR.
* New Accessible_getLocalizedRoleName.
* New AccessibleText_getDefaultAttributes.
* fixes to AccessibleStreamableContent, including a 'seek'
  implementation for cspi.  Thanks to Michael Meeks for some
  related bugfixes in StreamableContent.
* now we emit key-released events to appropriate keylisteners.
* new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas),
  no (Kjartan Masass), eu (Christian Rose).
* bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926,
  #125834, #111429, #121974.
2004-02-13 16:13:27 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
cjep
5b9624c1fb Whitespace fixes 2003-12-30 16:48:44 +00:00
xtraeme
0579addbed Initial import of at-spi-1.3.8
This is the Early Access Release of the Gnome Accessibility Project's
Assistive Technology Service Provider Interface.
2003-12-29 17:46:12 +00:00