# Maintainer: Drtan Samos pkgname=parabola-gnome pkgver=1.0 pkgrel=1 pkgdesc="A default GNOME configuration for Parabola GNU/Linux-libre" arch=('any') url="https://parabolagnulinux.org" license=('GPL3') depends=('parabola-artwork>=1.0') source=('parabola.xml') sha256sums=('60365e38f0aa39c63e885c7e7fbc0e0e0f78eff93aecee9977ec832eb2447950') package() { install -d "${pkgdir}/usr/share/gnome-background-properties" install -m644 parabola.xml "${pkgdir}/usr/share/gnome-background-properties/" }