Commit Graph

187572 Commits

Author SHA1 Message Date
Thomas Tuegel
469d17a3f0
Revert "Revert "qt 5.12.0 -> 5.12.3""
This reverts commit bf39fc17d4.
2019-08-06 14:42:51 -05:00
Thomas Tuegel
2c55b3256c
Merge pull request #65896 from r-ryantm/auto-update/cmake-cursesUI-qt5UI
cmakeWithGui: 3.14.5 -> 3.15.1
2019-08-06 10:29:09 -05:00
Jan Tojnar
2d2ef7a299
enchant: 2.2.3 -> 2.2.4 (#64013)
enchant: 2.2.3 -> 2.2.4
2019-08-06 13:26:50 +02:00
Jan Tojnar
3c72fa7dda
enchant: 2.2.3 -> 2.2.4
Clean up the expression and prepare for tests. Unfortunately, I could not get them pass.
2019-08-06 12:04:16 +02:00
worldofpeace
b95130133a
Merge pull request #65930 from r-ryantm/auto-update/glib
glib: 2.60.4 -> 2.60.6
2019-08-05 11:33:39 -04:00
worldofpeace
a2253f442d
Merge pull request #65850 from worldofpeace/bye-g-disable-checks
glib,gtk: correct CLAGS for plain buildtype
2019-08-05 11:33:07 -04:00
Thomas Tuegel
369fe2ada8
Merge pull request #66020 from r-ryantm/auto-update/phonon-qt5
libsForQt5.phonon: 4.10.2 -> 4.10.3
2019-08-05 09:21:09 -05:00
worldofpeace
f2eddec042 glib: drop define BSD_COMP
I fail to see where or for what it is useful for.
2019-08-05 06:19:44 -04:00
worldofpeace
3b085b45b9 pantheon.elementary-settings-daemon: add cflag G_DISABLE_CAST_CHECKS
Mirror c7c727fa93.
2019-08-05 06:14:38 -04:00
worldofpeace
c7c727fa93 gnome3.gnome-settings-daemon: add cflag G_DISABLE_CAST_CHECKS
This is what would have been passed before with the release
buildtype.

See: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/blob/GNOME_SETTINGS_DAEMON_3_32_1/meson.build#L73
2019-08-05 06:13:01 -04:00
worldofpeace
60266eb504 glib: add cflag G_DISABLE_CAST_CHECKS
This is what would have been passed before with the release
buildtype.

See: https://gitlab.gnome.org/GNOME/glib/blob/2.60.4/meson.build#L208
2019-08-05 06:10:50 -04:00
worldofpeace
27a71a19ed gtk3: defines for debugging, disable cast checks
Because we're using plain buildtype these have to be
passed manually.

See: https://gitlab.gnome.org/GNOME/gtk/blob/3.24.10/meson.build#L59

With autotools the mapping for the the options to the defines was:

yes:     G_ENABLE_DEBUG G_ENABLE_CONSISTENCY_CHECKS
minimum: G_ENABLE_DEBUG G_DISABLE_CAST_CHECKS
no:      G_DISABLE_CAST_CHECKS G_DISABLE_ASSERT G_DISABLE_CHECKS

So we're passing the exact ones that would've been used for minimum.

Additionally it isn't a good idea to pass the equivalents used for "no" 
as it eliminates G_ENABLE_DEBUG which disables pre-condition checks and 
assertions. The actual option only existed to serve people who needed a 
specific build of GTK for very specific environments. And now they are
much better served with meson's plain buildtype and figuring out what to
pass themselves.
2019-08-05 06:09:25 -04:00
R. RyanTM
403d64a705 libsForQt5.phonon: 4.10.2 -> 4.10.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/phonon-qt5/versions
2019-08-04 23:30:44 -07:00
Thomas Tuegel
7fb3510e3c
Merge pull request #65943 from r-ryantm/auto-update/jsoncpp
jsoncpp: 1.9.0 -> 1.9.1
2019-08-04 09:27:55 -05:00
R. RyanTM
93d6d032f2 jsoncpp: 1.9.0 -> 1.9.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jsoncpp/versions
2019-08-04 06:31:31 -07:00
R. RyanTM
f2d6a195a1 glib: 2.60.4 -> 2.60.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/glib/versions
2019-08-04 05:01:58 -07:00
R. RyanTM
5c0cdcfad2 cmakeWithGui: 3.14.5 -> 3.15.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cmake-cursesui-qt5ui/versions
2019-08-03 20:19:16 -07:00
Tadeo Kondrak
8a604d2dbc fribidi: fix cross compilation (#64655) 2019-08-03 07:27:50 +01:00
Frederik Rietdijk
5e32d10aeb
Merge pull request #65043 from volth/cpan2nix-2019-07-18
perlPackages: update
2019-08-03 08:16:57 +02:00
Frederik Rietdijk
7560e2d64f
Merge pull request #65376 from abbradar/mdadm-upstream
Use upstream units for mdadm
2019-08-03 08:06:07 +02:00
Frederik Rietdijk
8fa3fb092e
Merge pull request #65624 from worldofpeace/bump-networkmanager
networkmanager: 1.18.1 -> 1.18.2
2019-08-03 08:02:35 +02:00
Jonathan Ringer
65bba1f622 pythonPackages.simplejson: 3.16.0 -> 3.16.1 2019-08-03 07:52:46 +02:00
Justin Humm
4908aaf3c9 spidermonkey_38, spidermonkey_60: fix cross compilation
This is essentially the same as done in
65f2b0a2a3.

For spidermonkey_38 I set --enable-posix-nspr-emulation, as it would
otherwise complain about a wrong NSPR version and that trick seemed to
be successful in spidermonkey_60 anyway.
2019-08-03 07:51:46 +02:00
Justin Humm
7ee6674ec3 elinks: use recent spidermonkey version 2019-08-03 07:51:46 +02:00
Justin Humm
c3cc950001 mediatomb: use recent spidermonkey 2019-08-03 07:51:46 +02:00
Frederik Rietdijk
4afe7a7bf3 Merge staging-next into staging 2019-08-03 07:48:19 +02:00
Frederik Rietdijk
fbf4028074 Merge master into staging-next 2019-08-03 07:47:54 +02:00
Frederik Rietdijk
53328909da Merge staging-next into master, closes #65497 2019-08-03 07:42:50 +02:00
xrelkd
49f281d287 font-awesome: 5.10.0 -> 5.10.1 2019-08-03 07:13:50 +02:00
Jonathan Ringer
9ef0b35a63 pythonPackages.msreset: 0.6.8 -> 0.6.9 2019-08-03 07:13:26 +02:00
Jonathan Ringer
0bca1209e5 python3Packages.ipykernel: 5.1.0 -> 5.1.1 2019-08-03 07:12:55 +02:00
Jonathan Ringer
6e880c201f pythonPackages.nbval: 0.9.1 -> 0.9.2 2019-08-03 07:12:42 +02:00
Jonathan Ringer
52b6651132 pythonPackages.pytest-cram: fix build 2019-08-03 07:12:25 +02:00
Frederik Rietdijk
cd9846239a and another gdk_pixbuf rename 2019-08-03 07:10:13 +02:00
worldofpeace
f8de228675
Merge pull request #64707 from worldofpeace/cerbere-fix
pantheon.cerbere: 0.2.4 -> 2.5.0
2019-08-02 21:36:02 -04:00
WilliButz
dd3333ad18
Merge pull request #65784 from ciil/jira-update
atlassian-jira: 8.2.3 -> 8.3.0
2019-08-03 01:35:21 +02:00
Maximilian Bosch
0d0705b163
Merge pull request #65821 from WilliButz/update-loki
grafana-loki: 0.1.0 -> 0.2.0
2019-08-03 01:19:02 +02:00
WilliButz
2d09016ed3
grafana-loki: 0.1.0 -> 0.2.0 2019-08-03 00:19:14 +02:00
Jonathan Ringer
5304191cd7 pyload: fix build 2019-08-02 23:33:16 +02:00
Nikolay Korotkiy
6a22620c5b qmapshack: use Qt mkDerivation 2019-08-02 23:32:30 +02:00
Frederik Rietdijk
d20a59d2e5 Merge master into staging-next 2019-08-02 23:27:18 +02:00
Michael Raskin
66644848cb
Merge pull request #64753 from malob/update-add-vim-plugin-docs
Updating documentation about adding new Vim plugins
2019-08-02 21:25:16 +00:00
worldofpeace
7fb44be46b
Merge pull request #65756 from Kiwi/update-bitwarden-cli
bitwarden-cli: fix build
2019-08-02 17:11:20 -04:00
Maximilian Bosch
2eda061bb2
Merge pull request #65810 from WilliButz/prometheus-exporters-replace-nobody
nixos/prometheus-exporters: replace nobody/nogroup
2019-08-02 23:10:03 +02:00
Marek Mahut
39d9b5d8a5
Merge pull request #65815 from petabyteboy/feature/cbmem
cbmem: init at 4.9
2019-08-02 23:02:58 +02:00
Marek Mahut
f56447e71f
Merge pull request #65816 from dywedir/dua
dua: 2.1.5 -> 2.1.11
2019-08-02 23:01:59 +02:00
worldofpeace
4b4be58cdb
Merge pull request #65788 from rawkode/feature/qtwrap-vokoscreen
vokoscreen: use qt5's mkDerivation
2019-08-02 16:59:37 -04:00
Robert Djubek
4253edd1fe
bitwarden-cli: fix build
Updated with./generate.sh so that it builds. Fixes #63158
2019-08-02 20:57:25 +00:00
worldofpeace
3dd1acbc94
Merge pull request #65791 from xrelkd/update/youtube-dl
youtube-dl: 2019.07.30 -> 2019.08.02
2019-08-02 16:53:28 -04:00
Thomas Tuegel
421782edb1
Merge pull request #65526 from samueldr/feature/qt-strict-compatible-versions
qt5*: Enforce strict compatible version paths
2019-08-02 15:04:04 -05:00