diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:36:14 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:36:14 +0000 |
commit | 91b47ceb69f9d3887e6440604038bc466dcecf4d (patch) | |
tree | 1d7d0be2372c7d6370945117ed73b1004f40baf5 /kde-base/ktux | |
parent | Added KDE 4.0.4 version of kturtle. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-91b47ceb69f9d3887e6440604038bc466dcecf4d.tar.gz gentoo-2-91b47ceb69f9d3887e6440604038bc466dcecf4d.tar.bz2 gentoo-2-91b47ceb69f9d3887e6440604038bc466dcecf4d.zip |
Added KDE 4.0.4 version of ktux. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/ktux')
-rw-r--r-- | kde-base/ktux/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ktux/ktux-4.0.4.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/ktux/ChangeLog b/kde-base/ktux/ChangeLog index 00126b68681a..b997649dbcb2 100644 --- a/kde-base/ktux/ChangeLog +++ b/kde-base/ktux/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ktux # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.85 2008/05/14 12:57:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.86 2008/05/16 00:36:14 ingmar Exp $ + +*ktux-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +ktux-4.0.4.ebuild: + Added KDE 4.0.4 version of ktux. Thanks to Jorge Manuel B. S. Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> ktux-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/ktux/ktux-4.0.4.ebuild b/kde-base/ktux/ktux-4.0.4.ebuild new file mode 100644 index 000000000000..2edbb5ee42ae --- /dev/null +++ b/kde-base/ktux/ktux-4.0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ktux-4.0.4.ebuild,v 1.1 2008/05/16 00:36:14 ingmar Exp $ + +EAPI="1" + +KMNAME=kdetoys +inherit kde4-meta + +DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" +KEYWORDS="~amd64 ~x86" +IUSE="debug kde" + +DEPEND=">=app-misc/strigi-0.5.7 + >=kde-base/kscreensaver-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with kde Plasma)" + + kde4-base_src_compile +} |