Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian/roll-tarball.sh: Install etc/ files into etc/ subfolder (rgb, ↵ | Mike Gabriel | 2015-01-28 | 1 | -0/+4 |
| | | | | nxagent.keyboard, x2goagent.keyboard). | ||||
* | debian/rules: Correctly link config files (etc/rgb, etc/nxagent.keyboard, ↵ | Mike Gabriel | 2015-01-28 | 1 | -0/+2 |
| | | | | etc/x2goagent.keyboard) before dh_auto_build. | ||||
* | Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Allow ↵ | Mike Gabriel | 2015-01-28 | 1 | -0/+2 |
| | | | | separate .keyboard files for x2goagent and nxagent. | ||||
* | Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Let rgb file ↵ | Mike Gabriel | 2015-01-28 | 1 | -0/+4 |
| | | | | shipped with x2goagent supersede rgb file shipped with nxagent. FIXME: a better approach would be to decide at runtime if to use /etc/x2go/rgb or /etc/nxagent/rgb. | ||||
* | Modify 101_nxagent_set-rgb-path.full.patch. Allow configurable rgb files. | Mike Gabriel | 2015-01-28 | 1 | -0/+1 |
| | |||||
* | Fully rework the way nx-libs gets packaged for Debian/Ubuntu. | Mike Gabriel | 2015-01-28 | 1 | -12/+19 |
| | | | | | | | | | | | | * 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. | ||||
* | Header files need not be removed anymore. They don't get installed via ↵ | Mike Gabriel | 2015-01-22 | 1 | -0/+2 |
| | | | | Makefile.nx-libs anymore. | ||||
* | Makefile.nx-libs: Don't install Mesa header files into DESTDIR anymore. | Mike Gabriel | 2015-01-22 | 1 | -0/+1 |
| | |||||
* | More source tree size reduction by analyzing what exactly of the Mesa source ↵ | Mike Gabriel | 2015-01-22 | 1 | -0/+2 |
| | | | | code in nx-X11/extras/ is used and what not. | ||||
* | debian/control: Turn libnx-*-dev packages into dummy packages. Shipping ↵ | Mike Gabriel | 2015-01-22 | 1 | -0/+4 |
| | | | | development files for nx-X11 makes no sense. No other programme build against nx-X11's header files except nxagent itself. | ||||
* | Drop more unused folders from tarball release / before .deb package build. | Mike Gabriel | 2015-01-22 | 1 | -0/+4 |
| | | | | | | | * Drop more unused folders from tarball release / before .deb package build: - nx-X11/programs/Xserver/miext/shadow/ - nx-X11/programs/Xserver/XpConfig/ - nx-X11/programs/Xserver/Xprint/ | ||||
* | Drop nx-X11/programs/Xserver/hw/xfree86 except of four files symlinked to ↵ | Mike Gabriel | 2015-01-22 | 1 | -0/+2 |
| | | | | other locations in the source tree at build time. | ||||
* | Stop shipping unused / very old xterm code. | Mike Gabriel | 2015-01-22 | 1 | -0/+1 |
| | |||||
* | Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in ↵ | Mike Gabriel | 2015-01-22 | 1 | -0/+2 |
| | | | | roll-tarball.sh and in debian/rules alike. | ||||
* | Fix removal of unused code (that part of the code that we know of so far). ↵ | Mike Gabriel | 2015-01-22 | 1 | -0/+3 |
| | | | | (The debian/rules file is a Makefile and Makefiles don't understand shell globbing with curly braces). | ||||
* | debian/rules: Backup nxcomp/VERSION file from NoMachine before replacing it ↵ | Mike Gabriel | 2015-01-22 | 1 | -0/+4 |
| | | | | with a symlink to debian/VERSION. Recreate the original file when cleaning up. | ||||
* | Update 320_nxagent_configurable-keystrokes.full.patch. Fix patch header ↵ | Mike Gabriel | 2015-01-19 | 1 | -0/+2 |
| | | | | referring to keystrokes.cfg (plural), not keystroke.cfg. | ||||
* | Add 321_nxagent_x2go-specific-keystroke-config.full.patch. If nxagent is ↵ | Horst Schirmeier | 2015-01-19 | 1 | -0/+3 |
| | | | | launched as x2goagent, use X2Go-specific paths for the keystrokes.cfg file. (Fixes: #744). | ||||
* | give credits to Horst Schirmeier for solving #741 | Mike Gabriel | 2015-01-13 | 1 | -3/+5 |
| | |||||
* | grammar fix in changelog | Mike Gabriel | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that ↵ | Mike Gabriel | 2015-01-13 | 1 | -0/+3 |
| | | | | prevented the /etc/nxagent/keystrokes.cfg file to be parsed. (Fixes: #741). | ||||
* | debian/changelog: add entry for last change. | Mihai Moldovan | 2015-01-09 | 1 | -0/+3 |
| | |||||
* | nx-libs.spec: The gpg-offline bin:package is not available in our SLE repo. ↵ | Mike Gabriel | 2014-12-03 | 1 | -0/+5 |
| | | | | We can do without. | ||||
* | DISABLED:401_nxcomp_bigrequests-and-genericevent-extensions.full+lite.patch. | Mike Gabriel | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Add 401_nxcomp_bigrequests-and-genericevent-extensions.full+lite.patch. ↵ | Paul Szabo | 2014-11-13 | 1 | -1/+4 |
| | | | | Enable support for the X11 big requests extension and the generic events extension. | ||||
* | Continue development... | Mike Gabriel | 2014-11-13 | 1 | -0/+6 |
| | |||||
* | release 3.5.0.28redist-server/3.5.0.28redist-client/3.5.0.28 | Mike Gabriel | 2014-11-13 | 1 | -2/+2 |
| | |||||
* | Revert "Add 401_nxcomp_big-requests.full+lite.patch. Support usage of the ↵ | Mike Gabriel | 2014-11-13 | 1 | -2/+0 |
| | | | | | | BIG-REQUESTS X11 extension on the server-side. (See Debian bug #766299)." This reverts commit c69c2e2ea177fd9e369a6342640bdedda9a500d8. | ||||
* | Revert "401_nxcomp_bigrequests.full+lite.patch: PATCH DISABLED FOR NOW, IT ↵ | Mike Gabriel | 2014-11-13 | 1 | -1/+0 |
| | | | | | | CAUSES NXPROXY CRASHES EVERY 1-2 minutes." This reverts commit d505944e064f54c82c8bc66943238b49db05d37f. | ||||
* | Add 207_nxagent_fix-xfixes-selection.full.patch. Fix selection handling when ↵ | Ulrich Sibiller | 2014-11-05 | 1 | -0/+4 |
| | | | | XFIXES is enabled. (Fixes: #585) | ||||
* | 401_nxcomp_bigrequests.full+lite.patch: PATCH DISABLED FOR NOW, IT CAUSES ↵ | Mike Gabriel | 2014-10-25 | 1 | -0/+1 |
| | | | | NXPROXY CRASHES EVERY 1-2 minutes. | ||||
* | Add 401_nxcomp_big-requests.full+lite.patch. Support usage of the ↵ | Mike Gabriel | 2014-10-25 | 1 | -0/+2 |
| | | | | BIG-REQUESTS X11 extension on the server-side. (See Debian bug #766299). | ||||
* | Rename 605_nxcomp_Types.h-dont-use-STL-internals-on-libc++.full.patch to ↵ | Mike Gabriel | 2014-10-19 | 1 | -0/+4 |
| | | | | 605_nxcomp_Types.h-dont-use-STL-internals-on-libc++.full+lite.patch. It is an nxcomp patch that needs to be applied in the nx-libs-lite _and_ the nx-libs-full tarball release. | ||||
* | Add 607_nxcomp_macosx-X11-launcher-in-private-tmp.full+lite.patch. Fix check ↵ | Mike Gabriel | 2014-10-18 | 1 | -0/+2 |
| | | | | for launchd socket path in $DISPLAY on recent Mac OS X systems. | ||||
* | Fix Xinerama symlink installation into RPM bin:package libNX_Xinerama. ↵ | Mike Gabriel | 2014-10-13 | 1 | -0/+2 |
| | | | | (Fixes: #269). | ||||
* | Make sure all package directories are owned by one of the built bin:packages. | Mike Gabriel | 2014-10-13 | 1 | -0/+2 |
| | |||||
* | fix last changelog entry | Mike Gabriel | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec: SUSE hack for linking to files in libX11-6 and libXext6. | Mike Gabriel | 2014-10-13 | 1 | -0/+1 |
| | |||||
* | Additionally adapt to building on openSUSE/SLES. | Mike Gabriel | 2014-10-13 | 1 | -0/+1 |
| | |||||
* | Update 027_nxcomp_abstract-X11-socket.full+lite: Add patch header ↵ | Mike Gabriel | 2014-10-11 | 1 | -0/+2 |
| | | | | (Description: and Author: field). | ||||
* | debian/rules: No such option for dh_auto_build: --with quilt." | Mike Gabriel | 2014-10-02 | 1 | -0/+2 |
| | |||||
* | nx-libs.spec: Adapt installation of debian/VERSION as VERSION.x2goagent and ↵ | Mike Gabriel | 2014-10-02 | 1 | -0/+4 |
| | | | | nxcomp/VERSION to latest changes introduced by 400_nxcomp-version.full+lite.patch. | ||||
* | debian/libnx-x11.postinst: Don't use dpkg-architecture (bin:package ↵ | Mike Gabriel | 2014-10-02 | 1 | -0/+4 |
| | | | | dpkg-dev) in postinst script. Instead prep a libnx-x11.postinst script at build time. (Fixes: #621). | ||||
* | Add 400_nxcomp-version.full+lite.patch. Allow 4-digit version comparison ↵ | Nito Martinez | 2014-10-02 | 1 | -0/+5 |
| | | | | during NX session handshake. (Fixes: #610). | ||||
* | Add 025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.patch. Fix FTBFS when ↵ | Mike Gabriel | 2014-08-20 | 1 | -0/+3 |
| | | | | built against libjpeg9a. Thanks to Gabriel Marcano for sending this in. | ||||
* | Provide COPYING file in tarball. Update debian/copyright. | Mike Gabriel | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | Continue development... | Mike Gabriel | 2014-06-30 | 1 | -0/+6 |
| | |||||
* | release 3.5.0.27redist-server/3.5.0.27redist-client/3.5.0.27 | Mike Gabriel | 2014-06-30 | 1 | -2/+2 |
| | |||||
* | Split up patch 210 (for correct creation nx-libs, nx-libs-lite tarballs): | Mike Gabriel | 2014-06-30 | 1 | -0/+8 |
| | | | | | | * Split up patch 210 (for correct creation nx-libs, nx-libs-lite tarballs): + 210_nxagent_save_session_state.full.patch + 210_nxcomp_save_session_state.full+lite.patch | ||||
* | release 3.5.0.26redist-server/3.5.0.26redist-client/3.5.0.26 | Mike Gabriel | 2014-06-30 | 1 | -2/+2 |
| |