Commit graph

13 commits

Author SHA1 Message Date
Thomas Tuegel 5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06: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
Doron Behar cf9f00b56d maia-icon-theme: Don't import kdeApplications
Use libsForQt5.callPackage (#101369).
2020-10-30 20:37:58 +02:00
José Romildo Malaquias 9bcc3d83a9 maia-icon-theme: move postFixup actions to postInstall 2020-04-19 21:29:33 -03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace b7ad6e1be5
treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCache 2019-09-18 22:47:29 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00: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 50795f37c6 maia-icon-theme: 2016-09-16 -> 2018-02-24
- Update to newer revision
- Update homepage
- Update src
- Update license
- Add dependency on hicolor-icon-theme
- Build GTK icon cache
2018-10-02 18:38:28 -03:00
Yegor Timoshenko 0765f0528d maia-icon-theme: use CMake (build from source)
Did not add GTK icon cache due to the following error:

  gtk-update-icon-cache: The generated cache was invalid.
2018-02-24 11:27:41 +00:00
romildo 658e216cc6 maia-icon-theme: -> 2016-09-16
Add versioning using the date of revision on the git repository. Also
update to the latest revision, which includes a dark version of the icon
theme.

The cmake scripts install the icons at subdirectories 'maia' and
'maia-dark'. Also use these names. The difference is in the
capitalization of the names.
2016-10-09 10:27:24 -03:00
Robin Gloster 30accf4d3e
treewide: fix licence -> license occurences 2016-10-09 12:45:32 +02:00
Mounium bebc28d08b maia-icon-theme: init at 23235fa 2016-08-03 11:51:08 +02:00