From c09246c70c34fbbe31c474ba11d9c737a7bc475d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20S=C3=A1lyi?= Date: Mon, 10 Apr 2023 08:08:49 +0200 Subject: [PATCH] Temporarily add libxkbcommon dependency https://aur.archlinux.org/packages/multibg-sway#comment-909732 smithay-client-toolkit had unneeded feature xkbcommon enabled as default This will be properly fixed in Cargo.toml in the next release, by then xkbcommon can be dropped again --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 322789e..ef18c57 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Gergő Sályi pkgname=multibg-sway pkgver=0.1.1 -pkgrel=1 +pkgrel=2 pkgdesc='Set a different wallpaper for the background of each Sway workspace' arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64') url="https://github.com/gergo-salyi/multibg-sway" license=('MIT' 'Apache') -depends=('gcc-libs' 'glibc') +depends=('gcc-libs' 'glibc' 'libxkbcommon') makedepends=('cargo') optdepends=('sway: window manager to set the wallpapers with') source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")