Jan Tojnar
b766ec29a7
gobject-introspection.setupHook: limit XDG_DATA_DIRS
...
The setup hook was adding share directory to XDG_DATA_DIRS variable whenever
it existed, even when gir-1.0 subdirectory did not.
2019-01-20 04:04:44 +01:00
Frederik Rietdijk
f8b45e2d84
Merge staging-next into staging
2019-01-19 09:24:01 +01:00
Jörg Thalheim
3376cbbdd7
Merge pull request #54238 from r-ryantm/auto-update/capstone
...
capstone: 4.0 -> 4.0.1
2019-01-18 13:40:16 +00:00
Jörg Thalheim
03403ca880
Merge pull request #54251 from r-ryantm/auto-update/armadillo
...
armadillo: 9.200.6 -> 9.200.7
2019-01-18 11:28:27 +00:00
markuskowa
59a6ec5568
Merge pull request #54159 from r-ryantm/auto-update/netcdf-fortran
...
netcdffortran: 4.4.4 -> 4.4.5
2019-01-18 10:54:22 +01:00
Jörg Thalheim
4dc359cae9
Merge pull request #54141 from acowley/qtxmlpatterns-fix
...
qtxmlpatterns: fix dependency with qtdeclarative
2019-01-18 08:39:05 +00:00
Michael Raskin
976644fc88
Merge pull request #54243 from r-ryantm/auto-update/box2d
...
box2d: 2.3.0 -> 2.3.1
2019-01-18 08:28:56 +00:00
R. RyanTM
c8d9777672
armadillo: 9.200.6 -> 9.200.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/armadillo/versions
2019-01-17 19:55:43 -08:00
R. RyanTM
38f62271f2
box2d: 2.3.0 -> 2.3.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/box2d/versions
2019-01-17 19:08:41 -08:00
R. RyanTM
277186fee3
capstone: 4.0 -> 4.0.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/capstone/versions
2019-01-17 17:48:07 -08:00
R. RyanTM
5e691849ea
gtkd: 3.8.4 -> 3.8.5 ( #54200 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtkd/versions
2019-01-18 00:06:33 +01:00
Jörg Thalheim
fdfd5ba352
Merge pull request #54215 from Mic92/yubikey
...
yubioath-desktop: 3.1.0 -> 4.3.4; yubikey-manager: 1.0.1 -> 2.0.0
2019-01-17 22:48:40 +00:00
Jörg Thalheim
d3e3346530
pyotherside: init at 1.5.3
2019-01-17 21:28:41 +00:00
Jan Tojnar
af3758e0b5
Merge branch 'master' into staging
2019-01-17 21:49:16 +01:00
R. RyanTM
2dbaab7afe
liburcu: 0.10.1 -> 0.10.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liburcu/versions
2019-01-17 16:49:28 +01:00
Jörg Thalheim
682801a445
Merge pull request #53628 from dtzWill/feature/bash-5-readline-8
...
readline8,bash5: init
2019-01-17 10:57:38 +00:00
Jan Tojnar
31ff786277
Merge pull request #54130 from jtojnar/glib-gsettings-prefix
...
glib.setupHook: fix gsettings-schemas location
2019-01-17 11:03:56 +01:00
Frederik Rietdijk
9cfae76fc5
Merge staging-next into staging
2019-01-17 09:21:29 +01:00
R. RyanTM
25bf717945
netcdffortran: 4.4.4 -> 4.4.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/netcdf-fortran/versions
2019-01-16 23:50:03 -08:00
Anthony Cowley
5fc5f15206
qtxmlpatterns: fix dependency with qtdeclarative
...
In Qt-5.12, the order of the dependency between these two packages
flipped.
A symptom of the problem is an error like, `module
"QtQuick.XmlListModel" is not installed`.
The upstream changes that this reflects are in qtxmlpatterns
<8c6e24329e >
and qtdeclarative <0477a057fd >
2019-01-16 20:57:29 -05:00
Jan Tojnar
388faed25c
glib.setupHook: fix gsettings-schemas location
...
GLib setup hook expects GSettings schemas to be installed in ${!outputLib}
and tries to move them to gsettings-schemas/$name subdirectory to prevent
conflicts. But the schemas will only end up in the library output when
the build system recognizes makeFlags set by the setup hook, and in that case
the move is not necessary, since the flag already includes the subdirectory.
Normally, this is not an issue, since most packages relying on GSettings
schemas either still use Autotools with gsettings.m4, or do not have a lib
output set. But with the promulgation of multiple outputs in Nixpkgs and
more and more projects switching to Meson, the issue will become increasingly
common.
We first noticed this problem with nm-applet.
Closes https://github.com/NixOS/nixpkgs/issues/45043
2019-01-17 00:54:15 +01:00
Will Dietz
cabe7d6506
freetype: re-enable freetype-config, don't break all the things
2019-01-16 22:43:19 +01:00
Jörg Thalheim
bab0597959
Merge pull request #54068 from r-ryantm/auto-update/qpdf
...
qpdf: 8.2.1 -> 8.3.0
2019-01-16 17:25:24 +00:00
Will Dietz
11c0c03a3f
Merge pull request #54061 from dtzWill/update/flatpak-1.1.3
...
flatpak: 1.1.2 -> 1.1.3
2019-01-16 11:07:04 -06:00
R. RyanTM
f23a2042ba
qpdf: 8.2.1 -> 8.3.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qpdf/versions
2019-01-16 07:56:16 -08:00
Will Dietz
0f3561677a
flatpak: dconf
2019-01-16 09:04:05 -06:00
Will Dietz
66c65cbb5a
flatpak: 1.1.2 -> 1.1.3
2019-01-16 09:04:03 -06:00
Will Dietz
96be3d2003
Merge pull request #53654 from dtzWill/update/kvantum-0.10.8
...
qtstyleplugin-kvantum: 0.10.6 -> 0.10.8, touchup
2019-01-16 08:52:33 -06:00
Jan Tojnar
15ccbad71b
Merge pull request #54034 from r-ryantm/auto-update/xdg-dbus-proxy
...
xdg-dbus-proxy: 0.1.0 -> 0.1.1
2019-01-16 09:45:58 +01:00
Jan Tojnar
8007ddc114
xdg-dbus-proxy: 0.1.0 -> 0.1.1
2019-01-16 09:07:13 +01:00
Orivej Desh
b0757da432
libjpeg-turbo: fix CVE-2018-20330 ( #53950 )
2019-01-16 01:21:03 +00:00
Robert Schütz
368b72a71d
Merge pull request #54017 from jonafato/fix-seafile-shared-version
...
Update seafile-shared hash
2019-01-16 01:00:28 +01:00
Robert Schütz
19d52f2144
seafile-client, libsearpc: remove dotlambda from maintainers
...
I do not want to maintain the package for a software that changes the
commit a version tag refers to.
See 37c1c427f5 .
2019-01-16 00:48:33 +01:00
Patrick Mahoney
51a586729a
openfst: relax platform requirement to include darwin
...
This builds on darwin. I was able to use it to compile another package
on darwin that depends on openfst, though I have not done extensive
testing.
2019-01-15 11:29:19 -06:00
Frederik Rietdijk
42d276c6b8
Merge staging-next into staging
2019-01-15 16:59:03 +01:00
Will Dietz
1f0467005d
openblas: 0.3.4 -> 0.3.5, rework a bit ( #53972 )
...
* openblas: simplify a bit, fix doCheck so tests are enabled non-cross.
* doCheck should be 'true' in (at least) the non-cross case,
this looks like an inverted check that's largely benign
* doCheck will be set to 'false' in the cross case anyway,
makeDerivation does this IIRC
* targetPrefix can be used without checking, probably by design
Derivation hash does change but no "real" functionality change intended.
* openblas: nix types for config attrs (hash-preserving)
* openblas: more nix-ification, merge in cross attrs, prefer to always set
(but set appropriately for cross and non-cross cases both)
* I'm not sure what NO_BINARY_MODE does,
this change now sets explicitly false in the non-cross scenario
(previously unset unless cross).
* Drop musl NO_AFFINITY case, will be removed in upgrade shortly
* openblas: 0.3.4 -> 0.3.5
2019-01-15 16:36:07 +01:00
Tor Hedin Brønner
befac4ae4b
Merge pull request #53960 from dtzWill/update/gtk-3.24.3
...
gtk3: 3.24.2 -> 3.24.3
2019-01-15 15:38:16 +01:00
Frederik Rietdijk
05ee1015bb
openblas: fix cross-compilation
2019-01-15 10:11:33 +01:00
Will Dietz
2002b8a463
gtk3: 3.24.2 -> 3.24.3
...
* Drop patches, now included!
* Fixes system tray icon madness w/awesomeWM (and others?),
oh joyous day what a time to be alive :)
(parent_relative fixups, been using for a while, woohoo!)
2019-01-14 11:53:52 -06:00
Jan Tojnar
01dbf4368d
libcloudproviders: 0.2.5 → 0.3.0
2019-01-14 15:50:32 +01:00
Will Dietz
52d7d5efed
Merge pull request #53655 from dtzWill/update/libunwind-1.3.0
...
libunwind: 1.2.1 -> 1.3.1
2019-01-13 17:23:28 -06:00
Vladyslav M
8afbd89edb
Merge pull request #53870 from colemickens/fmt-530
...
fmt: 5.2.1 -> 5.3.0
2019-01-14 00:28:45 +02:00
Frederik Rietdijk
bb9581cd88
Merge staging-next into staging
2019-01-13 14:46:43 +01:00
Cole Mickens
7720c31a20
fmt: 5.2.1 -> 5.3.0
...
Signed-off-by: Cole Mickens <cole.mickens@gmail.com >
2019-01-13 01:44:27 -08:00
R. RyanTM
c3679eaa18
leatherman: 1.5.3 -> 1.5.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-01-13 09:50:07 +01:00
R. RyanTM
955a9959ac
catch2: 2.4.2 -> 2.5.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/catch2/versions
2019-01-13 09:42:57 +01:00
Profpatsch
62c6889018
skawarePackages.utmps: 0.0.1.3 -> 0.0.2.0
2019-01-13 04:01:35 +01:00
Vladimír Čunát
570d84a01e
Merge branch 'staging-next'
2019-01-13 00:39:38 +01:00
Trolli Schmittlauch
4b76c4605e
qt511.qtdeclarative: fix CMake qmlcachegen path
...
This package contains several CMake files used for setting up its
provided tools for use in other projects build with CMake.
While packaging *ktouch* I found out that the ${_qt5Core_install_prefix}
variable doesn't expand at all, rendering the path to the `qmlcachegen`
binary useless. As a fix, the command itself is used instead of the path
to the binary.
2019-01-13 00:09:38 +01:00
Thomas Tuegel
a59e7297c1
Merge pull request #52524 from stephengroat/patch-2
...
freetype: 2.9 -> 2.9.1
2019-01-12 10:21:24 -06:00