summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFadeMind2015-06-08 12:09:05 +0200
committerFadeMind2015-06-08 12:09:05 +0200
commit1e20f23d6a8d02cf914308bae47189980c70897c (patch)
tree323a017cbe9fa5aba0e90080eabf5ef0f01e3d4a
downloadaur-1e20f23d6a8d02cf914308bae47189980c70897c.tar.gz
1.1-1
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD20
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..72e80dd903dd
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = eleonora-plasmatheme
+ pkgdesc = A new, Glassified and Aya based, plasma theme
+ pkgver = 1.1
+ pkgrel = 1
+ url = http://www.kde-look.org/content/show.php/Eleonora?content=98341
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = kdelibs
+ depends = kdebase-workspace
+ source = Eleonora.tar.gz::http://kde-look.org/CONTENT/content-files/98341-Eleonora.tar.gz
+ sha256sums = 8571e925478cfed8152c1b99b4bcd515b4c0741dea8a2ead0c182a62a070d8d3
+
+pkgname = eleonora-plasmatheme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..14f87f40287d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: FadeMind <fademind@gmail.com>
+# Contributor: apollokk <karanti@ontelecoms.gr>
+
+pkgname=eleonora-plasmatheme
+pkgver=1.1
+pkgrel=1
+pkgdesc="A new, Glassified and Aya based, plasma theme"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.kde-look.org/content/show.php/Eleonora?content=98341"
+depends=('kdelibs' 'kdebase-workspace')
+source=("Eleonora.tar.gz::http://kde-look.org/CONTENT/content-files/98341-Eleonora.tar.gz")
+sha256sums=('8571e925478cfed8152c1b99b4bcd515b4c0741dea8a2ead0c182a62a070d8d3')
+
+package() {
+ install -dm755 ${pkgdir}/usr/share/apps/desktoptheme
+ cp -r ${srcdir}/Eleonora ${pkgdir}/usr/share/apps/desktoptheme
+ find "${pkgdir}/usr/share/apps/desktoptheme" -type d -exec chmod 755 '{}' \;
+ find "${pkgdir}/usr/share/apps/desktoptheme" -type f -exec chmod 644 '{}' \;
+}