Commit Graph
64 Commits
Author SHA1 Message Date
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 55e5bdc215 glib-networking: 2.66.0 → 2.68.1 2021-05-05 22:20:21 +02:00
Jan Tojnar 7d535edec5 gnome3: support new versioning scheme in the update script
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
2021-05-05 22:20:20 +02: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
Piotr Bogdan 12ea15c6d0 glib-networking: 2.64.3 -> 2.66.0
https://gitlab.gnome.org/GNOME/glib-networking/-/blob/2.66.0/NEWS
2020-10-24 01:15:14 +02:00
R. RyanTM 9e29684064 glib-networking: 2.64.2 -> 2.64.3 2020-06-09 16:09:51 +00:00
R. RyanTM 211c4fb5b4 glib-networking: 2.64.1 -> 2.64.2 (#86888) 2020-05-07 20:41:52 +02:00
Jan Tojnar b4a6714571 Merge branch 'staging-next' into staging 2020-04-13 18:54:59 +02:00
Jan Tojnar a04625379a Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Tor Hedin Brønner 29f47af273 glib-networking: 2.64.0 -> 2.64.1 2020-04-08 09:52:37 +02:00
Jan Tojnar 15002f1cfd tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Tor Hedin Brønner 5398947fbd glib-networking: 2.62.3 -> 2.64.0 2020-03-24 07:06:59 +01:00
R. RyanTM 7dcfa0959d glib-networking: 2.62.2 -> 2.62.3 (#77063) 2020-01-07 12:18:05 +01:00
R. RyanTM e0aee503b6 glib-networking: 2.62.1 -> 2.62.2 2019-12-23 04:08:52 -08:00
worldofpeace 653d84b717 glib-networking: correct test attr 2019-11-07 08:11:00 -05:00
Tor Hedin Brønner f0b89403c4 glib-networking: 2.62.0 → 2.62.1 2019-10-12 11:04:28 +02:00
Tor Hedin Brønner 1644d1cd67 glib-networking: 2.60.3 → 2.62.0 2019-09-30 19:39:38 +02:00
Jan Tojnar ecf6f4aeb1 glib-networking: add installed tests 2019-09-03 16:11:38 +02:00
Jan Tojnar ce4036177b glib-networking: hardcode GSettings path to gnomeproxy module
So that this can be loaded from programs not depending on gsettings-desktop-schemas.

Currently, this patch is much uglier than it could be due to
https://gitlab.gnome.org/GNOME/glib/issues/1884
2019-09-03 02:48:49 +02:00
Jan Tojnar 897a09f5e3 glib-networking: clean up 2019-09-02 18:57:46 +02:00
Jan Tojnar cb1cc757ff glib-networking: stop propagating dependencies
This was done from the beginning for no apparent reason:
https://github.com/NixOS/nixpkgs/commit/cc6ecaeeef96e4c09581b9bdb067269861b94c60
2019-09-02 18:57:46 +02:00
Jan Tojnar 8c7be1b927 glib-networking: improve meta
* Add maintainers
* Add homepage
* Correct license as per https://gitlab.gnome.org/GNOME/glib-networking/commit/b9c0324376a5e23b5f8210b0dd76858206baef26
2019-09-02 18:57:46 +02:00
Jan Tojnar 84f318e323 glib-networking: drop unnecessary flag
auto_features are now enabled by default.
2019-09-02 18:57:46 +02:00
Jan Tojnar f61b3e02c0 glib-networking: format with nixpkgs-fmt 2019-09-02 18:57:45 +02:00
R. RyanTM 105d8b89e4 glib-networking: 2.60.2 -> 2.60.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/glib-networking/versions
2019-06-16 17:19:34 -07:00
worldofpeace 0a12272f65 glib-networking: 2.60.1 -> 2.60.2
https://gitlab.gnome.org/GNOME/glib-networking/blob/2.60.2/NEWS
2019-05-07 12:55:37 -04:00
Tor Hedin Brønner f95d5f08cf glib-networking: 2.58.0 -> 2.60.1
https://gitlab.gnome.org/GNOME/glib-networking/blob/2.60.1/NEWS

* fixes the telepathy-idle CPU load issue
2019-04-05 11:40:00 +02:00
Jan Tojnar 3ac85d55b4 glib-networking: 2.56.0 → 2.58.0 2018-11-30 21:33:58 +01:00
Jan Tojnar 8a923c9e50 glib-networking: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-11-13 14:39:42 +01:00
Jan Tojnar 5cc18c4781 gnome3: remove versionBranch attribute
Standard library now contains stdenv.lib.versions.majorMinor,
which does the same.
2018-10-05 02:17:19 +02:00
Jan Tojnar 69a17c7a19 Revert "treewide: remove placeholder usage"
This reverts commit 82f6267023.
2018-08-30 18:18:29 +02:00
Jan Tojnar e933798469 glib-networking: fix patch url 2018-05-29 10:34:16 +02:00
Shea Levy 05e375d710 Merge remote-tracking branch 'origin/master' into staging 2018-03-28 09:36:47 -04:00
Jan Tojnar 82f6267023 treewide: remove placeholder usage
see https://github.com/NixOS/nixpkgs/commit/2abac54c033778104533a269aaa08a1e75f677ad
2018-03-27 20:14:44 +02:00
Matthew Bauer ed2a9cf65f treewide: remove libintl hacks 2018-03-22 16:50:11 -05:00
Jan Tojnar 443a6c21a3 glib-networking: fix build 2018-03-22 07:46:45 +01:00
Jan Tojnar 0973618e4e gnome3: automated update 2018-03-22 07:46:42 +01:00
Jan Tojnar 99142d6f81 glib-networking: add updateScript 2018-03-04 20:05:51 +01:00
Daiderd Jordan 0feffd2232 Merge pull request #35419 from Kaali/master
Support mopidy on Darwin
2018-03-01 22:07:28 +01:00
Jan Tojnar a31d98f312 tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Väinö Järvelä 5291c2079b glib-networking: Disable ca-certificates on Darwin
macOS does not have certificates at /etc/ssl/certs. cacerts package
has been deprecated. And there is a long standing issue at
https://github.com/NixOS/nixpkgs/issues/8247 for figuring out how to
handle certificates.

Disabling glib-networking ca-certificates on Darwin removes constant
warnings when opening remote connections.
2018-02-24 07:53:35 +02:00
Väinö Järvelä e9ef15c322 glib-networking: Fix Darwin support 2018-02-23 21:20:48 +02:00
Hamish Mackenzie 56e4d8a81e glib-networking: Fix glib-networking for macOS 2018-02-19 00:26:33 +13:00
Jan Tojnar 2754d63cec glib_networking: 2.54.0 → 2.54.1 2017-12-04 02:07:55 +01:00
Jan Tojnar 55abc42a1e glib-networking: 2.50.0 → 2.54.0 2017-11-05 20:44:08 +01:00
Alexander Ried c850aa0416 glib-networking: 2.46.1 -> 2.50.0 2016-10-01 12:13:08 +02:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Vladimír Čunát ae74c356d9 Merge recent 'staging' into closure-size
Let's get rid of those merge conflicts.
2016-02-03 16:57:19 +01:00