summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscruggsj <scruggsj@localhost>2006-03-07 22:49:48 +0000
committerscruggsj <scruggsj@localhost>2006-03-07 22:49:48 +0000
commitc8a03db21eca2822ee67a0d4bb118b64d21d01a7 (patch)
tree231a9750ca12c7477fbe8595a4f9354bc3ccc4f2 /net-misc/nxserver-freenx/files/nxserver-freenx-0.4.4-xorg7.patch
parentChangelog: (diff)
downloadnx-c8a03db21eca2822ee67a0d4bb118b64d21d01a7.tar.gz
nx-c8a03db21eca2822ee67a0d4bb118b64d21d01a7.tar.bz2
nx-c8a03db21eca2822ee67a0d4bb118b64d21d01a7.zip
Changelog:
* Added ebuild for the latest stable release: 0.4.4 * Added abuild to the latest development release of the 0.4.x series because this is the last release to support the old 1.4.0 backend. * Added abuild to point to the brand new pre-release of the 0.5.0 branch. This should have a lot of bug fixes in it and a lot of new features. * Added a patch to all three of them that fixes an error with xorg 7. svn path=/testing/; revision=13
Diffstat (limited to 'net-misc/nxserver-freenx/files/nxserver-freenx-0.4.4-xorg7.patch')
-rw-r--r--net-misc/nxserver-freenx/files/nxserver-freenx-0.4.4-xorg7.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-misc/nxserver-freenx/files/nxserver-freenx-0.4.4-xorg7.patch b/net-misc/nxserver-freenx/files/nxserver-freenx-0.4.4-xorg7.patch
new file mode 100644
index 0000000..72d1a99
--- /dev/null
+++ b/net-misc/nxserver-freenx/files/nxserver-freenx-0.4.4-xorg7.patch
@@ -0,0 +1,29 @@
+--- freenx-server/nxnode 2005-08-07 12:53:57.000000000 +0300
++++ freenx-server/nxnode 2006-02-02 00:00:25.000000000 +0200
+@@ -22,6 +22,26 @@
+
+ echo "NX> 1000 NXNODE - Version $NX_VERSION $NX_LICENSE"
+
++### Patch for Xorg-x11 >=7.0 by Oskari Rauta begins here ###
++
++# Meet me at IRC-net/#gentoo as jake1981 or jake___
++# or mail me to jake1981 under domain luukku.com
++# if you got questions. Implement/use or develop it freely.
++
++# Reason of patch:
++# Keyboard doesn't work in Xorg-x11 >= 7.0 if XKEYSYMDB isn't exported
++# and pointed to correct file. Hopefully your file is located in same
++# place as mine (default installation location).
++
++if test `X -version 2>&1 | grep "X Window System Version" | awk '{ print $5 }' | awk -F. '{ print $1 }'` -ge 7
++ then
++ export XKEYSYMDB=/usr/share/X11/XKeysymDB
++ echo "NX> NXNODE - Detected Xorg-X11 Version 7.0 or newer."
++ echo "NX> NXNODE - Exporting XKEYSYMDB for enabling keyboard."
++ fi
++
++### Patch for Xorg-x11 >= 7.0 by Oskari Rauta ends here..
++
+ if [ "$1" != "--check" -a "$1" != "--setkey" ]
+ then
+ read CMDLINE