aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 3.5.0.13redist-server/3.5.0.13Mike Gabriel2012-05-111-2/+2
|
* add patch header for 120_nxagent_libcairo-null-source-drawables.full.patchMike Gabriel2012-05-111-0/+63
|
* Add patch: 120_nxagent_libcairo-null-source-drawables.full.patch, solves ↵Mike Gabriel2012-05-113-0/+136
| | | | crashes of GTK applications based on libcairo 1.12.1+.
* Let nxagent Debian package depend on xfonts-base.Mike Gabriel2012-03-172-1/+2
|
* Revert "Let nxagent Debian package depend on xfonts-base."Mike Gabriel2012-03-172-2/+0
| | | | This reverts commit ab04ba2175ce37efb83d914792d2755b57cba2d5.
* Let nxagent Debian package depend on xfonts-base.Mike Gabriel2012-03-172-0/+2
|
* Continue development...Mike Gabriel2012-03-071-0/+6
|
* release 3.5.0.12redist-server/3.5.0.12redist-client/3.5.0.12Mike Gabriel2012-03-071-2/+2
|
* Re-introduce proper Xinerama support on non-multiarch systems.Mike Gabriel2012-03-012-8/+11
|
* no bashisms in package scriptsMike Gabriel2012-03-011-1/+1
|
* changelog cleanup: fixing too-long-lineMike Gabriel2012-03-011-5/+4
|
* Provide temporary workaround for installation on Debian 64bit with multiarch ↵Mike Gabriel2012-03-012-1/+43
| | | | support (via libnx-x11.postinst and .prerm).
* fix wrong lib-name in libnx-x11.postinstMike Gabriel2012-03-011-1/+1
|
* typofix in libnx-x11.postinstMike Gabriel2012-03-011-1/+1
|
* Provide temporary workaround for installation on Debian 64bit with multiarch ↵Mike Gabriel2012-03-014-4/+55
| | | | support.
* Update patch: 005_nxcomp_gcc43.full+lite.patch, fix faulty path to ↵Mihai Moldovan2012-03-012-10/+12
| | | | nxcomp/Split.cpp.
* Pass address of fd_set structs on the stack to the FD_ISSET macro/function, ↵Mike Gabriel2012-03-012-7/+8
| | | | instead of the struct itself.
* Add patch: 051_nxcomp_macos105-fdisset.full+lite.patch, work around issue in ↵Mihai Moldovan2012-02-293-0/+87
| | | | Mac OS X 10.5 SDK.
* Create patch: 203_nxagent_disable-rootless-exit.full.patchOleksandr Shneyder2012-02-283-0/+69
|
* Update patch: 001_add-main-makefile.full+lite.patch, adapt patch from ↵Mike Gabriel2012-02-222-6/+8
| | | | packaging. Test for Makefiles in subfolders before calling them. Fixes build failure during ,,make distclean'' calls.
* Continue development...Mike Gabriel2012-02-221-0/+6
|
* release 3.5.0.11redist-server/3.5.0.11redist-client/3.5.0.11Mike Gabriel2012-02-221-2/+2
|
* Fine-tune symlinking of libXinerama.Mike Gabriel2012-02-205-7/+4
|
* Fix Xinerama support in Debian package libnx-x11 when NX gets built with ↵Mike Gabriel2012-02-182-0/+7
| | | | patch 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. Still on the todo list: fix the nx-X11 installation via Makefile.
* another last patch with .diff suffixMike Gabriel2012-02-162-1/+1
|
* Fix faulty patch name suffix (has to be .patch, not .diff).Mike Gabriel2012-02-164-2/+3
|
* Apply patches for the Debian package as the last patches in the series.Mike Gabriel2012-02-162-3/+3
|
* Update patches: 012_nxcomp..., 013_nxcompext_..., 014_nxcompshad_.... Also ↵Mike Gabriel2012-02-154-7/+14
| | | | make use of $(LIBFULL) in Makefile.in's install and uninstall stanzas. Inspired by Jan Engelhardt's so-version.diff patch. However, the version name change requested in that patch has been rejected for NX (redistributed).
* changelog cleanup, fix long-line-wrapsMike Gabriel2012-02-151-4/+5
|
* Add patch 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch, use ↵Jan Engelhardt2012-02-154-1/+2388
| | | | unique library names for nx-X11 based X11 libraries.
* changelog cleanup, typo fixMike Gabriel2012-02-151-1/+1
|
* Add patch 032_nx-X11_no-x11r6-project-root. We must not overlap with any ↵Jan Engelhardt2012-02-153-0/+29
| | | | existing files, therefore, both /usr/X11R6 and /usr are excluded possibilities for ProjectRoot. Use %_libexecdir/somename, since that is still allowed by FHS.
* Update patch: 001_add-main-makefile.full+lite.patch, fix missing ↵Mike Gabriel2012-02-142-4/+8
| | | | $(CONFIGURE) variable.
* Make patch headers DEP5 compliant (030_nx-X11_... and 031_nx-X11_...).Mike Gabriel2012-02-143-12/+13
|
* Add patch: 301_nx-X11_use-shared-libs.full.diff, use shared libraries from ↵Jan Engelhardt2012-02-143-0/+109
| | | | distribution rather then libs included in source tree.
* Rename patches 030_nx-X11_... and 031_nx-X11_..., the tarball roll script ↵Mike Gabriel2012-02-144-2/+4
| | | | currently requires ,,full'' or ,,full+lite'' in the file name.
* Merge honor-ac-dirs.patch from Jan Engelhardt (OpenSUSE) with already ↵Mike Gabriel2012-02-148-180/+213
| | | | existing Makefile patches (012_nxcomp..., 013_nxcompext_..., 014_nxcompshad_...).
* Enable parallel build for Debian package.Mike Gabriel2012-02-142-1/+2
|
* Add patch: 031_nx-X11_parallel-make.diff, enable parallel make.Jan Engelhardt2012-02-143-0/+295
|
* Update patch: 001_add-main-makefile.full+lite.patch, use curly braces for ↵Mike Gabriel2012-02-142-11/+13
| | | | macros.
* Add patch: 030_nx-X11_configure-args.diff. Allow passing of configure args.Jan Engelhardt2012-02-143-0/+54
|
* changelog fix, long-line-wrapMike Gabriel2012-02-141-1/+2
|
* Update patch: 001_add-main-makefile.full+lite.patch, allow passing of ↵Jan Engelhardt2012-02-142-1/+5
| | | | configure args.
* Xinerama path has to be put into debian/rules, that dpkg-shlibs can find the ↵Mike Gabriel2012-02-121-1/+1
| | | | libXinerama files.
* fix for intra-dependency lintian fixMike Gabriel2012-02-121-2/+1
|
* fix libXinerama removalMike Gabriel2012-02-121-2/+3
|
* Do not install libXinerama directly into /usr/lib/nx. Recommended method is ↵Mike Gabriel2012-02-112-0/+9
| | | | installing to /usr/lib/nx/Xinerama, so that you can enable/disable usage of the Xinerama extension.
* Revert "Add patch: 111_nxcomp_byerace.full+lite.patch. Work around race ↵Mike Gabriel2012-02-113-24/+0
| | | | | | | condition in qtnx and libnxcl." This reverts commit 4eae840bd56bda22b7bf6c9a55f1118ed62461e4. It does not fix qtnx failures that occur with this version of nxagent.
* Add patch: 111_nxcomp_byerace.full+lite.patch. Work around race condition in ↵Mike Gabriel2012-02-083-0/+24
| | | | qtnx and libnxcl.
* another fix for the main MakefileMike Gabriel2012-02-071-10/+13
|