Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / sway
Commits: 07de3796 by Robin Candau at 2024-10-28T07:57:40+01:00 upgpkg: 1:1.10-1: New upstream release https://github.com/swaywm/sway/releases/tag/1.10 - - - - - 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 = 5 + pkgver = 1.10 + pkgrel = 1 epoch = 1 url = https://swaywm.org/ install = sway.install @@ -25,11 +25,12 @@ pkgbase = sway depends = pango depends = pcre2 depends = ttf-font - depends = wlroots0.17 + depends = wlroots depends = xcb-util-wm - optdepends = dmenu: dmenu_path support (used alongside wmenu in default $menu) + optdepends = brightnessctl: Brightness adjustment tool used in the default configuration optdepends = foot: Terminal emulator used in the default configuration optdepends = i3status: Status line generation + optdepends = libpulse: Volume adjustment tool (pactl) used in the default configuration optdepends = mako: Lightweight notification daemon optdepends = polkit: System privilege control. Required if not using seatd service optdepends = swaybg: Wallpaper tool for sway @@ -44,13 +45,13 @@ pkgbase = sway 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 - source = https://github.com/swaywm/sway/releases/download/1.9/sway-1.9.tar.gz.sig + source = https://github.com/swaywm/sway/releases/download/1.10/sway-1.10.tar.gz + source = https://github.com/swaywm/sway/releases/download/1.10/sway-1.10.tar.gz.sig source = 50-systemd-user.conf source = sway-portals.conf validpgpkeys = 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 validpgpkeys = 9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A - sha512sums = 1d2a47bb8b838573a32f3719a7329fd744119c2c7efc5e5a4168b2bacfb09a3901a569177e5e10c129141fafe00e823ab78c04b76b502d23caa7621bbccd5919 + sha512sums = f75a80506d2dcae722ea64c47fa423b9713bcfaa6541ffc353abd413238abb9ab7c88490d54e30ef09dc003215aa6a0005e5b425c9c943f982d5ff3c7cfad440 sha512sums = SKIP sha512sums = d5f9aadbb4bbef067c31d4c8c14dad220eb6f3e559e9157e20e1e3d47faf2f77b9a15e52519c3ffc53dc8a5202cb28757b81a4b3b0cc5dd50a4ddc49e03fe06e sha512sums = 4f9576b7218aef8152eb60e646985e96b13540b7a4fd34ba68fdc490199cf7a7b46bbee85587e41bffe81fc730222cf408d5712e6251edc85a0a0b0408c1a2df ===================================== PKGBUILD ===================================== @@ -1,11 +1,12 @@ # Maintainer: Brett Cornwall <[email protected]> -# Contributor Maxim Baz <archlinux at maximbaz dot com> +# Maintainer: Robin Candau <[email protected]> +# Contributor: Maxim Baz <archlinux at maximbaz dot com> # Contributor: Alexander F. Rødseth <[email protected]> pkgname=sway -pkgver=1.9 +pkgver=1.10 epoch=1 -pkgrel=5 +pkgrel=1 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager' arch=(x86_64) url='https://swaywm.org/' @@ -24,7 +25,7 @@ depends=( 'pango' 'pcre2' 'ttf-font' - 'wlroots0.17' + 'wlroots' 'xcb-util-wm' ) makedepends=(meson ninja scdoc setconf wayland-protocols) @@ -34,9 +35,10 @@ backup=( etc/sway/config.d/50-systemd-user.conf ) optdepends=( - 'dmenu: dmenu_path support (used alongside wmenu in default $menu)' + 'brightnessctl: Brightness adjustment tool used in the default configuration' 'foot: Terminal emulator used in the default configuration' 'i3status: Status line generation' + 'libpulse: Volume adjustment tool (pactl) used in the default configuration' 'mako: Lightweight notification daemon' 'polkit: System privilege control. Required if not using seatd service' 'swaybg: Wallpaper tool for sway' @@ -54,7 +56,7 @@ source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.t "50-systemd-user.conf" "sway-portals.conf") install=sway.install -sha512sums=('1d2a47bb8b838573a32f3719a7329fd744119c2c7efc5e5a4168b2bacfb09a3901a569177e5e10c129141fafe00e823ab78c04b76b502d23caa7621bbccd5919' +sha512sums=('f75a80506d2dcae722ea64c47fa423b9713bcfaa6541ffc353abd413238abb9ab7c88490d54e30ef09dc003215aa6a0005e5b425c9c943f982d5ff3c7cfad440' 'SKIP' 'd5f9aadbb4bbef067c31d4c8c14dad220eb6f3e559e9157e20e1e3d47faf2f77b9a15e52519c3ffc53dc8a5202cb28757b81a4b3b0cc5dd50a4ddc49e03fe06e' '4f9576b7218aef8152eb60e646985e96b13540b7a4fd34ba68fdc490199cf7a7b46bbee85587e41bffe81fc730222cf408d5712e6251edc85a0a0b0408c1a2df') @@ -68,7 +70,6 @@ prepare() { } build() { - export PKG_CONFIG_PATH='/usr/lib/wlroots0.17/pkgconfig' mkdir -p build arch-meson build "$pkgname-$pkgver" -D sd-bus-provider=libsystemd -D werror=false -D b_ndebug=true ninja -C build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sway/-/commit/07de3796bb3ff5a1f40fbe73ec5d15f80c3f2566 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sway/-/commit/07de3796bb3ff5a1f40fbe73ec5d15f80c3f2566 You're receiving this email because of your account on gitlab.archlinux.org.
