gnome-desktop: Move into top-level

+27 -25
+2 -1
pkgs/applications/accessibility/squeekboard/default.nix
··· 5 , ninja 6 , pkg-config 7 , gnome 8 , glib 9 , gtk3 10 , wayland ··· 54 55 buildInputs = [ 56 gtk3 57 - gnome.gnome-desktop 58 wayland 59 wayland-protocols 60 libxml2
··· 5 , ninja 6 , pkg-config 7 , gnome 8 + , gnome-desktop 9 , glib 10 , gtk3 11 , wayland ··· 55 56 buildInputs = [ 57 gtk3 58 + gnome-desktop 59 wayland 60 wayland-protocols 61 libxml2
+2 -2
pkgs/applications/misc/eos-installer/default.nix
··· 1 { lib, stdenv, fetchFromGitHub 2 , autoconf, autoconf-archive, automake, glib, intltool, libtool, pkg-config 3 - , gnome, gnupg, gtk3, udisks 4 }: 5 6 stdenv.mkDerivation rec { ··· 19 nativeBuildInputs = [ 20 autoconf autoconf-archive automake glib intltool libtool pkg-config 21 ]; 22 - buildInputs = [ gnome.gnome-desktop gtk3 udisks ]; 23 24 preConfigure = '' 25 ./autogen.sh
··· 1 { lib, stdenv, fetchFromGitHub 2 , autoconf, autoconf-archive, automake, glib, intltool, libtool, pkg-config 3 + , gnome-desktop, gnupg, gtk3, udisks 4 }: 5 6 stdenv.mkDerivation rec { ··· 19 nativeBuildInputs = [ 20 autoconf autoconf-archive automake glib intltool libtool pkg-config 21 ]; 22 + buildInputs = [ gnome-desktop gtk3 udisks ]; 23 24 preConfigure = '' 25 ./autogen.sh
+1 -1
pkgs/applications/misc/lutris/fhsenv.nix
··· 7 let 8 9 qt5Deps = pkgs: with pkgs.qt5; [ qtbase qtmultimedia ]; 10 - gnomeDeps = pkgs: with pkgs; [ gnome.zenity gtksourceview gnome.gnome-desktop gnome.libgnome-keyring webkitgtk ]; 11 xorgDeps = pkgs: with pkgs.xorg; [ 12 libX11 libXrender libXrandr libxcb libXmu libpthreadstubs libXext libXdmcp 13 libXxf86vm libXinerama libSM libXv libXaw libXi libXcursor libXcomposite
··· 7 let 8 9 qt5Deps = pkgs: with pkgs.qt5; [ qtbase qtmultimedia ]; 10 + gnomeDeps = pkgs: with pkgs; [ gnome.zenity gtksourceview gnome-desktop gnome.libgnome-keyring webkitgtk ]; 11 xorgDeps = pkgs: with pkgs.xorg; [ 12 libX11 libXrender libXrandr libxcb libXmu libpthreadstubs libXext libXdmcp 13 libXxf86vm libXinerama libSM libXv libXaw libXi libXcursor libXcomposite
+2 -1
pkgs/applications/misc/phoc/default.nix
··· 9 , wrapGAppsHook 10 , libinput 11 , gnome 12 , glib 13 , gtk3 14 , wayland ··· 68 libinput 69 glib 70 gtk3 71 - gnome.gnome-desktop 72 # For keybindings settings schemas 73 gnome.mutter 74 wayland
··· 9 , wrapGAppsHook 10 , libinput 11 , gnome 12 + , gnome-desktop 13 , glib 14 , gtk3 15 , wayland ··· 69 libinput 70 glib 71 gtk3 72 + gnome-desktop 73 # For keybindings settings schemas 74 gnome.mutter 75 wayland
+2 -2
pkgs/applications/networking/instant-messengers/chatty/default.nix
··· 11 , evolution-data-server 12 , feedbackd 13 , glibmm 14 - , gnome 15 , gspell 16 , gtk3 17 , json-glib ··· 57 evolution-data-server 58 feedbackd 59 glibmm 60 - gnome.gnome-desktop 61 gspell 62 gtk3 63 json-glib
··· 11 , evolution-data-server 12 , feedbackd 13 , glibmm 14 + , gnome-desktop 15 , gspell 16 , gtk3 17 , json-glib ··· 57 evolution-data-server 58 feedbackd 59 glibmm 60 + gnome-desktop 61 gspell 62 gtk3 63 json-glib
+2 -1
pkgs/applications/networking/mailreaders/evolution/evolution/default.nix
··· 25 , gcr 26 , sqlite 27 , gnome 28 , librsvg 29 , gdk-pixbuf 30 , libsecret ··· 68 gdk-pixbuf 69 glib 70 glib-networking 71 - gnome.gnome-desktop 72 gsettings-desktop-schemas 73 gst_all_1.gst-plugins-base 74 gst_all_1.gstreamer
··· 25 , gcr 26 , sqlite 27 , gnome 28 + , gnome-desktop 29 , librsvg 30 , gdk-pixbuf 31 , libsecret ··· 69 gdk-pixbuf 70 glib 71 glib-networking 72 + gnome-desktop 73 gsettings-desktop-schemas 74 gst_all_1.gst-plugins-base 75 gst_all_1.gstreamer
+2 -1
pkgs/applications/video/pitivi/default.nix
··· 12 , libpeas 13 , librsvg 14 , gnome 15 , libnotify 16 , gsound 17 , meson ··· 52 gtk3 53 libpeas 54 librsvg 55 - gnome.gnome-desktop 56 gsound 57 gnome.adwaita-icon-theme 58 gsettings-desktop-schemas
··· 12 , libpeas 13 , librsvg 14 , gnome 15 + , gnome-desktop 16 , libnotify 17 , gsound 18 , meson ··· 53 gtk3 54 libpeas 55 librsvg 56 + gnome-desktop 57 gsound 58 gnome.adwaita-icon-theme 59 gsettings-desktop-schemas
+2 -1
pkgs/applications/window-managers/phosh/default.nix
··· 14 , glib 15 , gtk3 16 , gnome 17 , gcr 18 , pam 19 , systemd ··· 63 networkmanager 64 polkit 65 gnome.gnome-control-center 66 - gnome.gnome-desktop 67 gnome.gnome-session 68 gtk3 69 pam
··· 14 , glib 15 , gtk3 16 , gnome 17 + , gnome-desktop 18 , gcr 19 , pam 20 , systemd ··· 64 networkmanager 65 polkit 66 gnome.gnome-control-center 67 + gnome-desktop 68 gnome.gnome-session 69 gtk3 70 pam
pkgs/desktops/gnome/core/gnome-desktop/bubblewrap-paths.patch pkgs/development/libraries/gnome-desktop/bubblewrap-paths.patch
-1
pkgs/desktops/gnome/core/gnome-desktop/default.nix pkgs/development/libraries/gnome-desktop/default.nix
··· 84 passthru = { 85 updateScript = gnome.updateScript { 86 packageName = "gnome-desktop"; 87 - attrPath = "gnome.gnome-desktop"; 88 }; 89 }; 90
··· 84 passthru = { 85 updateScript = gnome.updateScript { 86 packageName = "gnome-desktop"; 87 }; 88 }; 89
+2 -3
pkgs/desktops/gnome/default.nix
··· 58 59 gnome-common = callPackage ./core/gnome-common { }; 60 61 - gnome-desktop = callPackage ./core/gnome-desktop { }; 62 - 63 gnome-dictionary = callPackage ./core/gnome-dictionary { }; 64 65 gnome-disk-utility = callPackage ./core/gnome-disk-utility { }; ··· 281 }) // lib.optionalAttrs (config.allowAliases or true) { 282 #### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope. 283 284 libgnome-games-support = pkgs.libgnome-games-support; # added 2022-02-19 285 286 bijiben = throw "The ‘gnome.bijiben’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-notes’ directly."; # added 2018-09-26 ··· 289 glib_networking = throw "The ‘gnome.glib_networking’ alias was removed on 2022-01-13. Please use ‘pkgs.glib-networking’ directly."; # added 2018-02-25 290 gnome_common = throw "The ‘gnome.gnome_common’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-common’ directly."; # added 2018-02-25 291 gnome_control_center = throw "The ‘gnome.gnome_control_center’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-control-center’ directly."; # added 2018-02-25 292 - gnome_desktop = throw "The ‘gnome.gnome_desktop’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-desktop’ directly."; # added 2018-02-25 293 gnome_keyring = throw "The ‘gnome.gnome_keyring’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-keyring’ directly."; # added 2018-02-25 294 gnome_online_accounts = throw "The ‘gnome.gnome_online_accounts’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-online-accounts’ directly."; # added 2018-02-25 295 gnome_session = throw "The ‘gnome.gnome_session’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-session’ directly."; # added 2018-02-25
··· 58 59 gnome-common = callPackage ./core/gnome-common { }; 60 61 gnome-dictionary = callPackage ./core/gnome-dictionary { }; 62 63 gnome-disk-utility = callPackage ./core/gnome-disk-utility { }; ··· 279 }) // lib.optionalAttrs (config.allowAliases or true) { 280 #### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope. 281 282 + gnome-desktop = pkgs.gnome-desktop; # added 2022-03-16 283 libgnome-games-support = pkgs.libgnome-games-support; # added 2022-02-19 284 285 bijiben = throw "The ‘gnome.bijiben’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-notes’ directly."; # added 2018-09-26 ··· 288 glib_networking = throw "The ‘gnome.glib_networking’ alias was removed on 2022-01-13. Please use ‘pkgs.glib-networking’ directly."; # added 2018-02-25 289 gnome_common = throw "The ‘gnome.gnome_common’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-common’ directly."; # added 2018-02-25 290 gnome_control_center = throw "The ‘gnome.gnome_control_center’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-control-center’ directly."; # added 2018-02-25 291 + gnome_desktop = throw "The ‘gnome.gnome_desktop’ alias was removed on 2022-01-13. Please use pkgs.gnome-desktop’ directly."; # added 2018-02-25 292 gnome_keyring = throw "The ‘gnome.gnome_keyring’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-keyring’ directly."; # added 2018-02-25 293 gnome_online_accounts = throw "The ‘gnome.gnome_online_accounts’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-online-accounts’ directly."; # added 2018-02-25 294 gnome_session = throw "The ‘gnome.gnome_session’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-session’ directly."; # added 2018-02-25
+2 -1
pkgs/desktops/gnome/misc/gnome-tweaks/default.nix
··· 6 , gettext 7 , glib 8 , gnome 9 , gobject-introspection 10 , gsettings-desktop-schemas 11 , gtk3 ··· 43 buildInputs = [ 44 gdk-pixbuf 45 glib 46 - gnome.gnome-desktop 47 gnome.gnome-settings-daemon 48 gnome.gnome-shell 49 # Makes it possible to select user themes through the `user-theme` extension
··· 6 , gettext 7 , glib 8 , gnome 9 + , gnome-desktop 10 , gobject-introspection 11 , gsettings-desktop-schemas 12 , gtk3 ··· 44 buildInputs = [ 45 gdk-pixbuf 46 glib 47 + gnome-desktop 48 gnome.gnome-settings-daemon 49 gnome.gnome-shell 50 # Makes it possible to select user themes through the `user-theme` extension
+2 -6
pkgs/desktops/pantheon/default.nix
··· 109 inherit (gnome) file-roller; 110 }; 111 112 - gala = callPackage ./desktop/gala { 113 - inherit (gnome) gnome-desktop; 114 - }; 115 116 gnome-bluetooth-contract = callPackage ./desktop/gnome-bluetooth-contract { 117 inherit (gnome) gnome-bluetooth; ··· 199 200 switchboard-plug-onlineaccounts = callPackage ./apps/switchboard-plugs/onlineaccounts { }; 201 202 - switchboard-plug-pantheon-shell = callPackage ./apps/switchboard-plugs/pantheon-shell { 203 - inherit (gnome) gnome-desktop; 204 - }; 205 206 switchboard-plug-power = callPackage ./apps/switchboard-plugs/power { }; 207
··· 109 inherit (gnome) file-roller; 110 }; 111 112 + gala = callPackage ./desktop/gala { }; 113 114 gnome-bluetooth-contract = callPackage ./desktop/gnome-bluetooth-contract { 115 inherit (gnome) gnome-bluetooth; ··· 197 198 switchboard-plug-onlineaccounts = callPackage ./apps/switchboard-plugs/onlineaccounts { }; 199 200 + switchboard-plug-pantheon-shell = callPackage ./apps/switchboard-plugs/pantheon-shell { }; 201 202 switchboard-plug-power = callPackage ./apps/switchboard-plugs/power { }; 203
+2 -2
pkgs/development/libraries/libhandy/0.x.nix
··· 1 { lib, stdenv, fetchFromGitLab, meson, ninja, pkg-config, gobject-introspection, vala 2 , gtk-doc, docbook_xsl, docbook_xml_dtd_43 3 - , gtk3, gnome 4 , dbus, xvfb-run, libxml2 5 , hicolor-icon-theme 6 }: ··· 24 meson ninja pkg-config gobject-introspection vala libxml2 25 gtk-doc docbook_xsl docbook_xml_dtd_43 26 ]; 27 - buildInputs = [ gnome.gnome-desktop gtk3 libxml2 ]; 28 checkInputs = [ dbus xvfb-run hicolor-icon-theme ]; 29 30 mesonFlags = [
··· 1 { lib, stdenv, fetchFromGitLab, meson, ninja, pkg-config, gobject-introspection, vala 2 , gtk-doc, docbook_xsl, docbook_xml_dtd_43 3 + , gtk3, gnome-desktop 4 , dbus, xvfb-run, libxml2 5 , hicolor-icon-theme 6 }: ··· 24 meson ninja pkg-config gobject-introspection vala libxml2 25 gtk-doc docbook_xsl docbook_xml_dtd_43 26 ]; 27 + buildInputs = [ gnome-desktop gtk3 libxml2 ]; 28 checkInputs = [ dbus xvfb-run hicolor-icon-theme ]; 29 30 mesonFlags = [
+2 -1
pkgs/development/libraries/xdg-desktop-portal-gtk/default.nix
··· 7 , xdg-desktop-portal 8 , gtk3 9 , gnome 10 , glib 11 , wrapGAppsHook 12 , gsettings-desktop-schemas ··· 36 glib 37 gsettings-desktop-schemas # settings exposed by settings portal 38 gtk3 39 - gnome.gnome-desktop 40 gnome.gnome-settings-daemon # schemas needed for settings api (mostly useless now that fonts were moved to g-d-s) 41 ]; 42
··· 7 , xdg-desktop-portal 8 , gtk3 9 , gnome 10 + , gnome-desktop 11 , glib 12 , wrapGAppsHook 13 , gsettings-desktop-schemas ··· 37 glib 38 gsettings-desktop-schemas # settings exposed by settings portal 39 gtk3 40 + gnome-desktop 41 gnome.gnome-settings-daemon # schemas needed for settings api (mostly useless now that fonts were moved to g-d-s) 42 ]; 43
+2 -1
pkgs/top-level/all-packages.nix
··· 6100 6101 gnome-builder = callPackage ../applications/editors/gnome-builder { }; 6102 6103 gnome-feeds = callPackage ../applications/networking/feedreaders/gnome-feeds {}; 6104 6105 gnome-keysign = callPackage ../tools/security/gnome-keysign { }; ··· 27405 luppp = callPackage ../applications/audio/luppp { }; 27406 27407 lutris-unwrapped = python3.pkgs.callPackage ../applications/misc/lutris { 27408 - inherit (gnome) gnome-desktop; 27409 wine = wineWowPackages.staging; 27410 }; 27411 lutris = callPackage ../applications/misc/lutris/fhsenv.nix {
··· 6100 6101 gnome-builder = callPackage ../applications/editors/gnome-builder { }; 6102 6103 + gnome-desktop = callPackage ../development/libraries/gnome-desktop { }; 6104 + 6105 gnome-feeds = callPackage ../applications/networking/feedreaders/gnome-feeds {}; 6106 6107 gnome-keysign = callPackage ../tools/security/gnome-keysign { }; ··· 27407 luppp = callPackage ../applications/audio/luppp { }; 27408 27409 lutris-unwrapped = python3.pkgs.callPackage ../applications/misc/lutris { 27410 wine = wineWowPackages.staging; 27411 }; 27412 lutris = callPackage ../applications/misc/lutris/fhsenv.nix {