aboutsummaryrefslogtreecommitdiff
path: root/debian/nxproxy.install
Commit message (Collapse)AuthorAgeFilesLines
* Drop bin wrappers for nxagent and nxproxy, directly install nxproxy and ↵Mike Gabriel2017-12-051-1/+0
| | | | | | nxagent to BINDIR. Fixes ArcticaProject/nx-libs#546.
* Rework nxagent and nxproxy wrapper scripts.Mike Gabriel2016-07-011-1/+1
| | | | | | | | | | | | | | | | | | | o Install nxagent/nxproxy executables into multi-arch path. o Fake libNX_X11.so* as $LIBDIR/nx-X11/libX11.so*. o Allow injecting different $NXAPP containing the executable name. o For e.g. x2goagent this requires the following changes: - Move x2goagent symlink from /usr/lib/x2go/bin/x2goagent to $LIBDIR/nx/bin/x2goagent - Replace /usr/bin/x2goagent by a two-liner... ``` #!/bin/sh export NXAPP=x2goagent nxagent ```
* Makefile,debian/*,nx-libs.spec,<misc>: Drop references to X2Go Project, esp. ↵Mike Gabriel2016-06-291-0/+1
| | | | | | | | | | | | drop x2goagent. The x2goagent package is being replaced by an x2goserver bin:package named x2goserver-x2goagent. This x2goserver-x2goagent bin:package will be maintained in the X2Go Project's namespace and basically wraps around nxagent. Furthermore, declare Arctica Project as upstream source for nx-libs.
* Makefile.nx-libs: Install man pages via main Makefile.Mike Gabriel2015-01-291-1/+1
|
* Fully rework the way nx-libs gets packaged for Debian/Ubuntu.Mike Gabriel2015-01-281-0/+1
| | | | | | | | | | | | * Debian/Ubuntu packaging: + Fully rework the way nx-libs gets packaged for Debian/Ubuntu. + Split up libnx-x11 into individual packages. + Provide dbg:packages for each bin:package containing binaries. + Use Makefile logic to install files into DESTDIR. + Provide dev:packages for each lib:package individually. + Provide nx-x11proto-*-dev packages for all libnx-* libraries. + Install _all_ library files (*.so*) to /usr/lib/<triplet>/, so no extra settings of LD_LIBRARY_PATH is necessary.
* integrate install and uninstall rules into the top-level MakefileReinhard Tartler2012-12-161-3/+2
|
* Drop patch 032, fix other patches so that installation via make install ↵Mike Gabriel2012-10-191-1/+1
| | | | installs NX components to /usr/local/lib/nx and /usr/local/include/nx.
* Re-add binary wrapper scripts to the patch system as we want to provide them ↵Mike Gabriel2012-01-101-1/+1
| | | | in the tarball.
* * Remove patches and put as executable scripts into /debian/bin/Mike Gabriel2011-12-311-1/+1
| | | | | | - 005_add-nxagent-wrapper.patch. - 008_add-nxproxy-wrapper.patch. - 011_add-nxauth-wrapper.patch.
* Add patch: 008_add-nxproxy-wrapper.patch. Build nxproxy package.Mike Gabriel2011-11-201-0/+3