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 |
|