summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscruggsj <scruggsj@localhost>2006-03-07 23:05:40 +0000
committerscruggsj <scruggsj@localhost>2006-03-07 23:05:40 +0000
commit0cd02aaff7bc92d5d9830d16c2acd2f6bfcf5863 (patch)
treec624daf1ae8708ce5333838b9becec2c8a18038d /net-misc/nxserver-freenx/files/nxserver-freenx-0.4.4-xorg7.patch
parentChangelog: (diff)
downloadnx-0cd02aaff7bc92d5d9830d16c2acd2f6bfcf5863.tar.gz
nx-0cd02aaff7bc92d5d9830d16c2acd2f6bfcf5863.tar.bz2
nx-0cd02aaff7bc92d5d9830d16c2acd2f6bfcf5863.zip
Changelog:
* I changed the version number to the latest one, currently build 23, it was 21. * Changed the ebuild so that the nxcomp ebuild is no longer needed. Now nxcomp ebuild is dead. All the components are built against nxcomp, but it was never really needed for anything except for building the components. * Changed the layout of the ebuild a bit svn path=/testing/; revision=15
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, 0 insertions, 29 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
deleted file mode 100644
index 72d1a99..0000000
--- a/net-misc/nxserver-freenx/files/nxserver-freenx-0.4.4-xorg7.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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