summaryrefslogtreecommitdiff
path: root/~drtan/parabola-gnome/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '~drtan/parabola-gnome/PKGBUILD')
-rw-r--r--~drtan/parabola-gnome/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/~drtan/parabola-gnome/PKGBUILD b/~drtan/parabola-gnome/PKGBUILD
deleted file mode 100644
index c179800cc..000000000
--- a/~drtan/parabola-gnome/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Drtan Samos <lashdu@drtan.twilightparadox.com>
-
-pkgname=parabola-gnome
-pkgver=1.0
-pkgrel=6
-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-4')
-source=("https://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver}-${pkgrel}.tar.gz")
-sha256sums=('979ab611fdf9a9cddf97c7f6c646bf39df8765787b077ac0b836e75a67897a08')
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}-${pkgrel}
- install -d "${pkgdir}/usr/share/gnome-background-properties"
- install -m644 gnome-background-properties/01-parabola.xml "${pkgdir}/usr/share/gnome-background-properties/"
- install -d "${pkgdir}/etc/dconf/db/local.d"
- install -m644 dconf/db/local.d/* "${pkgdir}/etc/dconf/db/local.d/"
- install -d "${pkgdir}/etc/dconf/profile"
- install -m644 dconf/profile/* "${pkgdir}/etc/dconf/profile/"
-}
-