3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

680 commits

Author SHA1 Message Date
Jan Tojnar 951dcfe665
Merge pull request #130357 from bobby285271/granite
pantheon.granite: 6.0.0 -> 6.1.0
2021-07-16 20:03:14 +02:00
Jan Tojnar 8865eb6305
Merge pull request #130352 from bobby285271/icon
pantheon.elementary-icon-theme: 5.3.1 -> 6.0.0
2021-07-16 20:02:36 +02:00
Jan Tojnar 2cce6e617d
Merge pull request #130339 from bobby285271/photos
pantheon.elementary-photos: 2.7.0 -> 2.7.1
2021-07-16 20:00:54 +02:00
Jan Tojnar af357107ca
Merge pull request #130333 from bobby285271/elementary-feedback
pantheon.elementary-feedback: 1.0 -> 6.0.0
2021-07-16 20:00:19 +02:00
Bobby Rong 6276e4cebb pantheon.elementary-videos: 2.7.2 -> 2.7.3 2021-07-16 20:12:51 +08:00
Bobby Rong 0592d2e3f3 pantheon.granite: 6.0.0 -> 6.1.0 2021-07-16 17:01:20 +08:00
Bobby Rong 1553200aac pantheon.elementary-icon-theme: 5.3.1 -> 6.0.0 2021-07-16 15:44:23 +08:00
Bobby Rong bca3740562 pantheon.elementary-photos: 2.7.0 -> 2.7.1 2021-07-16 14:27:27 +08:00
Bobby Rong d0e07c3891 pantheon.elementary-music: 5.0.5 -> 5.1.0 2021-07-16 13:58:03 +08:00
Bobby Rong f11b21f79c pantheon.elementary-feedback: 1.0 -> 6.0.0 2021-07-16 11:37:54 +08:00
Sandro d31cce87e1
Merge pull request #127696 from ethancedwards8/pantheon-elementary-mail 2021-06-25 18:54:02 +02:00
Olli Helenius 8609f3fd20
libwnck: make 3.36.0 default 2021-06-24 18:04:30 +03:00
Ethan Edwards 246ae1de11
pantheon.elementary-mail: init at unstable-2021-06-21 2021-06-21 12:49:39 -04:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM 457e319a2a pantheon.elementary-calculator: 1.6.0 -> 1.6.1 2021-05-19 11:36:36 -07:00
R. RyanTM 2ee5afcf2a pantheon.granite: 5.5.0 -> 6.0.0 2021-05-17 15:11:23 -07:00
Vladimír Čunát 080cd658ca
Merge #121780: treewide meta.maintainers tweaks 2021-05-08 10:47:08 +02:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Vladimír Čunát 9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
Jan Tojnar 4a5620c143
pantheon.wingpanel-indicator-datetime: Fix build 2021-05-05 22:43:09 +02:00
Jan Tojnar 79bcd4797e
pantheon.elementary-code: Fix build with latest Vala 2021-05-05 22:43:09 +02:00
Jan Tojnar 67924b3f45
pantheon.elementary-photos: Fix build with latest Vala 2021-05-05 22:43:08 +02:00
Jan Tojnar 7676f941a5
pantheon.switchboard-plug-security-privacy: Fix build with latest Vala 2021-05-05 22:43:08 +02:00
Jan Tojnar 7a0b4f123d
pantheon.switchboard-plug-printers: Fix build with latest Vala 2021-05-05 22:43:08 +02:00
Jan Tojnar b1c5c6ce84
pantheon.elementary-calendar: fix build 2021-05-05 22:43:08 +02:00
Jan Tojnar ab3124de86
pantheon.elementary-music: Fix build with latest Vala 2021-05-05 22:43:07 +02:00
Jan Tojnar 8f749012d8
pantheon.elementary-settings-daemon: backport patches for latest libgweather API 2021-05-05 22:43:05 +02:00
Jan Tojnar d4e741f6dc
pantheon.appcenter: Fix build
Use upstream patch.

To make it apply, we need to update the src hash, which r-ryantm did not do during the version bump: https://github.com/NixOS/nixpkgs/pull/101311
2021-05-05 22:43:00 +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
Sandro bf0abc558d
Merge pull request #107755 from r-ryantm/auto-update/elementary-calculator
pantheon.elementary-calculator: 1.5.5 -> 1.6.0
2021-01-18 12:01:05 +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
Dominik Xaver Hörl 25bef2d8f9 treewide: simplify pkgs.stdenv.lib -> pkgs.lib
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
R. RyanTM 0d3811c52f pantheon.elementary-calculator: 1.5.5 -> 1.6.0 2020-12-27 21:22:48 +00:00
Sandro 4a43b8918f
Merge pull request #101311 from r-ryantm/auto-update/appcenter
pantheon.appcenter: 3.4.2 -> 3.5.1
2020-11-27 02:37:10 +01:00
Sandro 9ed66d049c
Merge pull request #101556 from r-ryantm/auto-update/elementary-calendar
pantheon.elementary-calendar: 5.1.0 -> 5.1.1
2020-11-27 01:10:56 +01:00
R. RyanTM 424b715c8a
pantheon.elementary-calendar: 5.1.0 -> 5.1.1 2020-11-27 01:08:05 +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
WORLDofPEACE 8f7b1ecb52 pantheon.switchboard-with-plugs: add testing support 2020-10-26 13:29:22 -04:00
Vladimír Čunát 2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
WORLDofPEACE 9c1150249e
Merge pull request #101579 from worldofpeace/fix-pantheon-session
pantheon.wingpanel-indicator-session: 2.2.8 -> 2020-09-13
2020-10-24 13:20:12 -04: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 372e3a118d pantheon.switchboard-plug-about: patch some bugfixes
Hopefully fix https://github.com/NixOS/nixpkgs/issues/101221.
Though that issue is flaky on the reproducibility.
2020-10-24 11:50:47 -04:00
WORLDofPEACE c189b238d8
pantheon.switchboard-plug-onlineaccounts: fix build with vala 2020-10-24 01:17:02 +02: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 a9785c51fb
pantheon.appcenter: use libhandy_0 2020-10-24 01:17:01 +02:00
R. RyanTM ca2562af84 pantheon.appcenter: 3.4.2 -> 3.5.1 2020-10-22 01:15:35 +00: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 a4572eb18e pantheon.elementary-settings-daemon: don't patch autostarts
These are now generated to be patched as a part of the elementary-session-settings
build.
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 ac05da41bd pantheon.elementary-dock: fix double includedir in .pc 2020-09-05 17:59:24 -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 87f3b4082d pantheon.switchboard-plug-sound: 2.2.4 -> 2.2.5
https://github.com/elementary/switchboard-plug-sound/releases/tag/2.2.5
2020-09-03 20:46:08 -04:00
worldofpeace 72d29c975d pantheon.switchboard-plug-network: 2.3.1 -> 2.3.2
https://github.com/elementary/switchboard-plug-keyboard/releases/tag/2.4.1
2020-09-03 20:46:08 -04:00
worldofpeace b592c888ad pantheon.switchboard-plug-keyboard: 2.3.6 -> 2.4.1
https://github.com/elementary/switchboard-plug-keyboard/releases/tag/2.4.1
2020-09-03 20:46:08 -04:00
worldofpeace 4b64a23f26 pantheon.elementary-files: 4.4.4 -> 4.5.0
https://github.com/elementary/files/releases/tag/4.5.0
2020-09-03 20:46:08 -04:00
worldofpeace 7dea5d2735 pantheon.elementary-calendar: 5.0.6 -> 5.1.6
https://github.com/elementary/calendar/releases/tag/5.1.0
2020-09-03 19:44:23 -04:00
worldofpeace 3acebf2165 pantheon.appcenter: 3.4.1 -> 3.4.2
https://github.com/elementary/appcenter/releases/tag/3.4.2
2020-09-03 19:43:43 -04:00
worldofpeace 7961afc58a pantheon: update hashes 2020-09-03 19:43:09 -04:00
worldofpeace 1526f4534d
pantheon: delete stray file 2020-07-29 14:06:17 -04:00
worldofpeace d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
worldofpeace f337ffdf52
Merge pull request #94072 from r-ryantm/auto-update/elementary-files
pantheon.elementary-files: 4.4.3 -> 4.4.4
2020-07-28 14:07:43 -04:00
R. RyanTM 7319882162 pantheon.elementary-files: 4.4.3 -> 4.4.4 2020-07-28 11:43:29 +00: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 d0c08cf6ae pantheon: use latest vala 2020-07-26 15:30:17 -04:00
Vladimír Čunát 28fce082c8
pantheon: more build fixes by using older vala
An extension of commit b49e798763.  /cc PR #92592.
I expect it's "safer" when whole pantheon uses the same version.
Fixes build of wingpanel-indicator-session; maybe some others, too.
Now I built whole pantheon attrset and tests.pantheon.x86_64-linux
2020-07-26 15:32:23 +02:00
Vladimír Čunát b49e798763
pantheon.gala: fix build by using older vala
The build got broken by minor vala update in PR #92592.
I haven't tried to understand the problem, hopefully it will be OK.
2020-07-26 09:18:52 +02:00
worldofpeace d74da4fe52 pantheon.appcenter: fix build
I believe I misunderstood some things greatly 😅
2020-07-22 16:00:09 -04:00
worldofpeace 420918e8e1 pantheon.elementary-dock: 2020-02-28 -> 2020-06-11 2020-07-07 12:09:47 -04:00
worldofpeace 3a23ca569f pantheon.pantheon-agent-polkit: 1.0.2 -> 1.0.3
https://github.com/elementary/pantheon-agent-polkit/releases/tag/1.0.3
2020-07-07 11:35:21 -04:00
worldofpeace 8af5dc509e pantheon.granite: 5.4.0 -> 5.5.0
https://github.com/elementary/granite/releases/tag/5.5.0
2020-07-07 11:35:21 -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 3da77587ee pantheon.elementary-videos: 2.7.1 -> 2.7.2
https://github.com/elementary/videos/releases/tag/2.7.2
2020-07-07 11:35:21 -04:00
worldofpeace efb60ca5cc pantheon.elementary-calendar: 5.0.5 -> 5.0.6
https://github.com/elementary/calendar/releases/tag/5.0.6
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
R. RyanTM 7003d6ebf3 pantheon.elementary-code: 3.4.0 -> 3.4.1 2020-06-15 18:36:24 +00: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 150a36299e fixup! pantheon.switchboard-plug-notifications: 2.1.6 -> 2.1.7 2020-06-07 14:24:31 -04:00
worldofpeace cf675b75c3 pantheon.switchboard-plug-sound: 2.2.3 -> 2.2.4 2020-06-07 14:12:36 -04:00
worldofpeace a8800e6b82 pantheon.switchboard-plug-security-privacy: 2.2.3 -> 2.2.4 2020-06-07 14:12:07 -04:00
worldofpeace 2a48d9fa2c pantheon.switchboard-plug-printers: 2.1.8 -> 2.1.9 2020-06-07 14:11:34 -04:00
worldofpeace 766478e2be pantheon.switchboard-plug-power: 2.4.1 -> 2.4.2
https://github.com/elementary/switchboard-plug-power/releases/tag/2.4.2
2020-06-07 14:11:08 -04:00
worldofpeace 9de4f5447e pantheon.switchboard-plug-notifications: 2.1.6 -> 2.1.7 2020-06-07 14:10:41 -04:00
worldofpeace f8d35d8b7e pantheon.switchboard-plug-network: 2.3.0 -> 2.3.1
https://github.com/elementary/switchboard-plug-network/releases/tag/2.3.1
2020-06-07 14:09:22 -04:00
worldofpeace 6e53391394 pantheon.switchboard-plug-mouse-touchpad: 2.4.1 -> 2.4.2 2020-06-07 14:08:53 -04:00
worldofpeace ac1294c3db pantheon.switchboard-plug-display: 2.2.1 -> 2.2.2 2020-06-07 14:08:02 -04:00
worldofpeace 462abd5701 pantheon.switchboard-plug-datetime: 2.1.7 -> 2.1.9
https://github.com/elementary/switchboard-plug-datetime/releases/tag/2.1.9
https://github.com/elementary/switchboard-plug-datetime/releases/tag/2.1.8
2020-06-07 14:07:30 -04:00
worldofpeace 1d759d4786 pantheon.switchboard-plug-bluetooth: 2.3.1 -> 2.3.2 2020-06-07 14:06:47 -04:00
worldofpeace 96a44e01de pantheon.switchboard-plug-about: 2.6.2 -> 2.6.3 2020-06-07 14:06:21 -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 2ce928c741 pantheon.pantheon-agent-polkit: 1.0.1 -> 1.0.2 2020-06-07 14:03:27 -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 05d5406fd8 pantheon.sideload: 1.1.0 -> 1.1.1
https://github.com/elementary/sideload/releases/tag/1.1.1
2020-06-07 13:49:41 -04:00
worldofpeace 5b5081f52d pantheon.elementary-files: 4.4.2 -> 4.4.3
https://github.com/elementary/files/releases/tag/4.4.3
2020-06-07 13:48:24 -04:00
worldofpeace 758619551b pantheon.elementary-calendar: 5.0.4 -> 5.0.5 2020-06-07 13:47:43 -04:00
worldofpeace e3be875b70 pantheon.elementary-icon-theme: 5.3.0 -> 5.3.1
Now uses librsvg's rsvg-convert instead of inkscape.
2020-06-07 13:46:44 -04:00
worldofpeace 6c3b7923f0 pantheon.appcenter: 3.3.0 -> 3.4.0 2020-06-07 13:38:57 -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 5c7019dbbd pantheon.granite: 5.3.1 -> 5.4.0
https://github.com/elementary/granite/releases/tag/5.4.0
2020-06-07 12:48:23 -04:00
worldofpeace 7bd2c2ae3a pantheon.elementary-icon-theme: 5.2.0 -> 5.3.0
https://github.com/elementary/icons/releases/tag/5.3.0
2020-06-07 12:48:23 -04:00
worldofpeace 3fe608a274 pantheon.switchboard: 2.3.9 -> 2.4.0
https://github.com/elementary/switchboard/releases/tag/2.4.0
2020-06-07 12:48:23 -04:00
worldofpeace e22f36ecc0 pantheon.appcenter: 3.2.4 -> 3.3.0
https://github.com/elementary/appcenter/releases/tag/3.3.0
2020-06-07 12:48:23 -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 9d73d28580 pantheon.switchboard-plug-pantheon-shell: 2.8.3 -> 2.8.4 2020-04-24 21:22:20 -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 7eb0a87ace pantheon.pantheon-agent-geoclue2: 1.0.3 -> 1.0.4
https://github.com/elementary/pantheon-agent-geoclue2/releases/tag/1.0.4
2020-04-16 01:22:31 -04:00
worldofpeace 8da467e04b pantheon.elementary-videos: 2.7.0 -> 2.7.1
https://github.com/elementary/videos/releases/tag/2.7.1
2020-04-16 01:21:59 -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 e7d592edb6 pantheon.switchboard-plug-security-privacy: 2.2.2 -> 2.2.3
* gtk toolbar to actionbar

https://github.com/elementary/switchboard-plug-security-privacy/releases/tag/2.2.3
2020-04-10 12:24:56 -04:00
worldofpeace 3c4cf5db81 pantheon.switchboard-plug-pantheon-shell: 2.8.2 -> 2.8.3
Don't need backgrounds patch anymore because of my patch upstream [0]

https://github.com/elementary/switchboard-plug-pantheon-shell/releases/tag/2.8.3

[0]: 541b1711fe
2020-04-10 12:23:26 -04:00
worldofpeace cc1550c1ac pantheon.switchboard-plug-mouse-touchpad: 2.4.0 -> 2.4.1
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.4.1
2020-04-10 12:21:15 -04:00
worldofpeace c8a38c9ee1 pantheon.switchboard-plug-applications: 2.1.6 -> 2.1.7
https://github.com/elementary/switchboard-plug-applications/releases/tag/2.1.7
2020-04-10 12:20:43 -04:00
worldofpeace a86f2a18ad pantheon.switchboard-plug-display: 2.2.0 -> 2.2.1
https://github.com/elementary/switchboard-plug-display/releases/tag/2.2.1
2020-04-10 12:20:04 -04:00
worldofpeace 45e3470ae4 pantheon.switchboard-plug-about: 2.6.1 -> 2.6.2
just translations
2020-04-10 12:19:22 -04:00
worldofpeace ac2f83c1ad pantheon.wingpanel-indicators-bluetooth: 2.1.4 -> 2.1.5 2020-04-10 12:18:30 -04:00
worldofpeace 082d977eac pantheon.elementary-capnet-assist: 2.2.4 -> 2.2.5
just translations
2020-04-10 12:16:00 -04:00
worldofpeace b810ce57f7 pantheon.pantheon-agent-polkit: 1.0.0 -> 1.0.1
just translations
2020-04-10 12:14:34 -04:00
worldofpeace cac487d149 pantheon.wingpanel: 2020-04-04 -> 2.3.1
no changes
2020-04-10 12:13:47 -04:00
worldofpeace d484e6a9e9 pantheon.elementary-photos: 2.6.5 -> 2.7.0
https://github.com/elementary/photos/releases/tag/2.7.0
2020-04-10 12:13:16 -04:00
worldofpeace 0ec78fe131 pantheon.appcenter: 3.2.3 -> 3.2.4
https://github.com/elementary/appcenter/releases/tag/3.2.4
2020-04-10 12:12:41 -04:00
worldofpeace 30fef603fb pantheon.switchboard-plug-notifications: fix do not disturb 2020-04-06 02:52:02 -04:00
worldofpeace db29696bf1 pantheon.wingpanel-indicator-notifications: fix do not disturb 2020-04-06 02:50:27 -04:00
worldofpeace bf0dd34b2c Revert "pantheon.elementary-settings-daemon: 3.34.1 -> 3.36.0"
Mutter 3.36 in gala is almost ready.

This reverts commit 7160b7c31c8a44ffdd0cd0f375624c2c9c834917.
2020-04-06 02:48:08 -04:00
worldofpeace acc66c83aa pantheon.elementary-settings-daemon: 3.34.1 -> 3.36.0 2020-04-06 02:48:08 -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
worldofpeace b0f0003c6e pantheon.elementary-notifications: init at 2020-04-04 2020-04-06 02:48:07 -04:00
worldofpeace a1ced50fa0 pantheon.elementary-settings-daemon: 3.30.2 -> 3.34.1 2020-04-06 02:48:07 -04:00
worldofpeace 548d7eaa8b pantheon.elementary-gsettings-schemas: add gala override 2020-04-06 02:48:07 -04:00
worldofpeace 20feca41fd pantheon.mutter: 328 -> 334 2020-04-06 02:48:07 -04:00
worldofpeace ce867da997 pantheon.wingpanel-indicator-notifications: remove wnck
Don't need it 8ba4666015
2020-04-06 01:35:42 -04:00
worldofpeace 9683e64ff5 pantheon.gala: 3.2.0 -> 3.3.0
https://github.com/elementary/gala/releases/tag/3.3.0
2020-04-05 20:39:12 -04:00
worldofpeace 51e44cc0ba pantheon.elementary-greeter: 5.0.2 -> 5.0.3
https://github.com/elementary/greeter/releases/tag/5.0.3
2020-04-05 20:39:12 -04:00
worldofpeace aa41c5910c pantheon.wingpanel: 2.2.6 -> 2.3.0
https://github.com/elementary/wingpanel/releases/tag/2.3.0
2020-04-05 20:39:12 -04:00
worldofpeace 4fa0ae2f1f pantheon.elementary-dock: init at 2020-02-28
It seems Pantheon has forked Plank.
2020-04-05 20:39:11 -04:00
worldofpeace 120a2f3033 pantheon.cerbere: remove 2020-04-05 20:39:11 -04:00
worldofpeace 83eafe80f2 pantheon.wingpanel-indicator-sound: 2.1.4 -> 2.1.5 2020-04-05 20:39:11 -04:00
worldofpeace ce12d345dd pantheon.wingpanel-indicator-session: 2.2.7 -> 2.2.8 2020-04-05 20:39:11 -04:00
worldofpeace 54c75c69e7 pantheon.wingpanel-indicator-power: 2.1.4 -> 2.1.5 2020-04-05 20:39:11 -04:00
worldofpeace 748e6fc58d pantheon.wingpanel-indicator-notifications: 2.1.3 -> 2.1.4 2020-04-05 20:39:11 -04:00
worldofpeace 9ab8551077 pantheon.wingpanel-indicator-network: 2.2.2 -> 2.2.3 2020-04-05 20:39:11 -04:00
worldofpeace 777fe621fa pantheon.wingpanel-indicator-keyboard: 2.2.0 -> 2.2.1 2020-04-05 20:39:11 -04:00
worldofpeace a715607577 pantheon.wingpanel-indicator-datetime: 2.2.1 -> 2.2.2 2020-04-05 20:39:11 -04:00
worldofpeace 7dfa6b07bb pantheon.elementary-shortcut-overlay: 1.1.0 -> 1.1.1 2020-04-05 20:39:11 -04:00
worldofpeace 6d778caaa3 pantheon.elementary-onboarding: 1.1.0 -> 1.2.0 2020-04-05 20:39:11 -04:00
worldofpeace f16c90aaf9 pantheon.switchboard-plug-sound: 2.2.2 -> 2.2.3 2020-04-05 20:39:11 -04:00
worldofpeace 64a4131192 pantheon.switchboard-plug-sharing: 2.1.3 -> 2.1.4 2020-04-05 20:39:11 -04:00
worldofpeace 650e29750b pantheon.switchboard-plug-printers: 2.1.7 -> 2.1.8 2020-04-05 20:39:11 -04:00
worldofpeace 803c6ab106 pantheon.switchboard-plug-power: 2.4.0 -> 2.4.1 2020-04-05 20:39:11 -04:00
worldofpeace b8ed81e2e3 pantheon.switchboard-plug-notifications: 2.1.5 -> 2.1.6 2020-04-05 20:39:11 -04:00
worldofpeace f38f4d73a5 pantheon.switchboard-plug-network: 2.2.0 -> 2.3.0 2020-04-05 20:39:10 -04:00
worldofpeace 441d85c4c5 pantheon.switchboard-plug-keyboard: 2.3.5 -> 2.3.6 2020-04-05 20:39:10 -04:00
worldofpeace fac751f815 pantheon.switchboard-plug-datetime: 2.1.6 -> 2.1.7 2020-04-05 20:39:10 -04:00
worldofpeace 5093dcea7b pantheon.switchboard-plug-a11y: 2.1.3 -> 2.2.0 2020-04-05 20:39:10 -04:00
worldofpeace 992a3da860 pantheon.granite: 5.3.0 -> 5.3.1 2020-04-05 20:39:10 -04:00
worldofpeace dd89d6af4e pantheon.switchboard: 2.3.8 -> 2.3.9 2020-04-05 20:39:10 -04:00
worldofpeace d1b061a01f pantheon.sideload: 1.0.1 -> 1.1.0 2020-04-05 20:39:10 -04:00
worldofpeace b1e60062b7 pantheon.elementary-terminal: 5.5.1 -> 5.5.2 2020-04-05 20:39:09 -04:00
worldofpeace 450abc650f pantheon.elementary-files: 4.4.1 -> 4.4.2 2020-04-05 20:17:46 -04:00
worldofpeace 9ccc309744 pantheon.elementary-code: 3.3.0 -> 3.4.0 2020-04-05 20:17:46 -04:00
worldofpeace e25b83624d pantheon.elementary-camera: 1.0.5 -> 1.0.6 2020-04-05 20:17:46 -04:00
worldofpeace 0288741d26 pantheon.elementary-calendar: 5.0.3 -> 5.0.4 2020-04-05 20:17:46 -04:00
worldofpeace 3a97e45268 pantheon.elementary-calculator: 1.5.4 -> 1.5.5 2020-04-05 20:17:46 -04:00
worldofpeace e41d30dc74 pantheon.appcenter: 3.2.2 -> 3.2.3 2020-04-05 20:17:46 -04:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
worldofpeace 5a10c51ace
Merge pull request #83265 from worldofpeace/fix-wingpanel-and-switchboard
Fix wingpanel and switchboard
2020-03-24 03:13:30 -04:00
worldofpeace a9e7e93311 pantheon.switchboard-with-plugs: fix wrapping
Since #81475 this caused the wrapper to be empty of entries from
wrapGAppsHook because the wrapGAppsHook function doesn't add
them anymore, and was moved to gappsWrapperArgsHook. Instead
of just running that in postBuild it's more future proof to make this
use stdenv.mkDerivation because we want to mess around with the
generic builder.
2020-03-24 03:13:01 -04:00
worldofpeace db41c787f4 pantheon.wingpanel-with-indicators: fix wrapping
Since #81475 this caused the wrapper to be empty of entries from
wrapGAppsHook because the wrapGAppsHook function doesn't add
them anymore, and was moved to gappsWrapperArgsHook. Instead
of just running that in postBuild it's more future proof to make this
use stdenv.mkDerivation because we want to mess around with the
generic builder.
2020-03-24 03:13:01 -04:00
Jan Tojnar ca0b1405cb
pantheon.cerbere: Fix build 2020-03-24 07:11:24 +01:00
Tor Hedin Brønner 4a3bc3e23d
pantheon.switchboard-plug-onlineaccounts: use older vala
This is fixed upstream, but the patch doesn't apply cleanly, so simply
use vala-0.46 to work around the issue until next release.

https://github.com/elementary/switchboard-plug-onlineaccounts/pull/120
2020-03-24 07:11:21 +01:00
Tor Hedin Brønner 04dbbfc2c2
pantheon.elementary-terminal: fix build with vte-2.91 2020-03-24 07:11:21 +01:00
Tor Hedin Brønner 31ffa73dd8
pantheon.wingpanel-indicator-network: use libnma 2020-03-21 04:44:06 +01:00
Tor Hedin Brønner ac7d843413
pantheon.switchboard-plug-network: use libnma 2020-03-21 04:41:14 +01:00
R. RyanTM c7e617f683 pantheon.elementary-music: 5.0.4 -> 5.0.5 2020-03-08 06:56:50 +00:00
worldofpeace 9dc1cc507d pantheon.wingpanel-indicator-nightlight: 2.0.2 -> 2.0.3
https://github.com/elementary/wingpanel-indicator-nightlight/releases/tag/2.0.3
2020-03-03 20:11:46 -05:00
worldofpeace 7f7977e296 pantheon.elementary-files: 4.4.0 -> 4.4.1
https://github.com/elementary/files/releases/tag/4.4.1
2020-03-03 20:11:46 -05:00
worldofpeace dab121ac69 pantheon.elementary-gtk-theme: 5.4.1 -> 5.4.2
https://github.com/elementary/stylesheet/compare/5.4.1...5.4.2
2020-03-01 09:36:45 -05:00
worldofpeace 8acbc62f4e pantheon.elementary-code: 3.2.0 -> 3.3.0
https://github.com/elementary/code/releases/tag/3.3.0
2020-03-01 09:36:45 -05:00
worldofpeace b4943b0180 pantheon.elementary-greeter: 5.0.1 -> 5.0.2
https://github.com/elementary/greeter/releases/tag/5.0.2
2020-02-28 19:26:13 -05:00
worldofpeace ecca257d73 pantheon.switchboard-plug-bluetooth: 2.3.0 -> 2.3.1
https://github.com/elementary/switchboard-plug-bluetooth/releases/tag/2.3.1
2020-02-28 19:26:12 -05:00
worldofpeace e85290ba54 pantheon.sideload: 1.0.0 -> 1.0.1
https://github.com/elementary/sideload/releases/tag/1.0.1
2020-02-28 19:26:12 -05:00
worldofpeace a54dcfe076 pantheon.appcenter: 3..2.1 -> 3.2.2
https://github.com/elementary/appcenter/releases/tag/3.2.2
2020-02-28 19:26:12 -05:00
worldofpeace 59bf79ec4b pantheon.elementary-files: 4.3.0 -> 4.4.0
https://github.com/elementary/files/releases/tag/4.4.0
2020-02-17 21:05:33 -05:00
worldofpeace 0c8041d502 pantheon.switchboard-plug-mouse-touchpad: 2.3.1 -> 2.4.0
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.4.0
2020-01-21 16:11:39 -05:00
worldofpeace 2c4ab483e1 pantheon.elementary-screenshot-tool: 1.7.0 -> 1.7.1
https://github.com/elementary/screenshot/releases/tag/1.7.1
2020-01-21 16:11:39 -05:00
worldofpeace dc18433b69 pantheon.elementary-gtk-theme: 5.4.0 -> 5.4.1
* Improve contrast in text selections https://github.com/elementary/stylesheet/pull/572
* Add border and background to selected image radios https://github.com/elementary/stylesheet/pull/576
2020-01-21 16:11:39 -05:00
worldofpeace bea1a232c6 pantheon.wingpanel-indicator-session: 2.2.6 -> 2.2.7
https://github.com/elementary/wingpanel-indicator-session/releases/tag/2.2.7
2020-01-18 21:40:46 -05:00
worldofpeace 1e9a4da5b1 pantheon.elementary-default-settings: 5.1.1 -> 5.1.2
https://github.com/elementary/default-settings/releases/tag/5.1.2
2020-01-18 21:40:46 -05:00
worldofpeace 6198a0e119 pantheon.elementary-icon-theme: 5.1.0 -> 5.2.0
https://github.com/elementary/icons/releases/tag/5.2.0
2020-01-18 21:40:46 -05:00
worldofpeace 312f643a3a pantheon.switchboard: 2.3.7 -> 2.3.8
https://github.com/elementary/switchboard/releases/tag/2.3.8
2020-01-18 21:40:46 -05:00
worldofpeace 6a3c188252 pantheon.elementary-terminal: 5.5.0 -> 5.5.1
https://github.com/elementary/terminal/releases/tag/5.5.1
2020-01-18 21:40:46 -05:00
worldofpeace b85c3aea65 nixpkgs-github-update: slowness 2020-01-18 21:40:46 -05:00
R. RyanTM d829a66919 pantheon.elementary-code: 3.1.1 -> 3.2.0 2020-01-15 10:40:45 +00:00
worldofpeace ffe6b959a1 pantheon.elementary-files: 4.2.0 -> 4.3.0
Added libgit2-glib for git plugin support.

https://github.com/elementary/files/releases/tag/4.3.0
2020-01-07 20:57:15 -05:00
worldofpeace 6e40111dfa nixpkgs-github-update: is_list 2020-01-07 20:57:14 -05:00
worldofpeace 6194ab9aff pantheon.gala: 2019-10-31 -> 3.2.0
🎊️ versioned releases finally!
2020-01-07 20:21:15 -05:00
worldofpeace 88f26e51fd pantheon.elementary-gtk-theme: 5.3.0 -> 5.4.0
https://github.com/elementary/stylesheet/releases/tag/5.4.0
2020-01-06 09:50:15 -05:00
worldofpeace 7062a0df29 pantheon.elementary-terminal: 5.4.0 -> 5.5.0
https://github.com/elementary/terminal/releases/tag/5.5.0
2020-01-06 09:48:48 -05:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
worldofpeace 776893e4d6 pantheon.wingpanel-with-indicators: optionals 2019-12-22 23:09:56 -05:00
worldofpeace f8b86fae8a pantheon.switchboard-with-plugs: optionals 2019-12-22 23:09:41 -05:00
worldofpeace 35b7b17125
Merge pull request #76116 from worldofpeace/pantheon-cleanup
Pantheon cleanups
2019-12-22 22:59:21 -05:00
worldofpeace 3d00064872 nixpkgs-github-update: don't malform header 2019-12-22 18:20:55 -05:00
worldofpeace c269c27f77 nixpkgs_github_update: nix test 2019-12-22 18:20:55 -05:00
worldofpeace b5b15d76f1 nixpkgs-github-update: ensure attribute_exists is true/false 2019-12-22 18:20:54 -05: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
worldofpeace 4f49053ad9 pantheon.switchboard-with-plugs: have plugs argument only append to defaults
Switchboard was designed identically to Wingpanel, so the same justification
stands here.
2019-12-21 23:08:13 -05:00
worldofpeace 96e711bcd1 pantheon.wingpanel-with-indicators: have indicators argument only append to defaults
Wingpanel was designed firstly as an indicator renderer,
and as such just a container for indicators that are distributed
outside itself. Being able to control which and each indicator with
`indicators` is confusing, ideally each of the default indicators
would be shipped with wingpanel itself. I don't see how this
kind of extensibility would be useful to a user so we're going
to append to the expected defaults. The `useDefaultIndicators`
argument is there to development test a single indicator/s.
2019-12-21 23:08:13 -05:00
worldofpeace 4ed65a891c nixos/pantheon: don't abstract default packages to pkgs
Also cleanup a bit, we enabled gnome-settings-daemon even when using elementary-settings-daemon.
I wanted the nixos module ascribe the defaults, not these lists in pkgs.
2019-12-21 23:08:13 -05:00
worldofpeace 4fb91d10c8 nixos/pantheon: add an apps.enable option 2019-12-21 23:08:13 -05:00
worldofpeace e203d58403
Merge pull request #75583 from worldofpeace/nm-applet-default-gnome
networkmanagerapplet: default to withGnome
2019-12-21 11:58:05 -05:00
Jan Tojnar 6be14ee97b
Merge pull request #53843 from hedning/session-default
nixos/displayManager: introduce defaultSession
2019-12-18 21:16:06 +01:00
worldofpeace 67d1525945 pantheon.granite: 5.2.5 -> 5.3.0
https://github.com/elementary/granite/releases/tag/5.3.0
2019-12-17 01:57:14 -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 f5081ecca6 networkmanagerapplet: default to withGnome
This requires us to add gcr to the module.
2019-12-13 18:23:20 -05:00
c0bw3b 69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
worldofpeace 7e06a3c256 pantheon.wingpanel-indicator-datetime: support libecal-2.0
https://github.com/elementary/wingpanel-indicator-datetime/pull/202 💖
2019-12-06 13:51:05 -05:00
worldofpeace 39bce33332 pantheon.appcenter: 3.2.0 -> 3.2.1
https://github.com/elementary/appcenter/releases/tag/3.2.1
2019-12-04 18:27:24 -05:00
worldofpeace 8d29ff6209 pantheon.wingpanel-indicator-datetime: 2.2.0 -> 2.2.1
https://github.com/elementary/wingpanel-indicator-datetime/releases/tag/2.2.1
2019-12-01 17:56:22 -05:00
worldofpeace e43b203331 pantheon.switchboard-plug-mouse-touchpad: 2.3.0 -> 2.3.1
https://github.com/elementary/switchboard-plug-mouse-touchpad/releases/tag/2.3.1
2019-12-01 17:56:22 -05:00
worldofpeace 5b2f269fd8 pantheon.wingpanel: wrap in the same way as switchboard 2019-12-01 17:56:22 -05:00
worldofpeace a0f3043189 pantheon.switchboard-plug-power: don't override pkgconfig
We submitted a patch upstream to fix this.
2019-12-01 17:56:22 -05:00