Commit Graph

27 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Bobby Rong
47994c31af
mate.mate-common: 1.26.0 -> 1.28.0
https://github.com/mate-desktop/mate-common/compare/v1.26.0...v1.28.0

Also uses stdenvNoCC.
2024-03-14 20:31:07 +08:00
José Romildo
64ce882421 mate: simplify update script
- No need to pass the version and attrPath arguments
2022-09-27 23:41:53 -03:00
José Romildo
deeb80c04a mate: reformat nix expressions 2022-07-12 08:56:56 -03:00
Sandro Jäckel
073ac41f26
mate: move packages under maintainer team 2021-09-21 22:18:22 +02:00
José Romildo
b37bbe53a2 mate.mate-common: 1.24.2 -> 1.26.0 2021-08-21 11:09:29 -03:00
José Romildo Malaquias
7501beac87 mate: fix licenses 2021-04-22 10:29:01 -03:00
José Romildo Malaquias
a191b2320c mate: add passthru update script 2021-04-02 18:10:52 -03:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
José Romildo Malaquias
9a3dd07971 mate.mate-common: 1.24.1 -> 1.24.2 2020-09-18 12:15:20 -03:00
José Romildo Malaquias
59e5b3fe08 mate.mate-common: 1.24.0 -> 1.24.1 2020-04-02 16:35:51 +00:00
José Romildo Malaquias
ceb87a4c26 mate: enable parallel building 2020-02-14 18:52:51 -03:00
José Romildo Malaquias
6ba2a2c04f mate.mate-common: 1.22.2 -> 1.24.0 2020-02-12 14:51:20 -03:00
José Romildo Malaquias
c0088a657f mate: use https instead of http in src urls 2019-12-13 19:37:37 -03:00
José Romildo Malaquias
c98de41159 mate.mate-common: 1.22.0 -> 1.22.2 2019-09-30 07:07:56 -03:00
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
José Romildo Malaquias
a1164b0649 mate: use stdenv.lib.versions.majorMinor instead of mate.getRelease 2019-04-21 12:40:55 -03:00
José Romildo Malaquias
ed601151a6 mate.mate-common: 1.20.0 -> 1.22.0 2019-04-21 12:11:25 -03:00
Matthew Bauer
290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
José Romildo Malaquias
b374fbf2fa mate: update to release 1.20 2018-02-13 23:22:51 -02:00
José Romildo Malaquias
aa001cc937 mate: remove major-ver and minor-ver
Keep only the version atribute in derivations, with the full version
string of the package. This will make it easier to write a script for
automatic updating of the packages using the update-source-version
command from common-updater-scripts.
2018-02-13 20:44:07 -02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
romildo
d466d90623 mate-common: 1.17.0 -> 1.18.0 2017-03-27 23:22:00 -03:00
Clemens Manert
a391e8837c Update 1.16 -> 1.17 2017-03-03 04:38:11 +01:00
José Romildo Malaquias
21981dae16 mate-common: 1.15.0 -> 1.16.0 2016-09-27 08:54:02 -03:00
José Romildo Malaquias
0edbfabe24 mate-common: 1.14.1 -> 1.15.0 2016-06-12 14:13:24 -03:00
José Romildo Malaquias
5c221d0b00 mate-common: init at 1.14.1 2016-05-30 15:32:36 -03:00