Commit graph

12 commits

Author SHA1 Message Date
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
obache
fb4fc34b39 Update xbindkeys{,-tk} to 1.7.3.
Version 1.7.3 : A bug under Solaris was fixed. This bug caused an XBindKeys
built with -DFORK_FLAG=1 to fail to wait for the processes it spawns, leaving
lots of defunct processes.
Thanks to Ciaran Anscomb for the patch.

Version 1.7.2 : Changes to grab keys in all display screens and not only in the
default root window (Xinerama suport).
Bugfix for the Guile support in configure.ac.
2006-12-08 16:16:12 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
minskim
a6e3b00cf0 Relax Tk requirement so that the package can be used with tk>=8.4.
While here, use DEPENDS instead of including tk/buildlink3.mk becuase
this package installs a tk script only.

Bump PKGREVISION due to the dependency change.
2004-12-25 21:44:42 +00:00
jmmv
bec07439a9 Update xbindkeys{,-tk} to 1.7.1. Changes since 1.6.5:
1.7.1:
	Verbose mode is not started as daemon by default.
	Check rc file before starting as daemon (so warning about
	configuration files are visible).

1.7.0:
	Add guile/scheme configurtion file style (Many thanks to Marcello
	Mathias Herreshoff).
2004-11-20 22:40:34 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
kristerw
d7865a06f4 USE_BUILDLINK3 packages must not use buildlink2 files... 2004-02-22 15:29:11 +00:00
jmmv
f6eac3daf8 Update xbindkeys{,-tk} to 1.6.5:
1.6.5: Add a --disable-tk option to prevent xbindkeys_show install. So no
tcl/tk dependency is needed.
Add a NOTE in xbindkeys man page to say that xbindkeys can reread its config
file with a -HUP signal (killall -HUP xbindkeys).
Add two verbose tests (forgotten in other versions).

1.6.4: Add an option at compile time to launch programs with a system call
instead of a fork+exec call (see ./configure --help).
Remove an umask(022) in the daemonize function which cause troubles.

1.6.3: Change to switch to autoconf2.5X and automake >= 1.6.
Xbindkeys doesn't move anymore to /tmp after the daemonize function.

1.6.2: Minor change in the configure.in to prevent rebuild of Makefile when
doing a make.

1.6.1: Minor bugfix: use strtol instead of atoi for hexadecimal modifier.

1.6.0: Add a 'Release' modifier to catch release events of keys or mouse
buttons instead of press events.
Xbindkeys doesn't use pthreads+system any more to start commands, it use
fork+exec instead.
Some modifications to make the code 'cleaner'.
2003-12-03 12:52:59 +00:00
jmmv
80a35eed32 This depends on Tk, obviously. 2003-09-17 15:12:14 +00:00
jmmv
a804551508 Initial addition of xbindkeys-tk, version 1.5.5.
This package provides the xbindkeys_show utility that comes with the xbindkeys
distribution file; it requires Tk.
2003-09-17 15:10:25 +00:00