summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpagy2016-02-07 12:23:04 +0000
committerSpagy2016-02-07 13:19:45 +0000
commitbbc9e877157070d86c6f26090aadf32a2f5d6b05 (patch)
tree671aea8356c35e90a0efe7737ebde6a9c17e75ef
downloadaur-bbc9e877157070d86c6f26090aadf32a2f5d6b05.tar.gz
Initial import
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD20
-rw-r--r--flattastic-theme.install5
3 files changed, 43 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1ff48066f4a3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+# Generated by mksrcinfo v8
+# Sun Feb 7 13:18:15 UTC 2016
+pkgbase = flattastic-theme
+ pkgdesc = A flat Gtk3, Gtk2, Metacity, Unity, Xfwm4 and Openbox theme
+ pkgver = 20140311
+ pkgrel = 1
+ url = http://nale12.deviantart.com/art/Flattastic-11-03-2014-424913255
+ install = flattastic-theme.install
+ arch = any
+ license = GPL
+ optdepends = gnome-themes-standard: gtk3 support
+ optdepends = gtk-engine-murrine: gtk2 support
+ optdepends = gdk-pixbuf2: gtk2 support
+ source = https://github.com/Spagy/Flattastic/archive/master.zip
+ md5sums = d6de6e38b553b5e74e41c50a43589b81
+
+pkgname = flattastic-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..461748d04077
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: <nontlikeuname at tuta dot io>
+
+pkgname=flattastic-theme
+pkgver=20140311
+pkgrel=1
+pkgdesc="A flat Gtk3, Gtk2, Metacity, Unity, Xfwm4 and Openbox theme"
+arch=('any')
+url="http://nale12.deviantart.com/art/Flattastic-11-03-2014-424913255"
+license=('GPL')
+optdepends=('gnome-themes-standard: gtk3 support'
+ 'gtk-engine-murrine: gtk2 support'
+ 'gdk-pixbuf2: gtk2 support')
+install=flattastic-theme.install
+source=('https://github.com/Spagy/Flattastic/archive/master.zip')
+md5sums=('d6de6e38b553b5e74e41c50a43589b81')
+
+package() {
+ install -d -m755 "$pkgdir/usr/share/themes/"
+ cp -r Flattastic-* "$pkgdir/usr/share/themes/"
+}
diff --git a/flattastic-theme.install b/flattastic-theme.install
new file mode 100644
index 000000000000..c831bb975ada
--- /dev/null
+++ b/flattastic-theme.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo -e "\n"
+ echo -e "INFO: There is also a flattastic stylish theme to make firefox fit in better:"
+ echo -e " https://userstyles.org/styles/121079/flattastic-light-for-firefox\n"
+}