# 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-wallpapers>=1.0') package() { install -d "${pkgdir}/usr/share/gnome-background-properties" install -m644 "parabola.xml" "${pkgdir}/usr/share/gnome-background-properties/" }