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

pkgname=cachyos-xfce-settings
pkgdesc='CachyOS XFCE settings'
pkgver=1.0.9
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=('d4a530abb6aaf067c8ec9a2fc8bebb9ffdc2fae8cfb2623ce6baf27273e0c142738f7226a55d2f39785d4da5b9cc5da975a1e99c8f7ddabb464b2ae8d1b0d8e6')
depends=('cachyos-zsh-config'
    'cachyos-alacritty-config'
    'ttf-fantasque-nerd'
    'noto-fonts'
    'ttf-fira-sans'
    'kvantum'
    'qt5ct'
    'xfce4-whiskermenu-plugin'
    'thunar'
    'char-white'
    'qogir-icon-theme'
    '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
}
