commit: 60b8880766433ecb9f547833645a5995cd281842 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Tue Jan 17 20:38:32 2017 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue Jan 17 20:38:32 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=60b88807
kde-misc/plasma-wifi: Import latest from gentoo main tree Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-misc/plasma-wifi/metadata.xml | 5 +++++ kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild | 27 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/kde-misc/plasma-wifi/metadata.xml b/kde-misc/plasma-wifi/metadata.xml new file mode 100644 index 0000000..7a38bb9 --- /dev/null +++ b/kde-misc/plasma-wifi/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/kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild b/kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild new file mode 100644 index 0000000..6bad0dc --- /dev/null +++ b/kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Plasmoid which displays the currect signal strength" +HOMEPAGE="http://www.kde-look.org/content/show.php/cpuload?content=79476" +SRC_URI="http://kde-look.org/CONTENT/content-files/79476-${P}.tgz" + +LICENSE="GPL-3+" +KEYWORDS="~amd64 ~x86" +SLOT="4" +IUSE="debug" + +RDEPEND=" + kde-plasma/plasma-workspace:4 +" + +src_prepare() { + sed -i "s:find_package(Plasma REQUIRED)::" CMakeLists.txt || die "sed failed" + sed -i "s:PLASMA_LIBS:KDE4_PLASMA_LIBS:" CMakeLists.txt || die "sed failed" + + kde4-base_src_prepare +}
