diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-18 01:56:34 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-18 01:56:34 +0000 |
commit | 8185891e28635bdb83fdf4ba4391030912dae596 (patch) | |
tree | 66a946535bdd228514750233b2cc99dd1866ff64 /~drtan/parabola-gnome/PKGBUILD | |
parent | 60a11f87366fdfbd114cdc91ff813518858e5f8d (diff) |
Tue Feb 18 01:56:27 UTC 2014
Diffstat (limited to '~drtan/parabola-gnome/PKGBUILD')
-rw-r--r-- | ~drtan/parabola-gnome/PKGBUILD | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/~drtan/parabola-gnome/PKGBUILD b/~drtan/parabola-gnome/PKGBUILD new file mode 100644 index 000000000..e0762987b --- /dev/null +++ b/~drtan/parabola-gnome/PKGBUILD @@ -0,0 +1,19 @@ +# Maintainer: Drtan Samos <lashdu@drtan.twilightparadox.com> + +pkgname=parabola-gnome +pkgver=1.0 +pkgrel=5 +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=('27f1580c8751c272eb24bc1426cb3a9395c3fa072c89cbf28fd89061fe15a82f') + +package() { + install -d "${pkgdir}/usr/share/gnome-background-properties" + install -m644 parabola.xml "${pkgdir}/usr/share/gnome-background-properties/" +} + |