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/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/~drtan/parabola-gnome/PKGBUILD b/~drtan/parabola-gnome/PKGBUILD
deleted file mode 100644
index c0f9d3e97..000000000
--- a/~drtan/parabola-gnome/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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/"
-}
-