Commit Graph

2216 Commits

Author SHA1 Message Date
Tim Steinbach
da84ff331b
zoom-us: 3.5.352596.0119 -> 3.5.359165.0223 2020-02-24 08:17:10 -05:00
Silvan Mosberger
cf4130c9ec
turses: Fix build 2020-02-21 17:56:24 +01:00
Jörg Thalheim
fe6a2921c1
Merge pull request #80377 from earksiinni/ersin/slack-macos
slack: 4.2.0 -> 4.3.3, add Darwin target
2020-02-21 16:03:53 +00:00
Jörg Thalheim
bec89d1893
Merge pull request #80370 from gnidorah/rambox
rambox: don't build from sources
2020-02-21 15:59:50 +00:00
Ersin Akinci
5386408991 slack: 4.3.3 -> 4.2.0
4.3.3 not available yet for Linux
2020-02-21 15:39:45 +00:00
gnidorah
f5b761175f rambox: don't build from sources 2020-02-21 18:25:21 +03:00
Michael Weiss
4af086aa94
tdesktop: 1.9.13 -> 1.9.14 2020-02-20 19:24:57 +01:00
Maximilian Bosch
e474ce247f
riot-web: add myself as maintainer 2020-02-20 02:50:23 +01:00
Maximilian Bosch
da45483b35
riot-web: 1.5.9 -> 1.5.10
https://github.com/vector-im/riot-web/releases/tag/v1.5.10
2020-02-20 02:36:54 +01:00
worldofpeace
720fe8592c
Merge pull request #80357 from pacien/riot-v1.5.9
riot-{web,desktop}: 1.5.8 -> 1.5.9
2020-02-17 19:59:56 -05:00
Ersin Akinci
1170594e99 slack: 4.2.0 -> 4.3.3 2020-02-18 00:44:22 +00:00
Ersin Akinci
27d44b5156 slack: add MacOS target 2020-02-18 00:44:22 +00:00
pacien
c9e5cca071 riot-web: add config overrides for privacy
Preventing the app from phoning home by default.

GitHub: closes https://github.com/NixOS/nixpkgs/issues/80358
2020-02-17 16:54:13 +01:00
pacien
5bd923057c riot-desktop: 1.5.6 -> 1.5.9 2020-02-17 15:26:31 +01:00
pacien
85e09daf43 riot-web: 1.5.8 -> 1.5.9 2020-02-17 15:26:19 +01:00
Benjamin Hipple
f85a6d959c fractal: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 09:33:52 -08:00
Vincent Breitmoser
a49b311815 pantalaimon: init at 0.4 2020-02-14 12:52:07 -08:00
Danylo Hlynskyi
854638ea29
zoom-us: fix launch (#80005)
zoom-us: fix launch

Probably due to glibc update, ZoomLauncher became broken when v4l is present in
LD_PRELOAD path. It can be fixed by a) removing ZoomLauncher from startup chain,
so `zoom` is started directly or b) removing v4l from LD_PRELOAD.

The reason v4l was added before was because my video was rotated upside down without it.
Seem like nowadays this is fixed by Zoom itself, so I'm removing it.

Fixes https://github.com/NixOS/nixpkgs/issues/79954

Co-authored-by: @mmlb
2020-02-14 16:16:02 +02:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Michael Weiss
a59a557cf6
tdesktop: 1.9.12 -> 1.9.13 2020-02-14 00:43:20 +01:00
devhell
c87ec93392 profanity: 0.7.1 -> 0.8.1
Changelog available at:
https://github.com/profanity-im/profanity/releases/tag/0.8.1
2020-02-13 08:39:24 -08:00
Puck Meerburg
0b3e5db5d3 signal-desktop: fix notifications 2020-02-12 22:31:31 +00:00
Michael Weiss
d0729f8323
tdesktop: 1.9.9 -> 1.9.12
Note: I skipped the packaging of mapbox-variant for now.
2020-02-12 00:56:36 +01:00
Michael Weiss
7d927677f4
signal-desktop: 1.30.1 -> 1.31.0
Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.31.0
2020-02-10 23:34:32 +01:00
Alyssa Ross
c856d7ff12 dino: remove unnecessary private transitive deps
As explained by Orivej (reformatted from Markdown):

> These (except libsignal-protocol-c) are private dependencies of the
> actual dependencies that should neither be propagated nor added
> manually to dino. For example, libpsl and brotli come from
> libsoup-2.4.pc:
>
>     Requires: glib-2.0 >=  2.38, gobject-2.0 >=  2.38, gio-2.0 >=  2.38
>     Requires.private: libxml-2.0, sqlite3, libpsl >=  0.20, libbrotlidec, zlib
>
> (To be precise, glib uses utillinuxMinimal rather than utillinux.)
>
> The warnings we see, such as Package 'mount', required by 'gio-2.0',
> not found, come from CMake running both pkg-config --libs and
> pkg-config --static --libs to populate both <XXX>_LIBRARIES and
> <XXX>_STATIC_LIBRARIES[1], but dino has no use for the latter.
> Currently these warnings can not be disabled:
> https://gitlab.kitware.com/cmake/cmake/issues/18158
>
> (They could be prevented by pruning Requires.private from shared-only
> libraries akin to <https://github.com/NixOS/nixpkgs/pull/51767>,
> although it can not be detected if a library is shared-only from the
> .pc file alone, and this is just a warning.)
>
> [1]: docs: https://cmake.org/cmake/help/v3.16/module/FindPkgConfig.html
2020-02-10 20:02:41 +01:00
Maciej Krüger
70e3b2b442 twinkle: patch manual link since old domain got re-used 2020-02-10 19:51:12 +01:00
R. RyanTM
f07fc12703 rambox-pro: 1.2.0 -> 1.2.2 2020-02-06 20:15:35 +01:00
Michael Weiss
6fd230f144
signal-desktop: 1.30.0 -> 1.30.1
Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.30.1
2020-02-04 14:16:18 +01:00
Franz Pletz
cff0aa3a1c
riot-web: 1.5.6 -> 1.5.8 2020-02-01 14:20:51 +01:00
Ilya Fedin
34890e42af kotatogram-desktop: init at 1.1.5 2020-01-30 19:15:40 -08:00
Michael Weiss
40be1827ee
tdesktop: Use CMake to install all files 2020-01-30 20:20:46 +01:00
Alyssa Ross
091b710c3f
dino: fix rendering of logo in about window
Previously:

** (dino:7442): CRITICAL **: 00:35:22.373: file /build/source/main/src/ui/unified_window.vala: line 86: uncaught error: Unrecognized image file format (gdk-pixbuf-error-quark, 3)

(dino:7442): Gtk-WARNING **: 00:35:22.601: Found an icon but could not load it. Most likely gdk-pixbuf does not provide SVG support.
2020-01-30 00:42:24 +00:00
Alyssa Ross
adb89be62c
dino: add myself as a maintainer 2020-01-30 00:29:11 +00:00
Alyssa Ross
131ec9d383
dino: drop unnecessary enableParallelBuilding
This is the default.
2020-01-30 00:28:36 +00:00
Alyssa Ross
d506e9dd25
dino: 2019-10-28 -> 0.1.0
The system libsignal-protocol-c is preferred now, so fetching
submodules is no longer required.

The other libraries added are ones that the build complained about.  I
suspect they are optional dependencies.  Adding them makes the build
quieter, and has basically no impact on runtime closure size, so no
harm in making them available to keep the build system happy.
2020-01-30 00:25:40 +00:00
Michael Weiss
4a83868646
tdesktop: 1.9.8 -> 1.9.9
`tg.protocol` was removed and shouldn't be required anymore as
`telegramdesktop.desktop` already registers the handler:
MimeType=x-scheme-handler/tg;
2020-01-29 00:41:38 +01:00
Michael Weiss
5e46d5a7b5
tdesktop: Remove the last custom patch from Arch Linux
This patch is not required anymore [0][1].
Thanks @ilya-fedin for pointing this out.

[0]: https://git.archlinux.org/svntogit/community.git/commit/?id=a6dbffec8b2f6f319822df8b7db3ba66f81407ce
[1]: https://bugs.archlinux.org/task/65259
2020-01-27 21:48:44 +01:00
Michael Weiss
faab2914f3
tdesktop: Remove NIX_CFLAGS_COMPILE and CPPFLAGS
This is not required anymore and therefore a refactoring/cleanup
(verified with diffoscope that only the output paths change).
Credit to @ilya-fedin for bringing this to my attention.
2020-01-27 16:41:49 +01:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Michael Weiss
ae09f2a671
tdesktop: 1.9.7 -> 1.9.8 2020-01-24 20:36:51 +01:00
Michael Weiss
3791770384
Merge pull request #78413 from primeos/signal-desktop
signal-desktop: 1.29.6 -> 1.30.0
2020-01-24 18:23:29 +01:00
Michael Weiss
9cf50fa55c
signal-desktop: 1.29.6 -> 1.30.0
Changelog: https://github.com/signalapp/Signal-Desktop/releases/tag/v1.30.0
2020-01-24 17:49:39 +01:00
Tim Steinbach
62d86db572
zoom-us: 3.5.336627.1216 -> 3.5.352596.0119 2020-01-24 11:31:18 -05:00
Michael Weiss
0d97ef510b
tdesktop: 1.9.4 -> 1.9.7 (#78390)
This also properly enables the spell checking with enchant2.

Note: This requires a proper configuration.
A quick and dirty solution (not recommended) could look like this:
install -Dt ~/.config/enchant/hunspell/ $(nix-build -A hunspellDicts.en_US)/share/hunspell/en_US.{aff,dic}
2020-01-23 23:51:05 +01:00
Olli Helenius
2356a43830 teams: 1.2.00.32451 -> 1.3.00.958 2020-01-22 14:18:52 -08:00
Andrew Childs
7e0dd3833d chatterino2: use mkDerivation from qt 2020-01-23 01:00:34 +09:00
Michael Weiss
393b3e8746
tdesktop: 1.9.3 -> 1.9.4 (#78274) 2020-01-22 14:29:47 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Will Dietz
3bf9cc3154
Merge pull request #76767 from dtzWill/update/spectral-2019-12-23
spectral: unstable 2019-08-30 -> 817, olm: cmake+clean
2020-01-21 16:25:49 -06:00
Michael Weiss
f430ac79b8
Merge pull request #77453 from primeos/tdesktop
tdesktop: 1.8.15 -> 1.9.3
2020-01-19 00:01:48 +01:00