Commit graph

24 commits

Author SHA1 Message Date
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 0841600674 mate.eom: 1.22.2 -> 1.24.0 2020-02-12 14:51:19 -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 17b54d60f6 mate.eom: 1.22.1 -> 1.22.2 2019-09-23 07:00: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
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
José Romildo Malaquias b32d7bb57d mate.eom: 1.22.0 -> 1.22.1 2019-04-22 16:31:59 -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 03beb43379 mate.eom: 1.20.2 -> 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
Jan Tojnar 97eb65324d treewide: no gnome aliases 2019-03-24 14:46:50 -04:00
volth 2be90ccb4f gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false

(regression after #55735)
2019-03-24 14:34:39 -04:00
worldofpeace df577121f6 mate.eom: 1.21.2 -> 1.20.2 2019-01-14 08:40:34 -05:00
R. RyanTM 51f148ebf1 mate.eom: 1.21.0 -> 1.21.2 (#45597)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eom/versions.
2018-08-27 15:59:04 +02:00
R. RyanTM 6e7bbcabfd mate.eom: 1.20.1 -> 1.21.0 (#43028)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/hk60glvzvq8psbzxj585dy6q6dhyl0ig-eom-1.21.0/bin/eom passed the binary check.
- /nix/store/hk60glvzvq8psbzxj585dy6q6dhyl0ig-eom-1.21.0/bin/.eom-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.21.0 with grep in /nix/store/hk60glvzvq8psbzxj585dy6q6dhyl0ig-eom-1.21.0
- directory tree listing: https://gist.github.com/c4f2ea89bae8c82147f2b52c14253958
- du listing: https://gist.github.com/bd1cfd9e324adb177aa55542d4ac27ac
2018-07-08 23:35:03 +02:00
R. RyanTM 2934f16553 mate.eom: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/lxzkljx1yfkgqxpqgrf710ic9iq4qv3z-eom-1.20.1/bin/eom passed the binary check.
- /nix/store/lxzkljx1yfkgqxpqgrf710ic9iq4qv3z-eom-1.20.1/bin/.eom-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/lxzkljx1yfkgqxpqgrf710ic9iq4qv3z-eom-1.20.1
- directory tree listing: https://gist.github.com/b79b00c09fe3737a787425500dfcaf9e
- du listing: https://gist.github.com/4ff844a1cc38d84e737d23f9140417ca
2018-06-19 11:55:30 -07: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 019636c02e eom: list hicolor_icon_theme after gtk
There is a bug on the glib hooker that prevents running its pre fixup
phase if it is listed before hicolor_icon_theme in the dependencies of a
derivation.
2018-01-09 02:40:04 +02:00
José Romildo Malaquias 4ac84e3087 eom: 1.18.2 -> 1.18.3 2017-12-23 23:55:46 -02:00
romildo c4dd81b81d mate: remove icon cache 2017-09-01 17:27:24 -03:00
romildo 48ffb8284f eom: init at 1.18.2 2017-08-11 00:14:26 -03:00