- 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
This commit is contained in:
parent
e6d074c066
commit
aa1c6f425e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 12 07:56:01 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- 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 <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Sun Nov 12 06:24:46 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
@ -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/%{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/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/%{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
|
install -Dm 0644 assets/%{name}-nautilus.py %{buildroot}%{_datadir}/nautilus-python/extensions/%{name}-nautilus.py
|
||||||
|
|
||||||
# Bash completion
|
# 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}/icons/hicolor/scalable/apps/org.wezfurlong.wezterm.svg
|
||||||
%{_datadir}/metainfo/org.wezfurlong.wezterm.appdata.xml
|
%{_datadir}/metainfo/org.wezfurlong.wezterm.appdata.xml
|
||||||
%{_datadir}/nautilus-python/extensions/wezterm-nautilus.py
|
%{_datadir}/nautilus-python/extensions/wezterm-nautilus.py
|
||||||
%config %{_sysconfdir}/profile.d/wezterm.sh
|
%{_distconfdir}/profile.d/wezterm.sh
|
||||||
|
|
||||||
%files mux-server
|
%files mux-server
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
|
Loading…
Reference in New Issue
Block a user