diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:17:19 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:17:19 +0000 |
commit | a5432cdf5bb6a8cdaa810e0446f9d8d049b37453 (patch) | |
tree | 22b770e8b07bd5a25937e08652fd4b94d5718242 /kde-base/kinfocenter | |
parent | [kde-base/granatier] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-a5432cdf5bb6a8cdaa810e0446f9d8d049b37453.tar.gz gentoo-2-a5432cdf5bb6a8cdaa810e0446f9d8d049b37453.tar.bz2 gentoo-2-a5432cdf5bb6a8cdaa810e0446f9d8d049b37453.zip |
[kde-base/kinfocenter] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kinfocenter')
-rw-r--r-- | kde-base/kinfocenter/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kinfocenter/kinfocenter-4.4.0.ebuild | 35 |
2 files changed, 42 insertions, 1 deletions
diff --git a/kde-base/kinfocenter/ChangeLog b/kde-base/kinfocenter/ChangeLog index dba9d5494475..d281add53ea7 100644 --- a/kde-base/kinfocenter/ChangeLog +++ b/kde-base/kinfocenter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kinfocenter # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.49 2010/01/25 16:03:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.50 2010/02/09 00:17:19 alexxy Exp $ + +*kinfocenter-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> + +kinfocenter-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kinfocenter-4.3.5 (25 Jan 2010) diff --git a/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild b/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild new file mode 100644 index 000000000000..10059487502f --- /dev/null +++ b/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.4.0.ebuild,v 1.1 2010/02/09 00:17:19 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-apps" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="The KDE Info Center" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook ieee1394" + +DEPEND=" + ieee1394? ( sys-libs/libraw1394 ) + opengl? ( virtual/glu virtual/opengl ) +" +RDEPEND="${DEPEND} + sys-apps/pciutils + sys-apps/usbutils +" + +KMEXTRACTONLY=" + cmake/modules/ +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with ieee1394 RAW1394) + $(cmake-utils_use_with opengl OpenGL) + ) + + kde4-meta_src_configure +} |