diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-04-10 12:54:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-04-10 12:54:42 +0100 |
commit | da8bba194785ff19226c9d594913ddfdf48d4698 (patch) | |
tree | 37a1814d8eaa094de74d445363cbd7e2f0513acc /x11-themes/adapta-gtk-theme | |
parent | 7f85c963358c2f7ab3bc7961346947e7b59a8c10 (diff) |
import adapta GTK theme from jorgicio overlay
Diffstat (limited to 'x11-themes/adapta-gtk-theme')
-rw-r--r-- | x11-themes/adapta-gtk-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.22.4.1.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/x11-themes/adapta-gtk-theme/Manifest b/x11-themes/adapta-gtk-theme/Manifest new file mode 100644 index 00000000..bb7d835c --- /dev/null +++ b/x11-themes/adapta-gtk-theme/Manifest @@ -0,0 +1 @@ +DIST adapta-gtk-theme-3.22.4.1.tar.gz 425435 SHA256 e69c8057feb26c239d270fe78eb7112325f30601c86b8df40bfc8b9fb48bd802 SHA512 81b49e94212fe5ea4c50ae388aae886b13764b3c514b6bb96ac8f178822c5c082994ca5811a5d7da33cdf4fb4b5f08812bc3d9f0f387418273c8788fb80caf8d WHIRLPOOL cc92f1d92319eae1a0d1a211540a8674131d01a92637eb659105da597b03c573fabf71965237cf50f1bdeb80cd4ed78561c7d80ab02b0db24b02600984e31e68 diff --git a/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.22.4.1.ebuild b/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.22.4.1.ebuild new file mode 100644 index 00000000..e0d2eae3 --- /dev/null +++ b/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.22.4.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit gnome2 autotools + +DESCRIPTION="An adaptive GTK+ theme based on Material Design Guidelines" +HOMEPAGE="https://github.com/tista500/Adapta" + +SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="amd64 x86" +RESTRICT="mirror" +S="${WORKDIR}/${P}" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + x11-libs/gtk+:2 + >=dev-ruby/sass-3.4.21:3.4 + >=dev-ruby/bundler-1.11 + media-gfx/inkscape + dev-libs/libxml2:2 + sys-process/parallel +" +RDEPEND="${DEPEND}" + +src_prepare(){ + eautoreconf + gnome2_src_prepare +} + +src_compile(){ + emake DESTDIR="${D}" || die +} + +src_install(){ + emake DESTDIR="${D}" install || die +} |