[arch-commits] Commit in wezterm/trunk (PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Sat Apr 30 12:56:39 UTC 2022


    Date: Saturday, April 30, 2022 @ 12:56:38
  Author: orhun
Revision: 1191936

upgpkg: wezterm 20220408.101518.b908e2dd-2: include nautilus extension (fixes FS#74415 & FS#74253)

Modified:
  wezterm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-30 12:42:38 UTC (rev 1191935)
+++ PKGBUILD	2022-04-30 12:56:38 UTC (rev 1191936)
@@ -3,7 +3,7 @@
 pkgname=wezterm
 pkgver=20220408.101518.b908e2dd
 _gitcommit=b908e2dd8cd27c613c8d76e9e6abc5245e500d7d
-pkgrel=1
+pkgrel=2
 pkgdesc="A GPU-accelerated cross-platform terminal emulator and multiplexer"
 arch=('x86_64')
 url="https://github.com/wez/wezterm"
@@ -20,6 +20,9 @@
   'openssl'
 )
 makedepends=('cargo' 'cmake' 'git' 'pkgconf' 'python' 'libssh2')
+optdepends=(
+  'python-nautilus: WezTerm context menu in Nautilus'
+)
 source=(
   "${pkgname}::git+$url#commit=$_gitcommit"
   "${pkgname}-freetype2::git+https://github.com/wez/freetype2.git"
@@ -68,6 +71,7 @@
   install -Dm 644 "assets/icon/terminal.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/org.wezfurlong.$pkgname.png"
   install -Dm 644 "assets/$pkgname.desktop" "$pkgdir/usr/share/applications/org.wezfurlong.$pkgname.desktop"
   install -Dm 644 "assets/$pkgname.appdata.xml" "$pkgdir/usr/share/metainfo/org.wezfurlong.$pkgname.appdata.xml"
+  install -Dm 644 "assets/$pkgname-nautilus.py" "$pkgdir/usr/share/nautilus-python/extensions/$pkgname-nautilus.py"
   install -Dm 644 assets/shell-integration/* -t "$pkgdir/etc/profile.d"
   install -Dm 644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
   install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"



More information about the arch-commits mailing list