Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.nx-libs: fix faulty path to nxproxy.1 man page | Mike Gabriel | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Makefile.nx-libs: Install man pages via main Makefile. | Mike Gabriel | 2015-01-29 | 1 | -0/+12 |
| | |||||
* | Makefile.nx-libs: Don't allow symlinks to point into buildroot. | Mike Gabriel | 2015-01-28 | 1 | -3/+3 |
| | |||||
* | Base Debian packaging 100% on Makefile install. | Mike Gabriel | 2015-01-28 | 1 | -3/+11 |
| | |||||
* | Fully rework the way nx-libs gets packaged for Debian/Ubuntu. | Mike Gabriel | 2015-01-28 | 1 | -15/+18 |
| | | | | | | | | | | | | * 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. | ||||
* | Makefile.nx-libs: Don't install Mesa header files into DESTDIR anymore. | Mike Gabriel | 2015-01-22 | 1 | -11/+0 |
| | |||||
* | attempt to correct symlink creation for Xinerama support | Mike Gabriel | 2013-12-17 | 1 | -1/+0 |
| | |||||
* | Enable Xinerama support for RPM packages. (Fixes: #370). | Mike Gabriel | 2013-12-17 | 1 | -0/+9 |
| | |||||
* | For vanilla nxagent move keystrokes.cfg from /etc/nx to /etc/nxagent. | Mike Gabriel | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go (for ↵ | Mike Gabriel | 2013-05-06 | 1 | -0/+7 |
| | | | | x2goagent). (Fixes: #199). | ||||
* | Fix faulty symlink path. Make sure that x2goagent symlink does not point to ↵ | Mike Gabriel | 2013-03-28 | 1 | -1/+1 |
| | | | | absolute path somewhere within the build environment. | ||||
* | Main Makefile: Use absolute symlink when linking from $(X2GOLIBDIR) into ↵ | Mike Gabriel | 2013-03-22 | 1 | -1/+1 |
| | | | | $(NXLIBDIR) (i.e. linking x2goagent -> nxagent). (Fixes: #143). | ||||
* | Work-in patch from Jan Engehardt for working around different improper bash ↵ | Mike Gabriel | 2013-03-22 | 1 | -6/+6 |
| | | | | implementations of string-in-string replacing. (Fixes: #145). | ||||
* | Fix wrong symlink direction of libNX_* files. (Fixes: #107). | Orion Poplawski | 2013-02-12 | 1 | -9/+5 |
| | |||||
* | Remove duplicate install of nxproxy from main Makefile. Spotted by Jan ↵ | Mike Gabriel | 2013-01-07 | 1 | -2/+0 |
| | | | | Engelhard. | ||||
* | Continue Reinhard's work on top-level install/uninstall. Esp. integrate ↵ | Mike Gabriel | 2013-01-02 | 1 | -5/+76 |
| | | | | debian/post-nx-build.sh into main Makefile. Make value of CONFIGURE variable traversable through the Makefile tree. | ||||
* | integrate install and uninstall rules into the top-level Makefile | Reinhard Tartler | 2012-12-16 | 1 | -2/+41 |
| | |||||
* | drop debian/patches/001_add-main-makefile.full+lite.patch | Reinhard Tartler | 2012-12-12 | 1 | -0/+51 |
Instead, place the makefile into debian/Makefile.nx-libs. This makes the makefile easier to edit. |