Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / sway


Commits:
44b72315 by Andreas Radke at 2024-06-27T16:32:49+02:00
upgpkg: 1:1.9-4;
- add virtual provider "wayland-compositor" to allow easy replacements
  in use with reetd-regreet (regreet issue #1)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = sway
        pkgdesc = Tiling Wayland compositor and replacement for the i3 window 
manager
        pkgver = 1.9
-       pkgrel = 3
+       pkgrel = 4
        epoch = 1
        url = https://swaywm.org/
        install = sway.install
@@ -41,6 +41,7 @@ pkgbase = sway
        optdepends = xorg-xwayland: X11 support
        optdepends = xdg-desktop-portal-gtk: Default xdg-desktop-portal for 
file picking
        optdepends = xdg-desktop-portal-wlr: xdg-desktop-portal backend
+       provides = wayland-compositor
        backup = etc/sway/config
        backup = etc/sway/config.d/50-systemd-user.conf
        source = 
https://github.com/swaywm/sway/releases/download/1.9/sway-1.9.tar.gz


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 pkgname=sway
 pkgver=1.9
 epoch=1
-pkgrel=3
+pkgrel=4
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -28,6 +28,7 @@ depends=(
   'xcb-util-wm'
 )
 makedepends=(meson ninja scdoc setconf wayland-protocols)
+provides=('wayland-compositor')
 backup=(
   etc/sway/config
   etc/sway/config.d/50-systemd-user.conf



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sway/-/commit/44b72315cdc281f49fabdf54a48862ba947cc796

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sway/-/commit/44b72315cdc281f49fabdf54a48862ba947cc796
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to