johu 14/09/16 18:17:35 Modified: ChangeLog Added: plasma-workspace-4.11.12.ebuild Log: Version bump KDE SC 4.14.1 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.282 kde-base/plasma-workspace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.282&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.282&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?r1=1.281&r2=1.282 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v retrieving revision 1.281 retrieving revision 1.282 diff -u -r1.281 -r1.282 --- ChangeLog 23 Jul 2014 16:52:59 -0000 1.281 +++ ChangeLog 16 Sep 2014 18:17:35 -0000 1.282 @@ -1,6 +1,12 @@ # ChangeLog for kde-base/plasma-workspace # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.281 2014/07/23 16:52:59 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.282 2014/09/16 18:17:35 johu Exp $ + +*plasma-workspace-4.11.12 (16 Sep 2014) + + 16 Sep 2014; Johannes Huber <[email protected]> + +plasma-workspace-4.11.12.ebuild: + Version bump KDE Workspace 4.11.12 23 Jul 2014; Johannes Huber <[email protected]> -plasma-workspace-4.11.10.ebuild: 1.1 kde-base/plasma-workspace/plasma-workspace-4.11.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.12.ebuild?rev=1.1&content-type=text/plain Index: plasma-workspace-4.11.12.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.12.ebuild,v 1.1 2014/09/16 18:17:35 johu Exp $ EAPI=5 DECLARATIVE_REQUIRED="always" KDE_HANDBOOK="optional" KMNAME="kde-workspace" KMMODULE="plasma" PYTHON_COMPAT=( python2_7 ) OPENGL_REQUIRED="always" inherit python-single-r1 kde4-meta DESCRIPTION="Plasma: KDE desktop framework" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug gps json +kdepim nepomuk python qalculate" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMONDEPEND=" dev-libs/libdbusmenu-qt >=dev-qt/qtcore-4.8.4-r3:4 !kde-misc/ktouchpadenabler $(add_kdebase_dep kactivities) $(add_kdebase_dep kdelibs 'nepomuk?') $(add_kdebase_dep kephal) $(add_kdebase_dep ksysguard) $(add_kdebase_dep libkworkspace) $(add_kdebase_dep libplasmaclock 'kdepim?') $(add_kdebase_dep libplasmagenericshell) $(add_kdebase_dep libtaskmanager) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrender gps? ( >=sci-geosciences/gpsd-2.37 ) json? ( dev-libs/qjson ) kdepim? ( $(add_kdebase_dep kdepimlibs) ) nepomuk? ( dev-libs/soprano $(add_kdebase_dep nepomuk-core) ) python? ( ${PYTHON_DEPS} >=dev-python/PyQt4-4.4.0[X,${PYTHON_USEDEP}] $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}") ) qalculate? ( sci-libs/libqalculate ) " DEPEND="${COMMONDEPEND} dev-libs/boost x11-proto/compositeproto x11-proto/damageproto x11-proto/fixesproto x11-proto/renderproto " RDEPEND="${COMMONDEPEND} $(add_kdebase_dep plasma-runtime) " KMEXTRA=" appmenu/ ktouchpadenabler/ statusnotifierwatcher/ " KMEXTRACTONLY=" kcheckpass/ krunner/dbus/org.freedesktop.ScreenSaver.xml krunner/dbus/org.kde.krunner.App.xml ksmserver/org.kde.KSMServerInterface.xml ksmserver/screenlocker/ libs/kephal/ libs/kworkspace/ libs/taskmanager/ libs/plasmagenericshell/ libs/ksysguard/ libs/kdm/kgreeterplugin.h ksysguard/ " pkg_setup() { if use python ; then python-single-r1_pkg_setup fi kde4-meta_pkg_setup } src_unpack() { if use handbook; then KMEXTRA+=" doc/plasma-desktop" fi kde4-meta_src_unpack } src_configure() { local mycmakeargs=( $(cmake-utils_use_with gps libgps) $(cmake-utils_use_with json QJSON) $(cmake-utils_use_with kdepim Akonadi) $(cmake-utils_use_with kdepim KdepimLibs) $(cmake-utils_use_with nepomuk NepomukCore) $(cmake-utils_use_with nepomuk Soprano) $(cmake-utils_use_with python PythonLibrary) $(cmake-utils_use_with qalculate) -DWITH_Xmms=OFF ) kde4-meta_src_configure } src_install() { kde4-meta_src_install if use python; then python_optimize "${ED}" fi }
