| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
No current distribution ship anything this ancient anyway.
|
|
|
|
|
| |
This makes our builds directly compatible with most distributions
without packagers/users having to specify extra flags.
|
|
|
|
|
|
| |
Running as a service on a SELinux system requires rules so we can
transition to our own context. We also need the proper permissions
to start new user sessions.
|
|
|
|
|
|
|
|
|
| |
This sets up a more correct session as there are key tasks that
need to be performed by PAM. E.g. systemd will allocate cgroups
and start base services.
In order to easily handle this as a system service the mapping of
displays is now done via a configuration file.
|
|
|
|
|
|
|
| |
It is the most common init system these days so it should not be
hidden in the contrib/ directory.
This also removes all old SysV files from the contrib packages.
|
|
|
|
| |
Install some example files to make things more easily discoverable.
|
|
|
|
|
| |
These are EOL (or soon to be) and we want to start relying on things
present in current distributions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Make the builds faster as we now run them often via Travis.
|
| |
|
|
|
|
|
| |
Remove the unused Java self sign variable, and make sure we don't
hard code a version as it needs to be adjusted before a build.
|
|
|
|
| |
libXft is needed to build FLTK for the RHEL 6 RPM.
|
|
|
|
|
|
| |
The supporting scripts weren't really up to date, so remove them
and just require the packager to include FLTK in the source
tarball.
|
|
|
|
| |
It is needed by x0vncserver.
|
| |
|
|
|
|
| |
It is needed to build Xvnc.
|
|
|
|
| |
They include a new enough version, so stop doing our own build.
|
|
|
|
|
| |
Packages for RHEL 5 and Ubuntu 12.04 are no longer maintained, so
remove those files.
|
|
|
|
|
| |
These are for ancient versions of FLTK and are not needed in the
versions required by us.
|
|
|
|
|
|
|
| |
Two minor issues:
This script is written in python two which is depreciated, and should be rewritten in python three, but I have so far been successful in not learning python. :-) to simplify debugging I have clarified that it needs a python two interpreter.
This script downloads an old version of mesa (an update may be appropriate), unfortunately the release candidate previously specified is no longer available, so an update to the next released version was made.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Applets don't work anymore so remove everything that has to do
with serving them.
|
|/
|
|
| |
Our main web site now supports https, so update all references.
|
| |
|
| |
|
| |
|
|
|
|
| |
See issue #534
|
| |
|
| |
|
|
|
|
| |
Fixes issue #408
|
|
|
|
| |
Fixes #360
|
|
|
|
| |
Fixes #349
|
|
|
|
|
| |
OpenJDK 7u111 on el6 now throws an exception if the TSA URL scheme
is https.
|
| |
|
|
|
|
|
|
|
| |
Debian patches libtool so that the default value of
link_all_deplibs is set to 'no' rather than 'unknown',
causing transitive dependencies in shared objects to
be lost.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The package is based on the contrib ubuntu-trusty debian package. The
following modifications have been made:
The current tigervnc sources can be used unmodified as the .orig
tarball for the debian package, so get-orig-source.sh is gone.
The ubuntu xorg-server-sources package provides the xorg sources used
to build tigervnc. The two small patches which where in the trusty
quilt series are now applied to the xorg sources after they have been
extracted. There is no quilt series anymore at this point.
Fltk 1.3.3 is available in the xenial repositories and it is used to build
xtigervncviewer. No need to get the fltk sources. patch_fltk.sh is gone.
Fixed some dependencies to reflect changes between trusty and xenial.
Removed configure options not recognized by configure.
The install target is not called a second time for the viewer package,
but the viewer files are moved from the server installation. (Eliminate
file conflicts during binary package installation.)
Note: Some dependencies (including libfltk1.3 and xorg-server-source) are
found in the xenial universe repository only.
|
|
|
|
| |
Patch taken directly from f22 nettle package
|
|
|
|
| |
NASM 2.01 can be rebuilt from el6 spec file
|
| |
|