Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
d8a55d2c
Commit
d8a55d2c
authored
May 06, 2013
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go (for…
Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go (for x2goagent). (Fixes: #199).
parent
dc5faf7a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
3 deletions
+19
-3
Makefile.nx-libs
debian/Makefile.nx-libs
+7
-0
changelog
debian/changelog
+2
-1
nxagent.install
debian/nxagent.install
+2
-2
roll-tarballs.sh
debian/roll-tarballs.sh
+4
-0
rules
debian/rules
+2
-0
x2goagent.install
debian/x2goagent.install
+2
-0
No files found.
debian/Makefile.nx-libs
View file @
d8a55d2c
...
...
@@ -7,6 +7,8 @@ COPY_SYMLINK=cp -a
RM_FILE
=
rm
-f
RM_DIR
=
rmdir
-p
--ignore-fail-on-non-empty
ETCDIR_NX
?=
/etc/nx
ETCDIR_X2GO
?=
/etc/x2go
PREFIX
?=
/usr/local
BINDIR
=
$(PREFIX)
/bin
NXLIBDIR
=
$(PREFIX)
/lib/nx
...
...
@@ -127,6 +129,11 @@ install-full:
$(INSTALL_FILE)
nx-X11/extras/Mesa/include/GLES/*.h
\
$(DESTDIR)$(PREFIX)/include/nx/extras/Mesa/GLES/
$(INSTALL_DIR)
$(DESTDIR)/$(ETCDIR_NX)
$(INSTALL_DIR)
$(DESTDIR)/$(ETCDIR_X2GO)
$(INSTALL_FILE)
etc/keystrokes.cfg
$(DESTDIR)/$(ETCDIR_NX)/
$(INSTALL_FILE)
etc/keystrokes.cfg
$(DESTDIR)/$(ETCDIR_X2GO)/
uninstall
:
$(MAKE)
uninstall-lite
[
!
-d
nx-X11
]
||
$(MAKE)
uninstall-full
...
...
debian/changelog
View file @
d8a55d2c
nx-libs (2:3.5.0.21-0) UNRELEASED; urgency=low
* Continue development...
* Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go
(for x2goagent). (Fixes: #199).
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 28 Mar 2013 21:07:42 +0100
...
...
debian/nxagent.install
View file @
d8a55d2c
...
...
@@ -2,4 +2,5 @@ nx-X11/programs/Xserver/nxagent usr/lib/nx/bin
bin
/
nxagent
usr
/
bin
debian
/
rgb
usr
/
share
/
nx
debian
/
nxagent
.
keyboard
etc
/
nxagent
nx
-
X11
/
programs
/
Xserver
/
hw
/
nxagent
/
nxagent
.
xpm
usr
/
share
/
pixmaps
\ No newline at end of file
nx
-
X11
/
programs
/
Xserver
/
hw
/
nxagent
/
nxagent
.
xpm
usr
/
share
/
pixmaps
etc
/
nx
/
keystrokes
.
cfg
debian/roll-tarballs.sh
View file @
d8a55d2c
...
...
@@ -122,6 +122,10 @@ mv -v debian/changelog doc/changelog
test
-f
Makefile
||
test
-f
debian/Makefile.nx-libs
&&
cp
-v
debian/Makefile.nx-libs Makefile
test
-f
replace.sh
||
test
-f
debian/Makefile.replace.sh
&&
cp
-v
debian/Makefile.replace.sh replace.sh
# provide a default keystrokes.cfg file
mkdir
-p
etc
test
-f
etc/keystrokes.cfg
||
test
-f
debian/keystrokes.cfg
&&
cp
-v
debian/keystrokes.cfg etc/keystrokes.cfg
# remove folders that we do not want to roll into the tarball
rm
-Rf
".pc/"
rm
-Rf
"debian/"
...
...
debian/rules
View file @
d8a55d2c
...
...
@@ -38,6 +38,8 @@ override_dh_auto_build:
ln -s debian/Makefile.nx-libs Makefile
ln -s debian/Makefile.replace.sh replace.sh
ln -s debian/wrappers bin
mkdir -p etc/
ln -s debian/keystrokes.cfg etc/keystrokes.cfg
ln -s debian/rgb
ln -s debian/VERSION.x2goagent
LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_build --with quilt --parallel
...
...
debian/x2goagent.install
View file @
d8a55d2c
...
...
@@ -3,3 +3,4 @@ usr/lib/x2go/bin/x2goagent
usr
/
share
/
pixmaps
/
x2go
.
xpm
usr
/
share
/
x2go
/
rgb
usr
/
share
/
x2go
/
versions
/
VERSION
.
x2goagent
etc
/
x2go
/
keystrokes
.
cfg
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment