Commit graph

104 commits

Author SHA1 Message Date
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
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
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
4eca6d89f9
pantheon.wingpanel-indicator-notifications: 6.0.3 -> 6.0.4 2021-12-18 10:44:28 +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
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
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
e8cf60ffb4
pantheon.wingpanel-indicator-datetime: 2.3.0 -> 2.3.1 2021-10-31 09:05:49 +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
bb2522a475
pantheon.wingpanel-applications-menu: 2.8.2 -> 2.9.0 2021-09-29 10:23: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
220f1573ed
pantheon.wingpanel-indicator-sound: pin vala version 2021-09-23 23:10:12 +08:00
Bobby Rong
0fd8cc3908
treewide: switch from pantheon.maintainers to lib.teams.pantheon 2021-09-18 23:07:00 +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
Jan Tojnar
4a5620c143
pantheon.wingpanel-indicator-datetime: Fix build 2021-05-05 22:43:09 +02:00
Ben Siraphob
5fffcef915 pkgs/desktops: 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
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
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
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
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
3282639568 pantheon.wingpanel-applications-menu: 2.7.0 -> 2.7.1 2020-06-07 14:04:49 -04:00