Commit graph

16 commits

Author SHA1 Message Date
Jan Tojnar c9ec705dac
elementary-planner: fix build 2021-05-05 22:43:07 +02:00
Michael Hoang 79a88108f6 elementary-planner: 2.5.7 -> 2.6.9 2021-04-19 20:24:26 -04: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
R. RyanTM 3fef582e8a elementary-planner: 2.5.4 -> 2.5.7 2020-12-02 00:28:00 -08:00
R. RyanTM ed93d1de80 elementary-planner: 2.4.6 -> 2.5.4 2020-10-18 03:15:17 +00:00
R. RyanTM 2af72635ab elementary-planner: 2.4.5 -> 2.4.6 2020-08-01 02:16:05 +00:00
worldofpeace 0c0a8ed626 elementary-planner: 2.4.2 -> 2.4.5 2020-07-07 17:40:25 -04:00
R. RyanTM 5a836e0d48 elementary-planner: 2.3.5 -> 2.4.2 2020-06-26 07:38:22 +00:00
R. RyanTM 197b48bc8d elementary-planner: 2.3.3 -> 2.3.5 2020-05-04 01:34:48 -07:00
worldofpeace 17db6b8ad6 elementary-planner: 2.3.2 -> 2.3.3 2020-04-23 13:11:03 -04:00
worldofpeace 19c3bbfff1 elementary-planner: cleanup
* add elementary theme
The program forces this theme to be used
* update description
2020-04-22 21:27:24 -04:00
worldofpeace 2c74cdac47 elementary-planner: fix stylesheet issue
Revert a patch the works around some stylesheet issues:
https://github.com/alainm23/planner/issues/268
https://github.com/alainm23/planner/issues/303
The don't seem to be a problem with Pantheon on NixOS
and for some reason produce the opposite effect with
pantheon's stylesheet.
2020-04-19 13:09:16 -04:00
worldofpeace a09e4c8180 elementary-planner: 2.2.14 -> 2.3.2 2020-04-19 13:09:15 -04:00
worldofpeace 35fcdb5191 elementary-planner: 2.1.1 -> 2.2.14 2020-04-01 01:08:36 -04:00
Will Dietz 2158ec610d
elementary-planner: init at 2.1.1 (#78859)
* elementary-planner: init at 2.1.1

* elementary-planner: change pname to match attribute/etc

Upstream doesn't use the name "elementary-planner",
but rename in our packaging and be consistent about it
to avoid confusion with gnome's planner.

* elementary-planner: fetchpatch version fix, dep fixups, maintainers

Per reviewer feedback, thanks all! <3
2020-02-03 13:14:53 -05:00