summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2013-06-08 22:53:42 +0200
committerSebastian Pipping <sebastian@pipping.org>2013-06-08 22:53:42 +0200
commiteb250a9e251ffe75dca1caddab164d3dd58f757d (patch)
treed74cbae7f3bead8d2eb00dbbabb1731c6547598c /x11-themes
parentx11-themes/siva-flat: 1.3.0 (diff)
downloadbetagarden-eb250a9e251ffe75dca1caddab164d3dd58f757d.tar.gz
betagarden-eb250a9e251ffe75dca1caddab164d3dd58f757d.tar.bz2
betagarden-eb250a9e251ffe75dca1caddab164d3dd58f757d.zip
x11-themes/FlatStudio: 1.03
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/FlatStudio/FlatStudio-1.03.ebuild33
-rw-r--r--x11-themes/FlatStudio/Manifest1
-rw-r--r--x11-themes/FlatStudio/metadata.xml8
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-themes/FlatStudio/FlatStudio-1.03.ebuild b/x11-themes/FlatStudio/FlatStudio-1.03.ebuild
new file mode 100644
index 0000000..46335c5
--- /dev/null
+++ b/x11-themes/FlatStudio/FlatStudio-1.03.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+DESCRIPTION="Flat GTK 2/3 theme"
+HOMEPAGE="http://gnome-look.org/content/show.php/FlatStudio?content=154296"
+SRC_URI="http://gnome-look.org/CONTENT/content-files/154296-${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk2 gtk3"
+
+DEPEND=""
+RDEPEND="gtk2? ( x11-themes/murrine-themes )
+ gtk3? ( >=x11-libs/gtk+-3.4:3 x11-themes/gtk-engines-unico )"
+
+S=${WORKDIR}
+
+src_install() {
+ local folders=
+ use gtk2 && folders+=" gtk-2.0 metacity-1"
+ use gtk3 && folders+=" gtk-3.0 unity"
+
+ for i in FlatStudio* ; do
+ insinto /usr/share/themes/${i}
+ for j in ${folders} ; do
+ doins -r ${i}/${j} || die
+ done
+ done
+}
diff --git a/x11-themes/FlatStudio/Manifest b/x11-themes/FlatStudio/Manifest
new file mode 100644
index 0000000..b96a18a
--- /dev/null
+++ b/x11-themes/FlatStudio/Manifest
@@ -0,0 +1 @@
+DIST 154296-FlatStudio-1.03.tar.gz 286720 SHA256 7eb15df79912833d0b116b6f9d5eba23ee0bf3bfb4bb48eae7203a044ef58b83 SHA512 3b1696aa21c9b27df64367764be0412494a94919590839806bf39ebebd72ac7fb445b7fed9e8926f39ee206df94e4f0dfc2235b3ab954f160be3ffcc397a6d39 WHIRLPOOL 3a1679db1a0fcc1e014ad2e3280709e84d140ac3c658cc3e8186937ad247687f041536f218262b810f28077d60f1752a5388ab5ca77539792fea535052de2d80
diff --git a/x11-themes/FlatStudio/metadata.xml b/x11-themes/FlatStudio/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/x11-themes/FlatStudio/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>