Commit graph

40612 commits

Author SHA1 Message Date
Luflosi
2a15e3ba75
kitty: better fix for build error
Without the `no-werror.patch`, the compilation would fail with the following warning:
```
clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
```
To fix this, the compiler command line options `-pedantic-errors` and `-Werror` were patched out of the build script so that the warning would not become an error and stop the build. This is not ideal as this piece of code is changed fairly frequently, which requires fixing the patch. In the next kitty version the patch would need to be fixed again.
A better alternative is to just not pass `-fno-strict-overflow` to the compiler. This is done by disabling the `strictoverflow` hardening feature.
2020-02-19 17:28:46 +01:00
R. RyanTM
8df76db739 picard: 2.2.3 -> 2.3 2020-02-19 15:41:20 +01:00
Marek Mahut
1a6d6576ce
Merge pull request #80496 from r-ryantm/auto-update/clightning
clightning: 0.8.0 -> 0.8.1
2020-02-19 15:00:21 +01:00
Mario Rodas
c2e10f2473
Merge pull request #80411 from dywedir/zola
zola: 0.9.0 -> 0.10.0
2020-02-19 08:33:09 -05:00
Mario Rodas
671c8d94d6
Merge pull request #80493 from marsam/update-flexget
flexget: 3.1.21 -> 3.1.26
2020-02-19 08:13:19 -05:00
Maximilian Bosch
6dc9109c67
Merge pull request #80507 from r-ryantm/auto-update/i3-gaps
i3-gaps: 4.17.1 -> 4.18
2020-02-19 14:05:09 +01:00
Mario Rodas
7b73eefda8
mumble: fix build (#80500) 2020-02-19 14:01:21 +01:00
Frederik Rietdijk
c65707bc25
Merge pull request #80252 from NixOS/staging-next
Staging next
2020-02-19 09:18:32 +01:00
R. RyanTM
ed982f6b6e i3-gaps: 4.17.1 -> 4.18 2020-02-19 06:21:47 +00:00
Vladyslav M
7b04af1b89
zola: 0.9.0 -> 0.10.0 2020-02-19 08:00:03 +02:00
R. RyanTM
3f3ead76fd clightning: 0.8.0 -> 0.8.1 2020-02-19 03:34:52 +00:00
Jan Tojnar
e2b4abe3c8
Merge pull request #54677 from jtojnar/mypaint2
mypaint: 1.2.1 → 2.0.0-beta.0
2020-02-19 01:57:21 +01:00
Robert Schütz
8585628622
rclone-browser: 1.2 -> 1.8.0 (#80445)
https://github.com/kapitainsky/RcloneBrowser/releases/tag/1.8.0
2020-02-19 01:30:31 +01:00
Jan Tojnar
6fecb16af6
mypaint: 1.2.1 → 2.0.0 2020-02-18 22:48:38 +01:00
Jan Tojnar
eeaad8d225
mypaint-brushes: 1.3.0 → 2.0.2 2020-02-18 22:16:06 +01:00
Vladimír Čunát
1b96f9b68c
Merge #80460: maintainers: fix 0x4A6F 2020-02-18 21:28:27 +01:00
Frederik Rietdijk
9d88ee08f6 Merge master into staging-next 2020-02-18 16:09:19 +01:00
Andreas Rammhold
c2b6b6d97e
Merge pull request #80431 from andir/firefox73.0.1
firefox: 73.0 -> 73.0.1
2020-02-18 16:01:19 +01:00
Tim Steinbach
68558d8c5d
vivaldi: 2.11.1811.33-1 -> 2.11.1811.38-1 2020-02-18 09:37:33 -05:00
Andreas Rammhold
52920a6b2c
firefox: 73.0 -> 73.0.1 2020-02-18 13:26:40 +01:00
Mario Rodas
53e2a85f85
flexget: 3.1.21 -> 3.1.26 2020-02-18 04:20:00 -05:00
Francesco Gazzetta
eb2ab18614 milkytracker: set cmake sdl variable to fix build
ZHF: #80379
2020-02-18 00:14:56 -08:00
Rakesh Gupta
50593c6f1e Added additional dependency boto3, needed for s3 cache support 2020-02-18 00:08:54 -08:00
Michael Raskin
b7b2f31577
Merge pull request #80375 from mmilata/libreoffice-bump-6.4
libreoffice-still: 6.2.6.2 -> 6.3.5.2, libreoffice-fresh: 6.3.0.4 -> 6.4.1.1
2020-02-18 07:59:55 +00:00
Orivej Desh
43ee8097d9 aseprite-unfree: 1.2.11 -> 1.2.16.3
Restore the comment explaining the split between free and unfree versions
deleted in caa4e6dcb2.
2020-02-18 07:51:50 +00:00
Orivej Desh
3ad2c20fe6 aseprite-unfree: fix build
It fails with:

src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp:15:10: fatal error: GL/glx.h: No such file or directory
   15 | #include <GL/glx.h>
2020-02-18 07:51:50 +00:00
Orivej Desh
0ded378b10 aseprite: fix build with glibc 2.30
Otherwise it fails with:

In file included from /build/source/src/allegro/include/allegro/base.h:41,
                 from /build/source/src/allegro/include/allegro.h:25,
                 from /build/source/src/./she/alleg4/alleg_surface.h:11,
                 from /build/source/src/she/alleg4/alleg_surface.cpp:11:
/build/source/src/allegro/include/allegro/alcompat.h:44:22: error: conflicting declaration of C function 'fixed fadd(fixed, fixed)'
   44 |       AL_ALIAS(fixed fadd(fixed x, fixed y), fixadd(x, y))
      |                      ^~~~
/build/source/src/allegro/include/allegro/internal/alconfig.h:164:49: note: in definition of macro 'AL_ALIAS'
  164 |       static __attribute__((unused)) __inline__ DECL    \
      |                                                 ^~~~
In file included from /nix/store/y57skwl8a5vbkrjrc30ygdw9vr1p6n19-gcc-9.2.0/include/c++/9.2.0/cmath:45,
                 from /nix/store/y57skwl8a5vbkrjrc30ygdw9vr1p6n19-gcc-9.2.0/include/c++/9.2.0/math.h:36,
                 from /build/source/src/./base/base.h:13,
                 from /build/source/src/./config.h:40,
                 from /build/source/src/she/alleg4/alleg_surface.cpp:8:
/nix/store/2v6pi2wj3lcsc3j48n7flx9mgqyii1lv-glibc-2.30-dev/include/bits/mathcalls-narrow.h:24:20: note: previous declaration 'float fadd(double, double)'
   24 | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2);
      |                    ^~~~~~~~~~~~~~~
2020-02-18 06:07:24 +00:00
Mario Rodas
d6a81e905b
Merge pull request #80376 from zowoq/crun
crun: 0.12.1 -> 0.12.2.1
2020-02-18 00:16:32 -05:00
worldofpeace
59b5c0da43
Merge pull request #80210 from hax404/master_tor-browser-bundle-bin
tor-browser-bundle-bin: 9.0.4 -> 9.0.5
2020-02-17 20:10:43 -05:00
worldofpeace
98b854c79d
Merge pull request #79915 from taku0/flashplayer-32.0.0.330
flashplayer: 32.0.0.314 -> 32.0.0.330 [Critical security fixes]
2020-02-17 20:05:03 -05: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
Imran Hossain
2599fd06a2 todoist-electron: init at 1.19 2020-02-17 15:44:48 -08:00
zowoq
d9bedd0e3e crun: 0.12.1 -> 0.12.2.1
https://github.com/containers/crun/blob/0.12.2.1/NEWS
2020-02-18 08:42:04 +10:00
Martin Milata
9425bab10a libreoffice-still: 6.2.6.2 -> 6.3.5.2, libreoffice-fresh: 6.3.5.2 -> 6.4.1.1 2020-02-17 22:08:35 +01:00
Lancelot SIX
9992702e4b
Merge pull request #80349 from jojosch/dbeaver_6.3.5
dbeaver: 6.3.4 -> 6.3.5
2020-02-17 21:44:50 +01:00
Kim Lindberger
a2f3ec7a60
synergy: Build application bundle on Darwin + other fixes (#80354)
Includes the following fixes for Darwin:
- Build an application bundle
- Don't install the .desktop file and icons
- Get rid of unused cmake variables
- Don't list avahi as a dependency, since it's not used
2020-02-17 14:41:43 -05:00
Michele Guerini Rocco
7429153cac
Merge pull request #80364 from pacien/riot-no-phoning-home
riot-web: add config overrides for privacy
2020-02-17 18:44:49 +01: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
Jörg Thalheim
338e1dc57d
Merge pull request #80159 from emacsomancer/mullvad-2020.2
mullvad-vpn: 2020.1 -> 2020.2
2020-02-17 14:56:55 +00: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
Frederik Rietdijk
ec1184f461 Merge master into staging-next 2020-02-17 15:12:28 +01:00
Martin Milata
f5a5695edd libreoffice-fresh: 6.3.0.4 -> 6.3.5.2 2020-02-17 14:47:54 +01:00
Mario Rodas
e83893e1ab
Merge pull request #80282 from jonasnick/lnd-0.9
lnd 0.8.1 -> lnd 0.9.0
2020-02-17 08:41:57 -05:00
Patrizio Bekerle
66dc93c716 Update QOwnNotes to 20.2.5 2020-02-17 14:36:01 +01:00
Jean-Philippe Braun
92c97a3915 terragrunt: 0.17.4 -> 0.21.11 2020-02-17 14:34:02 +01:00
Mario Rodas
eb044ecd04
Merge pull request #80150 from r-ryantm/auto-update/atlassian-cli
atlassian-cli: 9.1.0 -> 9.1.1
2020-02-17 08:21:04 -05:00
Johannes Schleifenbaum
dfd86fc882
dbeaver: 6.3.4 -> 6.3.5 2020-02-17 12:56:16 +01:00
goibhniu
fc592a52ca
Merge pull request #80318 from vandenoever/sv
sonic-visualiser
2020-02-17 09:51:51 +00:00
Benjamin Hipple
5ef4af7afc
doomseeker: add qt wrapper, cleanup (#79794)
This avoids using NIX_CFLAGS_COMPILE by switching to hardeningDisable.
The hack is also only needed for darwin sources and is not specific to
clang.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-17 04:50:44 -05:00