# HG changeset patch # User gsnerf # Date 1385304791 -3600 # Node ID a33147feba0f82c9c2f2a67efb3f62bbc4e70485 # Parent eb18995b21f7a45aa5ef632904aca0aba7028b1a# Parent e1ae18b48ffd14f0271edd4812746718bd236283 merge diff -r eb18995b21f7 -r a33147feba0f kde-misc/py-cashew/Manifest --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kde-misc/py-cashew/Manifest Sun Nov 24 15:53:11 2013 +0100 @@ -0,0 +1,2 @@ +EBUILD py-cashew-1.1-r1.ebuild 921 SHA256 e342279ba6341cb2cdc4423e3a44c7ba694aa2a1e852ec8ffc0c5e31b8f37542 SHA512 e7ea89a2a39e47a83133a70b1338c7ed647a958a420199412e24eca46f1995d6ca71b195a7c7e3c397ec3fecb27a142d8b99e8151b932bb880192497a68abad3 WHIRLPOOL 1e651eafba1198e7eabafedf1e2fe989408dce580fb62e0269d4a6986f392652e96b6ee539ed8e6a4a748767fc49712a82e06487624736d62ea525592a0171f1 +EBUILD py-cashew-1.2.ebuild 1336 SHA256 a1e7a9b3046fb5d7480420ff1747fd2367abd8eafa608807b38f50d06f09bf7c SHA512 723d18cc3fb19a34c98a2a4ea3a63941965c4f6a5278a70bb564cba16986aee16a71364b48ec49dcbb699abe2a6da054ad9cb45137823e55d83d3f4be982cc9a WHIRLPOOL d1489aafaba115b6e6372a910a784aa0ced98ae50f92bee27180b572025c044276ac0a7d79c035a346649670d1ad8bb59cf11ecc5ef3300f1f5d4cb56b99e59d diff -r eb18995b21f7 -r a33147feba0f kde-misc/py-cashew/py-cashew-1.2.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kde-misc/py-cashew/py-cashew-1.2.ebuild Sun Nov 24 15:53:11 2013 +0100 @@ -0,0 +1,48 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +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 +#inherit kde4-base + +EGIT_REPO_URI="https://github.com/benoit-monin/Py-Cashew.git" +EGIT_COMMIT="226e0352785f14323f787b65a3673abf4b8ce4f2" + +#src_unpack() { +# cd ${WORKDIR} +# git clone ${EGIT_REPO_URI} py-cashew-1.2 +# cd py-cashew-1.2 +# git checkout -b TMP-ebuild ${EGIT_COMMIT} +# cd .. +#} + +#pkg_postinst() { +# plasmapkg --packageroot /usr/share/apps/plasma/plasmoids -i py-cashew-1.2.plasmoid +#} + +src_install() { + # we try to mimic plasmapkg which does not work in sandbox + + insinto /usr/share/apps/plasma/plasmoids/py-cashew + doins metadata.desktop + + # no idea where icons should go, nothing seems to fit PNGs... + #insinto /usr/share/apps/desktoptheme/default/icons/ + #doins py-cashew.png + + insinto /usr/share/apps/plasma/plasmoids/py-cashew/contents/code + doins contents/code/main.py + + cp -a metadata.desktop plasma-applet-py-cashew.desktop + insinto /usr/share/kde4/services + doins plasma-applet-py-cashew.desktop +} diff -r eb18995b21f7 -r a33147feba0f media-gfx/trimage/Manifest --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media-gfx/trimage/Manifest Sun Nov 24 15:53:11 2013 +0100 @@ -0,0 +1,1 @@ +EBUILD trimage-1.0.5.ebuild 1091 SHA256 7c4da03a2959f9d053109657ef813becd80cc3320c535ac19ebd43304a6b6cab SHA512 e2f72be17bd53944b978bd58ad0d08acd4a0e0b7f54557f7d8db666e8e2b9de0cf9fa45d3043039b71b1c9d344cb20656b7b413a82744c73a43b2f97afe4ebc0 WHIRLPOOL eb9badb7c17fbe2a4f5065ef81b325e2e975c64b4da1c06225399ac68c93649eb6d46fe6346ab67734a467d41d313432410b845b0f4f02a14bd018d526bd6e67 diff -r eb18995b21f7 -r a33147feba0f media-gfx/trimage/trimage-1.0.5.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media-gfx/trimage/trimage-1.0.5.ebuild Sun Nov 24 15:53:11 2013 +0100 @@ -0,0 +1,48 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +PYTHON_COMPAT=( python{ 2_6, 2_7 } ) + + +inherit git-2 +inherit distutils + +DESCRIPTION="GUI for PNG and JPEG optimization via optipng, pngcrush, advpng and jpegoptim" +HOMEPAGE="http://trimage.org/" + +#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +EGIT_REPO_URI="https://github.com/Kilian/Trimage.git" +EGIT_COMMIT="e460faca7635f52d7e530b80835a847778e7eeac" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# dependencies specified on homepage are outdated (no longer in portage at the time of +# writing) but slightly newer ones shouldn't be a problem. +# +# Original requirements for 1.0.5: +# python 2.6 +# python-qt4 4.4 +# optipng 0.6.2.1 +# pngcrush 1.6.7 +# advancecomp 1.15 +# jpegoptim 1.2.2 +# +DEPEND=" + >=dev-python/PyQt4-4.4 + =media-gfx/optipng-0.6.2.1 + =media-gfx/pngcrush-1.6.7 + =media-gfx/jpegoptim-1.2.2 +