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.
comparison kde-misc/py-cashew/py-cashew-1.1-r1.ebuild @ 43:d842e6476e9a
adding ebuild for kde-misc/py-cashew-1.1-r1
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sat, 28 Sep 2013 17:51:26 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
42:553a94c5ca9e | 43:d842e6476e9a |
---|---|
1 # Copyright 1999-2009 Gentoo Foundation | |
2 # Distributed under the terms of the GNU General Public License v2 | |
3 | |
4 DESCRIPTION="Plasmoid for KDE 4.6+ to remove the so-called Cashew (desktop configuration icon) - replacement for abandoned plasmoid \"I HATE the cashew\"." | |
5 HOMEPAGE="http://kde-look.org/content/show.php/Py-Cashew?content=147892" | |
6 | |
7 LICENSE="GPL-3" | |
8 SLOT="0" | |
9 KEYWORDS="~amd64 ~x86" | |
10 IUSE="" | |
11 | |
12 inherit git-2 | |
13 | |
14 EGIT_REPO_URI="https://github.com/benoit-monin/Py-Cashew.git" | |
15 EGIT_COMMIT="b027a85b9ae4b4b9f453ac4ed557eda526bbc7c1" | |
16 | |
17 #S=${WORKDIR} | |
18 | |
19 #src_unpack() { | |
20 # unpack ${A} | |
21 #} | |
22 | |
23 #src_compile() { | |
24 # m | |
25 # cd build | |
26 # cmake -DCMAKE_INSTALL_PREFIX=/usr .. || die "CMake failed!" | |
27 # emake || die "Make failed!" | |
28 #} | |
29 | |
30 src_install() { | |
31 #plasmapkg --global --packageroot ${WORKDIR}/usr/share/apps/plasma/plasmoids -i py-cashew-1.1.plasmoid | |
32 plasmapkg --packageroot ${WORKDIR}/usr/share/apps/plasma/plasmoids -i py-cashew-1.1.plasmoid | |
33 } |