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