Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CODE-REDUCTION_CLEANUP-UNUSED: remove DPS include files, remove XTrap shared lib | Mike Gabriel | 2015-01-28 | 1 | -0/+2 |
| | |||||
* | CODE-REDUCTION_CLEANUP-BACKUPFILES: fine-tune dropped file | Mike Gabriel | 2015-01-28 | 1 | -2/+0 |
| | |||||
* | CODE-REDUCTION_CLEANUP-UNUSED: remove faulty path | Mike Gabriel | 2015-01-28 | 1 | -1/+0 |
| | |||||
* | Update .spec file to meet changes in tarball size reduction and restructuring. | Mike Gabriel | 2015-01-28 | 1 | -0/+2 |
| | |||||
* | Support hardened builds for nxagent and libNX_*.so files. | Mike Gabriel | 2015-01-28 | 2 | -1/+2 |
| | |||||
* | more code reduction and adaptation of patch 600_....patch | Mike Gabriel | 2015-01-28 | 4 | -358/+28 |
| | |||||
* | remove more unused code from nx-X11/lib/ | Mike Gabriel | 2015-01-28 | 1 | -0/+24 |
| | |||||
* | Update 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. Don't ↵ | Mike Gabriel | 2015-01-28 | 2 | -335/+2 |
| | | | | patch files that get removed during code reduction. | ||||
* | Support hardened builds for nxcomp* libraries. | Mike Gabriel | 2015-01-28 | 2 | -6/+6 |
| | |||||
* | debian/changelog: whitespace fix | Mike Gabriel | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | rebase with unify | Mike Gabriel | 2015-01-28 | 3 | -16/+0 |
| | |||||
* | Unify source tree reduction (debian/rules vs. roll-tarball.sh) via ↵ | Mike Gabriel | 2015-01-28 | 10 | -1627/+1000 |
| | | | | file/folder lists in text files named debian/CODE-REDUCTION_*. | ||||
* | re-arrange changelog, work-in missing entries for previous commits | Mike Gabriel | 2015-01-28 | 1 | -23/+30 |
| | |||||
* | debian/roll-tarball.sh: Install etc/ files into etc/ subfolder (rgb, ↵ | Mike Gabriel | 2015-01-28 | 2 | -1/+10 |
| | | | | nxagent.keyboard, x2goagent.keyboard). | ||||
* | debian/rules: Correctly link config files (etc/rgb, etc/nxagent.keyboard, ↵ | Mike Gabriel | 2015-01-28 | 2 | -1/+5 |
| | | | | etc/x2goagent.keyboard) before dh_auto_build. | ||||
* | Provide support for separate .keyboard files for nxagent/x2goagent. | Mike Gabriel | 2015-01-28 | 1 | -0/+1 |
| | |||||
* | Allow sysadmins to manipulate nxagent's / x2goagent's rgb file by placing it ↵ | Mike Gabriel | 2015-01-28 | 1 | -1/+2 |
| | | | | into /etc/nxagent or /etc/x2go. | ||||
* | Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Allow ↵ | Mike Gabriel | 2015-01-28 | 2 | -0/+50 |
| | | | | separate .keyboard files for x2goagent and nxagent. | ||||
* | Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Let rgb file ↵ | Mike Gabriel | 2015-01-28 | 2 | -0/+27 |
| | | | | 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 | 2 | -1/+2 |
| | |||||
* | Base Debian packaging 100% on Makefile install. | Mike Gabriel | 2015-01-28 | 3 | -7/+16 |
| | |||||
* | Fully rework the way nx-libs gets packaged for Debian/Ubuntu. | Mike Gabriel | 2015-01-28 | 95 | -587/+1590 |
| | | | | | | | | | | | | * 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 | 2 | -11/+1 |
| | |||||
* | More source tree size reduction by analyzing what exactly of the Mesa source ↵ | Mike Gabriel | 2015-01-22 | 3 | -68/+1469 |
| | | | | 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 | 7 | -19/+12 |
| | | | | 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 | 3 | -0/+10 |
| | | | | | | | * 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 | 3 | -39/+84 |
| | | | | other locations in the source tree at build time. | ||||
* | Stop shipping unused / very old xterm code. | Mike Gabriel | 2015-01-22 | 3 | -0/+3 |
| | |||||
* | Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in ↵ | Mike Gabriel | 2015-01-22 | 3 | -0/+11 |
| | | | | 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 | 2 | -4/+37 |
| | | | | (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 | 2 | -0/+6 |
| | | | | 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 | 2 | -1/+3 |
| | | | | 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 | 4 | -3/+26 |
| | | | | 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 | 2 | -1/+4 |
| | | | | 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 |
| | |||||
* | common: change X2go -> X2Go. | Mihai Moldovan | 2015-01-09 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -2/+2 |
| | |||||
* | Add 401_nxcomp_bigrequests-and-genericevent-extensions.full+lite.patch. ↵ | Paul Szabo | 2014-11-13 | 3 | -1/+1875 |
| | | | | Enable support for the X11 big requests extension and the generic events extension. | ||||
* | Continue development... | Mike Gabriel | 2014-11-13 | 2 | -1/+7 |
| | |||||
* | 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 | 3 | -456/+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 | 2 | -2/+1 |
| | | | | | | 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 | 3 | -0/+38 |
| | | | | XFIXES is enabled. (Fixes: #585) | ||||
* | 401_nxcomp_bigrequests.full+lite.patch: PATCH DISABLED FOR NOW, IT CAUSES ↵ | Mike Gabriel | 2014-10-25 | 2 | -1/+2 |
| | | | | NXPROXY CRASHES EVERY 1-2 minutes. | ||||
* | Add 401_nxcomp_big-requests.full+lite.patch. Support usage of the ↵ | Mike Gabriel | 2014-10-25 | 3 | -0/+456 |
| | | | | 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 | 3 | -1/+5 |
| | | | | 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. |