Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ↵ | Mihai Moldovan | 2017-10-16 | 1 | -3/+12 |
| | | | | | | | | | | | nx-X11 build scripts. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan) Adds: - debian/patches/1500_all_propagate-optflags-to-subcompone.full+lite.patch | ||||
* | debian/Makefile.nx-libs: make sure that 'make all' only calls 'make build' ↵ | Mike Gabriel | 2017-04-18 | 1 | -1/+2 |
| | | | | | | | | and _not_ the global '%:' ruleset afterwards. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan) | ||||
* | debian/Makefile.nx-libs: install/destroot new x2goagent.options file. | Mihai Moldovan | 2016-06-30 | 1 | -0/+1 |
| | |||||
* | debian/libnx-xinerama1.*: move Xinerama dir back to nx-x11-common. Only ↵ | Mihai Moldovan | 2015-04-30 | 1 | -1/+1 |
| | | | | delete known files. Fixes RPM build failures. | ||||
* | libnx-xinerama1: also create libXinerama symlink in ↵ | Mihai Moldovan | 2015-04-29 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | libnx-xinerama1.postinst.postinst (and remove in libnx-xinerama1.postinst.prerm.) Due to the nx-x11-common package being a noarch/allarch package, creating the symlink in nx-libs' Makefile will lead to the symlink referencing the "default" architecture dpkg uses for building noarch/allarch packages. Incidentally, this worked fine for Debian, as amd64 seems to be the default architecture. On Ubuntu, however, the default architecture up to Vivid (15.04) was i386. For those builds, the symlink pointed to the 32 bit library of libNX_Xinerama.so.1 -- essentially breaking this feature. Move the symlink creation to the arch-sensitive libnx-xinerama1 package. The postinst and prerm scriptlets will work fine, unless someone installs the i386 package version *after* the amd64 version. Given that we already create symlinks to libNX_X11 and friends using that method, no new regression is introduced. Strictly speaking that's a bug, but we'll hopefully clean that up later... | ||||
* | Makefile.nx-libs: Fix uninstall-lite rule. The nxproxy and nxcomp ↵ | Mike Gabriel | 2015-02-16 | 1 | -5/+9 |
| | | | | uninstallation has to be in uninstall-lite, not in uninstall-full. | ||||
* | Make install-lite rule in Makefile.nx-libs more predictable and not rely on ↵ | Mike Gabriel | 2015-02-16 | 1 | -5/+10 |
| | | | | nxproxy/Makefile.in. | ||||
* | Fix FTBFS due to the nxproxy executable already existing under ↵ | Mike DePaulo | 2015-02-14 | 1 | -2/+0 |
| | | | | /usr/lib/nx/bin/nx | ||||
* | Makefile.nx-libs: Run make install for nxproxy first, then create the ↵ | Mike Gabriel | 2015-02-12 | 1 | -2/+4 |
| | | | | wrapper script. | ||||
* | 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. |