Commit graph

10 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
José Romildo Malaquias ab59196e22 mate.mate-user-share: 1.22.0 -> 1.22.1 2019-07-13 08:19:34 -03:00
José Romildo Malaquias 6226d724db mate.mate-user-share: add dbus-glib dependency 2019-06-05 09:03:52 -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 1cebba84fb mate.mate-user-share: 1.20.1 -> 1.22.0 2019-04-21 12:11:25 -03:00
R. RyanTM 1312f7dad3 mate.mate-user-share: 1.20.0 -> 1.20.1 (#42981)
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-user-share/versions.

These checks were done:

- built on NixOS
- /nix/store/9g73a9gpa3ddsvkzfzwx1hqv7m94mh2q-mate-user-share-1.20.1/bin/mate-file-share-properties passed the binary check.
- /nix/store/9g73a9gpa3ddsvkzfzwx1hqv7m94mh2q-mate-user-share-1.20.1/bin/.mate-file-share-properties-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/9g73a9gpa3ddsvkzfzwx1hqv7m94mh2q-mate-user-share-1.20.1
- directory tree listing: https://gist.github.com/51b81abb3d9b6a416984b6ee3ee536e9
- du listing: https://gist.github.com/04b8e2188f0bb4a452b0730f6731d102
2018-07-08 23:38:43 +02: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 fe7292d81a mate-user-share: init at 1.18.0 2018-01-09 02:40:04 +02:00