Commit Graph

31699 Commits

Author SHA1 Message Date
John Chadwick
b54065a5f6 libwacom: 0.33 -> 1.1 2019-09-21 00:28:43 -04:00
Matthew Bauer
d8b7b95ac6 Merge remote-tracking branch 'origin/master' into staging 2019-09-20 23:25:24 -04:00
Pierre Bourdon
21c92c4a1d
mono-zeroconf: remove broken package
No dependencies within nixpkgs, and the package has not built
successfully since 2018-04-29 according to Hydra[1].

[1] https://hydra.nixos.org/build/100604053
2019-09-20 14:16:49 +02:00
Marek Mahut
dae532c445
Merge pull request #69106 from prusnak/libfido2
libfido2: 1.1.0 -> 1.2.0
2019-09-20 09:16:58 +02:00
Gabriel Ebner
3e0127b878
libqalculate,qalculate-gtk: 3.3.0 -> 3.4.0 (#69051)
libqalculate,qalculate-gtk: 3.3.0 -> 3.4.0
2019-09-19 20:37:25 +02:00
worldofpeace
433d540085
Merge pull request #68276 from doronbehar/update-cpp-utilities
cpp-utilities: 4.17.1 -> 5.0.0
2019-09-19 13:58:09 -04:00
Doron Behar
9f508e8eba cpp-utilities: 4.17.1 -> 5.0.0 2019-09-19 20:52:49 +03:00
Pavol Rusnak
1325976d74
libfido2: 1.1.0 -> 1.2.0 2019-09-19 18:30:18 +02:00
Frederik Rietdijk
f81d43b94c Merge staging-next into staging 2019-09-19 17:00:07 +02:00
Frederik Rietdijk
0b12d44c06 Merge master into staging-next 2019-09-19 16:59:42 +02:00
Anton-Latukha
37de7c56ce qt_gstreamer1: drop
If someone would be interested - last commit builds with {Qt5, Qt5 config flag}
2019-09-19 17:50:46 +03:00
Anton-Latukha
dcb86e8856 qt-gstreamer: drop
(Progresses Qt4 cleaup #33248, gstreamer cleanup #39975)

This is legacy version of a newer and legacy unmaintained version.
It is Qt4 and gstreamer 0.10.
This is a GNOME-related project, so Qt support dropped.
qt-gstreamers legacy has no dependencies.
2019-09-19 17:50:45 +03:00
Marek Mahut
856b16a724
Merge pull request #68980 from rvolosatovs/update/packr
packr: 2.5.2 -> 2.6.0
2019-09-19 11:17:31 +02:00
Will Dietz
6429696f43
libqalculate,qalculate-gtk: 3.3.0 -> 3.4.0 2019-09-18 17:05:59 -05:00
Thomas Tuegel
5c12c689f3
Merge pull request #68910 from dtzWill/update/kdeframeworks-5.62.0
kdeFrameworks: 5.61.0 -> 5.62.0
2019-09-18 15:06:47 -05:00
Jan Tojnar
f5ef80b46d
Merge branch 'staging-next' into staging 2019-09-18 21:16:01 +02:00
Jan Tojnar
62791c3743
Merge branch 'master' into staging-next 2019-09-18 21:15:35 +02:00
Will Dietz
d7d379a290
kio: 5.62.0 -> 5.62.1
(regen kde-frameworks/src.nix)
2019-09-18 13:26:19 -05:00
Will Dietz
dfb72fa99e
kdeFrameworks.knewstuff: revert KDE_INSTALL_KNSRCDIR change 2019-09-18 13:26:17 -05:00
Will Dietz
66074af992
knewstuff: kirigami2 2019-09-18 13:26:16 -05:00
Will Dietz
0c6939340d
kxmlgui: qttools for Qt5UiPlugins 2019-09-18 13:26:15 -05:00
Will Dietz
9fea8eed2b
kwindowsystem: update patch 2019-09-18 13:26:14 -05:00
Will Dietz
cac6f2d47d
kdeFrameworks.ktextwidgets: qttools for Qt5UiPlugin 2019-09-18 13:26:13 -05:00
Will Dietz
43ee3f5279
kdeFrameworks.kplotting: qttools for Qt5UiPlugin, fix build 2019-09-18 13:26:12 -05:00
Will Dietz
46091f27ac
kdeFrameworks.kio: qttools for Qt5UiPlugin 2019-09-18 13:26:11 -05:00
Will Dietz
061e007e6c
kdeFrameworks.kiconthemes: qttools for Qt5UiPlugin 2019-09-18 13:26:10 -05:00
Will Dietz
d6b8a07178
kdeFrameworks.kconfigwidgets: qttools for Qt5UiPlugin 2019-09-18 13:26:09 -05:00
Will Dietz
a280f3a0f3
extra-cmake-modules: fixup patch 2019-09-18 13:26:08 -05:00
Will Dietz
51b2eaf331
kdeFrameworks: 5.61.0 -> 5.62.0 2019-09-18 13:26:07 -05:00
Vladimír Čunát
b7089e79ae
Merge #68748: libuv: 1.30.1 -> 1.32.0 (into staging) 2019-09-18 17:38:56 +02:00
Thomas Tuegel
5b14ea3b05
Merge pull request #68351 from petabyteboy/feature/qt-patches-staging
qt512: Add patches for QTBUG-73459 and QTBUG-69077
2019-09-18 05:44:58 -05:00
Matthew Bauer
3736220b5b
Merge pull request #68930 from matthewbauer/fix-cross-glibc
glibc: fix cross compilation with gcc8
2019-09-17 17:55:02 -04:00
Matthew Bauer
8f2eb8042b
Merge pull request #68387 from d-goldin/libressl_fix_nc
libressl: fixing nc for version>=2.9
2019-09-17 17:42:57 -04:00
Dima
044f771d59 libressl: fixing nc for version>=2.9
This addresses https://github.com/NixOS/nixpkgs/issues/68286

When `-R` (CA file location) is not specified, nc tries to fall back to
a default location. In 2.8 this was still configurable at compile time,
but was changed somewhere after. This replaces `/etc/ssl/cert.pem`
with `${cacert}/etc/ssl/cert.pem` in the code directly.

For a discussion of this, see https://github.com/NixOS/nixpkgs/pull/68456
2019-09-17 23:08:43 +02:00
Roman Volosatovs
7f6e616fee
packr: 2.5.2 -> 2.6.0 2019-09-17 21:40:17 +02:00
worldofpeace
47dc30c10c
Merge pull request #68756 from dtzWill/update/libmicrodns-0.1.0
libmicrodns: 0.0.10 -> 0.1.0
2019-09-17 13:16:47 -04:00
worldofpeace
86c7fc4113
Merge pull request #68875 from worldofpeace/dont-use-deprecated-dbusdirs
Don't use deprecated dbusdirs
2019-09-17 12:21:14 -04:00
Peter Hoeg
fbd23c6f1a
Merge pull request #68877 from peterhoeg/u/mqtt
mosquitto: 1.6.4 -> 1.6.5
2019-09-17 10:40:14 +08:00
Peter Simons
409ff06407
Merge pull request #67790 from ivan/mpv-ffmpeg-runpath
mpv, ffmpeg: use addOpenGLRunpath to fix CUDA-accelerated playback
2019-09-16 20:10:18 +02:00
Matthew Bauer
3fcc4441d7 glibc: fix cross compilation with gcc8 2019-09-16 14:00:15 -04:00
worldofpeace
9d0e05233f polkit: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:09 -04:00
worldofpeace
bdb0ea879a flatpak: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:08 -04:00
worldofpeace
a2757ecdf2 geoclue2: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:08 -04:00
worldofpeace
5067fb6562 avahi: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:08 -04:00
worldofpeace
cfe85bd5df accountsservice: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:08 -04:00
Vladimír Čunát
fa4a3af5a7
Merge branch 'master' into staging-next 2019-09-16 19:24:52 +02:00
Will Dietz
63bdef7591
Merge pull request #67289 from dtzWill/update/libcbor-2019-07-25
libcbor: 2019-02-23 -> 2019-07-25
2019-09-16 10:49:30 -05:00
Jeroen de Haas
2ff3620d0d fmt: 5.3.0 -> 6.0.0 (#68168) 2019-09-16 14:39:52 +00:00
Peter Hoeg
b02b889255 libwebsockets: re-init 3.1 2019-09-16 12:36:33 +08:00
worldofpeace
c0d5c03c8b
Merge pull request #68869 from worldofpeace/fix-FTFS-qtwebengine
qt5.qtwebengine: reduce log output
2019-09-15 21:08:43 -04:00