Robert Schütz
f1a5ae8f8d
deltachat-cursed: 0.3.1 -> 0.4.1
...
https://github.com/adbenitez/deltachat-cursed/blob/v0.4.1/CHANGELOG.md
2022-05-22 13:24:33 -07:00
Vincent Laporte
82c10e4a21
gajim: 1.3.3 → 1.4.1
...
pythonPackages.nbxmpp: 2.0.6 → 3.0.2
2022-05-22 10:50:41 +02:00
Maximilian Bosch
e78bdc683c
signald: reduce closure size by switching to a custom JRE bundle
...
This effectively reduces the size of the runtime closure by ~79%:
$ nix path-info ./result-old -Sh
/nix/store/9ggmj6fmqszfvd0lg2im7qssscql0jac-signald-0.15.0 729.0M
$ nix path-info ./result -Sh
/nix/store/z9bfj547j9fkyl8g0mqb1n108s7zw4w5-signald-0.15.0 155.2M
Similar change as 2f9426ad83
: newer Java
versions don't support a "traditional" JRE anymore, but it's possible to
create dedicated runtime environments using `jlink`[1].
[1] https://medium.com/azulsystems/using-jlink-to-build-java-runtimes-for-non-modular-applications-9568c5e70ef4
Closes #150493
2022-05-20 14:49:34 +02:00
Maximilian Bosch
7372d298cd
signald: 0.17.0 -> 0.18.5
...
ChangeLogs:
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.0.md
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.1.md
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.2.md
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.3.md
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.4.md
* https://gitlab.com/signald/signald/-/blob/0.18.5/releases/0.18.5.md
2022-05-20 14:46:45 +02:00
Robert Schütz
2e333f7d83
deltachat-cursed: remove superfluous dependencies
2022-05-19 12:35:25 -07:00
Artturi
b0c602515d
Merge pull request #173084 from Artturin/unecessaryprf
...
treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
2022-05-18 21:23:58 +03:00
Doron Behar
5376ddfa03
Merge pull request #173474 from tomjnixon/zoom_rebase
2022-05-18 13:30:10 +03:00
Robert Schütz
1e2983dab5
libsForQt5.plasmaMobileGear: 21.08 -> 21.12
...
https://plasma-mobile.org/2021/12/07/plasma-mobile-gear-21-12/
2022-05-17 11:23:35 -07:00
Malo Bourgon
14661c38b2
signalbackup-tools: 20220430 -> 20220517
2022-05-16 22:50:49 -07:00
Thomas Nixon
fa585a07f6
zoom-us: change wrapper name to fix IPC
2022-05-16 18:48:28 +01:00
Will Dietz
215155b440
zoom: add dep for udev, fix launching
2022-05-16 18:48:28 +01:00
Clemens Lutz
5791f1c43f
zoom-us: Update dependencies
2022-05-16 18:48:28 +01:00
Thomas Nixon
bb17d93a56
zoom-us: 5.9.6.2225 -> 5.10.4.2845 on x86_64-linux
2022-05-16 18:48:24 +01:00
Ashish SHUKLA
83ac14f820
cinny: 2.0.2 -> 2.0.3
2022-05-16 09:10:12 +05:30
Artturin
1a634cc057
treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
...
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files
which links the schemas to their correct fhs locations and adds
gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-15 05:19:23 +03:00
Yuka
c4070d4ce3
schildichat-{web,desktop}: 1.10.4-sc.1 -> 1.10.12-sc.1 ( #173045 )
2022-05-14 19:31:47 +02:00
Bobby Rong
eeab74c761
Merge pull request #172999 from wahjava/update-cinny
...
cinny: 2.0.0 -> 2.0.2
2022-05-14 21:26:50 +08:00
Ashish SHUKLA
33c3f831bc
cinny: 2.0.0 -> 2.0.2
2022-05-14 15:45:02 +05:30
Eduardo Quiros
7c2e6fb71e
signal-desktop: 5.42.0 -> 5.43.0
2022-05-13 17:39:42 -06:00
Thiago Kenji Okada
eae1669de5
Merge pull request #171836 from ncfavier/escape-wrapper-args
...
Fix wrapper arguments escaping
2022-05-12 21:55:06 +01:00
Sumner Evans
8ca6240a84
element-{web,desktop}: 1.10.11 -> 1.10.12
2022-05-11 08:33:18 -06:00
Artturi
84f1dcef10
Merge pull request #172433 from devhell/bump-profanity
...
profanity: 0.12.0 -> 0.12.1
2022-05-11 06:13:55 +03:00
devhell
446ba0dc22
profanity: 0.12.0 -> 0.12.1
2022-05-11 01:52:33 +01:00
Artturi
990a755098
Merge pull request #172304 from wahjava/update-cinny
...
cinny: 1.8.2 -> 2.0.0
2022-05-11 03:39:25 +03:00
Thiago Kenji Okada
c4956c85b4
Merge pull request #172320 from xaverdh/binary-wrapper-fixes
...
treewide: use non-binary wrapper for wrapGAppsHook where appropriate
2022-05-10 17:07:26 +01:00
Dominik Xaver Hörl
a697777808
discord: use non-binary wrapper for wrapGAppsHook
...
The use of --add-flags in this derivation does not work with binary
wrappers, which wrapGAppsHook uses since #164163 .
2022-05-10 13:09:04 +02:00
Dominik Xaver Hörl
70d7d6eefa
signal-desktop: use non-binary wrapper for wrapGAppsHook
...
The use of --add-flags in this derivation does not work with binary
wrappers, which wrapGAppsHook uses since #164163 .
2022-05-10 12:51:19 +02:00
Sarah Brofeldt
5bafcab8ec
Merge pull request #172319 from ncfavier/fix-teams
...
teams: fix wrapper workaround
2022-05-10 12:49:04 +02:00
Naïm Favier
b4a61b636a
teams: fix wrapper workaround
...
We can't rely on the wrapper being a shell script, so we make our own
wrapper to append the needed args.
2022-05-10 12:43:06 +02:00
Ashish SHUKLA
3e7a93449e
cinny: 1.8.2 -> 2.0.0
2022-05-10 13:30:57 +05:30
Artturi
3f9f75aae9
Merge pull request #172185 from hexchen/alfaview
...
alfaview: 8.43.0 -> 8.44.0
2022-05-10 06:30:27 +03:00
Artturi
6d007b2ce4
Merge pull request #172250 from Artturin/ridofnulls
...
remove some useless null asserts
2022-05-10 04:24:31 +03:00
7c6f434c
5a68a4274d
Merge pull request #172231 from 7c6f434c/matrix-recorder-fresher-node
...
matrix-recorder: use nodejs-14
2022-05-09 23:51:54 +00:00
Artturin
bab661ab2b
profanity: remove useless nulls
2022-05-10 00:49:38 +03:00
Michael Raskin
e93ca388e8
matrix-recorder: use node14
2022-05-09 20:01:08 +02:00
hexchen
80cc05f26c
alfaview: 8.43.0 -> 8.44.0
2022-05-09 12:46:25 +00:00
Robert Schütz
fc060ca647
chatty: 0.6.3 -> 0.6.4
...
https://source.puri.sm/Librem5/chatty/-/blob/v0.6.4/NEWS
2022-05-09 04:07:17 +00:00
Sergei Trofimovich
2f653769f8
freetalk: pull pending fix for -fno-common toolchains
...
Without the change build on -fno-common toolchains like clamng-13 fails as:
$ nix build --impure --expr 'with import ./. {}; freetalk.override { stdenv = clang13Stdenv; }' -L
...
ld: more.o:src/./more.h:15: multiple definition of `cin'; primitives.o:src/./more.h:15: first defined here
ld: more.o:src/./more.h:14: multiple definition of `initial_settings'; primitives.o:src/./more.h:14: first defined here
2022-05-07 18:32:19 +01:00
Sandro
4dbc054800
Merge pull request #171292 from malob/update-signalbackup-tools
...
signalbackup-tools: 20220425 -> 20220430
2022-05-07 01:10:46 +02:00
Naïm Favier
b2a87aef36
chatty: fix wrapper arguments escaping
2022-05-06 18:27:35 +02:00
Bobby Rong
1ed2cbda29
Merge pull request #170861 from equirosa/signal-desktop
...
signal-desktop: 5.39.0 -> 5.42.0
2022-05-06 21:41:46 +08:00
hexchen
6f33598b7e
alfaview: fix and update
2022-05-06 12:18:13 +02:00
7c6f434c
7bdbbba683
Merge pull request #171368 from ThibaultLemaire/update-linphone-4-4-1
...
linphone: Cleanup dependencies
2022-05-06 04:27:28 +00:00
ajs124
76b29a4500
Merge pull request #167440 from r-ryantm/auto-update/psi-plus
...
psi-plus: 1.5.1615 -> 1.5.1618
2022-05-05 14:05:45 +01:00
Eduardo Quiros
7ffc224e4a
signal-desktop: 5.39.0 -> 5.42.0
2022-05-04 20:11:42 -06:00
Shamrock Lee
443e8f6444
caprine-bin: 2.55.2 -> 2.55.4
2022-05-05 00:51:33 +08:00
Thibault Lemaire
fe8f77c2c0
linphone: Cleanup dependencies
...
A lot of bloat had been accumulated through updates (e.g. with linphone
migrating from Gtk to Qt, or linphone being split to liblinphone &
linphone-desktop).
Method: Through trial and error. Delete all dependencies, try to build, try to
run, reintroduce missing dependencies.
I have tested everything I could, but it is possible that some optional
features have been silently disabled with dependencies not being found now.
(Codecs, encryption schemes, etc...)
2022-05-03 10:26:29 +02:00
Olli Helenius
a51544b715
teams: fix source hash of 1.5.00.10453 on Darwin
2022-05-02 20:59:55 +03:00
Malo Bourgon
c42af24f30
signalbackup-tools: 20220425 -> 20220430
2022-05-02 10:44:18 -07:00
Bobby Rong
193eb32e3b
Merge pull request #170883 from gbtb/rocketchat_385
...
rocketchat-desktop: 3.7.8 -> 3.8.5
2022-05-02 20:28:15 +08:00