summary refs log tree commit diff
path: root/pkgs/desktops/gnome
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging-nextWeijia Wang2023-11-12
|\
| * gnome.gnome-control-center: fix crash in Mouse panelCorey O'Connor2023-11-12
| | | | | | | | | | | | | | | | | | The Mouse panel uses GtkPicture to display VP9-encoded webm clips. Without GStreamer, the panel would crash with: ERROR: GstPlay: 'playbin' element not found, please check your setup Fixes: https://github.com/NixOS/nixpkgs/issues/253928
* | stdenv: fix meson rust cross compilationAlyssa Ross2023-11-09
| |
* | lib.systems: elaborate Rust metadataAlyssa Ross2023-11-09
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need this stuff to be available in lib so make-derivation.nix can access it to construct the Meson cross file. This has a couple of other advantages: - It makes Rust less special. Now figuring out what Rust calls a platform is the same as figuring out what Linux or QEMU call it. - We can unify the schema used to define Rust targets, and the schema used to access those values later. Just like you can set "config" or "system" in a platform definition, and then access those same keys on the elaborated platform, you can now set "rustcTarget" in your crossSystem, and then access "stdenv.hostPlatform.rustcTarget" in your code. "rustcTarget", "rustcTargetSpec", "cargoShortTarget", and "cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because these are not exposed to code by the compiler, and are not standardized. The arch/os/etc. variables are all named to match the forms in the Rust target spec JSON. The new rust.target-family only takes a list, since we don't need to worry about backwards compatibility when that name is used. The old APIs are all still functional with no warning for now, so that it's possible for external code to use a single API on both 23.05 and 23.11. We can introduce the warnings once 23.05 is EOL, and make them hard errors when 23.11 is EOL.
* Merge pull request #262176 from lucasew/zenity-mainprogramArtturi2023-10-20
|\
| * zenity: add meta.mainProgramlucasew2023-10-19
| | | | | | | | Signed-off-by: lucasew <lucas59356@gmail.com>
* | Revert "gnomeExtensions: Update for GNOME 45"piegames2023-10-15
| |
* | Merge pull request #260174 from OPNA2608/fix/evince-crossArtturi2023-10-15
|\ \ | |/ |/|
| * gnome.evince: Fix crossOPNA26082023-10-10
| | | | | | | | Needs build -> build & build -> host pkg-config.
* | Merge pull request #260458: gnomeExtensions: Update for GNOME 45piegames2023-10-14
|\ \
| * | gnomeExtensions: Update for GNOME 45piegames2023-10-11
| | |
* | | Merge pull request #260692 from bobby285271/upd/gnomemaxine2023-10-13
|\ \ \ | |/ / |/| | mutter, gnome-shell: 44.4 → 44.5
| * | gnome.gnome-shell: 44.4 → 44.5Bobby Rong2023-10-12
| | | | | | | | | | | | https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/44.4...44.5
| * | gnome.mutter: 44.4 → 44.5Bobby Rong2023-10-12
| |/ | | | | | | https://gitlab.gnome.org/GNOME/mutter/-/compare/44.4...44.5
* / gnomeExtensions.easyScreenCast: 1.7.0 -> 1.7.1R. Ryantm2023-10-10
|/
* Merge pull request #257745 from r-ryantm/auto-update/gnome.pomodoromaxine2023-10-09
|\ | | | | gnome.pomodoro: 0.23.1 -> 0.24.0
| * gnome.pomodoro: 0.23.1 -> 0.24.0R. Ryantm2023-09-28
| |
* | Merge pull request #259363 from bobby285271/fix/gnome-flashbackBobby Rong2023-10-07
|\ \ | | | | | | gnome.gnome-flashback: Fix x-d-p-gnome launch
| * | gnome.gnome-flashback: Drop --builtinBobby Rong2023-10-06
| | | | | | | | | | | | We should be able to find the session and desktop files now.
| * | gnome.gnome-flashback: Add mkGnomeSessionBobby Rong2023-10-06
| | | | | | | | | | | | | | | Having this in environment.systemPackages shouldn't be worse than adding as XDG_DATA_DIRS in gnome-session.
| * | gnome.gnome-flashback: Add mkWmApplicationBobby Rong2023-10-06
| | | | | | | | | | | | | | | Having this in environment.systemPackages shouldn't be worse than adding as XDG_DATA_DIRS in gnome-session.
| * | gnome.gnome-panel-with-modules: initBobby Rong2023-10-06
| | | | | | | | | | | | Setting X_GNOME_PANEL_MODULESDIR in gnome-session wrapper is confusing to me.
| * | gnome.gnome-panel: Use autoconf271Bobby Rong2023-10-06
| |/ | | | | | | I don't see any build issues with it.
* / gnome.gnome-session: fix session crash in gnome-boxesJulian Stecklina2023-10-06
|/ | | Fixes https://github.com/NixOS/nixpkgs/issues/226355
* paperwm: remove manually packaged extensionSebastian Gabriel Trzpiot2023-09-23
| | | | | PaperWM became available on extensions.gnome.org at the end of July. See: https://github.com/paperwm/PaperWM/pull/569
* gnome3.adwaita-icon-theme.meta.homepage: initAlyssa Ross2023-09-21
|
* treewide: use finalAttrs in all packages I maintain (#255902)Doron Behar2023-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat * musescore: use finalAttrs in mkDerivation * syncthingtray: use stdenv.mkDerivation with a function; reformat * ocrfeeder: use finalAttrs in mkDerivation; reformat * castget: use finalAttrs in mkDerivation * gnome-network-displays: use finalAttrs in mkDerivation * mailreaders: use finalAttrs in mkDerivation * mswatch: use finalAttrs in mkDerivation * uhd: use finalAttrs in mkDerivation * maxima: use finalAttrs in mkDerivation * qalculate-gtk: use finalAttrs in mkDerivation * qalculate-qt: use finalAttrs in mkDerivation * wxmaxima: use finalAttrs in mkDerivation * lammps: use finalAttrs in mkDerivation * mlterm: use finalAttrs in mkDerivation * video-trimmer: use finalAttrs in mkDerivation * nerdfonts: use finalAttrs in mkDerivation * gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation * octave: use finalAttrs in mkDerivation; reformat * comedilib: use finalAttrs in mkDerivation * cpp-utilities: use finalAttrs in mkDerivation * libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat * liberio: use finalAttrs in mkDerivation * libqalculate: use finalAttrs in mkDerivation; reformat * libwtk-sdl2: use finalAttrs in mkDerivation * libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat * qrupdate: use finalAttrs in mkDerivation; reformat * libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat * libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat * sqlitecpp: use finalAttrs in mkDerivation; reformat * tweeny: use finalAttrs in mkDerivation * volk: use finalAttrs in mkDerivation * wiringpi: use finalAttrs in mkDerivation * snzip: use finalAttrs in mkDerivation; reformat * bpm-tools: use finalAttrs in mkDerivation; reformat * sacd: use finalAttrs in mkDerivation * gtk-gnutella: use finalAttrs in mkDerivation; reformat * sile: use finalAttrs in mkDerivation * pplatex: use finalAttrs in mkDerivation; reformat
* gnomeExtensions: auto-updateRyan Horiguchi2023-09-12
|
* maintainers: maxeaubrey → amaxineMaxine Aubrey2023-09-12
|
* gnome.gnome-shell: 44.3 → 44.4Jan Tojnar2023-09-07
| | | | https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/44.3...44.4
* gnome.mutter: 44.3 → 44.4Jan Tojnar2023-09-07
| | | | https://gitlab.gnome.org/GNOME/mutter/-/compare/44.3...44.4
* gnome.gnome-boxes: 44.2 → 44.3Jan Tojnar2023-09-07
| | | | https://gitlab.gnome.org/GNOME/gnome-boxes/-/compare/44.2...44.3
* gnome.mutter43: 43.7 → 43.8Bobby Rong2023-09-03
| | | | https://gitlab.gnome.org/GNOME/mutter/-/compare/43.7...43.8
* Merge pull request #234615 from linsui/dconfJan Tojnar2023-08-28
|\ | | | | nixos/dconf: support generating from attrs
| * nixos/gdm: switch to dconf settingslinsui2023-08-15
| |
* | gnome.gnome-maps: 44.3 → 44.4michaelgrahamevans2023-08-26
| | | | | | https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v44.3...v44.4
* | Merge pull request #250090 from LudovicoPiero/gnome-impatience-bumppiegames2023-08-20
|\ \ | | | | | | gnomeExtension.impatience: unstable-2022-03-26 -> unstable-2023-04-04
| * | gnome-shell-extension-impatience: unstable-2022-03-26 -> unstable-2023-04-04Ludovico Piero2023-08-19
| |/
* | gnome.ghex: 44.1 → 44.2Bobby Rong2023-08-19
| | | | | | | | https://gitlab.gnome.org/GNOME/ghex/-/compare/44.1...44.2
* | gnome.geary: 44.0 → 44.1Bobby Rong2023-08-19
| | | | | | | | https://gitlab.gnome.org/GNOME/geary/-/compare/44.0...44.1
* | gnome.gnome-bluetooth: 42.5 → 42.6Bobby Rong2023-08-19
|/ | | | https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.5...42.6
* gnome.gnome-shell: Provide schema compiler pathJan Tojnar2023-08-11
| | | | | | | | | | This is required for installing extensions containing schemas since GNOME 44: > Error while installing just-perfection-desktop@just-perfection: Failed to execute child process “glib-compile-schemas” (No such file or directory) While at it, also unify the other patched paths. This adds `glib.dev` to the GNOME Shell runtime closure but it is just 20 MiB increase to 1.9 GiB.
* Merge pull request #247785 from wegank/gnome-color-manager-exiv2Weijia Wang2023-08-08
|\ | | | | gnome-color-manager: add patch for exiv2 0.28
| * gnome-color-manager: add patch for exiv2 0.28Weijia Wang2023-08-07
| |
* | Merge branch 'master' into staging-nextRobert Schütz2023-08-07
|\ \
| * \ Merge pull request #247662 from bobby285271/upd/gnomeJan Tojnar2023-08-07
| |\ \ | | |/ | |/| GNOME updates 2023-08-07
| | * gnome.gnome-terminal: 3.48.1 → 3.48.2Bobby Rong2023-08-07
| | | | | | | | | | | | https://gitlab.gnome.org/GNOME/gnome-terminal/-/compare/3.48.1...3.48.2
* | | Merge master into staging-nextgithub-actions[bot]2023-08-05
|\| |
| * | Merge pull request #246866: gnomeExtensions: auto-updatepiegames2023-08-05
| |\ \ | | |/ | |/|
| | * gnomeExtensions: auto-updateRyan Horiguchi2023-08-03
| | |