summaryrefslogtreecommitdiff
path: root/~drtan
diff options
context:
space:
mode:
authorDrtan Samos <lashdu@drtan.twilightparadox.com>2014-05-04 19:54:05 +0200
committerDrtan Samos <lashdu@drtan.twilightparadox.com>2014-05-04 19:54:05 +0200
commitcb642f59b30bb1f1b1648acba05382c268905237 (patch)
tree168f617a2a55cc67634913fd19069b9dc8fd96af /~drtan
parent6c8f8bda971e55460b59ba4f088414908c19f39d (diff)
parabola-gnome-1.0.1-1: updating version
Diffstat (limited to '~drtan')
-rw-r--r--~drtan/parabola-gnome/PKGBUILD24
-rw-r--r--~drtan/parabola-gnome/parabola-gnome.install11
2 files changed, 0 insertions, 35 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/"
-}
-
diff --git a/~drtan/parabola-gnome/parabola-gnome.install b/~drtan/parabola-gnome/parabola-gnome.install
deleted file mode 100644
index 8fce17b2e..000000000
--- a/~drtan/parabola-gnome/parabola-gnome.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- dconf update
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}