diff options
author | 2008-02-07 00:12:59 +0000 | |
---|---|---|
committer | 2008-02-07 00:12:59 +0000 | |
commit | 5dce68c9cc05b718532a522d45797435bc4d68b2 (patch) | |
tree | 3405da9ffcff7553acfd1a283d8344919ace829c /kde-base/kcontrol | |
parent | rename check_apache_threads to has_apache_threads as suggested by dberkholz (diff) | |
download | historical-5dce68c9cc05b718532a522d45797435bc4d68b2.tar.gz historical-5dce68c9cc05b718532a522d45797435bc4d68b2.tar.bz2 historical-5dce68c9cc05b718532a522d45797435bc4d68b2.zip |
Version bump to KDE 4.0.1.
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'kde-base/kcontrol')
-rw-r--r-- | kde-base/kcontrol/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-4.0.1.ebuild | 46 |
2 files changed, 53 insertions, 1 deletions
diff --git a/kde-base/kcontrol/ChangeLog b/kde-base/kcontrol/ChangeLog index b32609d2da74..57beaad619b5 100644 --- a/kde-base/kcontrol/ChangeLog +++ b/kde-base/kcontrol/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcontrol # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.104 2008/01/31 15:30:11 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.105 2008/02/07 00:11:15 philantrop Exp $ + +*kcontrol-4.0.1 (06 Feb 2008) + + 06 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kcontrol-4.0.1.ebuild: + Version bump to KDE 4.0.1. 31 Jan 2008; Brent Baude <ranger@gentoo.org> kcontrol-3.5.8-r2.ebuild: Marking kcontrol-3.5.8-r2 ppc for bug 207634 diff --git a/kde-base/kcontrol/kcontrol-4.0.1.ebuild b/kde-base/kcontrol/kcontrol-4.0.1.ebuild new file mode 100644 index 000000000000..5c830cf95c7f --- /dev/null +++ b/kde-base/kcontrol/kcontrol-4.0.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-4.0.1.ebuild,v 1.1 2008/02/07 00:11:15 philantrop Exp $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="The KDE Control Center" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook ieee1394 logitech-mouse opengl ssl" + +DEPEND=" + >=media-libs/freetype-2 + media-libs/fontconfig + ieee1394? ( sys-libs/libraw1394 ) + logitech-mouse? ( >=dev-libs/libusb-0.1.10a ) + opengl? ( virtual/opengl ) + ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND} + sys-apps/usbutils + >=kde-base/kcminit-${PV}:${SLOT} + >=kde-base/kdebase-data-${PV}:${SLOT} + >=kde-base/kdesu-${PV}:${SLOT} + >=kde-base/khelpcenter-${PV}:${SLOT} + >=kde-base/khotkeys-${PV}:${SLOT} + >=kde-base/libkonq-${PV}:${SLOT} + >=kde-base/systemsettings-${PV}:${SLOT}" + +KMEXTRACTONLY=" + kwin/ + klipper/ + krunner/ + libs/kworkspace/ + plasma/plasma/org.kde.plasma.App.xml" + +src_compile() { + mycmakeargs="${mycmakeargs} + -DWITH_LibXKlavier=ON -DWITH_GLIB2=ON -DWITH_GObject=ON + $(cmake-utils_use_with ieee1394 RAW1394) + $(cmake-utils_use_with logitech-mouse USB) + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with ssl OpenSSL)" + kde4-meta_src_compile +} |