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

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/"
}