summaryrefslogtreecommitdiff
path: root/pkgs/desktops (follow)
Commit message (Expand)AuthorAgeFilesLines
* libSM: rename references and deprecate alias•••this shouldn't create any rebuilds quantenzitrone2026-02-042-4/+4
* libpthreadstubs: rename references and deprecate alias•••this shouldn't create any rebuilds quantenzitrone2026-02-047-14/+14
* xf86{videonouveau,input{evdev,libinput}}: rename references and deprecate ali...•••this shouldn't create any rebuilds quantenzitrone2026-02-041-3/+3
* pantheon.switchboard-plug-sharing: 8.0.2 -> 8.0.3 (#486591)Bobby Rong2026-02-041-5/+5
|\
| * pantheon.switchboard-plug-sharing: 8.0.2 -> 8.0.3•••https://github.com/elementary/switchboard-plug-sharing/compare/8.0.2...8.0.3 Bobby Rong2026-02-031-5/+5
* | lomiri.lomiri-indicator-network: 1.1.2 -> 1.2.0R. Ryantm2026-02-021-6/+10
* | pantheon.wingpanel-quick-settings: 1.3.0 -> 1.4.0R. Ryantm2026-01-301-2/+2
|/
* Merge master into staging-nixosnixpkgs-ci[bot]2026-01-291-3/+3
|\
| * pantheon.elementary-settings-daemon: 8.4.0 -> 8.5.0 (#484934)Bobby Rong2026-01-291-3/+3
| |\
| | * pantheon.elementary-settings-daemon: 8.4.0 -> 8.5.0•••https://github.com/elementary/settings-daemon/compare/8.4.0...8.5.0 Bobby Rong2026-01-291-3/+3
* | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-292-7/+18
|\| |
| * | pantheon.switchboard-with-plugs: enable strictDeps (#484270)Bobby Rong2026-01-291-1/+3
| |\ \
| | * | pantheon.switchboard-with-plugs: enable strictDepsColin2026-01-271-1/+3
| | |/
| * | mate.marco: 1.28.1 -> 1.28.2 (#484039)Bobby Rong2026-01-291-6/+15
| |\ \
| | * | mate.marco: 1.28.1 -> 1.28.2•••https://github.com/mate-desktop/marco/compare/v1.28.1...v1.28.2 Bobby Rong2026-01-261-6/+15
* | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-281-1/+1
|\| | |
| * | | treewide: expand pythonPath bash array for structuredAttrs for buildPythonPat...Wolfgang Walther2026-01-281-1/+1
| |\ \ \
| | * | | pluma: expand pythonPath bash array for structuredAttrsStefan Frijters2026-01-271-1/+1
| | | |/ | | |/|
* | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-281-0/+3
|\| | |
| * | | enlightenment.efl: fix build with gcc 15José Romildo2026-01-261-0/+3
| |/ /
* | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-2611-42/+62
|\| |
| * | treewide: remove references to the xorg namespace in `pkgs/` (#482814)Jo2026-01-2611-42/+62
| |\ \
| | * | treewide: remove references to the xorg namespace in `pkgs` (automated)•••this creates some eval errors that will be fixed in the next commit done with the following script: ```fish \#!/usr/bin/env fish set packagesjson (nix eval --impure --json --expr ' let lib = import ./lib; in import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs ( name: _: if name == "lib" then lib else if name == "config" then { allowAliases = false; } else name ) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { } ' | jq) set one (grep '^ [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1) set two (grep '^ [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1) for arg in $one $two set oname $arg set nname (echo $packagesjson | jq -r .$oname) if test $nname = null echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2 continue end echo $oname "->" $nname # replace basic xorg.$name references for file in (rg -F "xorg.$oname" --files-with-matches pkgs) # special cases sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file # replace sd -F "xorg.$oname" "$nname" $file # fixup function arguments # prevent duplicate function args if grep -E " ($oname|$nname),\$" $file >/dev/null continue end if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg if grep ' xorg,$' $file >/dev/null sd ' xorg,$' " xorg, $nname," $file else if grep ' xorg ? .*,$' $file >/dev/null sd 'xorg( ? .*),$' "xorg\$1, $nname," $file else sd -F 'xorg,' "$nname, xorg," $file end else # case there is no more xorg..* so we can just replace the function arg sd 'xorg(| ? .*),.*$' "$nname," $file end end end nix fmt ``` quantenzitrone2026-01-2511-42/+62
* | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-261-16/+18
|\| | |
| * | | mate.pluma: 1.28.0 -> 1.28.1 (#483586)Bobby Rong2026-01-251-16/+18
| |\ \ \ | | |/ / | |/| / | | |/
| | * mate.pluma: 1.28.0 -> 1.28.1•••https://github.com/mate-desktop/pluma/compare/v1.28.0...v1.28.1 Bobby Rong2026-01-251-16/+18
* | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-253-11/+15
|\| |
| * | pantheon: Default to mutter 48 (#481657)Bobby Rong2026-01-253-11/+15
| |\ \
| | * | pantheon.elementary-greeter: Backport crash fixes for mutter 48Bobby Rong2026-01-241-4/+6
| | * | pantheon.gala: Backport crash fixes for mutter 48Bobby Rong2026-01-241-4/+6
| | * | pantheon.gnome-settings-daemon: 46.0 -> 48.1•••https://github.com/GNOME/gnome-settings-daemon/blob/48.1/NEWS Bobby Rong2026-01-241-2/+2
| | * | pantheon.mutter: 46.8 -> 48.7•••https://github.com/GNOME/mutter/blob/48.7/NEWS Bobby Rong2026-01-241-1/+1
* | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-251-15/+17
|\| | |
| * | | mate.eom: 1.28.0 -> 1.28.1 (#483257)Bobby Rong2026-01-251-15/+17
| |\ \ \ | | | |/ | | |/|
| | * | mate.eom: 1.28.0 -> 1.28.1•••https://github.com/mate-desktop/eom/compare/v1.28.0...v1.28.1 Bobby Rong2026-01-241-15/+17
| | |/
* | | treewide: fix typos (#479869)Michael Daniels2026-01-241-7/+7
|\ \ \ | |/ / |/| |
| * | treewide: fix typosBen Siraphob2026-01-131-7/+7
* | | pantheon.xdg-desktop-portal-pantheon: 8.0.4 -> 8.1.0•••https://github.com/elementary/portals/compare/8.0.4...8.1.0 Bobby Rong2026-01-241-3/+3
| |/ |/|
* | lomiri.lomiri-schemas: 0.1.9 -> 0.1.10 (#480912)Cosima Neidahl2026-01-191-2/+2
|\ \
| * | lomiri.lomiri-schemas: 0.1.9 -> 0.1.10R. Ryantm2026-01-171-2/+2
* | | lomiri.morph-browser: 1.99.1 -> 1.99.2 (#475310)Cosima Neidahl2026-01-191-2/+2
|\ \ \
| * | | lomiri.morph-browser: 1.99.1 -> 1.99.2OPNA26082025-12-301-2/+2
* | | | pantheon.wingpanel-applications-menu: 8.0.2 -> 8.0.3 (#480363)Bobby Rong2026-01-171-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | pantheon.wingpanel-applications-menu: 8.0.2 -> 8.0.3•••https://github.com/elementary/applications-menu/compare/8.0.2...8.0.3 Bobby Rong2026-01-151-3/+3
* | | | treewide: git tags: remove unnecessary string interpolationGaël James2026-01-151-1/+1
* | | | tree-wide: fetchgit, fetchFromGitHub, fetchFromGitLab, fetchFromGitea, fetchF...Gaël James2026-01-151-1/+1
* | | | mate.libmateweather: 1.28.1 -> 1.28.2 (#479727)Bobby Rong2026-01-141-2/+2
|\ \ \ \
| * | | | mate.libmateweather: 1.28.1 -> 1.28.2•••https://github.com/mate-desktop/libmateweather/compare/v1.28.1...v1.28.2 Bobby Rong2026-01-131-2/+2
| |/ / /
* | | | gnome2.libgnomecanvasmm: throw instead of returning a string (#479652)Bobby Rong2026-01-131-1/+1
|\ \ \ \
| * | | | gnome2.libgnomecanvasmm: throw instead of returning a stringquantenzitrone2026-01-131-1/+1
| |/ / /