libxkbcommon build system updates

2010-11-28 Thread Jan Engelhardt
The following changes since commit f94a64cc08b47cdbfdfea5b5756340246fc391ed: Link with -no-undefined (2010-10-26 14:11:38 -0400) are available in the git repository at: git://dev.medozas.de/libxkbcommon master Jan Engelhardt (5): build: use AC_CONFIG_MACRO_DIR as per libtoolize

[PATCH 2/5] build: use proper quoting in autogen.sh

2010-11-28 Thread Jan Engelhardt
Signed-off-by: Jan Engelhardt jeng...@medozas.de --- autogen.sh |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 904cd67..90d2520 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,12 +1,12 @@ #! /bin/sh -srcdir=`dirname $0`

[PATCH 3/5] build: run autoupdate

2010-11-28 Thread Jan Engelhardt
Signed-off-by: Jan Engelhardt jeng...@medozas.de --- configure.ac |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7669027..56fb27b 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl PERFORMANCE OF THIS SOFTWARE.

[PATCH 4/5] xkbscan: resolve build warning/rpmlint error

2010-11-28 Thread Jan Engelhardt
xkbscan.l: In function 'setScanState': xkbscan.l:201:1: warning: control reaches end of non-void function I: Program returns random data in a function E: libxkbcommon no-return-in-nonvoid-function xkbscan.l:201 Change return type of setScanState to void, since a return value is never used by its

[PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-28 Thread Jan Engelhardt
libtoolize: Consider adding AC_CONFIG_MACRO_DIR([m4]) to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding -I m4 to ACLOCAL_AMFLAGS in Makefile.am. Signed-off-by: Jan Engelhardt jeng...@medozas.de --- Makefile.am |2

[PATCH 5/5] Update .gitignore

2010-11-28 Thread Jan Engelhardt
Limit exclusion of files to their respective directory that they can appear in. Signed-off-by: Jan Engelhardt jeng...@medozas.de --- .gitignore | 34 +- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index

Re: libxkbcommon build system updates

2010-11-28 Thread Kristian Høgsberg
On Sun, Nov 28, 2010 at 9:46 AM, Jan Engelhardt jeng...@medozas.de wrote: The following changes since commit f94a64cc08b47cdbfdfea5b5756340246fc391ed:  Link with -no-undefined (2010-10-26 14:11:38 -0400) Thanks, those all look good, pulled and pushed. Kristian are available in the git

Re: Documentation conversion status [was: Re: companies contributing to X]

2010-11-28 Thread Jeremy Huddleston
Thanks a lot for this update and the work in general. I know it was very difficult for me to get involved, and even now I'm only comfortable in a few corners of X11. In addition to making it easier for new contributors, this work will make it easier for existing contributors to expand their

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-28 Thread Gaetan Nadon
On Sun, 2010-11-28 at 15:46 +0100, Jan Engelhardt wrote: +ACLOCAL_AMFLAGS = -I m4 This will fail if m4 does not exist at clone time. It won't because there is a .gotognore file in there. However, it will be suggested later to use the same toplevel .gitignore file that is used in all other 240

Re: [PATCH 2/5] build: use proper quoting in autogen.sh

2010-11-28 Thread Gaetan Nadon
On Sun, 2010-11-28 at 15:47 +0100, Jan Engelhardt wrote: Signed-off-by: Jan Engelhardt jeng...@medozas.de --- autogen.sh |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 904cd67..90d2520 100755 --- a/autogen.sh +++

Re: [PATCH 3/5] build: run autoupdate

2010-11-28 Thread Gaetan Nadon
On Sun, 2010-11-28 at 15:47 +0100, Jan Engelhardt wrote: +AC_PREREQ([2.65]) This will fail on most computers where 2.65 is installed. The minimum version required is 2.60. If you have 2.65, all is fine, but you cannot mandate every computer to have 2.65.

Re: [PATCH 2/5] build: use proper quoting in autogen.sh

2010-11-28 Thread Roland Mainz
On Sun, Nov 28, 2010 at 7:47 PM, Gaetan Nadon mems...@videotron.ca wrote: On Sun, 2010-11-28 at 15:47 +0100, Jan Engelhardt wrote: Signed-off-by: Jan Engelhardt jeng...@medozas.de --- autogen.sh |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh

Re: [PATCH 5/5] Update .gitignore

2010-11-28 Thread Gaetan Nadon
On Sun, 2010-11-28 at 15:47 +0100, Jan Engelhardt wrote: Limit exclusion of files to their respective directory that they can appear in. Signed-off-by: Jan Engelhardt jeng...@medozas.de --- .gitignore | 34 +- 1 files changed, 17 insertions(+), 17

Re: libxkbcommon build system updates

2010-11-28 Thread Gaetan Nadon
On Sun, 2010-11-28 at 15:46 +0100, Jan Engelhardt wrote: The following changes since commit f94a64cc08b47cdbfdfea5b5756340246fc391ed: Link with -no-undefined (2010-10-26 14:11:38 -0400) are available in the git repository at: git://dev.medozas.de/libxkbcommon master This looks

Re: [PATCH 2/5] build: use proper quoting in autogen.sh

2010-11-28 Thread Gaetan Nadon
On Sun, 2010-11-28 at 19:58 +0100, Roland Mainz wrote: On Sun, Nov 28, 2010 at 7:47 PM, Gaetan Nadon mems...@videotron.ca wrote: On Sun, 2010-11-28 at 15:47 +0100, Jan Engelhardt wrote: Signed-off-by: Jan Engelhardt jeng...@medozas.de --- autogen.sh |8 1 files changed,

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-28 Thread Jan Engelhardt
On Sunday 2010-11-28 19:45, Gaetan Nadon wrote: On Sun, 2010-11-28 at 15:46 +0100, Jan Engelhardt wrote: +ACLOCAL_AMFLAGS = -I m4 This will fail if m4 does not exist at clone time. It won't because there is a .gotognore file in there. However, it will be suggested later to use the same

Who actually does have root? [was Re: Respository ...]

2010-11-28 Thread Luc Verhaegen
On Wed, Nov 24, 2010 at 06:40:54PM +1000, Dave Airlie wrote: We could probably better define this sort of things, again fd.o has been a pretty haphazard setup based on volunteer time and effort, but again hopefully we can get some escalation procedures in place that are less public. Dave.

Re: Who actually does have root? [was Re: Respository ...]

2010-11-28 Thread Luc Verhaegen
On Sun, Nov 28, 2010 at 10:01:20PM +0100, Luc Verhaegen wrote: On Wed, Nov 24, 2010 at 06:40:54PM +1000, Dave Airlie wrote: We could probably better define this sort of things, again fd.o has been a pretty haphazard setup based on volunteer time and effort, but again hopefully we can get

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-28 Thread Gaetan Nadon
On Sun, 2010-11-28 at 21:26 +0100, Jan Engelhardt wrote: On Sunday 2010-11-28 19:45, Gaetan Nadon wrote: On Sun, 2010-11-28 at 15:46 +0100, Jan Engelhardt wrote: +ACLOCAL_AMFLAGS = -I m4 This will fail if m4 does not exist at clone time. It won't because there is a .gotognore file

Re: Who actually does have root? [was Re: Respository ...]

2010-11-28 Thread Dave Airlie
On Mon, Nov 29, 2010 at 7:01 AM, Luc Verhaegen l...@skynet.be wrote: On Wed, Nov 24, 2010 at 06:40:54PM +1000, Dave Airlie wrote: We could probably better define this sort of things, again fd.o has been a pretty haphazard setup based on volunteer time and effort, but again hopefully we can

Re: Who actually does have root? [was Re: Respository ...]

2010-11-28 Thread Luc Verhaegen
On Mon, Nov 29, 2010 at 07:39:48AM +1000, Dave Airlie wrote: On Mon, Nov 29, 2010 at 7:01 AM, Luc Verhaegen l...@skynet.be wrote: On Wed, Nov 24, 2010 at 06:40:54PM +1000, Dave Airlie wrote: We could probably better define this sort of things, again fd.o has been a pretty haphazard setup

Re: Who actually does have root? [was Re: Respository ...]

2010-11-28 Thread Dave Airlie
On Mon, Nov 29, 2010 at 8:10 AM, Luc Verhaegen l...@skynet.be wrote: On Mon, Nov 29, 2010 at 07:39:48AM +1000, Dave Airlie wrote: On Mon, Nov 29, 2010 at 7:01 AM, Luc Verhaegen l...@skynet.be wrote: On Wed, Nov 24, 2010 at 06:40:54PM +1000, Dave Airlie wrote: We could probably better

Re: Who actually does have root? [was Re: Respository ...]

2010-11-28 Thread Dave Airlie
On Mon, Nov 29, 2010 at 8:14 AM, Dave Airlie airl...@gmail.com wrote: On Mon, Nov 29, 2010 at 8:10 AM, Luc Verhaegen l...@skynet.be wrote: On Mon, Nov 29, 2010 at 07:39:48AM +1000, Dave Airlie wrote: On Mon, Nov 29, 2010 at 7:01 AM, Luc Verhaegen l...@skynet.be wrote: On Wed, Nov 24, 2010 at

Re: Who actually does have root? [was Re: Respository ...]

2010-11-28 Thread Luc Verhaegen
On Mon, Nov 29, 2010 at 08:15:07AM +1000, Dave Airlie wrote: oops daughter hit send, I don't know of any admins that are different across machines. And no it couldn't have been done on gabe, only on kemper actually but generally users don't have access to kemper. Dave. Hehe! Finally,

Re: Who actually does have root? [was Re: Respository ...]

2010-11-28 Thread Alan Coopersmith
Luc Verhaegen wrote: In my very first email i asked who all had root access to the fd.o machines. I haven't got an answer to that yet. Did you ask the people who run freedesktop.org? Once again, X.Org uses their hosting services, but does not control or operate their machines. There's a

ANN: luit 20101128

2010-11-28 Thread Thomas Dickey
http://invisible-island.net/luit/ http://invisible-island.net/luit/luit.log.html 2010/11/28 - * use plink.sh script from xterm to reduce unneeded library dependencies, e.g., from fontenc's buggy package script. * eliminate quoted- and duplicate-includes. * make

Re: Synaptics (alps) touchpad after suspend/hibernation

2010-11-28 Thread Peter Hutterer
On Sun, Nov 28, 2010 at 12:33:43PM +0100, Łukasz Maśko wrote: I've noticed, that after suspend/hibernation the tapping functionality is not restored properly - all the TapButton* properties are set to 0. I have to manually set TapButton1 to 1, then tapping starts to work properly. Is it a

Re: [PATCH 2/5] build: use proper quoting in autogen.sh

2010-11-28 Thread Roland Mainz
On Sun, Nov 28, 2010 at 8:58 PM, Gaetan Nadon mems...@videotron.ca wrote: On Sun, 2010-11-28 at 19:58 +0100, Roland Mainz wrote: On Sun, Nov 28, 2010 at 7:47 PM, Gaetan Nadon mems...@videotron.ca wrote: On Sun, 2010-11-28 at 15:47 +0100, Jan Engelhardt wrote: Signed-off-by: Jan Engelhardt

Re: companies contributing to X

2010-11-28 Thread Eirik Byrkjeflot Anonsen
Matt Dew m...@osource.org writes: On Thu, Nov 25, 2010 at 5:36 AM, Eirik Byrkjeflot Anonsen ei...@opera.com wrote: [...] I can see some reasons why companies would not want to contribute and also not want to say why: - They wish X.Org would just go away, because then they think they'll