Commit graph

3209 commits

Author SHA1 Message Date
Robert Schütz
da4a86ac3d
Merge pull request #123366 from dotlambda/linphone-ffmpeg
linphone: use ffmpeg instead of ffmpeg_3
2021-05-21 20:44:36 +02:00
Michael Weiss
ac3f3a9fd0
Merge pull request #123817 from primeos/signal-desktop
signal-desktop: 5.1.0 -> 5.2.0
2021-05-21 12:22:09 +02:00
Guillaume Girol
6e2c8555ee
Merge pull request #123777 from evils/element-wayland
element-desktop: set dbus default for firefox
2021-05-20 19:36:28 +00:00
Robert Schütz
00d82af612 zulip-term: add notify-send to $PATH 2021-05-20 12:03:37 -07:00
Michael Weiss
2a03e9a8f4
signal-desktop: 5.1.0 -> 5.2.0 2021-05-20 20:05:14 +02:00
Evils
becc715b89 element-desktop: set dbus default for firefox
fixes opening links in firefox-wayland on wayland
2021-05-20 09:22:18 +02:00
Robert Schütz
82f5c64af7
kdeltachat: unstable-2021-05-16 -> unstable-2021-05-18 (#123575) 2021-05-19 11:34:15 +02:00
JesusMtnez
f6dfcbc2b7
slack: 4.15.0 -> 4.16.0 2021-05-19 10:14:01 +02:00
Stéphan Kochen
7fe17847a2 tensor: fix darwin build 2021-05-18 19:33:46 +02:00
Michael Raskin
1943ac5961
Merge pull request #123480 from dotlambda/baresip-ffmpeg
baresip: use ffmpeg instead of ffmpeg_3
2021-05-18 10:55:18 +00:00
Robert Schütz
5db1f83e23 baresip: use ffmpeg instead of ffmpeg_3 2021-05-18 11:41:38 +02:00
Sandro
17e3fb2e23
Merge pull request #122448 from misuzu/psi-plus-update
psi-plus: 1.4.1473 -> 1.5.1520
2021-05-18 01:29:50 +02:00
Robert Schütz
6220405c9f linphone: use ffmpeg instead of ffmpeg_3 2021-05-17 19:25:54 +02:00
misuzu
ab76abeaf9 psi-plus: update license to gpl2Only 2021-05-17 19:00:13 +03:00
misuzu
9439bb5316 psi-plus: 1.4.1473 -> 1.5.1520 2021-05-17 19:00:04 +03:00
TredwellGit
25b12b1b0a element: 1.7.27 -> 1.7.28
https://github.com/vector-im/element-web/blob/v1.7.28/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.28/CHANGELOG.md
2021-05-17 14:55:53 +00:00
Michael Weiss
aa2537b554
Merge pull request #122926 from primeos/signal-desktop-fix-db-encryption
signal-desktop: Fix the database encryption by preloading SQLCipher
2021-05-17 16:06:52 +02:00
Anderson Torres
04ce017de7
Merge pull request #122025 from bryanasdev000/package-ferdi-beta
ferdi: 5.5.0 -> 5.6.0-beta.5
2021-05-16 23:56:55 -03:00
Ben Siraphob
75c67d6be9 torchat: use fetchFromGitHub 2021-05-16 19:29:28 -07:00
Sandro
e4d652129a
Merge pull request #122982 from mohe2015/update-discord-canary
discord-canary: 0.0.119 -> 0.0.121
2021-05-17 03:16:04 +02:00
Sandro
700942d2a5
Merge pull request #121119 from SuperSandro2000/remove-gnidorah
treewide: remove gnidorah
2021-05-17 02:42:24 +02:00
Bryan A. S
ee2cf16385 ferdi: Update license to asl20
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-05-16 21:03:39 -03:00
Sandro
d6550423e0
Merge pull request #123278 from dotlambda/kdeltachat-2021-05-16
kdeltachat: unstable-2021-05-03 -> unstable-2021-05-16
2021-05-17 01:18:22 +02:00
Robert Schütz
7051dd78ff kdeltachat: unstable-2021-05-03 -> unstable-2021-05-16 2021-05-16 21:20:13 +02:00
Hedtke, Moritz
ca8e76267d
discord-canary: 0.0.119 -> 0.0.121 2021-05-15 13:16:59 +02:00
Michael Weiss
45bd7b39a4
signal-desktop: Add a Python wrapper to re-encrypt DBs
This is super hacky... :o
But then again it should at least prevent data loss.

Note: At least this isn't required for NixOS 21.05.
2021-05-14 22:54:38 +02:00
Anders Kaseorg
bc725d7fb6 zulip: 5.6.0 → 5.7.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-05-13 17:47:43 -07:00
Michael Weiss
940dfa9940
signal-desktop: Fix the database encryption by preloading SQLCipher
AFAIK this is the only reliable way for us to ensure SQLCipher will be
loaded instead of SQLite. It feels like a hack/workaround but according
to the SQLCipher developers [0] "this issue can and should be handled
downstream at the application level: 1. While it may feel like a
workaround, using LD_PRELOAD is a legitimate approach here because it
will substitute the system SQLite with SQLCipher which is the intended
usage model;".

This fixes #108772 for NixOS 20.09 users who upgrade to NixOS 21.05 and
replaces #117555.

For nixos-unstable users this will unfortunately break everything again
so we should add a script to ease the transition (in a separate commit
so that we can revert it for NixOS 21.05).

[0]: https://github.com/sqlcipher/sqlcipher/issues/385#issuecomment-802874340
2021-05-14 02:33:42 +02:00
Michael Weiss
3d67a797b7
Merge pull request #121149 from primeos/signal-desktop-wayland
signal-desktop: 5.0.0 -> 5.1.0
2021-05-12 20:13:51 +02:00
Michael Weiss
fd4f20bce4
signal-desktop: 5.0.0 -> 5.1.0
This is the most important Signal-Desktop release in a while as we
finally have Wayland support via Electron 12 \o/ #YAY :D

https://github.com/signalapp/Signal-Desktop/issues/3411

5bcf50ede9 (diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R231)
c6d5d852a9 (diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R232)
https://en.wikipedia.org/wiki/Electron_(software_framework)#Versions
2021-05-12 19:41:51 +02:00
Sandro
fa41b8a54f
Merge pull request #122613 from toonn/wire-desktop-bump 2021-05-12 18:02:47 +02:00
Maximilian Bosch
b169185b60
Merge pull request #122473 from TredwellGit/element
element: 1.7.26 -> 1.7.27
2021-05-11 22:20:17 +02:00
toonn
462c21b533
wire-desktop: mac 3.24.4059 -> 3.25.4095 2021-05-11 19:17:07 +02:00
toonn
07dc385e07
wire-desktop: linux 3.24.2939 -> 3.25.2940 2021-05-11 19:14:32 +02:00
sterni
f93d83d21b
ocamlPackages: cohttp: 2.5.0 -> 4.0.0; conduit: 2.2.2 -> 4.0.0 (#118144)
* ocamlPackages.x509: 0.12.0 -> 0.13.0

https://github.com/mirleft/ocaml-x509/releases/tag/v0.13.0

* ocamlPackages.tls{,-mirage}: 0.12.8 -> 0.13.1

https://github.com/mirleft/ocaml-tls/releases/tag/v0.13.0
https://github.com/mirleft/ocaml-tls/releases/tag/v0.13.1

* ocamlPackages.ca-certs: 0.2.0 -> 0.2.1

Adds support for NIX_SSL_CERT_FILE, so we can finally run its test
suite! https://github.com/mirage/ca-certs/releases/tag/v0.2.1

* ocamlPackages.dns*: 4.6.3 -> 5.0.0

* jackline: unstable-2020-09-03 -> unstable-2021-04-23

Compatibility with tls >= 0.13.0

* ocamlPackages.ca-certs-nss: init at 3.64.0.1

* ocamlPackages.conduit: 2.2.2 -> 2.3.0

https://github.com/mirage/ocaml-conduit/releases/tag/v2.3.0

* ocamlPackages.curly: fix tests with new ca-certs behavior

* ocamlPackages.cohttp: 2.5.0 -> 4.0.0

ocamlPackages.cohttp-lwt-unix: add description

https://github.com/mirage/ocaml-cohttp/releases/tag/v4.0.0

* ocamlPackages.mirage{,-runtime,-types*}: 3.10.1 -> 3.10.3

Adjust to a few changed dependencies:
https://github.com/mirage/mirage/releases/tag/v3.10.2
https://github.com/mirage/mirage/releases/tag/v3.10.3

* ocamlPackages.conduit*: 2.3.0 -> 4.0.0

https://github.com/mirage/ocaml-conduit/releases/tag/v4.0.0

* ocamlPackages.cohttp-lwt-unix: disable tests

* ocamlPackages.dns*: 5.0.0 -> 5.0.1

https://github.com/mirage/ocaml-dns/releases/tag/v5.0.1

* ocamlPackages.awa*: 0.0.1 -> 0.0.3

https://github.com/mirage/awa-ssh/releases/tag/v0.0.2
https://github.com/mirage/awa-ssh/releases/tag/v0.0.3

* ocamlPackages.optint: 0.0.4 -> 0.1.0

https://github.com/mirage/optint/releases/tag/v0.0.5
https://github.com/mirage/optint/releases/tag/v0.1.0

* ocamlPackages.decompress: 1.3.0 -> 1.4.0

https://github.com/mirage/decompress/releases/tag/v1.4.0

* ocamlPackages.checkseum: 0.2.1 -> 0.3.1

https://github.com/mirage/checkseum/releases/tag/v0.3.0
https://github.com/mirage/checkseum/releases/tag/v0.3.1

* ocamlPackages.checkseum: allow compilation with ocaml-freestanding

* ocamlPackages.carton: 0.4.0 -> 0.4.1

https://github.com/mirage/ocaml-git/releases/tag/carton-v0.4.1

* ocamlPackages.mimic: 0.0.2 -> 0.0.3

* Upstream changed.
* https://github.com/dinosaure/mimic/releases/tag/0.0.3

* ocamlPackages.letsencrypt: 0.2.4 -> 0.2.5

* ocamlPackages.paf: 0.0.1 -> 0.0.3

* ocamlPackages.git-cohttp-mirage: remove at 3.3.3

Will be replaced by git-paf 3.4.0.

* ocamlPackages.git*: 3.3.3 -> 3.4.0

ocamlPackages.git-paf: init at 3.4.0

https://github.com/mirage/ocaml-git/releases/tag/3.4.0

* ocamlPackages.irmin*: 2.5.3 -> 2.6.0

https://github.com/mirage/irmin/releases/tag/2.6.0
2021-05-11 06:54:15 +02:00
TredwellGit
a0edfacfad element: 1.7.26 -> 1.7.27
https://github.com/vector-im/element-web/blob/v1.7.27/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.27/CHANGELOG.md
2021-05-10 22:09:44 +00:00
Robert Schütz
18a8eb9e41 kdeltachat: enable WebP support
See d0a05f9ca3.
2021-05-10 10:46:57 +02:00
Guillaume Girol
f7adb8b94e
Merge pull request #121942 from mjlbach/bump_matrix-nio_dependencies
pythonPackages.matrix-nio: 0.15.2 -> 0.18.0, update build system and dependencies
2021-05-09 09:41:45 +00:00
Robert Hensing
8e3c5eb501 treewide: xvfb_run -> xvfb-run 2021-05-08 15:48:41 +02:00
Vladimír Čunát
080cd658ca
Merge #121780: treewide meta.maintainers tweaks 2021-05-08 10:47:08 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Guillaume Girol
7c8e33bbd4 pantalaimon: 0.8.0 -> 0.9.2
fix build
2021-05-07 14:26:19 -07:00
Olli Helenius
4d7a3be41a
mattermost-desktop: 4.5.2 -> 4.6.2 (#122006) 2021-05-07 17:00:53 +02:00
Vladimír Čunát
73e17a3594
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
Jan Tojnar
0420282780
treewide maintainers: add teams.{freedesktop,gnome} 2021-05-07 15:36:40 +02:00
Vladimír Čunát
9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
Bryan A. S
57f69430c1 ferdi: 5.5.0 -> 5.6.0-beta.5
Add mesa (libgbm) to buildInputs at mkFranzDerivation to fix build of latest beta

Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-05-07 09:50:10 -03:00
Jan Tojnar
9468b07326
Merge branch 'gnome-40' 2021-05-07 12:12:40 +02:00
Vladimír Čunát
4fac78928c
Merge #121794: pidgin: weaken install checks on non-Linux 2021-05-06 23:39:18 +02:00
Robert Schütz
30c3036793
Merge pull request #121151 from dotlambda/libdeltachat-init
libdeltachat: init at 1.54.0
2021-05-06 13:41:16 +02:00
Jan Tojnar
1b09f6b7f0
pidgin-sipe: Fix build with latest GLib 2021-05-05 22:43:00 +02:00
Vladimír Čunát
dcbe5b408a
pidgin: weaken install checks on non-Linux
That should work around the recent darwin regression, e.g.:
https://hydra.nixos.org/build/142033479
2021-05-05 14:30:03 +02:00
Alvar Penning
67fcceae09 gajim: 1.2.2 -> 1.3.2 2021-05-04 19:01:53 +02:00
Robert Schütz
51aa52a0aa kdeltachat: init at unstable-2021-05-03 2021-05-03 19:09:52 +02:00
Sandro
5e62e3dc67
Merge pull request #121365 from ilya-fedin/update-kotatogram
kotatogram-desktop: 1.4 -> 1.4.1
2021-05-03 17:19:21 +02:00
Sandro
163c74938c
Merge pull request #121272 from ymatsiuk/bumpzoom
zoom-us: 5.6.16775.0418 -> 5.6.16888.0424
2021-05-03 16:57:16 +02:00
JesusMtnez
4eb7c561e3
slack: 4.14.0 -> 4.15.0 2021-05-03 06:44:16 +02:00
Bjørn Forsman
13cadfac15 zoom-us: fix overriding source
Without this using .overrideAttrs to change the source still uses the
old source.
2021-05-02 17:38:55 +02:00
Luke Granger-Brown
8a92cdd9f5 teamspeak_client: fix for quazip 1.x 2021-05-02 11:55:06 +00:00
Luke Granger-Brown
07377076d3
Merge pull request #119837 from MatthewCroughan/add-seren
seren: init at 0.0.21
2021-05-01 19:27:16 +01:00
Ilya Fedin
0425a60e55 kotatogram-desktop: 1.4 -> 1.4.1 2021-05-01 11:28:24 +04:00
Yurii Matsiuk
e7835da83f
zoom-us: 5.6.16775.0418 -> 5.6.16888.0424 2021-04-30 15:27:43 +02:00
seb314
3f2f7d3296
matrix-commander: init at unstable-2021-04-18 (#119895)
* matrix-commander: init

* matrix-commander: cleanups & potential dep fixes

apply most SuperSandro2000's review comments;

used python3.withPackages -- this might be the correct
way to get runtime python dependencies to work even
when matrix-commander is a dependency of another packages
(as opposed to testing in nix-shell). I'm not sure though.

aiofiles seemed to be a missing runtime dependency when called
from another (nix-packaged, jvm-based) app -- there was an
import error without it.

cacerts might require explicit pinning, as described here:
https://gist.github.com/CMCDragonkai/1ae4f4b5edeb021ca7bb1d271caca999
(relevant snippet: wrapProgram $out/bin/program \
  --set SSL_CERT_FILE "${cacert}/etc/ssl/certs/ca-bundle.crt"
  )

* add runHook {pre,post}Install

(suggested by r-rmcgibbo)

* add link to github issue re gpl3{Only,Plus}

* Update pkgs/applications/networking/instant-messengers/matrix-commander/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 10:24:49 +02:00
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
Sameer Hoosen
2bd34a98af
tdesktop: 2.7.1 -> 2.7.4 (#120994) 2021-04-29 12:57:49 +02:00
Tadeo Kondrak
754c14f16b
discord: Remove tadeokondrak as maintainer
I added myself as a maintainer when I made a significant change to the
package, but I no longer use Discord.
2021-04-27 13:10:25 -06:00
Sandro
be1783e755
Merge pull request #120839 from peterhoeg/f/qtox
qtox: ffmpeg_3 -> ffmpeg
2021-04-27 15:43:56 +02:00
Peter Hoeg
2f15ec0160 qtox: ffmpeg_3 -> ffmpeg 2021-04-27 18:14:36 +08:00
TredwellGit
a19b0aa223 element: 1.7.25 -> 1.7.26
https://github.com/vector-im/element-web/blob/v1.7.26/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.26/CHANGELOG.md
2021-04-26 18:01:34 +00:00
jalr
298035ada6 chatterino2: 2.2.2 -> 2.3.0 2021-04-25 23:19:32 -04:00
github-actions[bot]
6e7c70d02d
Merge master into staging-next 2021-04-24 00:16:17 +00:00
Sandro
e47ba29fac
Merge pull request #119962 from pstn/nheko-0.8.2 2021-04-24 01:40:40 +02:00
Sandro
fe265ec497
Merge pull request #119285 from expipiplus1/joe-mautrix-signal 2021-04-24 01:22:02 +02:00
Philipp
2e896fce98
nheko: 0.8.1 -> 0.8.2 2021-04-23 13:20:43 +02:00
Vladimír Čunát
ca65d6f7d2
Merge branch 'master' into staging-next 2021-04-23 09:10:50 +02:00
Jörg Thalheim
b2c2551614
Merge pull request #120243 from doronbehar/pkg/zoom-us
zoom-us: Use tarball again
2021-04-23 06:03:12 +01:00
Ilan Joselevich
ebcebefb29 jitsi-meet-electron: 2.7.0 -> 2.8.5 2021-04-23 01:07:36 +03:00
Doron Behar
479c35d956 zoom-us: Use tarball again
This partially reverts commit 50a7cb2cfb,
Not related to #120226.
2021-04-22 19:51:42 +03:00
Joe Hermaszewski
78bdfddde1 signald: init at 0.13.1 2021-04-22 19:07:19 +08:00
github-actions[bot]
8248f4db36
Merge master into staging-next 2021-04-22 06:05:51 +00:00
JesusMtnez
6b2d6a52ba
slack: fix update script 2021-04-22 06:13:30 +02:00
github-actions[bot]
9b3e698b14
Merge master into staging-next 2021-04-21 12:06:23 +00:00
Clemens Lutz
50a7cb2cfb zoom-us 5.6.13632.0328 -> 5.6.16775.0418 2021-04-21 09:21:23 +02:00
matthewcroughan
fdc157bc3f seren: init at 0.0.21
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-19 20:26:15 +01:00
github-actions[bot]
6ef7c23763
Merge master into staging-next 2021-04-19 18:11:51 +00:00
toonn
2c94c8b3e2
bitlbee-facebook: 1.2.1 -> 1.2.2 (#115285) 2021-04-19 18:20:44 +02:00
Sandro
2ac2ff3ddb
discord: remove unused input 2021-04-19 02:16:42 +02:00
Jonathan Ringer
760b143880 discord: fix autoPatchelfHook not finding libXdamage.so.1 2021-04-18 11:12:38 -07:00
github-actions[bot]
8156636ab9
Merge master into staging-next 2021-04-17 18:10:38 +00:00
midchildan
62806df678
mikutter: 4.0.0 -> 4.1.4 (#119454) 2021-04-17 19:17:13 +02:00
github-actions[bot]
f620e30ca4
Merge master into staging-next 2021-04-17 00:15:03 +00:00
devhell
fbffc54ac8 profanity: Enable clipboard support
Clipboard support was actually introduced in version `0.8.0`, and this
change flew completely over my head. Now the /paste command should
actually work by default and as expected.
2021-04-16 20:16:02 +01:00
github-actions[bot]
6a0f49f240
Merge master into staging-next 2021-04-16 18:13:19 +00: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
github-actions[bot]
dfd4f14303
Merge master into staging-next 2021-04-15 18:13:27 +00:00
Ilya Fedin
c52a769c7f kotatogram-desktop: 1.2 -> 1.4 2021-04-14 21:38:44 +04:00
Vladimír Čunát
d2eb7a7887
Merge branch 'staging' into staging-next
A few conflicts but relatively clear ones (I think).
2021-04-14 10:08:25 +02:00
Michael Weiss
6a47e84e44
signal-desktop: 1.40.1 -> 5.0.0 (#119309) 2021-04-13 13:42:44 +02:00
Luke Granger-Brown
08b22e605b Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging 2021-04-12 18:49:01 +00:00
Olli Helenius
d5e1e66b9c
teams: 1.4.00.4855 -> 1.4.00.7556 2021-04-12 21:15:23 +03:00
Maximilian Bosch
9fed67fb1b
element-desktop: 1.7.24 -> 1.7.25
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.25
2021-04-12 17:11:15 +02:00
Maximilian Bosch
c1ebd28029
element-web: 1.7.24 -> 1.7.25
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.25
2021-04-12 17:10:53 +02:00
Gabriel Ebner
d57202dac7 signal-desktop: add mesa dependency 2021-04-09 18:12:15 +02:00
Luke Granger-Brown
29363442f5 dino: fix compilation under new Vala
Fixes https://github.com/dino/dino/issues/1010
2021-04-07 08:52:45 +02:00
Sandro
f608345bbf
Merge pull request #118604 from pimeys/zoom-5_6_1
zoom-us 5.5.7938.0228 -> 5.6.13632.0328
2021-04-05 21:38:49 +02:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
JesusMtnez
f0d795f7c8
slack: fix missing libxshmfence 2021-03-31 09:12:34 +02:00
Julius de Bruijn
f066fe45a1 zoom-us 5.5.7938.0228 -> 5.6.13632.0328 2021-03-30 23:06:50 +02:00
Sandro
11779598bd
Merge pull request #118008 from JesusMtnez/slack
slack: 4.13.0 -> 4.14.0
2021-03-30 10:53:59 +02:00
JesusMtnez
47dd6ac2b8
slack: 4.13.0 -> 4.14.0 2021-03-30 05:20:14 +02:00
toonn
74d057c815
wire-desktop: mac 3.23.4046 -> 3.24.4059 2021-03-29 21:42:11 +02:00
toonn
1336a074c4
wire-desktop: linux 3.23.2938 -> 3.24.2939 2021-03-29 21:39:58 +02:00
Maximilian Bosch
1ca0f5bafe
element-desktop: 1.7.23 -> 1.7.24
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.24
2021-03-29 17:52:22 +02:00
Maximilian Bosch
2c059dd462
element-web: 1.7.23 -> 1.7.24
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.24
2021-03-29 17:52:22 +02:00
Doron Behar
bf2a8f6364
Merge pull request #117908 from wandersoncferreira/whatsapp-for-linux
whatsapp-for-linux: init-at 1.1.5
2021-03-29 08:05:34 +00:00
Wanderson Ferreira
084c3e7844
whatsapp-for-linux: init-at 1.1.5
Whataspp is widely used in several contries as default messaging
system. We can rely on browser-based solution but an app is preferred
method for several users.
2021-03-28 19:21:33 -03:00
Vladimír Čunát
a411f18ba8
Merge #117408: pidgin: add dbus-python 2021-03-28 17:31:15 +02:00
Vladimír Čunát
f3c739f479
pidgin: add checks (see parent commit, too) 2021-03-28 17:29:49 +02:00
Jörg Thalheim
604e1b2d50
deltachat-electron: 1.15.3 -> 1.15.5 2021-03-27 18:52:52 +01:00
Michael Weiss
fb98c03108
tdesktop: 2.6.1 -> 2.7.1 2021-03-26 15:09:48 +01:00
Frederik Rietdijk
350f9bd822
Merge pull request #117570 from FRidh/python2alias
Python: be explicit on whether it is python2 or python3 that is used
2021-03-25 13:26:35 +01:00
Frederik Rietdijk
69f354b89b blink: use python2 2021-03-25 10:56:26 +01:00
Frederik Rietdijk
8e866ceabc bitlbee: use python2 2021-03-25 10:46:59 +01:00
Johannes Schleifenbaum
2589e928c3
teamspeak_server: 3.13.2 -> 3.13.3 2021-03-25 08:38:35 +01:00
Reed
2db8c55de0 discord: 0.0.13 -> 0.0.14 2021-03-23 19:36:34 -07:00
Patryk Niedźwiedziński
b4946f56ae
Use python with dbus 2021-03-23 22:54:02 +01:00
WORLDofPEACE
bbecd2a7a1 fractal: don't mark as broken
https://github.com/NixOS/nixpkgs/pull/116324
2021-03-21 01:13:48 -04:00
Neil Mayhew
53e6605693 skypeforlinux: 8.68.0.100 -> 8.69.0.77 2021-03-19 20:27:31 -06:00
github-actions[bot]
c804f22a81
Merge master into staging-next 2021-03-19 12:26:52 +00:00
Jörg Thalheim
a99b2f4274 deltachat-electron: 1.15.2 -> 1.15.3 2021-03-19 12:09:04 +01:00
Doron Behar
979de853c3
Merge pull request #110532 from r-ryantm/auto-update/pidgin-carbons
pidgin-carbons: 0.2.2 -> 0.2.3
2021-03-19 08:08:24 +00:00
github-actions[bot]
6ffd2fe000
Merge master into staging-next 2021-03-19 06:17:55 +00:00
Sandro
3ee1fb4f09
Merge pull request #102927 from sikmir/vk-messenger
vk-messenger: 5.0.1 → 5.2.3, enable on darwin
2021-03-19 01:53:05 +01:00
Jan Tojnar
2445e9a681
Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Sandro
779428586c
Merge pull request #116535 from SuperSandro2000/fix-collection27 2021-03-18 13:43:53 +01:00
Jan Tojnar
0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
Sandro
67dc9e721b
Merge pull request #116621 from toonn/wire-desktop-bump 2021-03-18 01:38:50 +01:00
Sandro Jäckel
68fd9864ea
fractal: mark broken 2021-03-17 22:55:09 +01:00
Maximilian Bosch
1df1bb812e
Merge pull request #116449 from TredwellGit/element
element: 1.7.22 -> 1.7.23
2021-03-17 19:20:54 +01:00
Markus S. Wamser
41f345cbfc teams: reorder arguments produced by wrapper
this fixes launching meetings from links
2021-03-17 15:32:02 +01:00
toonn
a5736f5cf5
wire-desktop: mac 3.21.3959 -> 3.23.4046 2021-03-17 13:37:56 +01:00
toonn
76556fe074
wire-desktop: linux 3.22.2937 -> 3.23.2938 2021-03-17 13:35:17 +01:00
Samuel Gräfenstein
b72ee5775c
treewide: gnome2.gtk -> gtk2
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:16 +01:00
github-actions[bot]
d18aaddde4
Merge master into staging-next 2021-03-16 00:39:08 +00:00
Jörg Thalheim
dc4f0a1721
Merge pull request #116355 from Yarny0/zoom-qt 2021-03-15 18:44:20 +00:00
Jörg Thalheim
776f482e02
zoom-us: remove qttools
this is a left-over when we used nixpkgs's qt instead of the bundled version
2021-03-15 19:41:57 +01:00
TredwellGit
56da9300a3 element: 1.7.22 -> 1.7.23
https://github.com/vector-im/element-web/releases/tag/v1.7.23
2021-03-15 18:04:00 +00:00
github-actions[bot]
e7b44e6f52
Merge master into staging-next 2021-03-15 06:18:46 +00:00
Olli Helenius
baae14e981 teams: 1.3.00.30857 -> 1.4.00.4855 2021-03-15 02:18:37 -04:00
Yarny0
b747aa0f9f zoom-us: unset Qt env variables to fix dialog boxes
Zoom wouldn't show the "Participants"
dialog box when used in a plasma environment;
precisely, the dialog box failed to show its content.
The problem doesn't exist in other
environments like Gnome or Xfce.
Experiments have shown that clearing the environment variable
`QML2_IMPORT_PATH` before calling Zoom fixes the issue.

I suspect the reason to be as follows:
While the zoom build recipe is called with
`libsForQt5xx.callPackage`, putting `qttools.dev` in zoom's
`PATH` is the only connection to nixpkgs' Qt ecosystem.
Zoom brings its own Qt libraries.
Hence it seems to be a good idea to shield
zoom from access to nixpkgs' Qt files to avoid
problems from version mismatch or similar troubles.
So the commit at hand expands zoom's wrapper script
to clear the Qt-related enviornemt variables
`QML2_IMPORT_PATH` and `QT_PLUGIN_PATH`.

Original issue report, with some discussion:
https://github.com/NixOS/nixpkgs/issues/107495#issuecomment-764538071
2021-03-14 23:05:47 +01:00
Jan Tojnar
6f0dd4247b
fractal: port away from buildRustPackage
The new setup hooks compose better with Meson setup hooks.

Also correct license.
2021-03-14 17:46:32 +01:00
github-actions[bot]
c596c93079
Merge master into staging-next 2021-03-14 00:41:40 +00:00
Sandro
20fd56001a
Merge pull request #116248 from dotlambda/zulip-term-0.6.0
zulip-term: 0.5.2 -> 0.6.0
2021-03-13 23:09:20 +01:00
Robert Schütz
3f109f6f27 zulip-term: 0.5.2 -> 0.6.0 2021-03-13 22:39:07 +01:00
github-actions[bot]
c2eb9a753a
Merge master into staging-next 2021-03-12 12:25:52 +00:00
Milan Pässler
109a7fb875
jitsi-meet-electron: 2.4.2 -> 2.7.0 2021-03-12 11:32:19 +01:00
github-actions[bot]
903fc48674
Merge master into staging-next 2021-03-12 00:39:51 +00:00
R. RyanTM
2d286fbf8c signal-cli: 0.8.0 -> 0.8.1 2021-03-11 23:28:50 +01:00
Jan Tojnar
8f3169ab3d
telepathy-glib: do not propagate python
Python is only used as build tool these days so it is not necessary to ensure consistency across telepathy packages.
2021-03-11 16:05:36 +01:00
Nikolay Korotkiy
65974d5f68
vk-messenger: 5.0.1 → 5.2.3, enable on darwin 2021-03-10 10:50:57 +03:00
Frederik Rietdijk
277d488026 Merge staging into staging-next 2021-03-08 19:20:18 +01:00
Sandro
1aae00a12f
Merge pull request #115306 from SuperSandro2000/fix-collection22 2021-03-07 15:58:56 +01:00
github-actions[bot]
65cddb74d7
Merge staging-next into staging 2021-03-07 06:17:25 +00:00
Sandro Jäckel
9c43942caf
mirage: remove unused input 2021-03-07 03:13:51 +01:00
Sandro Jäckel
2c19aaabd4
deltachat-electron: format 2021-03-06 21:03:26 +01:00
github-actions[bot]
91f883b8d3
Merge staging-next into staging 2021-03-06 12:20:21 +00:00
Jörg Thalheim
ab8465cba3
deltachat-electron: 1.15.1 -> 1.15.2 2021-03-06 12:08:09 +01:00
github-actions[bot]
fb5c8b556d
Merge staging-next into staging 2021-03-06 06:17:00 +00:00
Sandro
8edfe0a2e8
Merge pull request #115180 from toonn/wire-desktop-bump 2021-03-06 05:01:08 +01:00
Sandro Jäckel
bdfaf83f76
pythonPackages.google-api-python-client: normalize package name 2021-03-06 00:02:06 +01:00
toonn
5d6f159ee6
wire-desktop: Add missing phase hooks 2021-03-05 18:07:53 +01:00
toonn
dd4b13bcf3
wire-desktop: linux 3.21.2936 -> 3.22.2937 2021-03-05 12:27:06 +01:00
Jan Tojnar
6d1958ad2d
Merge branch 'staging-next' into staging 2021-03-04 22:16:45 +01:00
Doron Behar
132d954d35 zoom-us: 5.5.7011.0206 → 5.5.7938.0228 2021-03-04 14:09:35 +02:00
Doron Behar
d0853a745c zoom-us: set src pname and version for update script
Cleanup unused arguments.
2021-03-04 14:09:35 +02:00
Domen Kožar
52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
github-actions[bot]
eef2c4e401
Merge staging-next into staging 2021-03-03 00:38:15 +00:00
TredwellGit
c3554253ab element: 1.7.21 -> 1.7.22
https://github.com/vector-im/element-web/releases/tag/v1.7.22
https://nvd.nist.gov/vuln/detail/CVE-2021-21320
2021-03-02 22:16:39 +00:00
github-actions[bot]
f5bb0053a6
Merge staging-next into staging 2021-03-02 18:17:42 +00:00
Sandro Jäckel
8b34b766f2
ripcord: remove unused inputs, format 2021-03-01 10:46:55 +01:00
github-actions[bot]
ec3729e487
Merge staging-next into staging 2021-02-26 18:16:46 +00:00
Michael Weiss
ed113c9bd5
tdesktop: 2.6.0 -> 2.6.1 2021-02-26 13:43:29 +01:00
Robert Schütz
54757b35c1 Merge branch 'staging-next' into staging 2021-02-26 10:56:17 +01:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Sandro
ddf6d28756
Merge pull request #114301 from andersk/zulip
zulip: 5.5.0 → 5.6.0
2021-02-25 13:00:58 +01:00
Anders Kaseorg
472f266d28 zulip: 5.5.0 → 5.6.0
Also add myself as a maintainer.  (I work for upstream.)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-02-24 16:29:22 -08:00
Denny Schäfer
0b670b4bb3
slack: 4.12.2 -> 4.13.0 2021-02-25 00:00:19 +01:00
Michael Weiss
2c042fe9c8
tdesktop: 2.5.9 -> 2.6.0
This also adds libthai and libdatrie as optional dependencies for gtk3.
2021-02-24 17:49:59 +01:00
Peter Hoeg
71e0a6fb1d neochat: 1.0.1 -> 1.1.1 2021-02-24 12:15:46 +08:00
Michele Guerini Rocco
eb27b8efd7
Merge pull request #110595 from rnhmjoj/nheko
nheko: build with VoIP support
2021-02-23 18:24:16 +01:00
Michael Weiss
74b34f4a17
signal-desktop: 1.40.0 -> 1.40.1 2021-02-23 17:23:15 +01:00
rnhmjoj
59fb4293fc
nheko: build with VoIP support 2021-02-23 10:46:49 +01:00
Jörg Thalheim
fb1bab9936 deltachat: 1.14.1 -> 1.15.1 2021-02-22 23:59:57 -05:00
github-actions[bot]
2fd0f841be
Merge staging-next into staging 2021-02-22 00:37:55 +00:00
github-actions[bot]
d8f2a7bf5c
Merge master into staging-next 2021-02-22 00:37:52 +00:00
Sandro
4249bb41f4
Merge pull request #113760 from chvp/bump-gomuks 2021-02-22 01:35:07 +01:00
Charlotte Van Petegem
b5171593b3
gomuks: fix license information 2021-02-21 14:05:34 +01:00
Charlotte Van Petegem
b344431946
maintainers: rename charvp to chvp 2021-02-21 14:05:18 +01:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Charlotte Van Petegem
020288102a
gomuks: 0.2.2 -> 0.2.3 2021-02-20 19:25:00 +01:00