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

David Runge dvzrv at gemini.archlinux.org
Sun Oct 3 22:49:52 UTC 2021


    Date: Sunday, October 3, 2021 @ 22:49:52
  Author: dvzrv
Revision: 1027242

upgpkg: qtile 0.18.1-3: Rebuild to add wayland xsessions integration.

Add xsessions file for the experimental wayland functionality.

Modified:
  qtile/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-03 22:39:58 UTC (rev 1027241)
+++ PKGBUILD	2021-10-03 22:49:52 UTC (rev 1027242)
@@ -2,7 +2,7 @@
 
 pkgname=qtile
 pkgver=0.18.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A full-featured, pure-Python tiling window manager"
 arch=('x86_64')
 url="http://www.qtile.org"
@@ -90,7 +90,7 @@
   install -vDm 644 libqtile/resources/default_config.py \
     -t "${pkgdir}/usr/share/doc/${pkgname}/"
   # desktop file
-  install -vDm 644 "resources/${pkgname}.desktop" \
+  install -vDm 644 "resources/"*.desktop \
     -t "${pkgdir}/usr/share/xsessions/"
   # docs
   install -vDm 644 {CHANGELOG,README.rst} \



More information about the arch-commits mailing list