From aa1c6f425e8ce0afb52f4b66bcdee1da6236f023bfef07e4330b915a35f3f7fe Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 12 Nov 2023 07:56:49 +0000 Subject: [PATCH] - Move shell integration to /usr/etc. It won't be read but it's optional OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=103 --- wezterm.changes | 5 +++++ wezterm.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wezterm.changes b/wezterm.changes index b1d7815..4e77d7b 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 12 07:56:01 UTC 2023 - Soc Virnyl Estela + +- Move shell integration to /usr/etc. It won't be read but it's optional + ------------------------------------------------------------------- Sun Nov 12 06:24:46 UTC 2023 - Soc Virnyl Estela diff --git a/wezterm.spec b/wezterm.spec index 956b492..a52217b 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -135,7 +135,7 @@ install -Dm 0644 terminfo/w/wezterm %{buildroot}%{_datadir}/terminfo/w/wezterm install -Dm 0644 assets/%{name}.desktop %{buildroot}%{_datadir}/applications/org.wezfurlong.%{name}.desktop install -Dm 0644 assets/icon/%{name}-icon.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/org.wezfurlong.%{name}.svg install -Dm 0644 assets/%{name}.appdata.xml %{buildroot}%{_datadir}/metainfo/org.wezfurlong.%{name}.appdata.xml -install -Dm 0644 assets/shell-integration/* -t %{buildroot}%{_sysconfdir}/profile.d +install -Dm 0644 assets/shell-integration/* -t %{buildroot}%{_distconfdir}/profile.d install -Dm 0644 assets/%{name}-nautilus.py %{buildroot}%{_datadir}/nautilus-python/extensions/%{name}-nautilus.py # Bash completion @@ -160,7 +160,7 @@ install -D -m 0644 assets/shell-completion/fish %{buildroot}%{_datadir}/fish/ven %{_datadir}/icons/hicolor/scalable/apps/org.wezfurlong.wezterm.svg %{_datadir}/metainfo/org.wezfurlong.wezterm.appdata.xml %{_datadir}/nautilus-python/extensions/wezterm-nautilus.py -%config %{_sysconfdir}/profile.d/wezterm.sh +%{_distconfdir}/profile.d/wezterm.sh %files mux-server %license LICENSE.md