# Maintainer: Vladislav Nepogodin <nepogodin.vlad@gmail.com>
# Contributor: SoulHarsh007 <admin@soulharsh007.dev>

pkgname=cachyos-wayfire-settings
pkgdesc='CachyOS wayfire settings'
pkgver=1.0.6
pkgrel=1
arch=('any')
url="https://github.com/cachyos/$pkgname"
license=(GPL-1.0-only)
makedepends=('coreutils')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('f0fc7b49648c1435480a23f11b656773e1db02835b88942fb80cc2dfc2a0065f2432a0c802711d283ce7562f72fea0bf2fb9730dd9d9ff206cd65f01741dd8f9')
depends=('cachyos-fish-config'
    'cachyos-alacritty-config'
    'ttf-fantasque-nerd'
    'noto-fonts'
    'ttf-fira-sans'
    'kvantum'
    'qt5ct'
    'char-white'
    'bemenu'
    'bemenu-wayland'
    'xorg-xwayland'
    'wayfire-desktop-git'
    'capitaine-cursors'
    'cachyos-wallpapers'
    'kvantum-theme-nordic-git'
    'cachyos-nord-gtk-theme-git')
install=$pkgname.install
provides=('cachyos-desktop-settings')
conflicts=('cachyos-desktop-settings')

package() {
    install -d $pkgdir/etc
    cp -rf $srcdir/$pkgname-$pkgver/etc $pkgdir
    install -d $pkgdir/usr
    cp -rf $srcdir/$pkgname-$pkgver/usr $pkgdir
}
