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

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Aug 14 23:12:40 UTC 2022


    Date: Sunday, August 14, 2022 @ 23:12:39
  Author: orhun
Revision: 1266095

upgpkg: wezterm 20220807.113146.c2fee766-2: add open-wezterm-here asset (FS#75586)

Modified:
  wezterm/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-14 21:30:43 UTC (rev 1266094)
+++ PKGBUILD	2022-08-14 23:12:39 UTC (rev 1266095)
@@ -3,7 +3,7 @@
 pkgname=wezterm
 pkgver=20220807.113146.c2fee766
 _gitcommit=c2fee766389cba16ee18a2680fdb8f9155956a3a
-pkgrel=1
+pkgrel=2
 pkgdesc="A GPU-accelerated cross-platform terminal emulator and multiplexer"
 arch=('x86_64')
 url="https://github.com/wez/wezterm"
@@ -72,6 +72,7 @@
   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 755 "assets/open-$pkgname-here" -t "$pkgdir/usr/bin"
   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