blob: b692bae394e052c6fbb6ffe9124623aa8a932310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Maintainer: Drtan Samos <lashdu@drtan.twilightparadox.com>
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/"
}
|