gnome.gnome-terminal: 3.52.0 → 3.52.1

https://gitlab.gnome.org/GNOME/gnome-terminal/-/compare/3.52.0...3.52.1

org.gnome.ShellSearchProvider2.xml is added in-tree via
https://gitlab.gnome.org/GNOME/gnome-terminal/-/commit/63b43d7385cbb5369face0c27ae8a87bfc8acdfd

+2 -9
+2 -9
pkgs/desktops/gnome/core/gnome-terminal/default.nix
··· 6 6 , pkg-config 7 7 , python3 8 8 , libxml2 9 - , gnome 10 9 , gitUpdater 11 10 , nautilus 12 11 , glib ··· 30 29 31 30 stdenv.mkDerivation rec { 32 31 pname = "gnome-terminal"; 33 - version = "3.52.0"; 32 + version = "3.52.1"; 34 33 35 34 src = fetchFromGitLab { 36 35 domain = "gitlab.gnome.org"; 37 36 owner = "GNOME"; 38 37 repo = "gnome-terminal"; 39 38 rev = version; 40 - hash = "sha256-6+6/fgGlSM/57+n0SopuF0ZY9htma5usIgxy2BBAC+M="; 39 + hash = "sha256-npoQfe5+HTn7CsrW6MuOoiYBc3rYMAMv4apC6dFR8O4="; 41 40 }; 42 41 43 42 nativeBuildInputs = [ ··· 69 68 nautilus # For extension 70 69 ]; 71 70 72 - # Silly build system, it looks for dbus file from gnome-shell in the 73 - # installation tree of the package it is configuring. 74 71 postPatch = '' 75 - substituteInPlace src/meson.build \ 76 - --replace "gt_prefix / gt_dbusinterfacedir / 'org.gnome.ShellSearchProvider2.xml'" \ 77 - "'${gnome.gnome-shell}/share/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml'" 78 - 79 72 patchShebangs \ 80 73 data/icons/meson_updateiconcache.py \ 81 74 data/meson_desktopfile.py \