Commit Graph

354 Commits

Author SHA1 Message Date
Bobby Rong
a15a4f7236
pantheon.elementary-onboarding: 6.1.0 -> 7.0.0 2022-05-26 19:13:45 +08:00
Bobby Rong
7d48c204ef
pantheon.gala: save/restore easing on workspace switch 2022-05-24 10:50:01 +08:00
Bobby Rong
1764a03b89
pantheon.elementary-greeter: 6.0.2 -> 6.1.0 2022-05-11 09:05:30 +08:00
Bobby Rong
53b09d3791
pantheon.gala: 6.3.0 -> 6.3.1 2022-04-07 20:11:28 +08:00
Bobby Rong
7ce8bc5d48
pantheon.gnome-bluetooth-contract: use gnome-bluetooth_1_0 2022-03-31 23:32:29 +08:00
Bobby Rong
5a00ac1b08 pantheon.gnome-bluetooth-contract: mark as broken
Sendto device selection is removed in gnome-bluetooth 42.
I decide it is not worth to maintain a legacy gnome-bluetooth
package for the contract.
This should also be broken in elementary OS 7.
2022-03-25 15:02:43 +01:00
Bobby Rong
536f5450b0
pantheon.wingpanel: remove elementary-gtk-theme from buildInputs
I don't think will work anymore.
The theme is hardcoded and has been added to XDG_DATA_DIRS.
2022-03-18 10:48:45 +08:00
Bobby Rong
42626ba288
pantheon.wingpanel: pick up required icon theme
Looks like the theme is not hardcoded for wingpanel, but wingpanel is called
by greeter which hardcodes the themes. I decide I will just do something
safe before I am confident enough and know what is happening.
2022-03-18 10:48:45 +08:00
Bobby Rong
30df52b931
pantheon.elementary-greeter: remove elementary-gtk-theme from buildInputs
I don't think will work anymore.
The theme is hardcoded and has been added to XDG_DATA_DIRS.
2022-03-18 10:48:45 +08:00
Bobby Rong
b856f4ef60
pantheon.elementary-greeter: pick up hardcoded icon theme
wrapGAppsHook no longer pick up XDG_ICON_DIRS for us.
2022-03-18 10:48:45 +08:00
Bobby Rong
094b68cdc8
pantheon.gala: remove elementary-icon-theme from buildInputs
gala does not hardcode the icon theme.
Checked with grep -nr '"elementary"'.
2022-03-18 10:48:45 +08:00
Bobby Rong
fae6f22106
pkgs/pantheon: remove elementary-icon-theme from buildInputs for pkgs that don't hardcode icon themes
User may install icon theme of their choices.
The icons are no longer picked up by wrapGAppsHook by default anyway.
2022-03-18 10:48:39 +08:00
Felix Buehler
783d2679e5 treewide: rename name to pname&version 2022-03-08 13:24:25 +01:00
Bobby Rong
4646e7f59c
pantheon.elementary-greeter: 6.0.1 -> 6.0.2 2022-03-01 10:23:06 +08:00
Bobby Rong
f29955df81
pantheon.elementary-greeter: actually fix the crash
Fixed a use-after-free issue where logged_in_context is used in update_style().
There are several reports for this but upstream has no action for this so far during the 6.x cycle.
See the provided link for more details.
2022-02-14 13:17:04 +08:00
Bobby Rong
2a376bb3da
Revert "pantheon.elementary-greeter: add patch for revert pull request 566"
This reverts commit 34d5d14fd0.
2022-02-14 13:17:04 +08:00
Bobby Rong
767370c478
pantheon.elementary-default-settings: install dockitem for appcenter 2022-02-09 22:20:06 +08:00
Bobby Rong
246f4949ed
pkgs/pantheon: minor formatting
Simply because all other Pantheon packages have addressed these formatting.
2022-02-02 13:47:58 +08:00
Bobby Rong
83e96efd14
pkgs/pantheon: remove unused args 2022-01-30 16:56:29 +08:00
Bobby Rong
60e289a6d0
pantheon.gnome-bluetooth-contract: fix version, add passthru.updateScript
Upstream doesn't tag release, we use unstableGitUpdater.
2022-01-30 15:54:06 +08:00
Bobby Rong
60b8276d82
pantheon.file-roller-contract: fix version, add passthru.updateScript
Upstream doesn't tag release, we use unstableGitUpdater.
2022-01-30 15:51:50 +08:00
Bobby Rong
422471d1b0
pkgs/pantheon: remove unneeded elementary-gtk-theme
User may choose their own gtk theme, and elementary-gtk-theme has been added to the pantheon module by default.
2022-01-30 11:00:33 +08:00
Bobby Rong
34d5d14fd0
pantheon.elementary-greeter: add patch for revert pull request 566
There are several reports upstream but no actions are taken so far.
2022-01-25 10:08:40 +08:00
Bobby Rong
45ec3d3d4a
pantheon.elementary-session-settings: fix xsession TryExec
Otherwise Pantheon may not appear in display managers.
2022-01-24 20:31:09 +08:00
Bobby Rong
046f4d5220
pkgs/pantheon: drop repoName
It is not necessary to set this separately.

Addressing the formatting now to minimize the Pantheon 7 update PR diff.
2022-01-24 20:31:02 +08:00
Bobby Rong
fae325457a
pkgs/pantheon: reorder attributes
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/attribute-ordering.md

Addressing the formatting now to minimize the Pantheon 7 update PR diff.
2022-01-24 20:29:52 +08:00
Bobby Rong
467dd2df05
Merge pull request #154837 from bobby285271/pantheon-meson
Pantheon: prepare for meson 0.61
2022-01-17 22:27:53 +08:00
Tom Fitzhenry
47a8b15664 evolution-data-server: propagate libgdata
Motivation: Stop programs from having to declare transitive dependencies (fixed in this commit).

Per https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/57/diffs, evolution-data-server requires libgdata for gobject introspection.

See also 025960d229, which did a similar thing for libsoup.
2022-01-15 06:05:40 +11:00
Bobby Rong
bde17935d4
pantheon.elementary-greeter: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:37:09 +08:00
Bobby Rong
e941b7465b
pantheon.elementary-shortcut-overlay: pull upstream fix for meson 0.61
i18n.merge_file has been ignoring positional arguments for a time and explicitly rejects with error since meson 0.61
2022-01-13 18:37:00 +08:00
Bobby Rong
a410bc3708
pantheon.elementary-greeter: remove elementary-settings-daemon from buildInputs
Checked with grep -nr settings-daemon, this is not needed.
2021-12-21 12:04:39 +08:00
Bobby Rong
42e445f257
pantheon.wingpanel: 3.0.1 -> 3.0.2 2021-12-19 09:40:41 +08:00
Bobby Rong
4eca6d89f9
pantheon.wingpanel-indicator-notifications: 6.0.3 -> 6.0.4 2021-12-18 10:44:28 +08:00
Bobby Rong
836e8247fa
pantheon.gala: clear indicator background for window switcher 2021-12-14 11:15:48 +08:00
Bobby Rong
7befc2e4ba
pantheon.wingpanel-applications-menu: 2.10.1 -> 2.10.2 2021-12-11 21:02:40 +08:00
Bobby Rong
ec371d9365
pantheon.wingpanel-indicator-datetime: 2.3.1 -> 2.4.0 2021-12-11 21:02:40 +08:00
Bobby Rong
fd19c43b13
pantheon.wingpanel-indicator-notifications: 6.0.2 -> 6.0.3 2021-12-11 20:05:41 +08:00
Bobby Rong
28a115edc4
pantheon.extra-elementary-contracts: drop 2021-12-01 23:00:10 +08:00
Bobby Rong
b5038e5127
pantheon.gnome-bluetooth-contract: init at unstable-2021-02-23 2021-12-01 22:42:21 +08:00
Bobby Rong
0a9d1ce156
pantheon.file-roller-contract: init at unstable-2021-02-23 2021-12-01 22:42:21 +08:00
Bobby Rong
7bec0408e7
pkgs/pantheon: remove unused pantheon from args 2021-11-26 16:51:18 +08:00
Bobby Rong
ca71d0b22a
pantheon.wingpanel-indicator-datetime: use upstreamed patch 2021-11-25 21:00:24 +08:00
Bobby Rong
a54db1668b
pantheon.wingpanel-applications-menu: 2.9.1 -> 2.10.1 2021-11-25 21:00:24 +08:00
Bobby Rong
d5aaed533c
pantheon.gala: 6.2.1 -> 6.3.0 2021-11-25 21:00:24 +08:00
Bobby Rong
a9f302e1a2
pantheon.elementary-onboarding: 6.0.0 -> 6.1.0 2021-11-24 21:02:53 +08:00
Bobby Rong
26c04f9942
pantheon.wingpanel-indicator-network: 2.3.1 -> 2.3.2 2021-11-24 20:55:46 +08:00
Bobby Rong
3b8e361939
pantheon.wingpanel-indicator-sound: 6.0.0 -> 6.0.1 2021-11-19 11:24:28 +08:00
Bobby Rong
a1c4a5b894
pantheon.elementary-default-settings: cleanup 2021-11-11 16:52:57 +08:00
Bobby Rong
674a31bd4e
Merge pull request #143922 from bobby285271/pantheon
Pantheon updates 2021-10-30
2021-10-31 12:34:32 +08:00
Bobby Rong
e93b752b9e
pantheon.elementary-default-settings: 6.0.1 -> 6.0.2 2021-10-31 09:08:01 +08:00
Bobby Rong
e8cf60ffb4
pantheon.wingpanel-indicator-datetime: 2.3.0 -> 2.3.1 2021-10-31 09:05:49 +08:00
Bobby Rong
07f6ceafd6
Merge pull request #143790 from bobby285271/pantheon
Pantheon updates 2021-10-29
2021-10-30 21:23:08 +08:00
Bobby Rong
5e6446cef0
pantheon.elementary-shortcut-overlay: 1.2.0 -> 1.2.1 2021-10-30 20:51:16 +08:00
Bobby Rong
3f33a306a5
Merge pull request #143513 from bobby285271/pantheon
Pantheon updates 2021-10-28
2021-10-29 09:46:19 +08:00
Bobby Rong
af2ac84863
pantheon.elementary-default-settings: add dockitem for elementary-tasks 2021-10-29 09:11:42 +08:00
Bobby Rong
8d380db0fd
Merge pull request #143285 from bobby285271/mainprogram
pkgs/pantheon: set meta.mainProgram
2021-10-29 08:57:35 +08:00
Bobby Rong
1c64941016
pantheon.elementary-default-settings: fix gtk-theme-name and gtk-font-name 2021-10-28 18:26:52 +08:00
Bobby Rong
7dd57213b3
pantheon.gala: use smooth scroll events to handle mouse wheel in multitasking view 2021-10-28 18:26:52 +08:00
Bobby Rong
342035a5d1
pkgs/pantheon: set meta.mainProgram 2021-10-28 10:48:14 +08:00
Bobby Rong
2ce343951d
pantheon.wingpanel-applications-menu: 2.9.0 -> 2.9.1 2021-10-27 11:34:44 +08:00
Bobby Rong
4ce576b36f
pantheon.wingpanel-indicator-notifications: 6.0.1 -> 6.0.2 2021-10-27 11:34:35 +08:00
Bobby Rong
6a0e026b01
pantheon.wingpanel-indicator-network: 2.3.0 -> 2.3.1 2021-10-26 15:16:46 +08:00
Bobby Rong
4e1740b9de
pantheon.wingpanel-indicator-sound: fix build with vala 0.54 2021-10-23 19:21:57 +08:00
Bobby Rong
1f70bb3297
Merge pull request #139981 from bobby285271/gala
pantheon.gala: 6.2.0 -> 6.2.1
2021-09-30 21:15:16 +08:00
Bobby Rong
e5b3f17744
pantheon.gala: 6.2.0 -> 6.2.1 2021-09-30 08:51:45 +08:00
Bobby Rong
bb2522a475
pantheon.wingpanel-applications-menu: 2.8.2 -> 2.9.0 2021-09-29 10:23:21 +08:00
Bobby Rong
fdd55cfc60
pantheon.wingpanel: 3.0.0 -> 3.0.1 2021-09-29 08:50:21 +08:00
Bobby Rong
d109418be8
pantheon.wingpanel-indicator-notifications: 6.0.0 -> 6.0.1 2021-09-29 08:46:11 +08:00
Bobby Rong
7a038d04c6
pantheon.gala: fix session crash when taking screenshots with mutter 3.38 2021-09-26 08:15:04 +08:00
Bobby Rong
7dd555c5ac
pantheon.gala: 6.0.1 -> 6.2.0 2021-09-24 08:30:49 +08:00
Bobby Rong
220f1573ed
pantheon.wingpanel-indicator-sound: pin vala version 2021-09-23 23:10:12 +08:00
Bobby Rong
3c6559d673
panthoen.elementary-greeter: remove fetchpatch from input 2021-09-23 21:33:50 +08:00
Bobby Rong
ab0b955aa9
pantheon.elementary-greeter: 6.0.0 -> 6.0.1 2021-09-23 09:19:49 +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
a94ae9d223
pantheon.elementary-gsettings-desktop-schemas: fix build 2021-09-18 19:33:38 +08:00
Bobby Rong
88b3b9d847
pantheon.elementary-shortcut-overlay: 1.1.2 -> 1.2.0 2021-09-18 19:33:37 +08:00
Bobby Rong
891f943c12
pantheon.elementary-onboarding: 1.2.1 -> 6.0.0 2021-09-18 19:33:37 +08:00
Bobby Rong
990ba07855
pantheon.elementary-session-settings: unstable-2020-07-06 -> 6.0.0 2021-09-18 19:33:36 +08:00
Bobby Rong
03a059f607
pantheon.elementary-default-settings: 5.1.2 -> 6.0.1 2021-09-18 19:33:36 +08:00
Bobby Rong
f7103f8927
pantheon.elementary-greeter: 5.0.4 -> 6.0.0 2021-09-18 19:33:36 +08:00
Bobby Rong
ceedbf92c0
pantheon.gala: 3.3.2 -> 6.0.1 2021-09-18 19:33:36 +08:00
Bobby Rong
798cc01d0c
pantheon.wingpanel-indicator-sound: 2.1.6 -> 6.0.0 2021-09-18 19:33:35 +08:00
Bobby Rong
aeeed28b6e
pantheon.wingpanel-indicator-session: unstable-2020-09-13 -> 2.3.0 2021-09-18 19:33:35 +08:00
Bobby Rong
243f51d34a
pantheon.wingpanel-indicator-power: 2.2.0 -> 6.1.0 2021-09-18 19:33:35 +08:00
Bobby Rong
13d1f3a08f
pantheon.wingpanel-indicator-notifications: 2.1.4 -> 6.0.0 2021-09-18 19:33:35 +08:00
Bobby Rong
66f99d3b61
pantheon.wingpanel-indicator-nightlight: 2.0.4 -> 2.1.0 2021-09-18 19:33:35 +08:00
Bobby Rong
e654bff699
pantheon.wingpanel-indicator-network: 2.2.4 -> 2.3.0 2021-09-18 19:33:35 +08:00
Bobby Rong
3b0bf70af4
pantheon.wingpanel-indicator-keyboard: 2.2.1 -> 2.4.0 2021-09-18 19:33:35 +08:00
Bobby Rong
082d6d72fd
pantheon.wingpanel-indicator-datetime: 2.2.5 -> 2.3.0 2021-09-18 19:33:35 +08:00
Bobby Rong
51812f981c
pantheon.wingpanel-indicator-bluetooth: unstable-2020-10-01 -> 2.1.8 2021-09-18 19:33:34 +08:00
Bobby Rong
840cd6ca9f
pantheon.wingpanel-indicator-a11y: init at 1.0.0 2021-09-18 19:33:34 +08:00
Bobby Rong
c752b39bcd
pantheon.wingpanel-applications-menu: 2.7.1 -> 2.8.2 2021-09-18 19:33:34 +08:00
Bobby Rong
a1447194fd
pantheon.wingpanel: 2.3.2 -> 3.0.0 2021-09-18 19:33:34 +08:00
Jan Tojnar
4a5620c143
pantheon.wingpanel-indicator-datetime: Fix build 2021-05-05 22:43:09 +02:00
Gabriel Ebner
bdc502c4c0 wingpanel: add mesa dependency 2021-04-09 18:12:15 +02: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
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07: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
Andreas Rammhold
db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Kirill Elagin
a05f7f73a5 pantheon.wingpanel-indicator-bluetooth: 2.1.5 -> 2020-10-01
* Fix device duplicates:
  https://github.com/elementary/wingpanel-indicator-bluetooth/pull/116
2020-10-26 16:24:19 -04:00
Vladimír Čunát
2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
WORLDofPEACE
95c05e6c44 pantheon.wingpanel-indicator-session: 2.2.8 -> 2020-09-13
Lots of bugfixes but mostly https://github.com/elementary/wingpanel-indicator-session/pull/126
which fixes https://github.com/NixOS/nixpkgs/issues/95658
2020-10-24 13:19:03 -04:00
WORLDofPEACE
dd7862f187
pantheon.wingpanel-applications-menu: port to libhandy-1 2020-10-24 01:17:02 +02:00
WORLDofPEACE
e2fb659c1f
pantheon.elementary-onboarding: port to libhandy-1 2020-10-24 01:17:02 +02:00
WORLDofPEACE
b808ad4294 pantheon.wingpanel-applications-menu: add switchboard-with-plugs deps
Fixes https://github.com/NixOS/nixpkgs/issues/100209
2020-10-12 18:11:46 -04: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
8845cb868c pantheon: remove plank
We don't use this anymore. Oops.
2020-09-03 21:46:19 -04:00
worldofpeace
afb065f374 pantheon.wingpanel-indicator-sound: 2.1.5 -> 2.1.6
https://github.com/elementary/wingpanel-indicator-sound/releases/tag/2.1.6
2020-09-03 20:46:09 -04:00
worldofpeace
80108e7aa4 pantheon.wingpanel-indicator-power: 2.1.5 -> 2.2.0
https://github.com/elementary/wingpanel-indicator-power/releases/tag/2.2.0
2020-09-03 20:46:09 -04:00
worldofpeace
05ad41decb pantheon.wingpanel-indicator-nightlight: 2.0.3 -> 2.0.4
https://github.com/elementary/wingpanel-indicator-nightlight/releases/tag/2.0.4
2020-09-03 20:46:08 -04:00
worldofpeace
7961afc58a pantheon: update hashes 2020-09-03 19:43:09 -04:00
worldofpeace
d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
worldofpeace
1e084a85d2 pantheon.wingpanel-indicator-session: fix build with latest vala 2020-07-26 15:30:53 -04:00
worldofpeace
6df7a93ce7 pantheon.gala: fix build with latest vala 2020-07-26 15:30:36 -04:00
worldofpeace
e15fa82290 pantheon.wingpanel-indicator-datetime: 2.2.4 -> 2.2.5
https://github.com/elementary/wingpanel-indicator-datetime/releases/tag/2.2.5
2020-07-07 11:35:21 -04:00
worldofpeace
eb3c53b4e9 nixos/pantheon: update greeter whitelist to new wording
This was a simple non fatal deprecation.

https://github.com/elementary/wingpanel/pull/326
2020-07-07 11:35:21 -04:00
worldofpeace
8557cc77ed pantheon.wingpanel: 2.3.1 -> 2.3.2
https://github.com/elementary/wingpanel/releases/tag/2.3.2
2020-07-07 11:35:21 -04:00
worldofpeace
0a392fa7c2 pantheon.elementary-session-settings: 2019-11-12 -> 2020-06-11 2020-07-07 10:35:05 -04:00
worldofpeace
fc91a3f792
Merge pull request #89760 from worldofpeace/pantheon-updates
Pantheon updates
2020-06-08 15:01:17 -04:00
worldofpeace
d508591039
Merge pull request #86163 from worldofpeace/wallpaper-refactor
Gnome and Pantheon: install nixos wallpapers
2020-06-07 14:44:59 -04:00
worldofpeace
65c47f614b pantheon.elementary-onboarding: 1.2.0 -> 1.2.1
https://github.com/elementary/onboarding/releases/tag/1.2.1
2020-06-07 14:05:50 -04:00
worldofpeace
babac73225 pantheon.elementary-shortcut-overlay: 1.1.1 -> 1.1.2 2020-06-07 14:05:16 -04:00
worldofpeace
3282639568 pantheon.wingpanel-applications-menu: 2.7.0 -> 2.7.1 2020-06-07 14:04:49 -04:00
worldofpeace
5f88c646d6 pantheon.wingpanel-indicator-network: 2.2.3 -> 2.2.4 2020-06-07 14:04:11 -04:00
worldofpeace
10dcf337ec pantheon.elementary-greeter: 5.0.3 -> 5.0.4 2020-06-07 14:02:57 -04:00
worldofpeace
6bc80d599a pantheon.wingpanel-indicator-datetime: 2.2.2 -> 2.2.4
This release fixed the issue with the event dots, so we drop the patch from https://github.com/Dirli/wingpanel-indicator-datetime.
This is difficult because not all issues are fixed.
2020-06-07 14:01:21 -04:00
worldofpeace
d02f75afbb pantheon.gala: 3.3.1 -> 3.3.2
https://github.com/elementary/gala/releases/tag/3.3.2
2020-06-07 12:48:24 -04:00
worldofpeace
7707830b40 pantheon.wingpanel-applications-menu: 2.6.0 -> 2.7.0
https://github.com/elementary/applications-menu/releases/tag/2.7.0
2020-06-07 12:48:24 -04:00
worldofpeace
62587f43dd nixos-artwork: add file path attributes
This makes things so much easier, and we install to
the path that both gnome-backgrounds and
elementary-wallpapers install to.
2020-04-29 13:23:35 -04:00
worldofpeace
f5ddad7d5e pantheon.gala: 3.3.0 -> 3.3.1
https://github.com/elementary/gala/releases/tag/3.3.1
2020-04-28 14:01:52 -04:00
worldofpeace
834a49e0d4 pantheon.wingpanel: add elementary-gtk-theme 2020-04-22 21:28:40 -04:00
worldofpeace
6cecb196fd pantheon.elementary-greeter: add elementary-gtk-theme 2020-04-22 21:28:39 -04:00
worldofpeace
7a164bf678 pantheon.wingpanel-indicator-datetime: patch in a lot of fixes
These were rejected upstream, sadly https://github.com/elementary/wingpanel-indicator-datetime/pull/207.
2020-04-22 13:04:18 -04:00
worldofpeace
0e27a1f2b4
Merge pull request #84916 from worldofpeace/pantheon-update-04-10
Pantheon update 2020-04-10
2020-04-10 14:17:48 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace
dd805599a9 pantheon.wingpanel-applications-menu: 2.5.0 -> 2.6.0
https://github.com/elementary/applications-menu/releases/tag/2.6.0
2020-04-10 12:26:32 -04:00
worldofpeace
ac2f83c1ad pantheon.wingpanel-indicators-bluetooth: 2.1.4 -> 2.1.5 2020-04-10 12:18:30 -04:00
worldofpeace
cac487d149 pantheon.wingpanel: 2020-04-04 -> 2.3.1
no changes
2020-04-10 12:13:47 -04:00
worldofpeace
db29696bf1 pantheon.wingpanel-indicator-notifications: fix do not disturb 2020-04-06 02:50:27 -04:00
worldofpeace
c15059e2b9 pantheon.wingpanel: 2.3.0 -> 2020-04-04
support 3.36
2020-04-06 02:48:07 -04:00
worldofpeace
ec3ee84114 pantheon.elementary-default-settings: fix media key syntax 2020-04-06 02:48:07 -04:00
worldofpeace
7281bc7617 pantheon.gala: use-new-notifications default true 2020-04-06 02:48:07 -04: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
50fe769887 nixos/pantheon: use new notifications
We have this bug https://github.com/elementary/gala/issues/636
when using notifications in gala. It's likely to not really be fixed
because all development is on the new notifications server.
2020-04-06 02:48:07 -04:00