summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormetalgamer2015-08-19 14:12:34 +0200
committermetalgamer2015-08-19 14:12:34 +0200
commitac2cf4aa8b9131e145253b320a0560a65ae47de8 (patch)
tree85ab6012de62c922ba2d165f7912252d435a1690
downloadaur-slim-archlinux-solarized-spiral.tar.gz
Initial import
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..326f9c4cddab
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = slim-archlinux-solarized-spiral
+ pkgdesc = Solarized Spiral theme for SLiM using the Arch Linux logo
+ pkgver = 0.3
+ pkgrel = 2
+ url = http://opendesktop.org/content/show.php?content=163969
+ arch = any
+ license = GPL
+ optdepends = slim: login manager providing theme support
+ source = http://opendesktop.org/CONTENT/content-files/163969-slim-archlinux-solarized-spiral.zip
+ sha512sums = e80e66dff55ac6fe43b4423e7240244fdc299ca3c6eadb34f803a2e329ee90c04ab567b4be181859f79c6787b7edabcd85552cb93cf3ea711eaa827933daa171
+
+pkgname = slim-archlinux-solarized-spiral
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..bc2133101acd
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Dennis Fink <metalgamer@c3l.lu>
+# Contributor: Wesley Merkel <ooesili@gmail.com>
+
+pkgname=slim-archlinux-solarized-spiral
+pkgver=0.3
+pkgrel=2
+pkgdesc="Solarized Spiral theme for SLiM using the Arch Linux logo"
+arch=('any')
+url="http://opendesktop.org/content/show.php?content=163969"
+license=('GPL')
+optdepends=('slim: login manager providing theme support')
+source=("http://opendesktop.org/CONTENT/content-files/163969-slim-archlinux-solarized-spiral.zip")
+sha512sums=('e80e66dff55ac6fe43b4423e7240244fdc299ca3c6eadb34f803a2e329ee90c04ab567b4be181859f79c6787b7edabcd85552cb93cf3ea711eaa827933daa171')
+
+package() {
+ cd $srcdir/$pkgname
+ mkdir -p $pkgdir/usr/share/slim/themes
+ cp -a solarized-spiral-* $pkgdir/usr/share/slim/themes
+}