Commit graph

9 commits

Author SHA1 Message Date
youri
404a4847ca libxklavier: disable introspection. It is only used for debugging. 2016-06-06 19:41:13 +00:00
ryoon
f40ab7ab04 Update to 5.4
* Buildlink gobject-introspection

Changelog:
5.4     A couple of introspection fixes
5.3     A number of introspection and build fixes
5.2.1   Fixed GIR params for introspection (broken build)
5.2     Optional introspection introduced
        Some minor fixes (runtime and build-time)
5.1     Expanding APIs for GNOME 3 needs (bumped soname):
        - converting ISO codes to translatable names (it was private, now public)
        - search by pattern
        Using to X11 API throgh pkg-config
        One race condition eliminated
        XInput2 version checking: looking for support of DevicePresence
2016-03-12 11:12:40 +00:00
wiz
7add76f524 Update to 4.0:
4.0	Support for "extras" in xkeyboard-config, small bugfixes and build
	fixes
2009-08-09 08:04:24 +00:00
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
jnemeth
a5765fd7d6 Update to libxklavier 3.7.
3.7     A couple of essential bugfixes. Now all translated strings are in
        UTF-8 (even in 8-bit locales).
3.6     Added API for countries and languages
2008-10-24 23:21:20 +00:00
drochner
315b6736eb update to 3.5, necessary because 3.2 in not sufficient for
sysutils/gnome-settings-daemon, as reported by dieter roelants per
PR pkg/38441
changes:
-Processing "vendor" elements, bugfix
-Updated translation scheme, based on xkeyboard-config 1.2
-Got rid of the fallback xml file (some code cleanup).
 Fixed a couple of bugs (one crasher)
2008-04-16 16:41:37 +00:00
jmmv
020968d47e Update to 3.0:
3.0	Some fixes in 2.91. Huge memory optimization
2.91	Absolutely new API based on glib.
2006-09-15 15:11:52 +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
9882c1989b Initial import of libxklavier, version 0.97:
libxklavier is a library providing high-level API for X Keyboard Extension
known as XKB.  This library is indended to support XFree86 and other
commercial X servers.  It is useful for creating XKB-related software
(layout indicators etc).

The current features are:
* Reading XKB configuration registry information (for XFree86).
* Configuring XKB.
* Application-defined callbacks for many XKB-related events.
* Support for per-window switching etc.
2004-02-14 17:34:25 +00:00