summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:28:46 +0300
committerAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:28:46 +0300
commit753a60b4d1886d799e8100c15ee30fb9f786d136 (patch)
tree709a61daa0c3afaa3066addb760c203090e6a53b /x11-themes
parent0d36053985cdc58e8feedadaf81945142b234638 (diff)
add Ultra Flat theme
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/ultra-flat-gtk/Manifest2
-rw-r--r--x11-themes/ultra-flat-gtk/ultra-flat-gtk-1.2.ebuild27
2 files changed, 29 insertions, 0 deletions
diff --git a/x11-themes/ultra-flat-gtk/Manifest b/x11-themes/ultra-flat-gtk/Manifest
new file mode 100644
index 00000000..4436badc
--- /dev/null
+++ b/x11-themes/ultra-flat-gtk/Manifest
@@ -0,0 +1,2 @@
+DIST ultra-flat-gtk-1.2.tar.gz 153859 SHA256 eb8c300b1d543dc4df5d1f458ca1728d6420ac8e8311d28be9f2dfeea09cb93a SHA512 d5e59c53943b662f5af850d4f03fa55563c0fa56a8ee20a35cb89ae90eccc9f569a8d51130cff6c591ef0961ea1fceab9a6bc28b420852fdeddc44fc2da6ed9f WHIRLPOOL ac1820593f84b9a863f75b7a68ab014f6cd0afbd89a63cf5cf599b01535050906b40f13f9c38ccbd283446e1338d902c5618ca754a79e9a8e17f85b8690500db
+EBUILD ultra-flat-gtk-1.2.ebuild 701 SHA256 ed1f821ac2ea86ca06c38995cdc0040608dd1d481975ba41e32fe993bbeb346c SHA512 b850db23d533d7921e917b4d212c88279ea1105d86af6e58373087d74422b827eb4ea49c0ea37629e820d4ba334eb07fa4e0f7665cff0056b476fd90aeee6da3 WHIRLPOOL b5320dff97ce6772dcbcf4b27f1d87abce2cff38b29d5ee1eb3f446f10b713305fe7b03e2075df816ef704625b605197fd75ba126be1db19de81e289a1c6fa1b
diff --git a/x11-themes/ultra-flat-gtk/ultra-flat-gtk-1.2.ebuild b/x11-themes/ultra-flat-gtk/ultra-flat-gtk-1.2.ebuild
new file mode 100644
index 00000000..fdd3c47d
--- /dev/null
+++ b/x11-themes/ultra-flat-gtk/ultra-flat-gtk-1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="A slightly modified version of the famous Numix theme, with no border, flat rounded window buttons and grey selection colour"
+HOMEPAGE="http://gnome-look.org/content/show.php/Ultra-Flat?content=167473"
+SRC_URI="https://www.dropbox.com/s/bx42h8a1o48w7e0/Ultra-Flat-Theme.tar.gz?dl=1 -> ${P}.tar.gz"
+
+LICENSE="LGPL-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-themes/gtk-engines-murrine"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+src_install(){
+ rm -r Ultra-Flat/.git Ultra-Flat/LICENSE
+ insinto /usr/share/themes
+ doins -r Ultra-Flat
+}