3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

201 commits

Author SHA1 Message Date
maxine [they] 92fc982651
Merge pull request #143642 from jtojnar/more-gnome-staging
More GNOME updates (staging)
2021-10-30 01:04:50 +02:00
Jan Tojnar 12e2e0ee71 glib: 2.70.0 → 2.70.1 2021-10-29 13:34:54 +02:00
Michael Raskin ce6b36c19c
Merge pull request #118100 from max-privatevoid/fix/glib-appinfo-watch
glib: follow profile updates when searching apps
2021-10-27 11:35:53 +00:00
Maxine Aubrey d7cde54c94 glib: 2.68.4 -> 2.70.0
- https://gitlab.gnome.org/GNOME/glib/-/blob/2.70.0/NEWS
2021-10-09 17:29:34 +02:00
r-burns 16728283c3
Merge pull request #135619 from r-burns/fpie-musl-fixes
[staging] {cc,binutils}-wrapper: fixes for PIE hardening
2021-09-23 17:55:08 -07:00
Ryan Burns 436f960f2a Revert "glib: fix musl build"
This is no longer needed with the previous PIE hardening fixes.

This reverts commit 74e0aaaa30.
2021-09-20 17:24:12 -07:00
Maxine Aubrey 0074a8fb8f
glib: 2.68.3 -> 2.68.4
- https://gitlab.gnome.org/GNOME/glib/-/releases/2.68.4
2021-08-30 20:26:53 +02:00
Alyssa Ross 57bbd4e524 glib: 2.68.2 -> 2.68.3 2021-06-17 14:57:12 +00:00
Andrew Childs 9088e445fe glib: fix build
It's not clear why this is required, but glib includes CoreServices
headers and calls CoreServices functions, so it's reasonable to link
against the framework explicitly.
2021-05-17 00:27:00 +09:00
Jan Tojnar a553f6c1fd
Merge pull request #122920 from jtojnar/glib-2681
glib: 2.68.1 → 2.68.2
2021-05-15 17:13:14 +02:00
Jan Tojnar ca0080865f
glib: 2.68.1 → 2.68.2 2021-05-13 23:43:05 +00:00
Martin Weinelt 9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
Vladimír Čunát 080cd658ca
Merge #121780: treewide meta.maintainers tweaks 2021-05-08 10:47:08 +02:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Jan Tojnar 0420282780
treewide maintainers: add teams.{freedesktop,gnome} 2021-05-07 15:36:40 +02:00
Vladimír Čunát 9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
github-actions[bot] 12193913a1
Merge staging-next into staging 2021-05-07 12:23:21 +00:00
Maxine Aubrey ce2beae846
glib: 2.66.8 -> 2.68.1
Co-Authored-By: Maxine Aubrey <maxeaubrey@gmail.com>
2021-05-05 22:20:21 +02:00
Pierre Bourdon e432e78d1c glib: fix docs cross compilation (again)
Do not depend on host gtk-doc when cross compiling (we do not use it
there), and document why we need a host gtk-doc in the first place.
2021-04-17 15:26:18 +02:00
Max 5b3f9e0d41 glib: follow profile updates when searching apps
GNOME Shell monitors XDG_DATA_DIRS for changes using inotify for the
purpose of updating the list of applications displayed in the overview
as they are installed or removed. Because the relevant directories are
symlinks under NixOS and are swapped on change, Shell never notices it.
To remedy this, also monitor various profile directories to signal an
update whenever profiles are changed.

This uses a patch from Guix, slightly modified to also encompass user
environment profiles (/etc/profiles/per-user/$USER) in addition to the
system profile (/nix/var/nix/profiles/system) as well as regular user
profiles (/nix/var/nix/profiles/per-user/$USER/profile).
2021-03-31 00:37:57 +00:00
Maxine Aubrey 7cc6abc790
glib: 2.66.4 -> 2.66.8
rebased the schema override patch, adding the same upstream safety but
not duplicating the ability to pass multiple directories as this does
not appear to be necessary for nix overrides
2021-03-18 23:27:38 +01:00
Jörg Thalheim 74e0aaaa30
glib: fix musl build 2021-02-24 12:14:35 +01:00
Jörg Thalheim 884a83cacb
glib: fix cross-compiling 2021-02-24 12:14:35 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
R. RyanTM e8854bd7fb glib: 2.66.3 -> 2.66.4 2020-12-27 03:45:45 +01:00
Frederik Rietdijk b2a3891e12 Merge master into staging-next 2020-11-27 15:09:19 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
R. RyanTM 944a6ae388 glib: 2.66.2 -> 2.66.3 2020-11-18 21:25:47 +01:00
Jan Tojnar 30b932e46b
glib: 2.66.1 → 2.66.2
Fixes compatibility with recent tzdata.

https://ftp.gnome.org/pub/GNOME/sources/glib/2.66/glib-2.66.2.news
2020-11-09 15:27:12 +01:00
Vladimír Čunát 2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
Jan Tojnar bd2b324906
glib: 2.66.0 → 2.66.1
https://ftp.gnome.org/pub/GNOME/sources/glib/2.66/glib-2.66.1.news
2020-10-24 01:17:53 +02:00
Piotr Bogdan de1af76f0d
glib: Fix tests on some FSs
By applying https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1648
2020-10-24 01:17:00 +02:00
Doron Behar f64862159f
glib: 2.64.5 -> 2.66.0 2020-10-24 01:14:03 +02:00
Malte Brandy cebf9198f3
treewide: De-inline uses of lib.boolToString
This commit should not change eval results
2020-10-14 01:46:17 +02:00
Frederik Rietdijk 377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
Jan Tojnar a6d113b1ce
glib: remove fam module todo
gamin is abandoned and we are going to drop it
2020-09-02 01:35:21 +02:00
R. RyanTM dca4eb107e glib: 2.64.4 -> 2.64.5 2020-08-25 21:17:03 +00:00
R. RyanTM 82153b87d2 glib: 2.64.3 -> 2.64.4 2020-07-06 04:12:50 +02:00
R. RyanTM c174be1005 glib: 2.64.1 -> 2.64.3 2020-05-21 18:02:56 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Tor Hedin Brønner 19d2e3c4d9
glib: 2.62.4 -> 2.64.1
gio-launch-desktop is replaced by direct /bin/sh calls
2020-03-24 07:06:59 +01:00
worldofpeace 4ac9af7bd3 glib: 2.62.4 -> 2.62.5 2020-02-22 18:27:31 -05:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
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>
2020-01-15 09:47:03 +01:00
Jan Tojnar e4da6854a0
glib: remove Autotools specific env vars
Even upstream no longer ships Autotools build files.
2019-12-31 09:08:09 +01:00
Robin Gloster e5ded57aab
treewide: NIX_CFLAGS_COMPILE -> string 2019-12-31 00:05:53 +01:00
R. RyanTM 5a2c8eb61c glib: 2.62.3 -> 2.62.4 2019-12-23 06:08:55 -08:00
R. RyanTM 0710f8a7ec glib: 2.62.2 -> 2.62.3 2019-11-27 11:38:08 -08:00
Michael Raskin 85b6129513
Merge pull request #72518 from r-ryantm/auto-update/glib
glib: 2.62.1 -> 2.62.2
2019-11-02 09:06:09 +00:00