Commit graph

30 commits

Author SHA1 Message Date
José Romildo Malaquias 8e43e833f5 tint2: 16.7 -> 17.0 2021-04-29 16:17:25 -03: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 5c021a4bbd tint2: fix doc directory
Documentation files should not be installed directly at $out/share/doc
because they may collide with files from other packages when paths are
linked in the system environment.
2020-07-01 11:41:44 -03:00
José Romildo Malaquias 5f21dfd306 tint2: format with nixpkgs-fmt
Also:
- use pkg-config instead of pkgconfig
- do not explicitly enable parallel building, as its automatically
enabled for cmake projects
2020-07-01 11:32:08 -03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02: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
R. RyanTM 58c7628131 tint2: 16.6.1 -> 16.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tint2/versions
2019-07-20 13:39:13 -07:00
José Romildo Malaquias 0c631248c1 tint2: 16.4 -> 16.6.1 (#46994) 2018-09-20 18:37:33 +02:00
José Romildo Malaquias dfa11da7d6 tint2: 16.2 -> 16.4 (#41097) 2018-05-26 15:18:18 +02:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
José Romildo Malaquias 049b204ae1 tint2: 16.1 -> 16.2 2018-01-21 13:23:33 -02:00
José Romildo Malaquias c22221b15b tint2: 16.0 -> 16.1 2017-12-30 20:28:44 -02:00
José Romildo Malaquias dc29a90415 tint2: 15.3 -> 16.0 2017-12-22 06:51:51 -02:00
José Romildo Malaquias 0a9bc80ae5 tint2: 15.2 -> 15.3 2017-11-09 15:52:15 -02:00
José Romildo Malaquias 0a37d94b4d tint2: limit platforms to Linux since macOS is not supported and fails the tests 2017-10-02 19:58:01 -03:00
José Romildo Malaquias 66a362daf7 tint2: 15.1 -> 15.2 2017-10-02 16:26:50 -03:00
José Romildo Malaquias ee88bd3424 tint2: 0.14.6 -> 15.1 2017-09-20 06:35:19 -03:00
romildo 38b3e42f54 tint2: 0.14.5 -> 0.14.6 2017-06-16 09:14:38 -03:00
romildo 4018d3d6eb tint2: 0.14.4 -> 0.14.5 2017-05-21 10:51:19 -03:00
romildo 04988d9840 tint2: 0.14.1 -> 0.14.4 2017-05-10 03:26:16 +02:00
romildo 1fbbf4c169 tint2: 0.12.12 -> 0.14.1 2017-04-19 21:44:30 -03:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
José Romildo Malaquias 20e4e2f9eb tint2: 0.12.11 -> 0.12.12 2016-08-04 07:31:55 -03:00
José Romildo Malaquias 9a1fb9db9e tint2: 0.12.10 -> 0.12.11 2016-05-18 06:36:27 -03:00
José Romildo Malaquias 7f34b65005 tint2: 0.12.9 -> 0.12.10 2016-05-08 08:29:56 -03:00
José Romildo Malaquias 08540cdd1e tint2: 0.12.7 -> 0.12.9 2016-04-14 08:01:32 -03:00
José Romildo Malaquias ccc64c20e6 tint2: 0.12 -> 0.12.7 2016-03-02 16:56:21 -03:00
Travis Athougies e5e4e27e74 tints: 0.11 -> 0.12 2016-02-16 18:36:58 -08:00
Marius Rejdak 2da33b4ecf tint2 nixpkg 2013-12-29 23:35:46 +01:00