kde-misc/ihatethecashew: old and broken version, removed, thanks to batekman <batekman AT gmail.com>

This commit is contained in:
Sergey Popov 2014-01-20 17:18:38 +04:00
parent f223830ab5
commit 9fce6c9b14
3 changed files with 0 additions and 45 deletions

View File

@ -1,3 +0,0 @@
AUX kde-4.6-compat.patch 491 RMD160 a30c16a4565037d95c349fb9582fa1907ed9310c SHA1 6960c485c02fa9bf44d2a8e016b85a8f12c73d35 SHA256 e406cfe0b1e0aa555aeb1e570db327672823ddd1bd2d1c61f2064b76b627d30e
DIST 91009-iHateTheCashew-4.4.tbz 8833 RMD160 bdf03c38d7555911067d61830e5bb3676f24e307 SHA1 b91b5e4ab3bd1c8b0d0185c3e852edaf89f06667 SHA256 03b92459abb2707d7effb3be6410eca5cce23b3efd5bbd302764351059c87254
EBUILD ihatethecashew-0.4-r9999.ebuild 696 RMD160 b847d9996fa6e2b4a9577b37a48a6b2a47a5b05e SHA1 a7493b9594c954b458ee3d4a91404e6de204778c SHA256 b73bc4d588ff22b90c036b9b0ef5924f6da0c16cf688dbf408fe1b496f544537

View File

@ -1,11 +0,0 @@
--- ihtc.cpp.orig 2009-12-17 20:20:27.000000000 +0100
+++ ihtc.cpp 2011-02-02 11:45:35.567271213 +0100
@@ -116,7 +116,7 @@
foreach (QGraphicsItem *kid, desktop->childItems())
{
o = dynamic_cast<QObject*>(kid);
- if (o && o->inherits("Plasma::ToolBox") || o->inherits("Plasma::DesktopToolBox"))
+ if (o && o->inherits("Plasma::ToolBox") || o->inherits("Plasma::DesktopToolBox") || o->inherits("DesktopToolBox"))
return kid;
}
return 0;

View File

@ -1,31 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit kde4-base
MY_PN="iHateTheCashew"
DESCRIPTION="KDE4 plasmoid. Removes the \"hand\" in upper right corner of the screen"
HOMEPAGE="http://www.kde-look.org/content/show.php/I+HATE+the+Cashew?content=91009"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/91009-${MY_PN}-4.4.tbz"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug"
RDEPEND="
>=kde-base/plasma-workspace-${KDE_MINIMAL}
"
S="${WORKDIR}/${MY_PN}"
src_compile() {
# Pinkbyte: add KDE 4.6 compatibility patch
epatch "$FILESDIR/kde-4.6-compat.patch"
#
kde4-base_src_compile
}