Commit graph

16 commits

Author SHA1 Message Date
Sumner Evans bdf42f22df
mako: 1.5 -> 1.6 2021-07-12 00:23:00 -06:00
Patrick Hilhorst 13b608d291
mako: 1.4.1 -> 1.5 2021-05-03 20:29:22 +02:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
Jan Tojnar dd0c85d546
Merge pull request #84969 from kisik21/mako-svg-icons
mako: wrap with wrapGAppsHook
2020-04-11 12:01:45 +02:00
Vika c6eabc0033
mako: wrap with wrapGAppsHook
mako wasn't finding the librsvg library and its gdk-pixbuf loader, the
SVG icon support was broken for a long time.
2020-04-11 06:00:18 +03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Patrick Hilhorst 5ad5cd92c5
mako: add Synthetica as maintainer 2020-01-12 15:53:52 +01:00
Patrick Hilhorst eea18b8b79
mako: 1.4 -> 1.4.1 2020-01-12 15:53:47 +01:00
Frederik Rietdijk 55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Vladyslav M 5090b2535d
mako: 1.3 -> 1.4 2019-07-19 22:08:53 +03:00
gnidorah d5e4bd654c mako: install dbus service file 2019-07-10 20:25:03 +03:00
Vladyslav M 2c47dc2175
mako: 1.2 -> 1.3 2019-04-19 17:49:29 +03:00
Will Dietz 5d9e08d727 mako: 1.1 -> 1.2
https://github.com/emersion/mako/releases/tag/v1.2
2018-11-24 13:58:36 -06:00
Vladyslav M f7a785fbd1 mako: init at 1.1 (#46606) 2018-10-23 22:12:44 +02:00