Commit graph

22 commits

Author SHA1 Message Date
José Romildo Malaquias 21b93fa0cc
mate: add some line wrappings
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-02 22:04:39 -03:00
José Romildo Malaquias a191b2320c mate: add passthru update script 2021-04-02 18:10:52 -03:00
Ben Siraphob 5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
José Romildo Malaquias 696dd1533c mate.mate-sensors-applet: 1.24.0 -> 1.24.1 2020-09-18 12:15:21 -03:00
José Romildo Malaquias ceb87a4c26 mate: enable parallel building 2020-02-14 18:52:51 -03:00
José Romildo Malaquias 698a3c65d5 mate: all applications have been migrated from intltools to gettext 2020-02-14 11:09:49 -03:00
José Romildo Malaquias a9abcf28a9 mate.mate-sensors-applet: 1.22.1 -> 1.24.0 2020-02-12 14:58:29 -03:00
José Romildo Malaquias c0088a657f mate: use https instead of http in src urls 2019-12-13 19:37:37 -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 6de8b43952 mate.mate-sensors-applet: 1.22.0 -> 1.22.1 2019-04-24 08:02:51 -03: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 65740257d6 mate.mate-sensors-applet: 1.20.3 -> 1.22.0 2019-04-21 12:11:25 -03:00
worldofpeace 254ed88cb7 mate.mate-sensors-applet: 1.21.0 -> 1.20.3 2019-01-14 08:45:55 -05:00
R. RyanTM f735e88bd2 mate.mate-sensors-applet: 1.20.2 -> 1.21.0 (#43185)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-sensors-applet/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/4l932vamscavmky2lgamncxphnyz3q5h-mate-sensors-applet-1.21.0
- directory tree listing: https://gist.github.com/c35172fcab62bda25f00c14783d252cd
- du listing: https://gist.github.com/458d0a68a4ec6d48c6798976072f2d53
2018-07-14 20:46:28 +02:00
R. RyanTM e9b71faf3d mate.mate-sensors-applet: 1.20.1 -> 1.20.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/mate-sensors-applet/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/57vzc483bg7wbf8kx7xacsfyd2pa7d81-mate-sensors-applet-1.20.2
- directory tree listing: https://gist.github.com/b87e08ecd1269611cfc12caee03ec0a8
- du listing: https://gist.github.com/7ea36f0bc246d7aa8601097266a844c2
2018-06-23 21:15:24 -07:00
José Romildo Malaquias e7be332a99 mate-sensors-applet: 1.20.0 -> 1.20.1 2018-03-18 12:02:39 -03:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01: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
José Romildo Malaquias 002fcfca35 mate-sensors-applet: init at 1.18.3 2018-01-09 02:40:04 +02:00