mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
wezterm: add nautilus extension
This commit is contained in:
parent
83467c99a0
commit
1ae7fbe72c
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wezterm'
|
# Template file for 'wezterm'
|
||||||
pkgname=wezterm
|
pkgname=wezterm
|
||||||
version=20240203
|
version=20240203
|
||||||
revision=1
|
revision=2
|
||||||
_srcver=${version}-110809-5046fc22
|
_srcver=${version}-110809-5046fc22
|
||||||
archs="x86_64* i686* aarch64* arm*" # ring
|
archs="x86_64* i686* aarch64* arm*" # ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
@ -43,6 +43,7 @@ do_install() {
|
||||||
vinstall assets/icon/wezterm-icon.svg 644 usr/share/icons/hicolor/scalable/apps org.wezfurlong.wezterm.svg
|
vinstall assets/icon/wezterm-icon.svg 644 usr/share/icons/hicolor/scalable/apps org.wezfurlong.wezterm.svg
|
||||||
vinstall assets/wezterm.desktop 644 usr/share/applications org.wezfurlong.wezterm.desktop
|
vinstall assets/wezterm.desktop 644 usr/share/applications org.wezfurlong.wezterm.desktop
|
||||||
vinstall assets/wezterm.appdata.xml 644 usr/share/metainfo org.wezfurlong.wezterm.appdata.xml
|
vinstall assets/wezterm.appdata.xml 644 usr/share/metainfo org.wezfurlong.wezterm.appdata.xml
|
||||||
|
vinstall assets/wezterm-nautilus.py 644 usr/share/nautilus-python/extensions
|
||||||
|
|
||||||
vcompletion assets/shell-completion/bash bash
|
vcompletion assets/shell-completion/bash bash
|
||||||
vcompletion assets/shell-completion/fish fish
|
vcompletion assets/shell-completion/fish fish
|
||||||
|
|
Loading…
Add table
Reference in a new issue