about summary refs log tree commit diff
path: root/pkgs/tools/admin/tigervnc
Commit message (Collapse)AuthorAge
* tigervnc: 1.10.0 -> 1.10.1R. RyanTM2019-12-24
|
* tigervnc: add perl to buildInputs (#75367)itsHMR2019-12-14
| | | | tigervnc ships vncserver, quote from the documentation: vncserver - a wrapper script which makes starting Xvnc more convenient vncserver requires Perl.
* tigervnc: 1.9.0 -> 1.10.0R. RyanTM2019-11-30
| | | | | * tigervnc: 1.9.0 -> 1.10.0 (#74679) + refresh meta.homepage
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|
* tigervnc: 1.8.0pre2017041 -> 1.9.0tilpner2018-12-05
|
* tigervnc: add makeWrapper to nativeBuildInputsMatthew Justin Bauer2018-05-17
| | | Fixes #40654
* treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-24
|
* tigervnc: enable composite (required by glx, which we enable)Will Dietz2018-01-05
|
* tigervnc: build in parallelWill Dietz2018-01-05
|
* tigervnc: fixup build after xorgserver changesVladimír Čunát2017-10-08
| | | | | The server itself doesn't need those build inputs anymore, but tigervnc does, apparently.
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-08
|\
| * tigervnc: correct default ssh client path (#29084)Jason Miller2017-09-08
| | | | | | | | | | | | | | | | | | * tigervnc: correct default ssh client path The -via command sets up an ssh tunnel, but is hardcoded to /usr/bin/ssh upstream. This patches it to use the nixpkgs openssh client. * tigervnc: patch ssh path correctly
* | misc pkgs: Recategorize some dependenciesJohn Ericson2017-09-05
|/
* tigervnc: 1.8.0pre20170211 -> 1.8.0pre20170419Jörg Thalheim2017-05-07
|
* tigervnc: 1.7.1 -> 1.8.0pre20170211Michael Raskin2017-02-13
| | | | This allows to build with X.org server 1.19.1
* tigervnc: 1.7.0 -> 1.7.1 for CVE-2017-5581Graham Christensen2017-02-03
|
* tigervnc: fix missing Xvnc (xauth) (#21110)Jörg Thalheim2016-12-13
| | | | | the xorg patch was not applied. Also a different root for `make install` is needed. In addition more unnessary option are disabled.
* tigervnc: 1.6.0 -> 1.7.0Travis Whitaker2016-11-19
|
* xserver: replace XKB_BINDIR with compile time optionAlexander Ried2016-10-03
| | | | | | | | --- Using the configure option relieves us of the patch and passing the path via the env var in many places. Also the env var may not be inherited when components like gdm spawn new sessions.
* tigervnc: fix build by adding dependenciesMichael Raskin2016-04-13
|
* tigervnc: prevent nix store collisonTony White2016-01-14
| | | | | | | - Prevent store collison with the xserver for two files - Stop gcc from complaining at build time about C and CXX flags - Enable parallel building for this expression - Move to the new way of calling Xorg and it's dependencies
* tigervnc: git-20150504 -> 1.6.0Christoph Hrdinka2016-01-12
|
* Update TigerVNC to Git version; needed for GNU TLS compatibilityMichael Raskin2015-05-21
|
* tigerVNC: fix by updating (close #6852)Brian McKenna2015-03-22
| | | | | | | | The default xorgserver is now on 1.16 and so the patch needs to change. The 116 patch is not in 1.3.1 so we also need to upgrade. I don't know how to compute this filename since the xorgserver derivation doesn't have a version attribute.
* Merge pull request #3615 from bosu/tigervnc-xkb-fixMichael Raskin2014-08-23
|\ | | | | tigervnc: fix xkb configuration for Xvnc
| * tigervnc: fix xkb configuration for XvncBoris Sukholitko2014-08-15
| | | | | | | | Without those fixes, Xvnc doesn't work at all.
* | tigervnc: upgrade to 1.3.1 security releaseBoris Sukholitko2014-08-15
|/ | | | The source is on github archive now. Therefore switch to fetchurl.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Buid Xvnc in TigerVNCMichael Raskin2014-01-04
|
* Update FLTK and TigerVNC; doesn't fix TigerVNC Xvnc build per seMichael Raskin2014-01-01
|
* tigervnc: fix build via not applying a patchVladimír Čunát2013-11-23
| | | | It's in our standard xorg-server now.
* tigervnc: Drop dependency on libxcryptEelco Dolstra2013-01-28
| | | | http://hydra.nixos.org/build/3875072
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
| | | | | | This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
* Update TigerVNC to SVN checkout that at least builds..Michael Raskin2012-10-18
|
* * X.org 7.7 RC1. Note that xorg-server doesn't build yet.Eelco Dolstra2012-05-16
| | | | svn path=/nixpkgs/branches/x-updates/; revision=34147
* Adjust most things to be cross-buildable. Problem: gnutls. Solution: ↵Michael Raskin2011-12-03
| | | | | | manually replace it with openssl while cross-building svn path=/nixpkgs/trunk/; revision=30709
* Fix more incorrect native/target buildInput split in tigervnc; current ↵Michael Raskin2011-12-02
| | | | | | stumbling block is gnutls svn path=/nixpkgs/trunk/; revision=30682
* Use Xorg buildNativeInputs correctlyMichael Raskin2011-12-02
| | | | svn path=/nixpkgs/trunk/; revision=30680
* Propagate buildNativeInputs without changing their typesMichael Raskin2011-12-02
| | | | svn path=/nixpkgs/trunk/; revision=30679
* Pass all configureFlags - including cross-build options, for exampleMichael Raskin2011-12-02
| | | | svn path=/nixpkgs/trunk/; revision=30678
* * TigerVNC updated to 1.1.0.Eelco Dolstra2011-11-10
| | | | | | | * Build TigerVNC with TLS and PAM support. TLS support is important to support encrypted VNC servers. svn path=/nixpkgs/trunk/; revision=30372
* Update TigerVNCMichael Raskin2011-01-13
| | | | svn path=/nixpkgs/trunk/; revision=25546
* Making tigervnc build with the xserver 1.8Lluís Batlle i Rossell2010-07-29
| | | | svn path=/nixpkgs/trunk/; revision=22802
* Making tigervnc build on armv5tel-linux (setting it not to require the mesa dri)Lluís Batlle i Rossell2010-07-14
| | | | svn path=/nixpkgs/trunk/; revision=22597
* Making the tigervnc server work.Lluís Batlle i Rossell2010-07-13
| | | | svn path=/nixpkgs/trunk/; revision=22584
* Trouble in my last tigervnc commit. Fixing it.Lluís Batlle i Rossell2010-07-12
| | | | svn path=/nixpkgs/trunk/; revision=22570
* Made the tightvnc build the Xvnc server - although I still did not manage to ↵Lluís Batlle i Rossell2010-07-12
| | | | | | start it. svn path=/nixpkgs/trunk/; revision=22569
* TigerVNC (without the server Xvnc still)Lluís Batlle i Rossell2010-07-12
svn path=/nixpkgs/trunk/; revision=22568