From 76de884476b4a2f13e69581af444a0824c7fb63d Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 4 May 2024 09:42:53 +0800 Subject: [PATCH] =?UTF-8?q?gnome.gnome-terminal:=203.52.0=20=E2=86=92=203.?= =?UTF-8?q?52.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- pkgs/desktops/gnome/core/gnome-terminal/default.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/pkgs/desktops/gnome/core/gnome-terminal/default.nix b/pkgs/desktops/gnome/core/gnome-terminal/default.nix index 85067754f290..7b3306df5719 100644 --- a/pkgs/desktops/gnome/core/gnome-terminal/default.nix +++ b/pkgs/desktops/gnome/core/gnome-terminal/default.nix @@ -6,7 +6,6 @@ , pkg-config , python3 , libxml2 -, gnome , gitUpdater , nautilus , glib @@ -30,14 +29,14 @@ stdenv.mkDerivation rec { pname = "gnome-terminal"; - version = "3.52.0"; + version = "3.52.1"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "GNOME"; repo = "gnome-terminal"; rev = version; - hash = "sha256-6+6/fgGlSM/57+n0SopuF0ZY9htma5usIgxy2BBAC+M="; + hash = "sha256-npoQfe5+HTn7CsrW6MuOoiYBc3rYMAMv4apC6dFR8O4="; }; nativeBuildInputs = [ @@ -69,13 +68,7 @@ stdenv.mkDerivation rec { nautilus # For extension ]; - # Silly build system, it looks for dbus file from gnome-shell in the - # installation tree of the package it is configuring. postPatch = '' - substituteInPlace src/meson.build \ - --replace "gt_prefix / gt_dbusinterfacedir / 'org.gnome.ShellSearchProvider2.xml'" \ - "'${gnome.gnome-shell}/share/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml'" - patchShebangs \ data/icons/meson_updateiconcache.py \ data/meson_desktopfile.py \