#Maintainer: Didier Spaier didieratslintdotfr

pkgname=slint-misc
pkgver=14.2.1
pkgrel=19slint
arch=noarch
source=($pkgname.tar.xz)
options=('noautodotnew' 'nosrcpack')

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"slint-misc (miscellaneous Slint stuff)"
"This package currently only provide wallpapers"
)
build() {
	cp -r $SRC/$pkgname/* $PKG/
    # Provide wallpapers for Xfce without modifying its packages
    mkdir -p $startdir/pkg/usr/share/xfce4
    (
    cd $startdir/pkg/usr/share/xfce4
    ln -sf /usr/share/wallpapers/common/ wallpapers
    )
}
