commit: 8cf62e2b0a3c24c7260822faee10c3556e4a9d9b Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Wed Jan 11 09:31:03 2017 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Wed Jan 11 09:31:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=8cf62e2b
x11-themes/smaragd: Import latest from gentoo main tree Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-themes/smaragd/metadata.xml | 5 +++++ x11-themes/smaragd/smaragd-0.0.7.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/x11-themes/smaragd/metadata.xml b/x11-themes/smaragd/metadata.xml new file mode 100644 index 0000000..7a38bb9 --- /dev/null +++ b/x11-themes/smaragd/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> diff --git a/x11-themes/smaragd/smaragd-0.0.7.ebuild b/x11-themes/smaragd/smaragd-0.0.7.ebuild new file mode 100644 index 0000000..425f05e --- /dev/null +++ b/x11-themes/smaragd/smaragd-0.0.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KWin theme engine that uses Emerald themes" +HOMEPAGE="http://kde-look.org/content/show.php?content=125162" +SRC_URI="http://www.kde-look.org/CONTENT/content-files/125162-${P}.tar.gz" + +LICENSE="GPL-2" + +KEYWORDS="~amd64 ~x86" +SLOT="4" +IUSE="debug" + +DEPEND=" + kde-plasma/libkworkspace:4 + x11-libs/cairo +" +RDEPEND=" + ${DEPEND} + kde-plasma/kwin:4 +"
