summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergő Sályi2023-04-10 08:20:52 +0200
committerGergő Sályi2023-04-10 08:20:52 +0200
commitd40cdba01f58932a9d2243a0979e07ae93d0a118 (patch)
treef76bb9c68c82358ff29c157c1babc4f5fc042be7
parentafe1f988053829c8d47fec461c49d00868180c26 (diff)
downloadaur-d40cdba01f58932a9d2243a0979e07ae93d0a118.tar.gz
Temporarily add libxkbcommon dependency
https://aur.archlinux.org/packages/multibg-sway#comment-909732 By now Rust dependency smithay-client-toolkit has unneeded feature xkbcommon enabled as default. This will be properly fixed in Cargo.toml in the next release, by then libxkbcommon can be dropped again.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d600adfdc32..4574c3b19722 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = multibg-sway
pkgdesc = Set a different wallpaper for the background of each Sway workspace
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gergo-salyi/multibg-sway
arch = x86_64
arch = i686
@@ -13,6 +13,7 @@ pkgbase = multibg-sway
makedepends = cargo
depends = gcc-libs
depends = glibc
+ depends = libxkbcommon
optdepends = sway: window manager to set the wallpapers with
source = multibg-sway-0.1.1.tar.gz::https://static.crates.io/crates/multibg-sway/multibg-sway-0.1.1.crate
sha256sums = c516a6e5aa8c898be86a662c496748c0e57df449732aa4bd7359c8450cf61c42
diff --git a/PKGBUILD b/PKGBUILD
index 322789ed1458..ef18c57ef1d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
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")