aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/glib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge master into staging-nextFrederik Rietdijk2020-11-271-4/+4
|\
| * utillinux: rename to util-linuxGraham Christensen2020-11-241-4/+4
| |
* | glib: 2.66.2 -> 2.66.3R. RyanTM2020-11-181-2/+2
|/
* glib: 2.66.1 → 2.66.2Jan Tojnar2020-11-091-2/+2
| | | | | | Fixes compatibility with recent tzdata. https://ftp.gnome.org/pub/GNOME/sources/glib/2.66/glib-2.66.2.news
* Merge branch 'staging-next' into stagingVladimír Čunát2020-10-251-1/+1
|\
| * treewide: De-inline uses of lib.boolToStringMalte Brandy2020-10-141-1/+1
| | | | | | | | This commit should not change eval results
* | glib: 2.66.0 → 2.66.1Jan Tojnar2020-10-241-8/+2
| | | | | | | | https://ftp.gnome.org/pub/GNOME/sources/glib/2.66/glib-2.66.1.news
* | glib: Fix tests on some FSsPiotr Bogdan2020-10-241-0/+6
| | | | | | | | By applying https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1648
* | glib: 2.64.5 -> 2.66.0Doron Behar2020-10-241-2/+2
|/
* Merge staging-next into stagingFrederik Rietdijk2020-09-031-3/+0
|\
| * glib: remove fam module todoJan Tojnar2020-09-021-3/+0
| | | | | | | | gamin is abandoned and we are going to drop it
* | glib: 2.64.4 -> 2.64.5R. RyanTM2020-08-251-2/+2
|/
* glib: 2.64.3 -> 2.64.4R. RyanTM2020-07-061-2/+2
|
* glib: 2.64.1 -> 2.64.3R. RyanTM2020-05-211-2/+2
|
* Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer2020-04-131-2/+1
|\ | | | | Cross compilation fixes [april 2020]
| * glib: put gsettings directory in targetMatthew Bauer2020-04-061-2/+1
| | | | | | | | These should be runtime, not build time deps
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|/
* glib: 2.62.4 -> 2.64.1Tor Hedin Brønner2020-03-242-23/+2
| | | | gio-launch-desktop is replaced by direct /bin/sh calls
* glib.setupHook: run glibPreFixupPhase before gappsWrapperArgsHookJan Tojnar2020-03-041-1/+9
| | | | Since we split wrapGAppsHook and move its variable initialization to preFixupPhases in #81475, it was getting run before glibPreFixupPhase which sets GSETTINGS_SCHEMAS_PATH variable gappsWrapperArgsHook depends on. Let's introduce this ugly hack to ensure glibPreFixupPhase will run before gappsWrapperArgsHook.
* glib: 2.62.4 -> 2.62.5worldofpeace2020-02-222-13/+13
|
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-151-1/+1
| | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* glib: remove Autotools specific env varsJan Tojnar2019-12-311-3/+0
| | | | Even upstream no longer ships Autotools build files.
* treewide: NIX_CFLAGS_COMPILE -> stringRobin Gloster2019-12-311-1/+1
|
* glib: 2.62.3 -> 2.62.4R. RyanTM2019-12-231-2/+2
|
* glib: 2.62.2 -> 2.62.3R. RyanTM2019-11-271-2/+2
|
* glib.setupHook: fix make_glib_find_gsettings_schemasJan Tojnar2019-11-211-2/+2
| | | | | GSETTINGS_SCHEMAS_PATH needs to contain a list of directories containing glib-2.0/schemas. 770a4c7946a1c55bf6295a34a42e1c4b657d1088 broke that by accidentally adding glib-2.0 to the paths.
* Merge pull request #72812 from NixOS/bash-no-undef-varsJohn Ericson2019-11-081-3/+5
|\ | | | | cc-wrapper, bintools-wrapper: Remove now unneeded `set {+,-}u`
| * Merge commit 'afa48f16f265fd3e88073bca7929e1e103bd3dc3' into bash-no-undef-varsJohn Ericson2019-11-081-0/+2
| |\
| * | glib: Fix setup hookJohn Ericson2019-11-081-3/+5
| | | | | | | | | | | | | | | It was not robust against multiple matching directories, as the called function takes exactly 3 arguments.
* | | Merge pull request #72518 from r-ryantm/auto-update/glibMichael Raskin2019-11-021-2/+2
|\ \ \ | |_|/ |/| | glib: 2.62.1 -> 2.62.2
| * | glib: 2.62.1 -> 2.62.2R. RyanTM2019-11-011-2/+2
| |/
* | Merge staging into staging-nextFrederik Rietdijk2019-10-291-0/+2
|\ \ | |/ |/|
| * glib: enable separate debug infoJan Tojnar2019-10-271-0/+2
| |
* | glib: add worldofpeace to maintainersworldofpeace2019-10-281-1/+1
|/
* glib: 2.62.0 → 2.62.1Tor Hedin Brønner2019-10-121-8/+2
|
* glib: fix loading dylibs through gobject on darwinTor Hedin Brønner2019-10-031-35/+41
|
* glib: 2.60.7 -> 2.62.0Tor Hedin Brønner2019-09-302-21/+190
| | | | Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
* glib: 2.60.6 -> 2.60.7Will Dietz2019-09-031-3/+2
| | | | https://gitlab.gnome.org/GNOME/glib/-/tags/2.60.7
* glib: add getSchemaPathworldofpeace2019-08-261-1/+2
|
* glib: add makeSchemaPathworldofpeace2019-08-261-0/+1
|
* treewide: name -> pnamevolth2019-08-171-4/+5
|
* Merge pull request #65930 from r-ryantm/auto-update/glibworldofpeace2019-08-051-2/+2
|\ | | | | glib: 2.60.4 -> 2.60.6
| * glib: 2.60.4 -> 2.60.6R. RyanTM2019-08-041-2/+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/glib/versions
* | glib: drop define BSD_COMPworldofpeace2019-08-051-1/+1
| | | | | | | | I fail to see where or for what it is useful for.
* | glib: add cflag G_DISABLE_CAST_CHECKSworldofpeace2019-08-051-2/+6
|/ | | | | | | 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
* glib: 2.60.3 -> 2.60.4R. RyanTM2019-07-171-2/+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/glib/versions
* glib: remove cf-privateDaiderd Jordan2019-07-031-3/+0
|
* treewide: remove unused variables (#63177)volth2019-06-161-1/+1
| | | | | | * treewide: remove unused variables * making ofborg happy
* glib: 2.60.2 -> 2.60.3R. RyanTM2019-06-011-2/+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/glib/versions
* glib: 2.60.1 -> 2.60.2worldofpeace2019-05-071-2/+2
| | | | https://gitlab.gnome.org/GNOME/glib/blob/2.60.2/NEWS