ahiaao
f216b03d5b
tigervnc: fix compatibility with xorgserver 1.20.7
2020-02-11 09:46:24 +01:00
R. RyanTM
e91f467811
tigervnc: 1.10.0 -> 1.10.1
2019-12-24 12:01:35 -08:00
itsHMR
a46e3ebae5
tigervnc: add perl to buildInputs ( #75367 )
...
tigervnc ships vncserver, quote from the documentation:
vncserver - a wrapper script which makes starting Xvnc more convenient vncserver requires Perl.
2019-12-14 18:06:01 +01:00
R. RyanTM
0321a2aa12
tigervnc: 1.9.0 -> 1.10.0
...
* tigervnc: 1.9.0 -> 1.10.0 (#74679 )
+ refresh meta.homepage
2019-11-30 15:42:50 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
tilpner
70bd091f16
tigervnc: 1.8.0pre2017041 -> 1.9.0
2018-12-05 22:00:40 +01:00
Matthew Justin Bauer
e5861b8e0d
tigervnc: add makeWrapper to nativeBuildInputs
...
Fixes #40654
2018-05-17 10:27:08 -05:00
Alexander V. Nikolaev
1bc1909e5b
treewide: transition from mesa_glu to libGLU
2018-02-24 17:05:43 +02:00
Will Dietz
30b5b0d48b
tigervnc: enable composite (required by glx, which we enable)
2018-01-05 10:34:21 -06:00
Will Dietz
2edf41e6bb
tigervnc: build in parallel
2018-01-05 10:32:40 -06:00
Vladimír Čunát
9f1b54b31b
tigervnc: fixup build after xorgserver changes
...
The server itself doesn't need those build inputs anymore,
but tigervnc does, apparently.
2017-10-08 17:54:49 +02:00
Frederik Rietdijk
febd5e323d
Merge remote-tracking branch 'upstream/master' into HEAD
2017-09-08 20:48:14 +02:00
Jason Miller
e9183fd2d4
tigervnc: correct default ssh client path ( #29084 )
...
* 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
2017-09-08 19:45:17 +01:00
John Ericson
252b36a28d
misc pkgs: Recategorize some dependencies
2017-09-05 11:37:10 -04:00
Jörg Thalheim
63b294eb0c
tigervnc: 1.8.0pre20170211 -> 1.8.0pre20170419
2017-05-07 09:38:42 +01:00
Michael Raskin
909a1dd569
tigervnc: 1.7.1 -> 1.8.0pre20170211
...
This allows to build with X.org server 1.19.1
2017-02-13 15:30:19 +01:00
Graham Christensen
d66fa9acfd
tigervnc: 1.7.0 -> 1.7.1 for CVE-2017-5581
2017-02-03 07:34:25 -05:00
Jörg Thalheim
8aecafcf5e
tigervnc: fix missing Xvnc (xauth) ( #21110 )
...
the xorg patch was not applied.
Also a different root for `make install` is needed.
In addition more unnessary option are disabled.
2016-12-13 17:27:23 +01:00
Travis Whitaker
39ad303e21
tigervnc: 1.6.0 -> 1.7.0
2016-11-19 23:34:53 -08:00
Alexander Ried
e7ded267bd
xserver: replace XKB_BINDIR with compile time option
...
---
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.
2016-10-03 15:03:02 +02:00
Michael Raskin
c2d9c35ebd
tigervnc: fix build by adding dependencies
2016-04-13 15:21:11 +02:00
Tony White
3a4aa2a109
tigervnc: prevent nix store collison
...
- 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
2016-01-14 06:31:30 +00:00
Christoph Hrdinka
32a36e8a6a
tigervnc: git-20150504 -> 1.6.0
2016-01-12 22:36:15 +01:00
Michael Raskin
9ce93b6c29
Update TigerVNC to Git version; needed for GNU TLS compatibility
2015-05-21 19:48:25 +03:00
Brian McKenna
dc1ea2e968
tigerVNC: fix by updating ( close #6852 )
...
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.
2015-03-22 20:28:04 +01:00
Michael Raskin
35bf361608
Merge pull request #3615 from bosu/tigervnc-xkb-fix
...
tigervnc: fix xkb configuration for Xvnc
2014-08-23 12:54:49 +04:00
Boris Sukholitko
2815cdb8a7
tigervnc: fix xkb configuration for Xvnc
...
Without those fixes, Xvnc doesn't work at all.
2014-08-15 17:51:50 +03:00
Boris Sukholitko
91293785e8
tigervnc: upgrade to 1.3.1 security release
...
The source is on github archive now. Therefore switch to fetchurl.
2014-08-15 14:37:22 +03:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Michael Raskin
f6d51f7717
Buid Xvnc in TigerVNC
2014-01-04 15:02:52 +04:00
Michael Raskin
af9db522cf
Update FLTK and TigerVNC; doesn't fix TigerVNC Xvnc build per se
2014-01-01 01:36:57 +04:00
Vladimír Čunát
21f36d7316
tigervnc: fix build via not applying a patch
...
It's in our standard xorg-server now.
2013-11-23 13:08:04 +01:00
Eelco Dolstra
2dc0e9070e
tigervnc: Drop dependency on libxcrypt
...
http://hydra.nixos.org/build/3875072
2013-01-28 17:19:03 +01:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Eelco Dolstra
5be0a9acd7
Rename hostDrv -> crossDrv, buildDrv -> nativeDrv
...
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).
2012-12-28 19:08:19 +01:00
Michael Raskin
0e930058ae
Update TigerVNC to SVN checkout that at least builds..
2012-10-18 20:49:22 +04:00
Eelco Dolstra
932d5bee54
* X.org 7.7 RC1. Note that xorg-server doesn't build yet.
...
svn path=/nixpkgs/branches/x-updates/; revision=34147
2012-05-16 22:06:27 +00:00
Michael Raskin
fdbef21ceb
Adjust most things to be cross-buildable. Problem: gnutls. Solution: manually replace it with openssl while cross-building
...
svn path=/nixpkgs/trunk/; revision=30709
2011-12-03 09:29:38 +00:00
Michael Raskin
a6da9f24c7
Fix more incorrect native/target buildInput split in tigervnc; current stumbling block is gnutls
...
svn path=/nixpkgs/trunk/; revision=30682
2011-12-02 06:02:40 +00:00
Michael Raskin
791aaf0357
Use Xorg buildNativeInputs correctly
...
svn path=/nixpkgs/trunk/; revision=30680
2011-12-02 05:50:53 +00:00
Michael Raskin
3b1a603782
Propagate buildNativeInputs without changing their types
...
svn path=/nixpkgs/trunk/; revision=30679
2011-12-02 05:50:08 +00:00
Michael Raskin
32eff94091
Pass all configureFlags - including cross-build options, for example
...
svn path=/nixpkgs/trunk/; revision=30678
2011-12-02 04:16:58 +00:00
Eelco Dolstra
d0c78d6a58
* TigerVNC updated to 1.1.0.
...
* Build TigerVNC with TLS and PAM support. TLS support is important
to support encrypted VNC servers.
svn path=/nixpkgs/trunk/; revision=30372
2011-11-10 19:05:43 +00:00
Michael Raskin
18d0193c18
Update TigerVNC
...
svn path=/nixpkgs/trunk/; revision=25546
2011-01-13 22:08:03 +00:00
Lluís Batlle i Rossell
41b7a3cda6
Making tigervnc build with the xserver 1.8
...
svn path=/nixpkgs/trunk/; revision=22802
2010-07-29 07:59:06 +00:00
Lluís Batlle i Rossell
cf37b58466
Making tigervnc build on armv5tel-linux (setting it not to require the mesa dri)
...
svn path=/nixpkgs/trunk/; revision=22597
2010-07-14 10:21:56 +00:00
Lluís Batlle i Rossell
4301f209c9
Making the tigervnc server work.
...
svn path=/nixpkgs/trunk/; revision=22584
2010-07-13 17:57:13 +00:00
Lluís Batlle i Rossell
6a1cee4a69
Trouble in my last tigervnc commit. Fixing it.
...
svn path=/nixpkgs/trunk/; revision=22570
2010-07-12 22:32:22 +00:00
Lluís Batlle i Rossell
6c0b62d1a5
Made the tightvnc build the Xvnc server - although I still did not manage to start it.
...
svn path=/nixpkgs/trunk/; revision=22569
2010-07-12 22:15:50 +00:00