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

pkgname=cachyos-i3wm-settings
pkgdesc='CachyOS i3wm settings'
pkgver=1.0.5
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=('64d9827d0a27a1436c6c5736cf80993417fc44f1cf6bd425b6a9988cc9465f8e95cc1e2763234f0e0ce1fc4103372c1e7429e3dec034545bf636ba50fc4169e8')
depends=('cachyos-zsh-config'
    'cachyos-alacritty-config'
    'cachyos-picom-config'
    'feh'
    'pamixer'
    'i3lock-color'
    'polkit-gnome'
    'dunst'
    'rofi'
    'jq'
    'polybar'
    'xob'
    'dex'
    'capitaine-cursors'
    'ttf-fantasque-nerd'
    'noto-fonts'
    'ttf-hack'
    'ttf-fira-sans'
    '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
}
