mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-07 18:47:45 +02:00
CI/CD: update dependencies on distros
This commit is contained in:
parent
69d131282c
commit
2b0898b809
7 changed files with 63 additions and 211 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -6,7 +6,10 @@ pkgrel=0
|
|||
arch=('x86_64')
|
||||
pkgdir="/usr/bin/${pkgname}"
|
||||
pkgdesc="A wip universal Linux settings application."
|
||||
depends=('rust' 'gtk4' 'dbus')
|
||||
depends=('gtk4' 'dbus' 'libadwaita')
|
||||
optdepends=('pipewire-pulse' 'networkmanager' 'bluez')
|
||||
makedepends=('rust')
|
||||
|
||||
|
||||
build() {
|
||||
cargo build --release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue