summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2010-03-10 00:09:40 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2010-03-10 00:09:40 +0000
commitbd6c5cec32ede6d0d78f5298dc2df6ddd4852039 (patch)
tree0e45cf34c4d5d5f51dccb4be570e5f351af92517 /kde-misc/fancytasks
parentdev-python/pyxattr: Bump to 0.5.0 (diff)
downloadgentoo-2-bd6c5cec32ede6d0d78f5298dc2df6ddd4852039.tar.gz
gentoo-2-bd6c5cec32ede6d0d78f5298dc2df6ddd4852039.tar.bz2
gentoo-2-bd6c5cec32ede6d0d78f5298dc2df6ddd4852039.zip
Version bump.
(Portage version: 2.1.8.2/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/fancytasks')
-rw-r--r--kde-misc/fancytasks/ChangeLog10
-rw-r--r--kde-misc/fancytasks/fancytasks-1.0.92.ebuild31
2 files changed, 39 insertions, 2 deletions
diff --git a/kde-misc/fancytasks/ChangeLog b/kde-misc/fancytasks/ChangeLog
index d45d9788952e..03cab4e8bb4b 100644
--- a/kde-misc/fancytasks/ChangeLog
+++ b/kde-misc/fancytasks/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-misc/fancytasks
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/ChangeLog,v 1.1 2009/10/28 12:48:54 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/ChangeLog,v 1.2 2010/03/10 00:09:40 nelchael Exp $
+
+*fancytasks-1.0.92 (10 Mar 2010)
+
+ 10 Mar 2010; Krzysiek Pawlik <nelchael@gentoo.org>
+ +fancytasks-1.0.92.ebuild:
+ Version bump.
*fancytasks-0.9.8 (28 Oct 2009)
diff --git a/kde-misc/fancytasks/fancytasks-1.0.92.ebuild b/kde-misc/fancytasks/fancytasks-1.0.92.ebuild
new file mode 100644
index 000000000000..a35fc07aab1e
--- /dev/null
+++ b/kde-misc/fancytasks/fancytasks-1.0.92.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/fancytasks-1.0.92.ebuild,v 1.1 2010/03/10 00:09:40 nelchael Exp $
+
+EAPI=2
+KDE_LINGUAS="de pl pt ru sv uk"
+KDE_LINGUAS_DIR="applet/po"
+# KDE_LINGUAS_DIR doesn't have support for multiple directories: containment/po
+inherit kde4-base
+
+DESCRIPTION="A task and launch representation plasmoid"
+HOMEPAGE="http://kde-look.org/content/show.php/Fancy+Tasks?content=99737"
+SRC_URI="http://kde-look.org/CONTENT/content-files/99737-${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXcomposite
+ kde-base/qimageblitz
+ >=kde-base/plasma-workspace-${KDE_MINIMAL}"
+
+DOCS="CHANGELOG README TODO"
+
+src_prepare() {
+ kde4-base_src_prepare
+ use linguas_pl || rm -f containment/po/pl.po
+}