megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
diff kde-misc/py-cashew/py-cashew-1.2.ebuild @ 44:30706ef7fc03
updating kde-misc/py-cashew to version 1.2
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sat, 28 Sep 2013 17:56:09 +0200 |
parents | kde-misc/py-cashew/py-cashew-1.1-r1.ebuild@d842e6476e9a |
children | e1ae18b48ffd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kde-misc/py-cashew/py-cashew-1.2.ebuild Sat Sep 28 17:56:09 2013 +0200 @@ -0,0 +1,33 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="Plasmoid for KDE 4.6+ to remove the so-called Cashew (desktop configuration icon) - replacement for abandoned plasmoid \"I HATE the cashew\"." +HOMEPAGE="http://kde-look.org/content/show.php/Py-Cashew?content=147892" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +inherit git-2 + +EGIT_REPO_URI="https://github.com/benoit-monin/Py-Cashew.git" +EGIT_COMMIT="226e0352785f14323f787b65a3673abf4b8ce4f2" + +#S=${WORKDIR} + +#src_unpack() { +# unpack ${A} +#} + +#src_compile() { +# m +# cd build +# cmake -DCMAKE_INSTALL_PREFIX=/usr .. || die "CMake failed!" +# emake || die "Make failed!" +#} + +src_install() { + #plasmapkg --global --packageroot ${WORKDIR}/usr/share/apps/plasma/plasmoids -i py-cashew-1.1.plasmoid + plasmapkg --packageroot ${WORKDIR}/usr/share/apps/plasma/plasmoids -i py-cashew-1.1.plasmoid +}