summaryrefslogtreecommitdiff
path: root/kde-misc/simplemonitor/simplemonitor-0.1-r4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/simplemonitor/simplemonitor-0.1-r4.ebuild')
-rw-r--r--kde-misc/simplemonitor/simplemonitor-0.1-r4.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-misc/simplemonitor/simplemonitor-0.1-r4.ebuild b/kde-misc/simplemonitor/simplemonitor-0.1-r4.ebuild
new file mode 100644
index 00000000000..fae7f570c96
--- /dev/null
+++ b/kde-misc/simplemonitor/simplemonitor-0.1-r4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit kde4-base
+
+DESCRIPTION="KDE4 plasmoid. A simple and compact system monitor."
+HOMEPAGE="http://kde-look.org/content/show.php/Simple+monitor?content=84933"
+SRC_URI="http://kde-look.org/CONTENT/content-files/84933-${PN}.tar.gz"
+RESTRICT="mirror"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="${DEPEND}
+ !kde-plasmoids/simplemonitor-plasmoid"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+ # Follow naming convention
+ sed -i 's/DESTINATION \${SERVICES_INSTALL_DIR}/\0 RENAME plasma-applet-simplemonitor.desktop/' CMakeLists.txt ||
+ die "sed failed"
+
+ kde4-base_src_prepare
+}