Commit Graph

29 Commits

Author SHA1 Message Date
Bobby Rong
4d40b2ed75
mate.mate-calc: 1.26.0 -> 1.28.0
https://github.com/mate-desktop/mate-calc/compare/v1.26.0...v1.28.0
2024-03-14 20:31:08 +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
c670b37999 mate.mate-calc: 1.24.2 -> 1.26.0 2021-08-21 11:09:29 -03:00
José Romildo Malaquias
43a72457e0 mate.mate-calc: 1.24.1 -> 1.24.2 2021-04-02 18:56:02 -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
8c15e0b0cd mate.mate-calc: 1.24.0 -> 1.24.1 2020-09-18 12:15:20 -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
9b60f99c1f mate.mate-calc: 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
d64c2c9622 mate.mate-calc: 1.22.1 -> 1.22.2 2019-09-23 07:00:57 -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
db134f03c5 mate.mate-calc: 1.22.0 -> 1.22.1 2019-05-10 23:45:02 -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
f5ff3847ba mate.mate-calc: 1.20.3 -> 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
worldofpeace
4f495775b6 mate.mate-calc: 1.21.0 -> 1.20.3 2019-01-14 08:42:26 -05:00
R. RyanTM
cbb943eff0 mate.mate-calc: 1.20.2 -> 1.21.0 (#43174)
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-calc/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/mate-calc had a zero exit code or showed the expected version
- /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/mate-calc-cmd passed the binary check.
- Warning: no invocation of /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/.mate-calculator-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/mate-calculator had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/.mate-calc-wrapped had a zero exit code or showed the expected version
- /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/.mate-calc-cmd-wrapped passed the binary check.
- 2 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0
- directory tree listing: https://gist.github.com/5dedfa9ca0998bbe4bc5a135a203e38d
- du listing: https://gist.github.com/aa96b097f6ceb6a2b427396a17d41e73
2018-07-14 20:41:22 +02:00
R. RyanTM
f643a1c2a4 mate.mate-calc: 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-calc/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/mate-calc had a zero exit code or showed the expected version
- /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/mate-calc-cmd passed the binary check.
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/.mate-calculator-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/mate-calculator had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/.mate-calc-wrapped had a zero exit code or showed the expected version
- /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/.mate-calc-cmd-wrapped passed the binary check.
- 2 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2
- directory tree listing: https://gist.github.com/3fe2665fbee32995f75e3c7a458a0ee9
- du listing: https://gist.github.com/1cedd9a494738bf479198ffe45dee0a7
2018-06-19 04:38:34 -07:00
Daiderd Jordan
a45ada6614
mate-calc: mark linux only
(cherry picked from commit bdf28cc2b1360dbc202bd2106fa20bbe85fe1b91)
2018-04-05 20:05:27 +02:00
Ryan Mulligan
2c24070e5a mate.mate-calc: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.20.1 with grep in /nix/store/n3d10s2lcxwlq38y4ffdgbnnx9kid3a1-mate-calc-1.20.1
- directory tree listing: https://gist.github.com/dd5057aba9569a13321ad8a61f05bea6
2018-03-28 23:55:46 +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
88f34e34f3 mate-calc: init at 1.18.1 2018-01-09 02:40:04 +02:00