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

Brett Cornwall ainola at archlinux.org
Thu Jan 30 21:06:49 UTC 2020


    Date: Thursday, January 30, 2020 @ 21:06:49
  Author: ainola
Revision: 560212

Include contrib/ scripts

Modified:
  sway/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-30 20:54:46 UTC (rev 560211)
+++ PKGBUILD	2020-01-30 21:06:49 UTC (rev 560212)
@@ -4,7 +4,7 @@
 pkgname=sway
 pkgver=1.4
 epoch=1
-pkgrel=4
+pkgrel=5
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -50,6 +50,11 @@
   DESTDIR="$pkgdir" ninja -C build install
   install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm644 50-systemd-user.conf -t "$pkgdir/etc/sway/config.d/"
+
+  for util in autoname-workspaces.py inactive-windows-transparency.py grimshot; do
+    install -Dm755 "$pkgname-$pkgver/contrib/$util" -t \
+                   "$pkgdir/usr/share/$pkgname/scripts"
+  done
 }
 
 # vim: ts=2 sw=2 et



More information about the arch-commits mailing list