aboutsummaryrefslogtreecommitdiff
path: root/debian/nxagent.install
Commit message (Collapse)AuthorAgeFilesLines
* debian/{nxagent,nxdialog}.install: Move nxdialog files from nxagent.install ↵Mike Gabriel2019-08-271-2/+0
| | | | to nxdialog.install.
* debian/*: Debianize package inclusion of nxdialog (ships with nxagent ↵Mike Gabriel2019-03-011-0/+2
| | | | bin:pkg for now).
* debian/nxagent.*: Drop conffile /etc/nxagent/nxagent.keyboard. Not shipped ↵Mike Gabriel2018-07-031-1/+0
| | | | upstream anymore.
* debian/*: Adopt from official Debian package where appropriate.Mike Gabriel2017-12-131-4/+4
|
* Drop bin wrappers for nxagent and nxproxy, directly install nxproxy and ↵Mike Gabriel2017-12-051-1/+2
| | | | | | nxagent to BINDIR. Fixes ArcticaProject/nx-libs#546.
* debian/nxagent.*: Drop conffile /etc/nxagent/rgb utilizing ↵Mike Gabriel2017-02-261-2/+0
| | | | dpkg-maintscript-helper.
* Makefile: Align variable names USRLIBDIR, SHLIBDIR (and NX_DIR) with nx-X11 ↵Mike Gabriel2017-02-091-1/+1
| | | | internal naming schemes (and use /usr/<lib>/nx/X11 rather than /usr/<lib>/nx-X11).
* Rework nxagent and nxproxy wrapper scripts.Mike Gabriel2016-07-011-1/+2
| | | | | | | | | | | | | | | | | | | 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-0/+1
|
* Base Debian packaging 100% on Makefile install.Mike Gabriel2015-01-281-3/+4
|
* Fully rework the way nx-libs gets packaged for Debian/Ubuntu.Mike Gabriel2015-01-281-3/+3
| | | | | | | | | | | | * 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.
* addition to last commitMike Gabriel2013-05-081-1/+1
|
* Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go (for ↵Mike Gabriel2013-05-061-1/+2
| | | | x2goagent). (Fixes: #199).
* 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-2/+2
| | | | | | - 005_add-nxagent-wrapper.patch. - 008_add-nxproxy-wrapper.patch. - 011_add-nxauth-wrapper.patch.
* Install nxagent.xpm icon to /usr/share/pixmaps.Mike Gabriel2011-12-291-0/+1
|
* Add FreeNX patches for nxagent (some with other names compared to FreeNX):Mike Gabriel2011-12-291-1/+2
| | | | | | | | | | | | | - 101_nxagent_set-rgb-path.patch - 102_xserver-xext_set-securitypolicy-path.patch - 103_nxagent_set-X0-config-path.patch - 104_nxagent_enable_debug.patch - 105_nxagent_export-remote-keyboard-config.patch - 106_nxagent_utf8-copy-clipboard.patch - 107_nxagent_clipboard-compound-text+small-bed-sheets.patch - 108_nxagent_wine-close-delay.patch - 109_nxagent_locale-utf8-compound-text.patch - 200_nxagent_unbrand-agent.patch
* add /debian folderMike Gabriel2011-11-191-0/+3