Commit Graph

15 Commits

Author SHA1 Message Date
José Romildo Malaquias
36daaa7c67 mate.atril: 1.22.1 -> 1.22.2 2019-09-17 12:08:41 -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
b3f73bad2c mate.atril: 1.22.0 -> 1.22.1 2019-04-22 16:23:23 -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
3339c59941 mate.atril: 1.20.3 -> 1.22.0 2019-04-21 09:02:45 -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
f9b8f2cf4f mate.atril: workaround undeclared dependence on gio-unix-2.0 2019-01-15 18:36:19 -05:00
worldofpeace
19281027e9 mate.atril: 1.20.0 -> 1.20.3 2019-01-14 08:39:13 -05: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
0880ec7033 atril: enable caja 2018-01-09 02:40:04 +02:00
romildo
c4dd81b81d mate: remove icon cache 2017-09-01 17:27:24 -03: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
armijnhemel
73744e700c atril: init at 1.19.0 (#25765) 2017-06-18 11:39:59 +02:00