diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 23:21:51 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 23:21:51 +0000 |
commit | 4043385130aa55a003bb4060ecc2e3705cf43d06 (patch) | |
tree | e27909ba45c888945804af28c6850a48ab3e8ee0 /kde-base/ksplashml | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-4043385130aa55a003bb4060ecc2e3705cf43d06.tar.gz gentoo-2-4043385130aa55a003bb4060ecc2e3705cf43d06.tar.bz2 gentoo-2-4043385130aa55a003bb4060ecc2e3705cf43d06.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/ksplashml')
-rw-r--r-- | kde-base/ksplashml/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksplashml/ksplashml-3.5.9.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/ksplashml/ChangeLog b/kde-base/ksplashml/ChangeLog index d304a4c3f901..9721889fca1c 100644 --- a/kde-base/ksplashml/ChangeLog +++ b/kde-base/ksplashml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/ksplashml # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.85 2008/02/17 02:42:07 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.86 2008/02/20 23:21:51 philantrop Exp $ + +*ksplashml-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> + +ksplashml-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -ksplashml-3.5.5.ebuild, -ksplashml-3.5.6.ebuild, -ksplashml-3.5.7.ebuild: diff --git a/kde-base/ksplashml/ksplashml-3.5.9.ebuild b/kde-base/ksplashml/ksplashml-3.5.9.ebuild new file mode 100644 index 000000000000..3c73dd7b4efc --- /dev/null +++ b/kde-base/ksplashml/ksplashml-3.5.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ksplashml-3.5.9.ebuild,v 1.1 2008/02/20 23:21:51 philantrop Exp $ + +KMNAME=kdebase +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility xinerama" + +RDEPEND="xinerama? ( x11-libs/libXinerama )" +DEPEND="${RDEPEND} + xinerama? ( x11-proto/xineramaproto )" + +src_compile() { + myconf="${myconf} $(use_with xinerama)" + + kde-meta_src_compile +} |