summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2016-02-21 20:07:41 -0500
committerGötz Christ2016-02-21 20:07:41 -0500
commit4a633981fa6576ba058a134a8ddf22db9f5d01eb (patch)
tree4f48a80b4eae3be37b7f36c89fe05ef10b7c0532
downloadaur-plasma5-themes-elune.tar.gz
Initial import
Elune For Plasma 5
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD23
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..aabed8388461
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Mon Feb 22 01:06:47 UTC 2016
+pkgbase = plasma5-themes-elune
+ pkgdesc = An theme designed by Sean Wilson
+ pkgver = 1.2
+ pkgrel = 1
+ url = http://half-left.deviantart.com/art/Elune-For-Plasma-5-558192192
+ arch = any
+ license = GPL
+ depends = plasma-workspace
+ source = http://orig14.deviantart.net/6d8c/f/2015/326/5/f/elune_for_plasma_5_by_half_left-d98bzuo.zip
+ sha256sums = 6be8ebbabe6154057b46256b079ff7d4a472572d3c1e32e654ee34da6f9b1ef5
+
+pkgname = plasma5-themes-elune
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..625c257ccb34
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: goetzc
+
+pkgname=plasma5-themes-elune
+_themename=Elune
+pkgver=1.2
+pkgrel=1
+pkgdesc="An theme designed by Sean Wilson"
+arch=('any')
+license=('GPL')
+url="http://half-left.deviantart.com/art/Elune-For-Plasma-5-558192192"
+depends=('plasma-workspace')
+source=("http://orig14.deviantart.net/6d8c/f/2015/326/5/f/elune_for_plasma_5_by_half_left-d98bzuo.zip")
+sha256sums=('6be8ebbabe6154057b46256b079ff7d4a472572d3c1e32e654ee34da6f9b1ef5')
+
+package() {
+ cd $srcdir
+
+ install -Dm644 $_themename/COPYING $pkgdir/usr/share/licenses/$pkgname
+
+ install -d $pkgdir/usr/share/plasma/desktoptheme/
+ mv $srcdir/$_themename $pkgdir/usr/share/plasma/desktoptheme/
+ chmod 755 -R $pkgdir/usr/share/plasma/desktoptheme/$_themename
+}