Commit Graph

28 Commits

Author SHA1 Message Date
Bobby Rong
7bec0408e7
pkgs/pantheon: remove unused pantheon from args 2021-11-26 16:51:18 +08:00
Bobby Rong
0fd8cc3908
treewide: switch from pantheon.maintainers to lib.teams.pantheon 2021-09-18 23:07:00 +08:00
Bobby Rong
760f7e57e4
nixos/pantheon: install elementary-mail by default 2021-09-18 19:33:40 +08:00
Bobby Rong
990ba07855
pantheon.elementary-session-settings: unstable-2020-07-06 -> 6.0.0 2021-09-18 19:33:36 +08:00
Sandro Jäckel
7ccf4d1259
pantheon.elementary-session-settings: remove unused input 2021-03-01 15:19:05 +01:00
Sandro Jäckel
1db2eb8991
pantheon.elementary-session-settings: remove unused input 2021-02-18 16:58:38 +01: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
WORLDofPEACE
a48be6a7f2 pantheon.elementary-session-settings: cleanup 2020-10-09 19:36:13 -04:00
WORLDofPEACE
17d7060f5d pantheon.elementary-session-settings: 2020-06-11 -> 2020-07-06
Because gnome-session now uses 'enabled' systemd session we have
to make this use --builtin [0]

[0]: fa15cbd83f
2020-10-09 19:36:13 -04:00
worldofpeace
d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
worldofpeace
0a392fa7c2 pantheon.elementary-session-settings: 2019-11-12 -> 2020-06-11 2020-07-07 10:35:05 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace
53bea3717f pantheon.elementary-session-settings: add g-s-d version mappings
Needed to have a correct pantheon.session gnome-session file.
2020-04-06 02:48:07 -04:00
worldofpeace
741313d01b pantheon.elementary-session-settings: 5.0.3 -> 2019-11-12
So we can drop the meson.patch intree.
2020-04-06 02:48:07 -04:00
worldofpeace
95dfa8b8cf pantheon: no bash update script, nixpkgs_github_update
Cuz ew. What could be more ew? Not this really.
Clearly using update-source-version (bash) from a different lang
is better? 😜
2019-12-22 01:47:42 -05:00
Tor Hedin Brønner
dd7144b860
nixos/sessionPackages: provide session names in passthru
We want access to the valid session names at evaluation time.
2019-12-15 04:16:18 +01:00
worldofpeace
7e7a155a9c pantheon.elementary-session-settings: build with meson 2019-10-05 06:00:49 -04:00
worldofpeace
614c493592 pantheon.elementary-session-settings: use writeTextFile, change plank dirs
Adapts to plank launcher directory change.
2019-10-05 06:00:49 -04:00
worldofpeace
a62a8aaa14
pantheon.elementary-session-settings: add default settings to config dirs
Also don't use placeholder in the executable.
2019-10-03 00:09:17 +02:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
worldofpeace
5c04758bf7 pantheon.elementary-session-settings: add onboard autostart 2019-09-02 00:15:30 -04:00
worldofpeace
0b59f4212c pantheon: stylize expressions
The same way we want them in GNOME in nixpkgs.
Didn't touch the greeter expression because I have
a branch where it's already rewritten.
2019-08-06 11:20:01 -04:00
worldofpeace
bd429bb06c pantheon: use dontConfigure where applicable 2019-08-05 18:41:34 -04:00
worldofpeace
52fa0c2cc5 pantheon: use repoName
Now these expressions don't look so weird.
2019-08-05 18:41:32 -04:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
worldofpeace
ee50688119 pantheon.elementary-session-settings: use custom mimeapps.list
We need this to be customized because in the latest GNOME
the desktop file name for evince changed from `evince.desktop` to
`org.gnome.Evince.desktop`.
Additonally we don't have pantheon-mail so we have to switch that
out for geary.

Also note that we're using the desktop specific type
of mimeapps.list[0]. This makes the defaults only apply for the
pantheon desktop.

[0]: https://specifications.freedesktop.org/mime-apps-spec/latest/ar01s02.html
2019-02-24 23:12:38 -05:00
worldofpeace
78da8d668b pantheon: init a 5.0 2019-01-24 20:54:14 +00:00