aboutsummaryrefslogtreecommitdiff
path: root/debian/Makefile.nx-libs
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.nx-libs: Run make install for nxproxy first, then create the ↵Mike Gabriel2015-02-121-2/+4
| | | | wrapper script.
* Makefile.nx-libs: fix faulty path to nxproxy.1 man pageMike Gabriel2015-01-291-1/+1
|
* Makefile.nx-libs: Install man pages via main Makefile.Mike Gabriel2015-01-291-0/+12
|
* Makefile.nx-libs: Don't allow symlinks to point into buildroot.Mike Gabriel2015-01-281-3/+3
|
* Base Debian packaging 100% on Makefile install.Mike Gabriel2015-01-281-3/+11
|
* Fully rework the way nx-libs gets packaged for Debian/Ubuntu.Mike Gabriel2015-01-281-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 Gabriel2015-01-221-11/+0
|
* attempt to correct symlink creation for Xinerama supportMike Gabriel2013-12-171-1/+0
|
* Enable Xinerama support for RPM packages. (Fixes: #370).Mike Gabriel2013-12-171-0/+9
|
* For vanilla nxagent move keystrokes.cfg from /etc/nx to /etc/nxagent.Mike Gabriel2013-05-071-1/+1
|
* Provide a default keystrokes.cfg in /etc/nx (for nxagent) and /etc/x2go (for ↵Mike Gabriel2013-05-061-0/+7
| | | | x2goagent). (Fixes: #199).
* Fix faulty symlink path. Make sure that x2goagent symlink does not point to ↵Mike Gabriel2013-03-281-1/+1
| | | | absolute path somewhere within the build environment.
* Main Makefile: Use absolute symlink when linking from $(X2GOLIBDIR) into ↵Mike Gabriel2013-03-221-1/+1
| | | | $(NXLIBDIR) (i.e. linking x2goagent -> nxagent). (Fixes: #143).
* Work-in patch from Jan Engehardt for working around different improper bash ↵Mike Gabriel2013-03-221-6/+6
| | | | implementations of string-in-string replacing. (Fixes: #145).
* Fix wrong symlink direction of libNX_* files. (Fixes: #107).Orion Poplawski2013-02-121-9/+5
|
* Remove duplicate install of nxproxy from main Makefile. Spotted by Jan ↵Mike Gabriel2013-01-071-2/+0
| | | | Engelhard.
* Continue Reinhard's work on top-level install/uninstall. Esp. integrate ↵Mike Gabriel2013-01-021-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 MakefileReinhard Tartler2012-12-161-2/+41
|
* drop debian/patches/001_add-main-makefile.full+lite.patchReinhard Tartler2012-12-121-0/+51
Instead, place the makefile into debian/Makefile.nx-libs. This makes the makefile easier to edit.