diff options
author | Stefan Cristian B. <steven.darklight@gmail.com> | 2015-06-18 18:31:03 +0300 |
---|---|---|
committer | Stefan Cristian B. <steven.darklight@gmail.com> | 2015-06-18 18:31:03 +0300 |
commit | 71c20430bd06d80b663fb54d1df67598d804c219 (patch) | |
tree | 8ed9e8852b128c270f9197edf597532ac3fd8e11 /x11-themes/menda-themes/menda-themes-20150103.ebuild | |
parent | 35875647a1f4db65a3a7a559479ef8e311acbac2 (diff) | |
parent | 975d01bc65f0f9190808c0d3cddf3131a790a8f6 (diff) |
Merge pull request #52 from crismblog/master
Applications useful and beautiful themes
Diffstat (limited to 'x11-themes/menda-themes/menda-themes-20150103.ebuild')
-rw-r--r-- | x11-themes/menda-themes/menda-themes-20150103.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-themes/menda-themes/menda-themes-20150103.ebuild b/x11-themes/menda-themes/menda-themes-20150103.ebuild new file mode 100644 index 00000000..b3be9f89 --- /dev/null +++ b/x11-themes/menda-themes/menda-themes-20150103.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Manjaro's official Gtk2, Gtk3, Metacity, Xfwm, Openbox, Cinnamon and GNOME Shell themes" +HOMEPAGE="https://github.com/manjaro/artwork-menda" +GIT_COMMIT="f0b3657cb131df0f55c2b554f8691dc3a1a3bd87" +SRC_URI="${HOMEPAGE}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + x11-themes/gtk-engines + x11-themes/gtk-engines-murrine +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/artwork-menda-${GIT_COMMIT}" + +src_install(){ + insinto /usr/share/themes + doins -r Menda* +} |