Frederik Rietdijk
1828a5c5ba
Merge master into staging-next
2018-11-30 17:46:21 +01:00
Matthew Bauer
c0a804c747
treewide: add dontUseImakeConfigure where needed
...
We need to set dontUseImakeConfigure in a few places to prevent imake
from overriding the default configure phase. This packages all have a
configure script that needs to get run:
- Xaw3d
- R
- tkgate
- ssvnc
2018-11-28 20:14:45 -06:00
Peter Hoeg
1d3a243a25
freerdp: 2.0.0-rc3 -> 2.0.0-rc4
2018-11-22 10:32:53 +08:00
Jörg Thalheim
e354db0f6f
Merge branch 'staging' into auto-update/remmina
2018-11-18 10:45:23 +00:00
R. RyanTM
c79d621a11
remmina: 1.2.32 -> 1.2.32.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2018-11-18 01:52:55 -08:00
zimbatm
cef08f162e
remmina: use pname instead of name
...
Co-Authored-By: Synthetica9 <git@hilhorst.be>
2018-11-06 00:17:04 +01:00
Jan Tojnar
1d077e6286
remmina: fix version
2018-11-05 00:09:22 +01:00
Jan Tojnar
b4c54485bf
remmina: clean up
...
Desktop file is included now, so no need to create it manually.
libgnome-keyring is not used anymore, libsecret replaced it.
2018-10-28 11:10:08 +01:00
Renato Alves
7cd0cec3f4
freerdp: 2.0.0-rc2 -> 2.0.0-rc3
2018-10-20 16:53:15 +02:00
Jan Malakhovski
9f32d79ef4
remmina: reindent
2018-10-19 19:14:31 +00:00
Jan Malakhovski
972ec8b3be
remmina: make gnome support optional
...
There's no runtime option to disable GNOME stuff, and storing things in
GNOME Keyring is very inconvenient for non-GNOME users.
2018-10-19 19:14:25 +00:00
Jan Malakhovski
8ec6322711
remmina: remove webkitgtk dependency
...
It was used by "survey" module which was removed in revision
d97920eb9b32dbe17b85f8eff12928d26c19fd3d of their repository
on 2016-12-13.
Meanwhile, WebKit plugin is a separate package
https://aur.archlinux.org/packages/remmina-plugin-webkit/
not packaged in nixpkgs.
2018-10-19 19:12:36 +00:00
R. RyanTM
91638e161e
remmina: 1.2.31.4 -> 1.2.32
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
2018-10-14 09:01:22 +02:00
R. RyanTM
43c8aa89a6
remmina: 1.2.31.3 -> 1.2.31.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
remmina
2018-09-06 12:44:14 -07:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
R. RyanTM
70636aa397
remmina: 1.2.31.2 -> 1.2.31.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions .
2018-08-23 21:19:10 -07:00
Matthew Bauer
fca6cdc362
Merge pull request #44632 from matthewbauer/putty
...
Support building putty for windows
2018-08-10 12:41:36 -04:00
R. RyanTM
bf1b50cbc8
remmina: 1.2.30.1 -> 1.2.31.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/remmina/versions .
2018-08-08 06:45:41 -07:00
Matthew Bauer
b744586c7b
putty: build on windows
2018-08-07 14:17:11 -04:00
Maximilian Bosch
3d7b147a2c
citrix_receiver: drop all packages below 13.8
...
All Citrix versions until 13.7 will be EOLed during the lifetime of
18.09: https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2018-08-06 15:17:14 +02:00
Maximilian Bosch
10b2208ec5
citrix_receiver: allow custom certs and hooks for the installation
...
Sometimes it's required to modify some parts of the Citrix build on
their own which is why `{pre,post}Install` hooks can be quite helpful.
Additionally some corporate clients use their own certificates that
aren't stored as trusted ones in the `cacert` package with all of the
trusted certs by Mozilla.
Now it's possible to add custom certs like this:
``` nix
with import <nixpkgs> { config.allowUnfree = true; };
let path = ../../Downloads/custom-corporate-cert.pem; in
citrix_receiver.override {
extraCerts = [ path ];
}
```
2018-08-06 15:16:16 +02:00
volth
cc55a3ebcb
treewide: fix build with disallowed aliases ( #43872 )
...
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Vladimír Čunát
0f01215203
Merge branch 'master' into staging-next
...
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
R. RyanTM
a45053c175
x2goclient: 4.1.2.0 -> 4.1.2.1
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/x2goclient/versions .
2018-07-10 21:08:01 -07:00
Peter Hoeg
be3ee6f440
anydesk: fix application shortcut
2018-07-09 00:03:41 +08:00
volth
ed5a676c7a
xrdp: 0.9.5 -> 0.9.7 ( #43041 )
2018-07-05 00:15:47 +02:00
Vladimír Čunát
c1ffc65d1a
Merge branch 'master' into staging
...
This apparently fixes some broken src fetches (gnuradio, twisted).
2018-07-02 11:10:26 +02:00
Vladimír Čunát
f7781f5293
Merge branch 'master' into staging
2018-06-30 01:41:59 +02:00
obadz
79b33a2c00
citrix-receiver: 13.9.1 -> 13.10.0
2018-06-29 21:33:09 +01:00
obadz
a046d8c873
citrix-receiver: override libidn 1.35 back to 1.34 just for this binary pkg
2018-06-29 21:33:07 +01:00
Jan Tojnar
3784fd5e46
pcsclite: split package
2018-06-29 04:40:54 +02:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Averell Dalton
8e81c7c7a6
x2goclient: 4.1.1.1 -> 4.1.2.0
2018-06-23 23:32:50 +02:00
Averell Dalton
67e13d60c4
x2goclient: fix build with qt 5.11
2018-06-22 17:32:07 +02:00
Ryan Mulligan
df74d3720a
remmina: 1.2.0-rcgit.24 -> 1.2.30.1
...
The project moved to GitLab.
Add @ryantm and @melsigl as maintainers. Melsigl from
https://github.com/NixOS/nixpkgs/pull/41549
Closes #41549
2018-06-17 05:59:38 -07:00
obadz
34d3a97ec6
citrix-receiver: add workaround to #41279
2018-06-09 15:20:03 +01:00
obadz
62f4cc349b
citrix-receiver: fix default version
2018-06-09 15:19:48 +01:00
John Ericson
db4d77779c
Merge remote-tracking branch 'upstream/master' into staging
2018-05-21 20:21:48 -04:00
averelld
e92d68e3ab
x2goclient: qt4 -> qt5 ( #40811 )
2018-05-20 21:53:45 +02:00
Vladimír Čunát
392e6de7d0
Merge branch 'master' into staging
2018-05-20 13:20:53 +02:00
averelld
b998139b85
x2goclient: 4.1.0.0 -> 4.1.1.1 ( #40793 )
2018-05-19 23:46:26 +02:00
John Ericson
2c5d915200
Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging
2018-05-13 01:02:09 -04:00
obadz
204049763b
citrix-receiver: 13.9.0 -> 13.9.1
2018-05-12 14:03:49 +01:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions
2018-05-02 15:40:38 -05:00
Matthew Bauer
a7d5c50034
all-packages: cleanup from last commit
2018-05-01 13:54:51 -05:00
xeji
9badee01c1
teamviewer 12.0.90041 -> 13.1.3026
...
bump, move to qt5, drop i686 support
2018-04-27 00:45:32 +02:00
Peter Hoeg
da4695009c
freerdp: 2.0.0-rc1 -> 2.0.0-rc2
2018-04-19 10:31:19 +08:00
Franz Pletz
6e55d83576
Merge pull request #36673 from averelld/upgrade-teamviewer
...
teamviewer: 12.0.85001 -> 12.0.90041
2018-03-13 18:42:37 +00:00
volth
7ec0471242
treewide: s/xlibs/xorg/g ( #36889 )
2018-03-13 10:16:03 +00:00
Averell Dalton
4b00e5c1a9
teamviewer: 12.0.85001 -> 12.0.90041
2018-03-09 18:09:39 +01:00
obadz
daafd1d71f
citrix-receiver: 13.8.0 -> 13.9.0
...
The "A network error occured (SSL error 4)" is finally fixed!
2018-03-08 19:21:51 +00:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
obadz
29542830a8
citrix_receiver: fix build errors in recent version
...
./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax
(See #33556 )
2018-02-24 13:10:20 +00:00
volth
7dea2ababc
xrdp: 0.9.3 -> 0.9.5
2018-02-19 00:08:23 +00:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Frederik Rietdijk
3b36db74eb
citrix_receiver: 13.7.0 -> 13.8.0
2018-01-08 01:35:32 +00:00
Vladimír Čunát
3a110ea3f9
treewide platform checks: abort
-> throw
...
They aren't meant to be critical (uncatchable) errors.
Tested with nix-env + checkMeta:
[ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
2017-12-12 18:08:10 -05:00
Jörg Thalheim
f04a2107e0
remmina: 1.2.0-rcgit.17 -> 1.2.0-rcgit.24
2017-12-09 09:57:55 +00:00
volth
55ef11ad2b
freerdp: fix aarch64 build
2017-12-07 04:40:33 +00:00
Peter Hoeg
f649b0497d
freerdp: 2.0.0-rc0 -> 2.0.0-rc1
2017-12-05 22:47:50 +08:00
Bastian Köcher
1ba448252d
teamviewer: 12.0.76279 -> 12.0.85001
2017-12-01 13:50:35 +01:00
David McFarland
916d1a409c
rdesktop: enable credssp w/ libgssglue
2017-11-22 12:33:32 -04:00
obadz
26122b368a
citrix_receiver: refactor so older versions can still be installed
...
Version 13.4.0 is the latest version that doesn't suffer from the bug
described at
https://discussions.citrix.com/topic/385459-ssl-error-with-135-works-with-134/page-2#entry1977735
As a result, upgrades to 13.5.0, 13.6.0 and 13.7.0 were postponed.
However some users aren't affected by this big. This enables everyone to
download the version that suits their needs.
Related to: #23975 , #27664 , #30029
2017-10-23 18:02:20 +01:00
Renaud
a1d6716252
putty: 0.67 -> 0.70
...
+ use stable src URL and add a mirror
2017-10-21 22:11:19 +03:00
Jörg Thalheim
2820830e3e
Merge pull request #30029 from jensbin/citrix_receiver_13.7.0
...
citrix-receiver: 13.4.0 -> 13.7.0
2017-10-13 21:25:39 +01:00
Jens Binkert
085188ee3e
citrix-receiver: 13.4.0 -> 13.7.0
2017-10-02 21:29:33 +02:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Lukas Werling
a8aef188c8
x2goclient: 4.0.5.1 -> 4.1.0.0
...
Add openssh as dependency for sftp-server. When connecting, x2goclient
crashes if it can't find that executable.
2017-09-04 18:41:00 +02:00
Lancelot SIX
310e2d677a
freerdp: 20170502 -> 20170724
...
Fixes multiple security issues:
* TALOS-2017-0336 CVE-2017-2834
* TALOS-2017-0337 CVE-2017-2834
* TALOS-2017-0338 CVE-2017-2836
* TALOS-2017-0339 CVE-2017-2837
* TALOS-2017-0340 CVE-2017-2838
* TALOS-2017-0341 CVE-2017-2839
See http://www.freerdp.com/2017/07/24/freerdp-security for announcement.
2017-08-27 02:09:19 +02:00
Matthew Justin Bauer
2eacddf0dc
treewide: homepage URL fixes ( #28475 )
...
* pgadmin: use https homepage
* msn-pecan: move homepage to github
google code is now unavailable
* pidgin-latex: use https for homepage
* pidgin-opensteamworks: use github for homepage
google code is unavailable
* putty: use https for homepage
* ponylang: use https for homepage
* picolisp: use https for homepage
* phonon: use https for homepage
* pugixml: use https for homepage
* pioneer: use https for homepage
* packer: use https for homepage
* pokerth: usee https for homepage
* procps-ng: use https for homepage
* pycaml: use https for homepage
* proot: move homepage to .github.io
* pius: use https for homepage
* pdfread: use https for homepage
* postgresql: use https for homepage
* ponysay: move homepage to new site
* prometheus: use https for homepage
* powerdns: use https for homepage
* pm-utils: use https for homepage
* patchelf: move homepage to https
* tesseract: move homepage to github
* quodlibet: move homepage from google code
* jbrout: move homepage from google code
* eiskaltdcpp: move homepage to github
* nodejs: use https to homepage
* nix: use https for homepage
* pdf2djvu: move homepage from google code
* game-music-emu: move homepage from google code
* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Volth
fdbdccf1a7
xrdp: abs path to garbage directory
2017-07-31 00:43:15 +00:00
volth
fd1b618852
xrdp: 0.9.2 -> 0.9.3 ( #27742 )
2017-07-29 16:16:19 +01:00
Peter Hoeg
e10d7655dc
anydesk: init at 2.9.4
2017-07-28 16:05:35 +08:00
Orivej Desh
99587bc9fa
rdesktop: enable IPv6 support
2017-05-17 18:53:36 +00:00
Volth
cfd831437f
freerdp: 20170201 -> 20170502
2017-05-02 23:12:02 +00:00
Michael Raskin
eb79a9b8c5
Revert "citrix-receiver: 13.4.0 -> 13.5.0"
...
This reverts commit d1a4cba04a
.
https://discussions.citrix.com/topic/385408-receiver-135-keyboard-no-longer-working
2017-05-01 11:14:14 +02:00
Neil Mayhew
d1a4cba04a
citrix-receiver: 13.4.0 -> 13.5.0
2017-04-30 22:49:21 +02:00
Volth
965d0dab78
xrdp: 0.9.1 -> 0.9.2
2017-04-29 17:23:35 +00:00
volth
dad760061e
xrdp: init at 0.9.1
2017-04-29 17:23:35 +00:00
Nick Hu
90c5bf8c58
teamviewer: 12.0.71510 -> 12.0.76279
2017-04-29 00:29:18 +01:00
Christoph-Simon Senjak
dcbb2bf751
teamviewer: keep RTlib directory
...
Added the formerly deleted RTlib directory, included its
patchelf commands. Beforehand the client failed, because
TVGuiDelegate did not find all symbols.
fixes #24862
2017-04-13 14:46:59 +02:00
Dmitry Kalinkin
7035325c62
citrix-receiver: fix wrapper, direct dl url, $PWD needs escaping
...
(edited by @obadz, closes #24320 )
2017-03-26 14:28:54 +01:00
obadz
17bfb6a08a
citrix-receiver: add link to webpage with all versions and adjust to change in nix-prefetch-url
...
Helps with #23975
2017-03-18 02:18:28 +00:00
Peter Hoeg
94b0128cc6
remmina: 1.2.0-rcgit.15 -> 1.2.0-rcgit.17
...
We also drop the embedded freerdp in favour of freerdp from upstream.
2017-02-05 14:05:31 +08:00
Peter Hoeg
05684f313e
freerdp: 20160909 -> 20170201 and rename old freerdp to freerdp_legacy
...
The former "stable" version of FreeRDP was actually not stable - it just
happened to have a released version while being both buggy and insecure.
The "unstable" branch hasn't seen a release in years, but everybody
should be using this instead and I have been using it as a daily driver
for ages.
This new version works beautifully here.
If/when at some point upstream does a normal release, we can bring back
stable/unstable if needed.
As I am quite dependent on FreeRDP working properly, I will be commit to
keeping this updated.
The commit used for this release follows the Arch Linux release.
2017-02-05 14:03:59 +08:00
Gabriel Ebner
14a35a55c7
remmina: fix missing gsettings schemas
2017-01-09 09:57:39 +01:00
Eric Litak
7b2a37f5c8
remmina: add icon packages as soft deps ( #21411 )
2016-12-25 19:04:47 +00:00
mimadrid
f75f0ac1f4
teamviewer: 11.0.57095 -> 12.0.71510
2016-12-17 19:04:48 +01:00
obadz
38c6a88274
citrix-receiver: 13.3.0 -> 13.4.0
2016-11-12 16:43:30 +00:00
mingchuan
40d8b743f4
remmina: fix GSettings schemas not found error
...
Use gappWrapper to wrap the program so that remmina can find GSettings schemas.
2016-10-21 17:39:43 +08:00
obadz
7a8d300823
remmina: 1.0.0 -> 1.2.0-rcgit.15
...
Fixes build post FreeRDP upgrade (5abb36b)
2016-10-02 19:35:35 +01:00
Graham Christensen
4c0b07ce1e
freerdp: Mark stable as broken
...
re: https://github.com/NixOS/nixpkgs/issues/19075 #19075
re: https://lwn.net/Vulnerabilities/702121/
re: https://lwn.net/Vulnerabilities/604034/
Other distributions seem to have switched to Unstable instead.
2016-09-29 08:00:30 -04:00
Alexander Ried
3e20ba60a1
freerdp: work around pkgconfig limitation
...
Fixes weston build against freerdp2
Closes https://github.com/NixOS/nixpkgs/pull/18556
2016-09-17 13:54:36 +02:00
Shea Levy
49ba0b7896
Merge branch 'freerdp2' of git://github.com/peterhoeg/nixpkgs
2016-09-13 07:45:05 -04:00
Peter Hoeg
40e47a95d7
freerdp: add missing libXrender dependency
2016-09-13 19:06:46 +08:00
Nikolay Amiantov
4748709926
Merge commit 'refs/pull/18498/head' of git://github.com/NixOS/nixpkgs
2016-09-13 12:51:34 +03:00
Robert Glossop
5490018034
freerdpUnstable: 1.2.0 -> 2.0
2016-09-12 12:13:48 -04:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
obadz
0e8d2725dc
Merge branch 'master' into staging
2016-08-23 18:50:06 +01:00
Tuomas Tynkkynen
5ae4471fb5
treewide: Fix output references to gtk
2016-08-23 04:53:05 +03:00
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Robin Gloster
8031cba2ab
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-06-10 09:27:04 +00:00
Nikolay Amiantov
9dc2ab3d16
teamviewer: 11.0.53191 -> 11.0.57095
...
Also fixes #15965
2016-06-03 23:46:07 +03:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Gabriel Ebner
ad94726f9e
remmina: set correct path to libX11.so.6
2016-05-30 08:04:54 +02:00
Bjørn Forsman
41eafd25a0
Revert "x2goclient: move to qmake4Hook"
...
This reverts commit 83406bc171
, because
it broke the build.
x2goclient requires to be built with its top-level (hand coded) Makefile
(in accordance with upstream documentation). Invoking qmake directly on
the .pro file, without specifying a separate build tree, will overwrite
the Makefile and break the build.
For instance, there are no install rules in the .pro file. That exists
only in the Makefile.
2016-05-29 11:38:41 +02:00
Tuomas Tynkkynen
2a73de6e6c
treewide: Make explicit that 'dev' output of openssl is used
2016-05-19 10:02:23 +02:00
Robin Gloster
c92bca56f8
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-02 22:58:02 +00:00
Nikolay Amiantov
83406bc171
x2goclient: move to qmake4Hook
2016-04-20 18:55:47 +03:00
Robin Gloster
3e68106afd
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-07 21:52:26 +00:00
georgewhewell
679dc0e707
putty: 0.66 -> 0.67
2016-04-07 11:38:42 +00:00
Robin Gloster
bbbaccfa68
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-04 15:24:52 +00:00
obadz
3a75ed4464
citrix-receiver: fix patchelf error during installPhase
...
Due to recent change in patchelf, it's now necessary to run chmod u+w
prior to running patchelf itself. Fixes #14440 for citrix-receiver
2016-04-04 15:44:26 +01:00
Franz Pletz
2e08d8234e
Merge remote-tracking branch 'origin/master'
2016-03-31 10:06:30 +02:00
Tobias Geerinckx-Rice
57f4678bbb
x2goclient: 4.0.5.0 -> 4.0.5.1
2016-03-31 02:53:31 +02:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
e0200a507b
ssvnc: turn off format hardening
2016-02-25 20:06:54 +00:00
Guillaume Maudoux
9eb6372c6b
teamviewer: fix wrong in sed usage
2016-02-20 14:02:38 +01:00
Your Name
aeee493704
Bugfix: ssvnc had a hard dependency on /usr/bin/perl which is now replaced
2016-02-10 10:48:51 +01:00
Franz Pletz
90f987718c
Merge pull request #12689 from obadz/citrix
...
citrix-receiver: 13.2.1 -> 13.3.0
2016-01-30 15:48:34 +01:00
Tobias Geerinckx-Rice
9fb8020e4e
Add version attribute where maintainers |= nckx
...
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
obadz
c6ff65ca5a
citrix-receiver: 13.2.1 -> 13.3.0
2016-01-22 12:21:07 +00:00
Nikolay Amiantov
a81b396a2e
teamviewer: 11.0.52520 -> 11.0.53191
2016-01-14 13:56:21 +03:00
Nikolay Amiantov
c3d503d33d
teamviewer: init at 11.0.52520, remove older versions
2015-12-03 22:28:36 +03:00
Vladimír Čunát
d748ac851c
putty: security update 0.65 -> 0.66
...
It's claimed to fix CVE-2015-5309.
2015-11-21 20:35:44 +01:00
Pascal Wittmann
7fd2796e99
Replace 'with plaforms; platform' with 'platforms.platform'
2015-11-17 21:30:43 +01:00
obadz
972381b66a
citrix-receiver: init at 13.2.1, fixes #8458
2015-11-11 22:27:15 +01:00
michael bishop
b81f51cecf
teamviewer: fix the expressions
2015-10-26 15:22:01 -03:00
Arseniy Seroka
7d7bbf125e
teamviewer 10: new sha256
2015-08-21 00:51:27 +03:00
Tobias Geerinckx-Rice
936b8dc2c7
x2goclient: 4.0.4.0 -> 4.0.5.0
2015-07-29 00:19:31 +02:00
Tobias Geerinckx-Rice
4d20fb5f44
putty: 0.64 -> 0.65
2015-07-27 01:54:08 +02:00
Tobias Geerinckx-Rice
4e5e44140b
dpkg, x2goclient: fix evaluation
...
Bed time.
2015-06-17 23:25:09 +02:00
Tobias Geerinckx-Rice
98b2d7b727
Separate nativeBuildInputs where maintainers |= nckx
2015-06-17 22:21:32 +02:00
Arseniy Seroka
c72bbc5b8e
teamviewer: add option to accept license
2015-06-14 18:29:19 +03:00
William A. Kennington III
b07929b0a3
Use libpulseaudio instead of pulseaudio
2015-05-29 14:32:56 -07:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice
661326b34c
x2goclient 4.0.3.2 -> 4.0.4.0
2015-05-26 23:59:36 +02:00
Arseniy Seroka
e0bec9ece5
teamviewer: update sha
2015-05-06 16:16:34 +03:00
Antoine R. Dumont
6683a5a2c1
Update putty derivation
...
- Use source code tarball instead of svn.
- Add meta information on package.
2015-03-17 15:06:31 +01:00
Tobias Geerinckx-Rice
d37e8c4014
x2goclient: correct parallel building flag
2015-03-06 04:37:29 +01:00
Tobias Geerinckx-Rice
22080d1951
Add x2goclient 4.0.3.2
...
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:40 +01:00
Domen Kožar
768594a1e1
teamviewer: add 10, set it as default
2015-03-04 10:44:28 +01:00
Pascal Wittmann
b9540c5b70
rdesktop: update from 1.8.2 to 1.8.3
2015-03-02 16:48:09 +01:00
Thomas Strobel
45856c9bde
FreeRDP: build server as well
2015-02-25 00:43:15 +01:00
Vladimír Čunát
dbae4f109f
Merge branch 'master' into staging
...
Conflicts (relatively simple):
pkgs/applications/audio/spotify/default.nix
pkgs/build-support/cc-wrapper/default.nix
pkgs/development/compilers/cryptol/1.8.x.nix
2015-01-31 19:34:57 +01:00
Michael Alyn Miller
1751ee35aa
freerdp: Use absolute path when calling dlopen
2015-01-25 20:43:36 -08:00
Eric Seidel
f3c6827373
rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc
2015-01-14 20:27:55 -08:00
William A. Kennington III
c82410eeda
java: Normalize to the default jre / jdk
2015-01-07 14:55:41 -08:00
Shea Levy
05edd656f6
Missed gcc refs
2014-12-26 12:28:15 -05:00
John Wiegley
28b6fb61e6
Change occurrences of gcc to the more general cc
...
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Aristid Breitkreuz
03400ab9ae
Merge pull request #4730 from shdpl/teamviewer
...
optional config for teamviewer
2014-11-09 11:43:16 +01:00
Mateusz Kowalczyk
007f80c1d0
Turn more licenses into lib.licenses style
...
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999 , issue #739
2014-11-06 00:48:16 +00:00
Mariusz `shd` Gliwiński
2d8b43b6d3
optional config for teamviewer
2014-10-30 08:03:25 -01:00
Mariusz `shd` Gliwiński
92f3e72d42
teamviewer v9
2014-10-25 17:27:32 +02:00
Lluís Batlle i Rossell
8997cac785
Adding a patch that brings the windows key to rdesktop
...
Taken from upstream, will be on next release.
2014-10-23 09:46:52 +02:00
Pascal Wittmann
3d24675345
freerdpUnstable: fix license
2014-10-18 07:03:52 +02:00
William A. Kennington III
2e7785ec04
freerdpUnstable: 1.1 -> 1.2-beta1
2014-10-17 14:26:45 -07:00
Longrin Wischnewski
6ad299460c
rdesktop: update to version 1.8.2
...
rdesktop: add meta fields
2014-08-31 13:19:10 +01:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
Bjørn Forsman
2857418659
freerdp: mark the unstable version as broken (it fails to build)
2014-08-04 20:09:21 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
System administrator
dbf92db3b9
teamviewer: fix broken links ( close #2901 )
2014-06-11 20:19:03 +02:00
Bjørn Forsman
31ab1fd7ae
teamviewer: fix brokenness after updates / GC
...
Teamviewer puts symlinks to nix store paths in ~/.teamviewer. When those
paths become garbage collected, teamviewer crashes upon start because of
those broken symlinks. An easy workaround to this behaviour is simply to
delete all symlinks before we start teamviewer. Teamviewer will fixup
the symlinks, just like it did the first time the user ran it.
2014-04-06 00:23:59 +02:00
Lluís Batlle i Rossell
94591762fe
Updating rdesktop to 1.8.1.
2014-02-20 12:28:30 +01:00
Edward Tjörnhammar
960b58d280
wish fix for ssvnc ( close #1560 )
...
tcl deps change? causes wish to be missing
this corrects the wish path to use the one from tk
2014-01-26 15:52:00 +01:00
Shea Levy
ca116f76f9
Unmaintain a bunch of packages
...
Trying to take maintainership more seriously...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 22:34:41 -05:00
Domen Kožar
241738bca6
teamviewer: pass script argument to underlying command
2013-11-21 16:24:31 +01:00
Domen Kožar
3343716c7f
teamviewer8: wrap daemon so teamviewer actually works
2013-11-18 20:37:57 +01:00
Evgeny Egorochkin
829b29153b
clean up git revision handling in several packages
2013-11-13 12:46:55 +02:00
Bjørn Forsman
01fed132fc
remmina: add meta.platforms
2013-11-10 18:25:12 +01:00
Sergey Mironov
82dedd9cad
Fix remmina: add Desktop file and icons
2013-11-06 22:57:55 +01:00
Sergey Mironov
ac0019dc18
Fix remmina the FreeRDP GUI frontend
...
The patch fixes [undefined reference to `g_thread_init'] as suggested by
http://ragnermagalhaes.blogspot.ru/2007/09/undefined-reference-to-gthreadinit.html
2013-11-06 22:57:55 +01:00
Edward Tjörnhammar
953eecb0fc
ssvnc: The Enhanced TightVNC Viewer, SSVNC, adds encryption security to VNC connections.
...
Close #950 .
2013-09-15 10:50:59 +03:00
Mathijs Kwik
f154735aef
freerdp: upgrade to 1.0.2
2013-07-09 07:22:45 +02:00
Lluís Batlle i Rossell
4144141c7b
Fixing the teamviewer evaluation and builds.
...
Now tested even the tarball, before committing.
2013-03-22 16:16:37 +01:00
Lluís Batlle i Rossell
fb7b910aa3
Fixing tarball (missed assertion)
2013-03-22 12:55:01 +01:00
Lluís Batlle i Rossell
d716731cf4
teamviewer: adding a work-in-progress lowprio version 8.
...
It requires root running a daemon, just to use the client. Suspicious.
2013-03-22 12:41:16 +01:00
Lluís Batlle i Rossell
6f64c0c6d6
teamviewer: fixing broken wine reference
2013-03-22 12:17:05 +01:00
Lluís Batlle i Rossell
930ace150b
Adding teamviewer client for linux (www.teamviewer.com)
...
In fact it uses wine.
2013-03-22 12:10:50 +01:00
David Guibert
7503291ff9
update freerdp to 1.0.1 and unstable version.
2012-12-18 09:57:07 +01:00
Michael Raskin
8775cb95ba
Update/fix PuTTY
2012-10-30 12:49:43 +04:00
Peter Simons
0945c119a5
remmina: add version 1.0.0
...
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
2012-07-02 17:13:35 +02:00
Peter Simons
d05ae2d875
freerdp: update hash for release archive
...
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
2012-07-02 16:53:54 +02:00
Lluís Batlle i Rossell
cf2591c5ec
Updating rdesktop to 1.7.1
...
svn path=/nixpkgs/trunk/; revision=31993
2012-02-03 16:16:18 +00:00
Alexander Tsamutali
6b174cfb82
applications/networking/remote/freerdp: Updated to 1.0.0.
...
svn path=/nixpkgs/trunk/; revision=31620
2012-01-18 13:45:46 +00:00
Shea Levy
790d78fb6f
FreeRDP-unstable: Bump
...
svn path=/nixpkgs/trunk/; revision=29522
2011-09-28 14:23:47 +00:00
Shea Levy
514e07ba96
Update freerdpUnstable
...
svn path=/nixpkgs/trunk/; revision=29432
2011-09-22 02:07:49 +00:00
Shea Levy
5c8d585216
Argh, the hash given by nix-prefetch-git is unusable in fetchgit
...
svn path=/nixpkgs/trunk/; revision=29074
2011-09-07 04:11:33 +00:00
Shea Levy
53b10cac36
FreeRDP just migrated their github servers. Also, bump revs while we're at it
...
svn path=/nixpkgs/trunk/; revision=29073
2011-09-07 03:55:09 +00:00
Shea Levy
c3dff03d1a
freerdp: Add meta information
...
svn path=/nixpkgs/trunk/; revision=29071
2011-09-07 03:42:23 +00:00
Shea Levy
93be0770d7
Add unstable version of freerdp
...
svn path=/nixpkgs/trunk/; revision=29070
2011-09-07 03:41:18 +00:00
Shea Levy
84e3e287c3
Add freerdp
...
svn path=/nixpkgs/trunk/; revision=29068
2011-09-06 23:32:01 +00:00
Shea Levy
7233051b2c
rdesktop: Bump to 1.7.0
...
svn path=/nixpkgs/trunk/; revision=28119
2011-08-02 00:19:29 +00:00
Lluís Batlle i Rossell
5d090f37a0
Updating the putty hash of the svn rev. Somehow it gives now a different hash of what there was.
...
I don't understand why. Maybe I had committed a broken hash from the very beginning.
svn path=/nixpkgs/trunk/; revision=24694
2010-11-15 19:44:40 +00:00
Lluís Batlle i Rossell
f1fc3e3ef1
Fixing the putty name, from putty-rNUM to putty-NUM, so nix-env -i putty installs it.
...
svn path=/nixpkgs/trunk/; revision=21729
2010-05-11 16:17:39 +00:00
Lluís Batlle i Rossell
6dd72c5897
Updating putty to the last svn version, so now it can work with gtk2. The previous
...
wanted gtk1, that did not build on x86_64-linux
svn path=/nixpkgs/trunk/; revision=21649
2010-05-07 14:18:00 +00:00