Commit graph

33 commits

Author SHA1 Message Date
R. Ryantm 6ced8d96e3 bluejeans-gui: 2.31.0.83 -> 2.32.1.3 2023-03-06 22:14:13 +00:00
R. Ryantm c2dde4bc46 bluejeans-gui: 2.30.1.18 -> 2.31.0.83 2022-11-20 13:25:01 +08:00
R. Ryantm 998c743afd bluejeans-gui: 2.30.0.89 -> 2.30.1.18 2022-09-17 05:17:02 +00:00
R. Ryantm f0d35d8795 bluejeans-gui: 2.29.1.3 -> 2.30.0.89 2022-08-21 19:48:46 +00:00
Emery Hemingway b5526585c2 treewide: inject xdg-open into wrappers as $PATH suffix
The xdg-open utility is only ever a runtime dependency and its
dependents only expect that it accept a URI as a command line
argument and do something with it that the user would expect.
For such as a trivial relationship it should be possible for
users to override xdg-open with something else in their PATH.
2022-08-19 13:11:27 -05:00
R. Ryantm 9165cba85e bluejeans-gui: 2.27.0.130 -> 2.29.1.3 2022-06-25 11:43:47 +00:00
Robert Scott 466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
R. Ryantm 54bf7c3c5b bluejeans-gui: 2.26.0.136 -> 2.27.0.130 2022-03-15 00:50:44 +00:00
R. Ryantm ea4c485071 bluejeans-gui: 2.25.0.78 -> 2.26.0.136 2022-01-31 10:00:33 -08:00
R. Ryantm f6b1fcd326 bluejeans-gui: 2.24.0.89 -> 2.25.0.78 2021-11-23 16:39:17 +00:00
R. RyanTM 468514fdaa bluejeans-gui: 2.23.0.39 -> 2.24.0.89 2021-10-08 00:22:58 +00:00
R. RyanTM 6ada8de2c7 bluejeans-gui: 2.22.0.87 -> 2.23.0.39 2021-07-23 22:38:32 -04:00
Yurii Matsiuk 3601c66133
bluejeans: 2.21.3.2 -> 2.22.0.87 2021-06-18 12:09:55 +02:00
Yurii Matsiuk ba379085a0
bluejeans: add update script 2021-06-18 12:08:37 +02:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Yurii Matsiuk 7dc5c0f1e1
bluejeans: 2.19.0 -> 2.21.3 (#119599)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Yurii Matsiuk <ymatsiuk@users.noreply.github.com>
2021-04-16 18:11:37 +02:00
Dmitry Kalinkin ad292c41b1 bluejeans: remove veprbl from maintainers 2021-02-04 14:03:03 -05:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Robert T. McGibbon 3c6445b97e bluejeans: 2.17.0 -> 2.19.0 2020-12-19 19:28:50 -05:00
Robert T. McGibbon 0dc7ad6f1f
bluejeans: 2.4.0 -> 2.17.0.11 (#101973) 2020-10-28 17:37:39 -04:00
Florian Klink db75a25d81 bluejeans: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
Domen Kožar 347ab190c7
remove usage of patchelfUnstable now that it's released 2020-07-08 21:55:09 +02:00
Dmitry Kalinkin 5da46e2739 bluejeans-gui: 2.3.0 -> 2.4.0 2020-07-06 04:57:50 -04:00
Dmitry Kalinkin d7764f71f1 bluejeans-gui: fix desktop entry 2020-06-14 15:17:41 -04:00
Dmitry Kalinkin 893bdd3bdf bluejeans-gui: 2.1.0 -> 2.3.0 2020-06-14 15:16:33 -04:00
Dmitry Kalinkin 0df2d9f900 bluejeans: 1.36.9 -> 2.1.0 2020-03-28 01:07:49 -04:00
Dmitry Kalinkin d5e41b6740 bluejeans: apply nixpkgs-fmt 2020-03-28 01:02:34 -04: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
Dmitry Kalinkin 5601e130ce
bluejeans-gui: use patchShebangs, add me to maintainers 2019-08-05 14:09:42 -04:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Will Dietz eb91037e7b tree-wide: patchelf used during build -> nativeBuildInputs
In a few cases it wasn't clear so I left them as-is.

While visiting these moved other things to nativeBuildInputs
when it was clear they were one of these cases:

* makeWrapper
* archive utilities (in order to unpack src)
  * a few of these might no longer be needed but leaving for another day
2018-09-28 11:43:16 -05:00
Utku Demir 7fbfba7c66
bluejeans-gui: init at 1.6.39 2018-09-02 19:22:07 +12:00