summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-01-30 16:47:39 +0000
committerJohannes Huber <johu@gentoo.org>2012-01-30 16:47:39 +0000
commit90aa6bdbc0bdb7c6f2f1291d05e39f9fe8bdb1a6 (patch)
treea16bae0b1783531baae45576ca2e00b165452d2d /kde-misc/smooth-tasks/smooth-tasks-0_p20120130.ebuild
parentStable for amd64, wrt bug #401229 (diff)
downloadgentoo-2-90aa6bdbc0bdb7c6f2f1291d05e39f9fe8bdb1a6.tar.gz
gentoo-2-90aa6bdbc0bdb7c6f2f1291d05e39f9fe8bdb1a6.tar.bz2
gentoo-2-90aa6bdbc0bdb7c6f2f1291d05e39f9fe8bdb1a6.zip
Add new snapshot from a more active fork. Snapshot is patched to build with kde 4.8. Remove old snapshot violates naming scheme. Fixes bug #400863.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/smooth-tasks/smooth-tasks-0_p20120130.ebuild')
-rw-r--r--kde-misc/smooth-tasks/smooth-tasks-0_p20120130.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-misc/smooth-tasks/smooth-tasks-0_p20120130.ebuild b/kde-misc/smooth-tasks/smooth-tasks-0_p20120130.ebuild
new file mode 100644
index 000000000000..77f37436364b
--- /dev/null
+++ b/kde-misc/smooth-tasks/smooth-tasks-0_p20120130.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/smooth-tasks/smooth-tasks-0_p20120130.ebuild,v 1.1 2012/01/30 16:47:39 johu Exp $
+
+EAPI=4
+
+KDE_LINGUAS="cs de fr hu pl ru zh_CN"
+inherit kde4-base
+
+DESCRIPTION="Alternate taskbar KDE plasmoid, similar to Windows 7"
+HOMEPAGE="https://bitbucket.org/flupp/smooth-tasks-fork"
+SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep libtaskmanager)
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep plasma-workspace)
+"
+
+PATCHES=(
+ "${FILESDIR}/${P}-kde48.patch"
+)
+
+S="${WORKDIR}/${PN}"