summaryrefslogtreecommitdiff
path: root/~drtan/parabola-gnome/PKGBUILD
blob: e3f3b62e178dc11014622b69e34709873863e4ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Drtan Samos <lashdu@drtan.twilightparadox.com>

pkgname=parabola-gnome
pkgver=1.0
pkgrel=2
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/"
}