diff options
author | 2006-10-03 09:32:54 +0000 | |
---|---|---|
committer | 2006-10-03 09:32:54 +0000 | |
commit | 30434598e19e05f5321aab1f8193974c76c157bf (patch) | |
tree | 1ba019ccbde69f3bc5fbb5b8ea0fcd2b95de545e /kde-base/kcontrol/kcontrol-3.5.5.ebuild | |
parent | Bump to 3.5.5 (pre-release). (diff) | |
download | gentoo-2-30434598e19e05f5321aab1f8193974c76c157bf.tar.gz gentoo-2-30434598e19e05f5321aab1f8193974c76c157bf.tar.bz2 gentoo-2-30434598e19e05f5321aab1f8193974c76c157bf.zip |
Bump to 3.5.5 (pre-release).
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'kde-base/kcontrol/kcontrol-3.5.5.ebuild')
-rw-r--r-- | kde-base/kcontrol/kcontrol-3.5.5.ebuild | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/kde-base/kcontrol/kcontrol-3.5.5.ebuild b/kde-base/kcontrol/kcontrol-3.5.5.ebuild new file mode 100644 index 000000000000..b3e1a7c06cb8 --- /dev/null +++ b/kde-base/kcontrol/kcontrol-3.5.5.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-3.5.5.ebuild,v 1.1 2006/10/03 09:32:54 flameeyes Exp $ + +KMNAME=kdebase +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +SRC_URI="${SRC_URI} + mirror://gentoo/kdebase-3.5-patchset-02.tar.bz2" + +DESCRIPTION="The KDE Control Center" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="ssl arts ieee1394 logitech-mouse opengl" + +DEPEND=">=media-libs/freetype-2 + media-libs/fontconfig + ssl? ( dev-libs/openssl ) + arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) ) + opengl? ( virtual/opengl ) + ieee1394? ( sys-libs/libraw1394 ) + logitech-mouse? ( >=dev-libs/libusb-0.1.10a )" + +RDEPEND="${DEPEND} + sys-apps/usbutils +$(deprange 3.5.4 $MAXKDEVER kde-base/kcminit) +$(deprange $PV $MAXKDEVER kde-base/kdebase-data) +$(deprange $PV $MAXKDEVER kde-base/kdesu) +$(deprange $PV $MAXKDEVER kde-base/khelpcenter) +$(deprange $PV $MAXKDEVER kde-base/khotkeys) +$(deprange $PV $MAXKDEVER kde-base/libkonq) +$(deprange $PV $MAXKDEVER kde-base/kicker)" + +KMEXTRACTONLY="kwin/kwinbindings.cpp + kicker/kicker/core/kickerbindings.cpp + kicker/taskbar/taskbarbindings.cpp + kdesktop/kdesktopbindings.cpp + klipper/klipperbindings.cpp + kxkb/kxkbbindings.cpp + kicker/taskmanager" + +KMEXTRA="doc/kinfocenter" +KMCOMPILEONLY="kicker/libkicker + kicker/taskbar" +KMCOPYLIB="libkonq libkonq + libkicker kicker/libkicker + libtaskbar kicker/taskbar + libtaskmanager kicker/taskmanager" + +src_compile() { + myconf="$myconf `use_with ssl` `use_with arts` `use_with opengl gl` + `use_with ieee1394 libraw1394` `use_with logitech-mouse libusb` + --with-usbids=/usr/share/misc/usb.ids" + kde-meta_src_compile +} |