summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark E.A2016-02-01 05:21:40 +0100
committerMark E.A2016-02-01 05:21:40 +0100
commit57263a1f6500ce0a83aaf52b7bda281799854e00 (patch)
tree80184c5352bd28951534ff6623edb6e3702be59c
downloadaur-57263a1f6500ce0a83aaf52b7bda281799854e00.tar.gz
Initial import
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD19
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4094d5390fc9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+# Generated by mksrcinfo v8
+# Mon Feb 1 04:18:40 UTC 2016
+pkgbase = gtk-theme-onestepback
+ pkgdesc = OneStepBack is a Gnome 2 and 3 theme with some colors and embossed widgets inspired by the good old NextStep look.
+ pkgver = 0.6
+ pkgrel = 1
+ url = http://gnome-look.org/content/show.php/OneStepBack?content=170904
+ arch = any
+ license = GPL3
+ source = gtk-theme-onestepback-0.6.zip::http://gnome-look.org/CONTENT/content-files/170904-OneStepBack.zip
+ sha256sums = 2b7eb8c9bd8759b7c1ade7237a7ad374d9c8ddaab0be9916443ffc189f2ba5dc
+
+pkgname = gtk-theme-onestepback
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..026bf6aa82e4
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Mark E.A. <evalapply ``dot'' aur ``at'' airmail ``dot'' cc>
+
+pkgname=gtk-theme-onestepback
+_thname=OneStepBack
+pkgver=0.6
+pkgrel=1
+pkgdesc="OneStepBack is a Gnome 2 and 3 theme with some colors and embossed widgets inspired by the good old NextStep look."
+arch=('any')
+url="http://gnome-look.org/content/show.php/OneStepBack?content=170904"
+license=('GPL3')
+source=("$pkgname-$pkgver.zip::http://gnome-look.org/CONTENT/content-files/170904-OneStepBack.zip")
+sha256sums=('2b7eb8c9bd8759b7c1ade7237a7ad374d9c8ddaab0be9916443ffc189f2ba5dc')
+
+package() {
+ cd "$srcdir/$_thname"
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+ find gtk-* img -type f -print0 | \
+ xargs -0 -I{} -n1 install -D -m644 "{}" "$pkgdir"/usr/share/themes/"$_thname"/"{}"
+}