Commit Graph

64 Commits

Author SHA1 Message Date
Raymond Gauthier
975ab7f3a0
teamviewer: 15.18.5 -> 15.22.3
Required move from libsForQt514 -> libsForQt515.

Note that this changset won't be backportable to 21.05.
2021-10-12 11:08:34 -04:00
Raymond Gauthier
4fb188e1d1
teamviewer: fix 97148 (busybox installed issue)
Simply add `coreutils` as a runtime dependency which will
prevent teamviewer from using incomplete busybox implementation
of expected gnu binaries.

As suggested by @Artturin in PR comment:
<https://github.com/NixOS/nixpkgs/pull/140076#issuecomment-934770391>.
2021-10-12 10:51:50 -04:00
Raymond Gauthier
c55bc5bfd3
teamviewer: refactor executable wrapping
This centralizes `PATH` and `LD_LIBRARY_PATH`, avoid multiple
layers of wrappers.

Refactor as suggested by @Artturin in PR provided patch:
<https://github.com/NixOS/nixpkgs/pull/140076#issuecomment-934770391>.
2021-10-12 10:35:35 -04:00
Raymond Gauthier
db889eb913
teamviewer: 15.15.5 -> 15.18.5
Upgrading to the last version still using qt5.14. Later version
will be using qt5.15 which is not in 21.05 stable branch.

This fixes us the crash observed in 15.15.5 when stopping
the service.
2021-10-12 10:11:00 -04:00
Raymond Gauthier
506966d156
teamviewer: fix issue #96633
Fix teamviewer's breakage post 15.5.3 -> 15.15.5.

Teamviewer client was no longer able to connect to its backing
server as it now uses dbus to do so. Following changes were
required:

 -  add missing dbus and polkit service/policy files to package.
 -  add missing dbus lib to `LD_LIBRARY_PATH`.

Changes to the nixos module as a separate changeset.
2021-09-30 16:08:36 -04:00
R. RyanTM
33634f2b2f teamviewer: 15.8.3 -> 15.15.5 2021-03-09 23:05:55 +00:00
Ben Siraphob
a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Sandro
431aa27fc7
Merge pull request #108448 from rhoriguchi/teamviewer
teamviewer: fix desktop file
2021-01-07 00:14:14 +01:00
Ryan Horiguchi
265fd7bce2
teamviewer: fix desktop file 2021-01-05 04:20:47 +01:00
Ryan Horiguchi
77e17d055c
teamviewer: link teamviewer icons 2021-01-04 22:22:53 +01:00
R. RyanTM
8b1dc2f4a8 teamviewer: 15.5.6 -> 15.8.3 2020-08-31 17:48:48 -07:00
R. RyanTM
c8c1441fb7 teamviewer: 15.2.2756 -> 15.5.6 2020-05-27 16:32:31 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
f0a6a458e6 teamviewer: 15.1.3937 -> 15.2.2756 2020-02-14 07:39:05 +00:00
R. RyanTM
75d6bc7388 teamviewer: 15.0.8397 -> 15.1.3937 2020-01-30 10:33:41 +00:00
ryan4729
3546e6eb41 teamviewer: 14.7.1965 -> 15.0.8397 (#75059) 2019-12-20 23:39:11 +01:00
R. RyanTM
60bdd48220 teamviewer: 14.6.2452 -> 14.7.1965
(#72680)
2019-11-09 16:01:14 +01:00
R. RyanTM
419b06b507 teamviewer: 14.5.1691 -> 14.6.2452
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-10-04 23:34:07 +02:00
Maximilian Bosch
0d65acf47c
treewide: build some unfree packages locally
Unfree packages aren't distributed by our binary cache due to legal
reasons[1] and are usually a prebuilt binary that requires some patching.
When using distributed builds[2], those are uploaded to another build
machine as fixed-output derivations from `fetchurl` are built locally[3]
which takes a certain amount of time and resources with almost no gain
as the build process is trivial in contrast to the up/download to a
remote builder.

This is why I figured that at least some of the packages should be
explicitly built locally, I've done something simlar for
`citrix_workspace` already in the past[4].

The following packages are affected by this:

* `idea.*` (excluding free derivatives)
* `xmind`
* `teamviewer`

[1] https://nixos.wiki/wiki/FAQ/How_can_I_install_a_proprietary_or_unfree_package%3F#More_precision
[2] https://nixos.wiki/wiki/Distributed_build
[3] 267c8d6b2f/pkgs/build-support/fetchurl/default.nix (L95)
[4] 87f818d9b2
2019-09-13 09:29:09 +02:00
Vladimír Čunát
985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Raymond Gauthier
13470bf674 teamviewer: fix issue #61712 2019-08-23 09:47:24 -04:00
Maximilian Bosch
1fc1fe7e6a
teamviewer: 14.4.2269 -> 14.5.1691
https://community.teamviewer.com/t5/Change-Logs/Linux-v14-5-1691-Full-Change-Log/m-p/69997

Also ensured that QT is wrapped properly to avoid startup issues with
different system-wide QT versions.
2019-08-22 13:17:29 +02: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
R. RyanTM
d3b9158631 teamviewer: 14.3.4730 -> 14.4.2669
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-07-20 12:48:16 -07:00
R. RyanTM
7024fc36f8 teamviewer: 14.2.8352 -> 14.3.4730
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-07-03 09:31:42 +02:00
R. RyanTM
092cfde875 teamviewer: 14.2.2558 -> 14.2.8352
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-05-02 13:44:37 -07:00
R. RyanTM
39f262dba3 teamviewer: 14.1.3399 -> 14.2.2558
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-04-02 22:17:22 -07:00
Vladimir Mosienko
2a858b3f76 teamviewer: 13.1.3026 -> 14.1.3399 2019-01-23 09:44:37 +00:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00: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
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
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
Bastian Köcher
1ba448252d teamviewer: 12.0.76279 -> 12.0.85001 2017-12-01 13:50:35 +01: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
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
mimadrid
f75f0ac1f4
teamviewer: 11.0.57095 -> 12.0.71510 2016-12-17 19:04:48 +01:00
Nikolay Amiantov
9dc2ab3d16 teamviewer: 11.0.53191 -> 11.0.57095
Also fixes #15965
2016-06-03 23:46:07 +03:00
Guillaume Maudoux
9eb6372c6b teamviewer: fix wrong in sed usage 2016-02-20 14:02:38 +01: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
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
Arseniy Seroka
c72bbc5b8e teamviewer: add option to accept license 2015-06-14 18:29:19 +03:00
Arseniy Seroka
e0bec9ece5 teamviewer: update sha 2015-05-06 16:16:34 +03:00
Domen Kožar
768594a1e1 teamviewer: add 10, set it as default 2015-03-04 10:44:28 +01:00
Eric Seidel
f3c6827373 rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00