about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-02-28pantheon.gnome-settings-daemon: 3.38.2 -> 42.2Bobby Rong1-2/+2
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/compare/GNOME_SETTINGS_DAEMON_3_38_2...42.2
2023-02-28pantheon.mutter: 3.38.6 -> 42.7Bobby Rong1-1/+1
https://gitlab.gnome.org/GNOME/mutter/-/compare/3.38.6...42.4 https://gitlab.gnome.org/GNOME/mutter/-/compare/42.4...42.7
2022-10-04pantheon.elementary-iconbrowser: init at 2.0.0Bobby Rong1-0/+2
2022-05-01pantheon.granite7: init at 7.0.0Bobby Rong1-0/+2
2022-04-04Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-optionRobert Hensing1-1/+1
config.allowAliases: Define as option
2022-04-01config.allowAliases: Define as optionRobert Hensing1-1/+1
This simplifies usages and makes the default value consistent. In a few cases, the default value was interpreted to be `false`, but this is useless, because virtually nobody will explicitly set `allowAliases = true;`.
2022-03-31pantheon.gnome-bluetooth-contract: use gnome-bluetooth_1_0Bobby Rong1-1/+1
2022-03-25pantheon.evince: dropBobby Rong1-2/+2
The vanilla evince already support dark style preference in Pantheon, so no need to keep the patch.
2022-03-25pantheon.file-roller: dropBobby Rong1-2/+2
The vanilla file-roller already support dark style preference in Pantheon, so no need to keep the package.
2022-03-25gnome-desktop: Move into top-levelJan Tojnar1-6/+2
2022-02-02pkgs/pantheon: remove old aliasesBobby Rong1-6/+8
This is mostly Pantheon version of e703bc0ade3b6a3669f77d0acede1c2047e51fc2, we move the aliases outside of the scope.
2022-02-02pkgs/pantheon: minor formattingBobby Rong1-1/+3
Simply because all other Pantheon packages have addressed these formatting.
2021-12-19Merge pull request #151252 from bobby285271/pantheonBobby Rong1-1/+1
pantheon.wingpanel: 3.0.1 -> 3.0.2
2021-12-19pkgs/pantheon: fix typoBobby Rong1-1/+1
2021-12-18Merge pull request #139136 from r-ryantm/auto-update/notes-upBobby Rong1-2/+2
notes-up: unstable-2020-12-29 -> 2.0.6
2021-12-18notes-up: unstable-2020-12-29 -> 2.0.6Bobby Rong1-2/+2
2021-12-18pkgs/pantheon: formatBobby Rong1-14/+35
2021-12-18pantheon.xdg-desktop-portal-pantheon: move to pkgs/desktop/pantheonBobby Rong1-0/+2
Only used by Pantheon AFAIK.
2021-12-01pantheon.extra-elementary-contracts: dropBobby Rong1-4/+2
2021-12-01pantheon.gnome-bluetooth-contract: init at unstable-2021-02-23Bobby Rong1-0/+4
2021-12-01pantheon.file-roller-contract: init at unstable-2021-02-23Bobby Rong1-0/+4
2021-10-22pantheon.file-roller: initBobby Rong1-0/+2
2021-10-17pantheon.evince: initBobby Rong1-0/+2
2021-09-18pantheon.epiphany: initBobby Rong1-0/+2
2021-09-18pantheon.touchegg: initBobby Rong1-0/+2
2021-09-18pantheon.elementary-screenshot: 1.7.1 -> 6.0.0Bobby Rong1-1/+3
renamed from pantheon.elementary-screenshot-tool
2021-09-18pantheon.elementary-tasks: init at 6.0.3Bobby Rong1-0/+2
2021-09-18pantheon.elementary-settings-daemon: reinit at 1.0.0Bobby Rong1-6/+1
the former package has been renamed and upgraded to gnome.gnome-settings-daemon338
2021-09-18pantheon.elementary-dpms-helper: drop packageBobby Rong1-2/+0
2021-09-18gnome.gnome-settings-daemon338: init at 3.38.2Bobby Rong1-0/+3
light-locker is no longer used in Pantheon 6, we will try using the upstream gnome-settings-daemon
2021-09-18gnome.mutter338: 3.34.6 -> 3.38.6Bobby Rong1-1/+1
renamed from gnome.mutter334 not using mutter 40.x due to issues like buggy multitasking thumbnails after sliding
2021-09-18pantheon.wingpanel-indicator-a11y: init at 1.0.0Bobby Rong1-5/+8
2021-09-18pantheon.switchboard-plug-wacom: init at 1.0.0Bobby Rong1-1/+3
2021-08-02pantheon: add maintainers teamdavidak1-1/+1
2021-06-21pantheon.elementary-mail: init at unstable-2021-06-21Ethan Edwards1-0/+2
2021-05-08Merge #121780: treewide meta.maintainers tweaksVladimír Čunát1-1/+1
2021-05-08gnome: rename from gnome3Jan Tojnar1-7/+7
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-07treewide: remove worldofpeace from meta.maintainersVladimír Čunát1-1/+1
(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-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-07-29treewide: use nix-update updateScript for packages I maintainworldofpeace1-4/+0
2020-07-26pantheon: use latest valaworldofpeace1-2/+2
2020-07-26pantheon: more build fixes by using older valaVladimír Čunát1-3/+2
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-26pantheon.gala: fix build by using older valaVladimír Čunát1-0/+1
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-04-06pantheon.elementary-notifications: init at 2020-04-04worldofpeace1-0/+2
2020-04-06pantheon.elementary-settings-daemon: 3.30.2 -> 3.34.1worldofpeace1-1/+3
2020-04-06pantheon.mutter: 328 -> 334worldofpeace1-1/+1
2020-04-05pantheon.elementary-dock: init at 2020-02-28worldofpeace1-0/+2
It seems Pantheon has forked Plank.
2020-04-05pantheon.cerbere: removeworldofpeace1-2/+2
2019-12-22Merge pull request #76116 from worldofpeace/pantheon-cleanupworldofpeace1-31/+0
Pantheon cleanups
2019-12-22pantheon: no bash update script, nixpkgs_github_updateworldofpeace1-0/+2
Cuz ew. What could be more ew? Not this really. Clearly using update-source-version (bash) from a different lang is better? 😜️