Commit graph

29 commits

Author SHA1 Message Date
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
worldofpeace 5ee8efb7c5 gnome3.gnome-software: disable fwupd aarch64
Needed temporarily because of #66277.
2019-08-07 15:52:36 -04:00
R. RyanTM ce1fc96c26 gnome3.gnome-software: 3.32.3 -> 3.32.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/gnome-software/versions
2019-07-15 07:48:31 -07:00
worldofpeace 6b01a3ca09 gnome3.gnome-software: 3.32.2 -> 3.32.3
https://gitlab.gnome.org/GNOME/gnome-software/blob/3.32.3/NEWS
2019-06-01 15:40:30 -04:00
worldofpeace 9ac96f7a53 gnome3.gnome-software: 3.32.1 -> 3.32.2
https://gitlab.gnome.org/GNOME/gnome-software/blob/3.32.2/NEWS
2019-05-15 21:11:06 -04:00
Tor Hedin Brønner df40aa3c8d gnome3.gnome-software: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-software/blob/3.32.1/NEWS
2019-04-18 13:46:45 +02:00
worldofpeace e096cb7a0e
gnome3.gnome-software: add hicolor-icon-theme for setup-hook 2019-04-05 12:14:02 +02:00
Tor Hedin Brønner 76b8e4e43b
gnome3.gnome-software: 3.30.6 -> 3.32.0
Add new dependencies libxmlb and gnome-online-accounts
2019-04-05 11:40:16 +02:00
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Jan Tojnar 52be9fbba0
gnome3.gnome-software: 3.30.5 → 3.30.6 2018-12-20 00:28:49 +01:00
Jan Tojnar a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Jan Tojnar 2dd1afd37e
gnome3.gnome-software: 3.28.2 → 3.30.5 2018-11-30 21:34:23 +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 82bf0a2cd2
gnome3.gnome-software: enable fwupd 2018-08-07 23:25:22 +02:00
Jan Tojnar 0cc8b413da
gnome3.gnome-software: 3.28.1 → 3.28.2 2018-05-19 17:34:09 +02:00
Jan Tojnar 2fc8b83282
gnome3.gnome-software: build with flatpak support 2018-05-15 13:28:30 +02:00
Jan Tojnar 72b27f2519
gnome3: 3.28.0 → 3.28.1 2018-04-14 13:35:45 +02:00
Jan Tojnar 03e83a0893
gnome3.gnome-software: fix build 2018-03-22 07:46:52 +01:00
Jan Tojnar 0973618e4e
gnome3: automated update 2018-03-22 07:46:42 +01:00
Jan Tojnar dc8184e121
gnome3.gnome-software: clean up 2018-03-05 06:06:09 +01:00
Jan Tojnar 81cbb53075
gnome3: automated update 2018-03-05 06:06:08 +01:00
Jan Tojnar 546e7669b2
gnome3: move src.nix into default.nix automatically 2018-03-01 02:53:00 +01:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Vladimír Čunát 5f020d5627
Merge branch 'staging'
There are security fixes in multiple packages /cc #32117,
so I'm merging a little earlier, with a few thousand jobs
still not finished on Hydra for x86_64-darwin and aarch64-linux.
2017-11-29 10:02:40 +01:00
Orivej Desh 204aa4b077 gnome3.gnome-software: enable parallel building 2017-11-29 00:59:14 +00:00
Jan Tojnar 85cac43f7f
gnome3.gnome-software: Rely on XML_CATALOG_FILES variable 2017-11-26 03:10:51 +01:00
Jan Tojnar 1c1d677149
gnome3: dependency tweaks 2017-11-26 03:10:49 +01:00
Jan Tojnar 0f06bab3f3
gnome3: 3.24 -> 3.26 2017-11-26 03:10:47 +01:00
Jan Tojnar 69698ec11c gnome3: only maintain single GNOME 3 package set (#29397)
* gnome3: only maintain single GNOME 3 package set

GNOME 3 was split into 3.10 and 3.12 in #2694. Unfortunately, we barely have the resources
to update a single version of GNOME. Maintaining multiple versions just does not make sense.
Additionally, it makes viewing history using most Git tools bothersome.

This commit renames `pkgs/desktops/gnome-3/3.24` to `pkgs/desktops/gnome-3`, removes
the config variable for choosing packageset (`environment.gnome3.packageSet`), updates
the hint in maintainer script, and removes the `gnome3_24` derivation from `all-packages.nix`.

Closes: #29329

* maintainers/scripts/gnome: Use fixed GNOME 3 directory

Since we now allow only a single GNOME 3 package set, specifying
the working directory is not necessary.

This commit sets the directory to `pkgs/desktops/gnome-3`.
2017-09-24 12:15:50 +01:00