summaryrefslogtreecommitdiff
path: root/~drtan
diff options
context:
space:
mode:
authorDrtan Samos <lashdu@drtan.twilightparadox.com>2013-12-22 18:43:56 +0100
committerDrtan Samos <lashdu@drtan.twilightparadox.com>2013-12-22 18:43:56 +0100
commit77053b0ab866599cb0c0c7dfb02e0b04b83cc45d (patch)
treee04b8b0375e28737bc8f14b3a05c8b11a8154236 /~drtan
parent9e17f935d4121eb2915297b1ea91d74b56390914 (diff)
Making parabola-gnome build.
Diffstat (limited to '~drtan')
-rw-r--r--~drtan/parabola-gnome/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/~drtan/parabola-gnome/PKGBUILD b/~drtan/parabola-gnome/PKGBUILD
index b692bae39..7792eb325 100644
--- a/~drtan/parabola-gnome/PKGBUILD
+++ b/~drtan/parabola-gnome/PKGBUILD
@@ -8,8 +8,10 @@ arch=('any')
url="https://parabolagnulinux.org"
license=('GPL3')
depends=('parabola-wallpapers>=1.0')
+source=('parabola.xml')
+sha256sums=('60365e38f0aa39c63e885c7e7fbc0e0e0f78eff93aecee9977ec832eb2447950')
package() {
install -d "${pkgdir}/usr/share/gnome-background-properties"
- install -m644 "parabola.xml" "${pkgdir}/usr/share/gnome-background-properties/"
+ install -m644 parabola.xml "${pkgdir}/usr/share/gnome-background-properties/"
}