Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 15 | -110/+110 |
| | | | | | | | | | | | | | | | | | | | | In the process of building nxagent against more and more system-wide installed X.org libraries, we come to the limit of including structs from this (bundled nx-X11) and that (system-wide X.Org) library. This commit introduces a clear namespace separation of headers provided by nx-X11 and headers provided by X.Org. This approach is only temporary as we want to drop all nx-X11 bundled libraries from nx-libs. However, for a while we need to make this separation clear and also ship some reduced fake X.Org headers that avoid pulling in libX* and libNX_X* symbols at the same time. This patch has been tested on Debian jessie and unstable and requires no overall testing on various distros and distro versions, as we finally will drop all libNX_X* libraries and build against X.org's client libs. For now, this hack eases our development / cleanup process. | ||||
* | Xinerama symlinking: Create / remove folder containing Xinerama sylinks on ↵ | Mike Gabriel | 2015-09-28 | 2 | -1/+4 |
| | | | | installation/upgrade and removal. | ||||
* | Xinerama symlinking: Attach Xinerama symlinking to nxagent bin:package (and ↵ | Mike Gabriel | 2015-09-28 | 3 | -5/+5 |
| | | | | not libnx-xinerama1). | ||||
* | debian/changelog: Drop unnecessary "~build1" from version string | Mike Gabriel | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | debian/libnx-xinerama1.postinst.in: Enforce symlink creation for Xinerama ↵ | Mike Gabriel | 2015-09-23 | 1 | -3/+3 |
| | | | | support. | ||||
* | Revert "debian/libnx-xinerama1.*: fix faulty logic when creating symlinks." | Mike Gabriel | 2015-09-22 | 1 | -3/+3 |
| | | | | This reverts commit b77b26f4acc3932c29a1e0788e22d24e29e091d5. | ||||
* | nx-libs.spec: add xkeyboard-config to nxagent's Requires. | Mihai Moldovan | 2015-07-17 | 1 | -0/+3 |
| | | | | | | Should be a weak dependency, but RPM doesn't support that too well yet. Cherry-picked from 3.5.0.x branch. | ||||
* | debian/control: add xkb-data to nxagent's Recommends. | Mihai Moldovan | 2015-07-17 | 2 | -1/+4 |
| | | | | Cherry-picked from 3.5.0.x branch. | ||||
* | debian/roll-tarballs.sh: more quotes, more curly braces, replace cd with ↵ | Mihai Moldovan | 2015-07-17 | 1 | -8/+8 |
| | | | | pushd and pop. | ||||
* | roll-tarball.sh: more quotes (follow-up for previous commit), drop debug code | Mike Gabriel | 2015-07-15 | 1 | -5/+3 |
| | |||||
* | roll-tarball.sh: Make sure symlinked files are included in tarballs. | Mike Gabriel | 2015-07-14 | 1 | -3/+15 |
| | | | | | | | | | | As the system a tarball gets extracted on may potentially be unable to handle symlinks, we ship symlinks as files in the rolled tarball. By transforming symlinks into real files, we also assure that all VERSION files/symlinks get shipped in the tarballs. Fixes ArcticaProject/nx-libs#27 | ||||
* | debian/libxcomp{,ext,shad}-dev.install.in: Install nxcomp{,ext,shad}.pc file ↵ | Mike Gabriel | 2015-07-14 | 3 | -0/+3 |
| | | | | into the corresponding development packages. | ||||
* | debian/changelog: sync with master/3.5.0.x branch. | Mihai Moldovan | 2015-07-04 | 1 | -2/+77 |
| | |||||
* | debian/changelog: sync with master/3.5.0.x branch. | Mihai Moldovan | 2015-06-29 | 1 | -0/+31 |
| | |||||
* | debian/roll-tarball.sh: Auto-generate ChangeLog from Git history. | Mike Gabriel | 2015-06-23 | 1 | -0/+1 |
| | |||||
* | debian/roll-tarball.sh: Rename README.md to README.NX-Development before ↵ | Mike Gabriel | 2015-06-23 | 1 | -0/+3 |
| | | | | moving it into doc/ folder. | ||||
* | debian/roll-tarball.sh: Prevent several files/folders from ending up in ↵ | Mike Gabriel | 2015-06-23 | 1 | -4/+9 |
| | | | | | | | | | | nx-libs-lite tarball. * bin/{nxagent,nxauth,x2goagent} * etc/ * doc/nx-X11_vs_XOrg69_patches * README.keystrokes" * nx-libs.spec | ||||
* | debian/roll-tarball.sh: Support tarring up the HEAD of the current branch. | Mike Gabriel | 2015-06-23 | 1 | -2/+2 |
| | |||||
* | debian/roll-tarball.sh: Allow patch files names having a dash next to the ↵ | Mike Gabriel | 2015-06-23 | 1 | -2/+2 |
| | | | | four digits (i.e., 1234-<patchname>.<suffix>). | ||||
* | debian/control: Add Breaks:/Replaces: for qvd-libxcomp3 and qvd-nxproxy. | Mike Gabriel | 2015-06-19 | 1 | -2/+6 |
| | |||||
* | debian/changelog: sync with master/3.5.0.x branch. | Mihai Moldovan | 2015-06-02 | 1 | -0/+67 |
| | |||||
* | library clean-up: Don't build libNX_Xrandr anymore. Use system's libXrandr ↵ | Mike Gabriel | 2015-05-20 | 6 | -65/+21 |
| | | | | shared library. | ||||
* | debian/changelog: merge with master branch. | Mihai Moldovan | 2015-05-12 | 1 | -0/+2 |
| | |||||
* | debian/changelog: add entry for last change. | Mihai Moldovan | 2015-05-12 | 1 | -0/+1 |
| | |||||
* | debian/libnx-xinerama1.*: fix faulty logic when creating symlinks. | Mihai Moldovan | 2015-05-12 | 1 | -3/+3 |
| | |||||
* | library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage ↵ | Mike Gabriel | 2015-05-01 | 6 | -49/+21 |
| | | | | shared library. (Fixes ArcticaProject/nx-libs#6, X2GoBTS#826). | ||||
* | debian/changelog: sync with 3.5.0.x branch. | Mihai Moldovan | 2015-04-30 | 1 | -0/+2 |
| | |||||
* | debian/changelog: correctly sync with 3.5.0.x branch. Add latest entries. | Mihai Moldovan | 2015-04-30 | 1 | -50/+57 |
| | |||||
* | debian/libnx-xinerama1.*: move Xinerama dir back to nx-x11-common. Only ↵ | Mihai Moldovan | 2015-04-30 | 2 | -7/+13 |
| | | | | delete known files. Fixes RPM build failures. | ||||
* | libnx-xinerama1: also create libXinerama symlink in postinst (and remove in ↵ | Mihai Moldovan | 2015-04-29 | 2 | -24/+30 |
| | | | | | | | | | | | | | | | | | | | | | 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... | ||||
* | debian/changelog: merge with 3.5.0.x branch. | Mihai Moldovan | 2015-04-27 | 1 | -0/+134 |
| | |||||
* | debian/roll-tarballs.sh: don't escape last newline of a multiline command. | Mihai Moldovan | 2015-04-26 | 1 | -1/+1 |
| | | | | | Worked out fine so far, because the next line was empty, but this can easily change... | ||||
* | debian/roll-tarballs.sh: use more curly braces. | Mihai Moldovan | 2015-04-26 | 1 | -3/+3 |
| | | | | Prevents random characters as being treated as part of a variable name. | ||||
* | debian/roll-tarballs.sh: convert tabs to spaces. | Mihai Moldovan | 2015-04-26 | 1 | -9/+9 |
| | |||||
* | debian/roll-tarballs.sh: use more quotes. | Mihai Moldovan | 2015-04-26 | 1 | -15/+15 |
| | | | | | | Fixes potential bugs, including one triggered by an unquoted hash within the command line. BASH accepts this. Other shells do not (i.e., treat everything following the hash character as a comment.) | ||||
* | xbitmaps cleanup: The <X11/bitmaps/*> headers are not required at build time ↵ | Mike Gabriel | 2015-04-23 | 1 | -1/+0 |
| | | | | for NX. | ||||
* | library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp ↵ | Mike Gabriel | 2015-04-22 | 6 | -78/+19 |
| | | | | shared library. | ||||
* | debian/control: Typo fix (Meas -> Mesa). | Mike Gabriel | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | library clean-up: Don't build and link libXfont.a anymore. Use system's ↵pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 2 | -4/+1 |
| | | | | libXfont shared library and link dynamically. | ||||
* | fix for libXpm4-cleanup | Mike Gabriel | 2015-04-11 | 1 | -1/+0 |
| | |||||
* | imake cleanup: Drop all references to XprtServer and BuildXprint*. | Mike Gabriel | 2015-04-04 | 1 | -1/+0 |
| | |||||
* | imake cleanup: Drop all references to XdmxServer and BuildXdmx*. | Mike Gabriel | 2015-04-04 | 1 | -2/+0 |
| | |||||
* | nx-X11: add more NULL guards to TEST and DEBUG sections of Render.c. | Mihai Moldovan | 2015-03-29 | 1 | -0/+3 |
| | | | | Cherry-picked from branch 3.5.0.x. | ||||
* | debian/changelog: sync with 3.5.0.x branch. | Mihai Moldovan | 2015-03-29 | 1 | -0/+7 |
| | |||||
* | debian/changelog: sync with 3.5.0.x branch. | Mihai Moldovan | 2015-03-26 | 1 | -3/+47 |
| | |||||
* | nx-libs.spec: add overlooked Obsolete: statement to libNX_Xfixes3. | Mihai Moldovan | 2015-03-17 | 1 | -0/+1 |
| | | | | Cherry-picked from branch 3.5.0.x. | ||||
* | nx-libs.spec: Versioned libXcomp* should obsolete unversioned libXcomp*, not ↵ | Mihai Moldovan | 2015-03-17 | 1 | -0/+7 |
| | | | | | | | | | libNX_Xcomp*. Cherry-picked from branch 3.5.0.x. Conflicts: debian/changelog | ||||
* | nxcomp{,ext,shad}: use the correct library naming scheme on OS X. It differs ↵ | Clemens Lang | 2015-03-15 | 1 | -0/+2 |
| | | | | from other UNIX-based systems. | ||||
* | nxcomp{,shad}: fix dynamic library linking on OS X. Use -dynamiclib instead ↵ | Clemens Lang | 2015-03-15 | 1 | -0/+1 |
| | | | | of -bundle. | ||||
* | nx{comp{,ext,shad},proxy}: use path discovery for finding makedepend. Remove ↵ | Clemens Lang | 2015-03-15 | 1 | -2/+2 |
| | | | | old cruft. |