summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302015-06-17 15:36:16 +0200
committerM0Rf302015-06-17 15:36:16 +0200
commit7c82f1a05c2190876ffefc23f745cc48cfaf5661 (patch)
treefe8b198f61c76360146d23e338e99f169b55fc79
downloadaur-gnome-shell-theme-london-smoke.tar.gz
Initial import
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD23
2 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..40cea54a49f4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = gnome-shell-theme-london-smoke
+ pkgdesc = A Gnome-Shell theme by theRealPadster.
+ pkgver = 1.3
+ pkgrel = 1
+ url = http://therealpadster.deviantart.com/art/London-Smoke-Gnome-Shell-207708800
+ arch = any
+ license = GPL3
+ makedepends = unzip
+ depends = gnome-shell
+ optdepends = gnome-shell-extension-user-theme: User Theme extension for GNOME Shell
+ optdepends = gnome-tweak-tool: A tool to customize advanced GNOME 3 options.
+ source = http://www.deviantart.com/download/207708800/london_smoke_gnome_shell_by_therealpadster-d3fnx4w.zip
+ md5sums = 4d838abab42204a95f479f0e9137fa3f
+
+pkgname = gnome-shell-theme-london-smoke
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..715e3c8825cb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: M0Rf30
+
+pkgname=gnome-shell-theme-london-smoke
+pkgver=1.3
+pkgrel=1
+pkgdesc="A Gnome-Shell theme by theRealPadster."
+url="http://therealpadster.deviantart.com/art/London-Smoke-Gnome-Shell-207708800"
+license=('GPL3')
+arch=('any')
+depends=('gnome-shell')
+makedepends=('unzip')
+optdepends=('gnome-shell-extension-user-theme: User Theme extension for GNOME Shell'
+ 'gnome-tweak-tool: A tool to customize advanced GNOME 3 options.')
+source=("http://www.deviantart.com/download/207708800/london_smoke_gnome_shell_by_therealpadster-d3fnx4w.zip")
+
+package() {
+ cd $srcdir
+ mkdir -p $pkgdir/usr/share/themes/
+ cp -r London\ Smoke $pkgdir/usr/share/themes/
+}
+
+
+md5sums=('4d838abab42204a95f479f0e9137fa3f')