diff options
65 files changed, 1484 insertions, 31 deletions
diff --git a/kde-base/freespacenotifier/ChangeLog b/kde-base/freespacenotifier/ChangeLog index 6d18aafc3684..63c87042f6e0 100644 --- a/kde-base/freespacenotifier/ChangeLog +++ b/kde-base/freespacenotifier/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/freespacenotifier # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/freespacenotifier/ChangeLog,v 1.162 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/freespacenotifier/ChangeLog,v 1.163 2015/03/29 11:33:06 johu Exp $ + +*freespacenotifier-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> + +freespacenotifier-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -freespacenotifier-4.11.9.ebuild: diff --git a/kde-base/freespacenotifier/freespacenotifier-4.11.17.ebuild b/kde-base/freespacenotifier/freespacenotifier-4.11.17.ebuild new file mode 100644 index 000000000000..e1248285fdd2 --- /dev/null +++ b/kde-base/freespacenotifier/freespacenotifier-4.11.17.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/freespacenotifier/freespacenotifier-4.11.17.ebuild,v 1.1 2015/03/29 11:33:06 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="A module that monitors free disk space on the home dir" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 93a9abff84c8..437ced291530 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.335 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.336 2015/03/29 11:33:07 johu Exp $ + +*kcheckpass-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kcheckpass-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kcheckpass-4.11.9.ebuild: diff --git a/kde-base/kcheckpass/kcheckpass-4.11.17.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.17.ebuild new file mode 100644 index 000000000000..90df14fcf3a1 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.11.17.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="A simple password checker, used by any software in need of user authentication" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug pam" + +RDEPEND=" + pam? ( + >=kde-base/kdebase-pam-7 + virtual/pam + ) +" + +src_prepare() { + kde4-meta_src_prepare + + use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch" +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with pam) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kcminit/ChangeLog b/kde-base/kcminit/ChangeLog index 5c3de1fa68af..8e94f46e26f5 100644 --- a/kde-base/kcminit/ChangeLog +++ b/kde-base/kcminit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcminit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.308 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.309 2015/03/29 11:33:07 johu Exp $ + +*kcminit-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kcminit-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kcminit-4.11.9.ebuild: Remove KDE Workspace 4.11.9 diff --git a/kde-base/kcminit/kcminit-4.11.17.ebuild b/kde-base/kcminit/kcminit-4.11.17.ebuild new file mode 100644 index 000000000000..fb478d93feb5 --- /dev/null +++ b/kde-base/kcminit/kcminit-4.11.17.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/kcminit-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KCMInit - runs startups initialization for Control Modules" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + x11-libs/libX11 +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kdebase-cursors/ChangeLog b/kde-base/kdebase-cursors/ChangeLog index ab0377415db4..ea19fb88f396 100644 --- a/kde-base/kdebase-cursors/ChangeLog +++ b/kde-base/kdebase-cursors/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdebase-cursors # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-cursors/ChangeLog,v 1.215 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-cursors/ChangeLog,v 1.216 2015/03/29 11:33:08 johu Exp $ + +*kdebase-cursors-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> + +kdebase-cursors-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kdebase-cursors-4.11.9.ebuild: diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.11.17.ebuild b/kde-base/kdebase-cursors/kdebase-cursors-4.11.17.ebuild new file mode 100644 index 000000000000..af7670ae844c --- /dev/null +++ b/kde-base/kdebase-cursors/kdebase-cursors-4.11.17.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-cursors/kdebase-cursors-4.11.17.ebuild,v 1.1 2015/03/29 11:33:08 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="cursors" +inherit kde4-meta + +DESCRIPTION="oxygen cursors from kdebase" +IUSE="" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" diff --git a/kde-base/kdebase-startkde/ChangeLog b/kde-base/kdebase-startkde/ChangeLog index ba1ab1aff6ee..ee21d162388d 100644 --- a/kde-base/kdebase-startkde/ChangeLog +++ b/kde-base/kdebase-startkde/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdebase-startkde # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/ChangeLog,v 1.386 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/ChangeLog,v 1.387 2015/03/29 11:33:08 johu Exp $ + +*kdebase-startkde-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> + +kdebase-startkde-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kdebase-startkde-4.11.9.ebuild: diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.17.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-4.11.17.ebuild new file mode 100644 index 000000000000..bb0d947c5e70 --- /dev/null +++ b/kde-base/kdebase-startkde/kdebase-startkde-4.11.17.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-startkde/kdebase-startkde-4.11.17.ebuild,v 1.1 2015/03/29 11:33:08 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +KMNOMODULE="true" +inherit kde4-meta prefix + +DESCRIPTION="Startkde script, which starts a complete KDE session, and associated scripts" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+wallpapers" + +# The KDE apps called from the startkde script. +# These provide the most minimal KDE desktop. +RDEPEND=" + $(add_kdebase_dep kcminit) + $(add_kdebase_dep kdebase-runtime-meta) + wallpapers? ( $(add_kdebase_dep kde-wallpapers) ) + $(add_kdebase_dep kfmclient) + $(add_kdebase_dep knotify) + $(add_kdebase_dep kreadconfig) + $(add_kdebase_dep krunner) + $(add_kdebase_dep ksmserver) + $(add_kdebase_dep ksplash) + $(add_kdebase_dep kstartupconfig) + $(add_kdebase_dep kwin) + $(add_kdebase_dep phonon-kde) + $(add_kdebase_dep plasma-apps) + $(add_kdebase_dep plasma-workspace) + $(add_kdebase_dep systemsettings) + x11-apps/mkfontdir + x11-apps/xmessage + x11-apps/xprop + x11-apps/xrandr + x11-apps/xrdb + x11-apps/xsetroot + x11-apps/xset +" + +KMEXTRACTONLY=" + ConfigureChecks.cmake + kdm/ + startkde.cmake +" + +PATCHES=( + "${FILESDIR}/gentoo-startkde4-4.patch" + "${FILESDIR}/${PN}-kscreen.patch" +) + +src_prepare() { + kde4-meta_src_prepare + + cp "${FILESDIR}/KDE-4" "${T}" + + # fix ${EPREFIX} + eprefixify startkde.cmake "${T}/KDE-4" +} + +src_install() { + kde4-meta_src_install + + # startup and shutdown scripts + insinto /etc/kde/startup + doins "${FILESDIR}/agent-startup.sh" + + insinto /etc/kde/shutdown + doins "${FILESDIR}/agent-shutdown.sh" + + # x11 session script + exeinto /etc/X11/Sessions + doexe "${T}/KDE-4" + + # freedesktop compliant session script + sed -e "s:\${BIN_INSTALL_DIR}:${EPREFIX}/usr/bin:g" \ + "${S}/kdm/kfrontend/sessions/kde-plasma.desktop.cmake" > "${T}/KDE-4.desktop" + insinto /usr/share/xsessions + doins "${T}/KDE-4.desktop" +} + +pkg_postinst () { + kde4-meta_pkg_postinst + + echo + elog "To enable gpg-agent and/or ssh-agent in KDE sessions," + elog "edit ${EPREFIX}/etc/kde/startup/agent-startup.sh and" + elog "${EPREFIX}/etc/kde/shutdown/agent-shutdown.sh" + echo + elog "The name of the session script has changed." + elog "If you currently have XSESSION=\"kde-$(get_kde_version)\" in your" + elog "configuration files, you will need to change it to" + elog "XSESSION=\"KDE-4\"" +} diff --git a/kde-base/kdm/ChangeLog b/kde-base/kdm/ChangeLog index 270a54957c0e..c13379460418 100644 --- a/kde-base/kdm/ChangeLog +++ b/kde-base/kdm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/ChangeLog,v 1.416 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/ChangeLog,v 1.417 2015/03/29 11:33:06 johu Exp $ + +*kdm-4.11.17-r1 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kdm-4.11.17-r1.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -files/kdm-4.11.9-desktopnamescrash.patch, -kdm-4.11.9-r1.ebuild: diff --git a/kde-base/kdm/kdm-4.11.17-r1.ebuild b/kde-base/kdm/kdm-4.11.17-r1.ebuild new file mode 100644 index 000000000000..29ee13acf9aa --- /dev/null +++ b/kde-base/kdm/kdm-4.11.17-r1.ebuild @@ -0,0 +1,163 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/kdm-4.11.17-r1.ebuild,v 1.1 2015/03/29 11:33:06 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +inherit systemd kde4-meta flag-o-matic user + +DESCRIPTION="KDE login manager, similar to xdm and gdm" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +consolekit kerberos pam systemd" + +REQUIRED_USE="consolekit? ( !systemd ) systemd? ( !consolekit )" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + media-libs/qimageblitz + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXtst + consolekit? ( + >=sys-apps/dbus-1.0.2 + sys-auth/consolekit + ) + kerberos? ( virtual/krb5 ) + pam? ( + $(add_kdebase_dep kcheckpass) + virtual/pam + ) + systemd? ( sys-apps/systemd ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdepasswd) + $(add_kdebase_dep libkgreeter) + >=x11-apps/xinit-1.0.5-r2 + x11-apps/xmessage +" + +KMEXTRACTONLY=" + libs/kdm/kgreeterplugin.h +" + +PATCHES=( + "${FILESDIR}/${PN}-4-gentoo-xinitrc.d.patch" +) + +pkg_setup() { + kde4-meta_pkg_setup + + # Create kdm:kdm user + KDM_HOME=/var/lib/kdm + enewgroup kdm + enewuser kdm -1 -1 "${KDM_HOME}" kdm +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use kerberos KDE4_KRB5AUTH) + $(cmake-utils_use_with pam) + $(cmake-utils_use_with consolekit CkConnector) + ) + + kde4-meta_src_configure +} + +src_install() { + export GENKDMCONF_FLAGS="--no-old --no-backup" + + kde4-meta_src_install + + # an equivalent file is already installed by kde-base/startkde, bug 377151 + rm "${ED}/usr/share/apps/kdm/sessions/kde-plasma.desktop" || die + + # Customize the kdmrc configuration: + # - SessionDirs set to /usr/share/xsessions + # - increase server timeout to 30s + # - TerminateServer=true to workaround X server regen bug, bug 278473 + # - DataDir set to /var/lib/kdm + # - FaceDir set to /var/lib/kdm/faces + sed -e "s|^.*SessionsDirs=.*$|#&\nSessionsDirs=${EPREFIX}/usr/share/apps/kdm/sessions,${EPREFIX}/usr/share/xsessions|" \ + -e "/#ServerTimeout=/s/^.*$/ServerTimeout=30/" \ + -e "/#TerminateServer=/s/^.*$/TerminateServer=true/" \ + -e "s|^.*DataDir=.*$|#&\nDataDir=${EPREFIX}${KDM_HOME}|" \ + -e "s|^.*FaceDir=.*$|#&\nFaceDir=${EPREFIX}${KDM_HOME}/faces|" \ + -i "${ED}"/usr/share/config/kdm/kdmrc \ + || die "Failed to set ServerTimeout and SessionsDirs correctly in kdmrc." + + # Don't install empty dir + rmdir "${ED}"/usr/share/config/kdm/sessions + + # Set up permissions to kdm work directory + keepdir "${KDM_HOME}" + fowners root:kdm "${KDM_HOME}" + fperms 1770 "${KDM_HOME}" + + # install logrotate file + insinto /etc/logrotate.d + newins "${FILESDIR}"/kdm-logrotate kdm + + systemd_dounit "${FILESDIR}"/kdm.service +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + local file src dest dir old_dirs=( + /var/lib/kdm-live + /var/lib/kdm-4.6 + /var/lib/kdm-4.5 + /var/lib/kdm-4.4 + /usr/share/apps/kdm + /usr/kde/4.4/share/apps/kdm + /usr/kde/4.3/share/apps/kdm + /usr/kde/4.2/share/apps/kdm + ) + + mkdir -p "${EROOT}${KDM_HOME}/faces" + # Set the default kdm face icon if it's not already set by the system admin + # because this is user-overrideable in that way, it's not in src_install + for file in faces/.default.face.icon:default1.png faces/root.face.icon:root1.png kdmsts: ; do + src=${file#*:} + dest=${file%:*} + if [[ ! -e ${EROOT}${KDM_HOME}/$dest ]]; then + for dir in "${old_dirs[@]}"; do + if [[ -e ${EROOT}${dir}/${dest} ]]; then + cp "${EROOT}${dir}/${dest}" "${EROOT}${KDM_HOME}/${dest}" + break 2 + fi + done + if [[ -n ${src} ]]; then + cp "${EROOT}/usr/share/apps/kdm/pics/users/${src}" \ + "${EROOT}${KDM_HOME}/${dest}" + fi + fi + done + for dir in "${old_dirs[@]}"; do + if [[ ${dir} != /usr/* && -d ${EROOT}${dir} ]]; then + echo + elog "The directory ${EROOT%/}${dir} still exists from an older installation of KDE." + elog "You may wish to copy relevant settings into ${EROOT%/}${KDM_HOME}." + echo + elog "After doing so, you may delete the directory." + echo + fi + done + + # Make sure permissions are correct -- old installations may have + # gotten this wrong + use prefix || chown root:kdm "${EROOT}${KDM_HOME}" + chmod 1770 "${EROOT}${KDM_HOME}" + + if use consolekit; then + echo + elog "You have compiled 'kdm' with consolekit support. If you want to use kdm," + elog "make sure consolekit daemon is running and started at login time" + elog + elog "rc-update add consolekit default && /etc/init.d/consolekit start" + echo + fi +} diff --git a/kde-base/kephal/ChangeLog b/kde-base/kephal/ChangeLog index 718297ee1dad..119f273a36a9 100644 --- a/kde-base/kephal/ChangeLog +++ b/kde-base/kephal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kephal # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kephal/ChangeLog,v 1.212 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kephal/ChangeLog,v 1.213 2015/03/29 11:33:07 johu Exp $ + +*kephal-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kephal-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kephal-4.11.9.ebuild: Remove KDE Workspace 4.11.9 diff --git a/kde-base/kephal/kephal-4.11.17.ebuild b/kde-base/kephal/kephal-4.11.17.ebuild new file mode 100644 index 000000000000..a5341e14b95b --- /dev/null +++ b/kde-base/kephal/kephal-4.11.17.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kephal/kephal-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/kephal" +inherit kde4-meta + +DESCRIPTION="Allows handling of multihead systems via the XRandR extension" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXrandr +" +DEPEND="${RDEPEND} + x11-proto/randrproto +" + +KMEXTRACTONLY+=" + kephal/kephal/screens.h +" diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index ce709c976bcd..7033756e0bba 100644 --- a/kde-base/khotkeys/ChangeLog +++ b/kde-base/khotkeys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/khotkeys # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.327 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.328 2015/03/29 11:33:07 johu Exp $ + +*khotkeys-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +khotkeys-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -khotkeys-4.11.9.ebuild: Remove KDE Workspace 4.11.9 diff --git a/kde-base/khotkeys/khotkeys-4.11.17.ebuild b/kde-base/khotkeys/khotkeys-4.11.17.ebuild new file mode 100644 index 000000000000..7b4ffe3f34c1 --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.11.17.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/khotkeys-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: hotkey daemon" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + x11-libs/libX11 + x11-libs/libXtst +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kworkspace/ +" diff --git a/kde-base/kinfocenter/ChangeLog b/kde-base/kinfocenter/ChangeLog index 0099823393e0..766bfa6187ad 100644 --- a/kde-base/kinfocenter/ChangeLog +++ b/kde-base/kinfocenter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kinfocenter # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.225 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/ChangeLog,v 1.226 2015/03/29 11:33:07 johu Exp $ + +*kinfocenter-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kinfocenter-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kinfocenter-4.11.9.ebuild: diff --git a/kde-base/kinfocenter/kinfocenter-4.11.17.ebuild b/kde-base/kinfocenter/kinfocenter-4.11.17.ebuild new file mode 100644 index 000000000000..e35febfb94a4 --- /dev/null +++ b/kde-base/kinfocenter/kinfocenter-4.11.17.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kinfocenter/kinfocenter-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="The KDE Info Center" +HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug ieee1394" + +DEPEND=" + sys-apps/pciutils + x11-libs/libX11 + ieee1394? ( sys-libs/libraw1394 ) + opengl? ( + virtual/glu + virtual/opengl + ) +" +RDEPEND="${DEPEND} + sys-apps/usbutils +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with ieee1394 RAW1394) + $(cmake-utils_use_with opengl OpenGL) + ) + + kde4-meta_src_configure +}
\ No newline at end of file diff --git a/kde-base/klipper/ChangeLog b/kde-base/klipper/ChangeLog index 912b8d17d128..5fcd98b5b3a2 100644 --- a/kde-base/klipper/ChangeLog +++ b/kde-base/klipper/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/klipper # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/klipper/ChangeLog,v 1.323 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/klipper/ChangeLog,v 1.324 2015/03/29 11:33:06 johu Exp $ + +*klipper-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +klipper-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -klipper-4.11.9.ebuild: Remove KDE Workspace 4.11.9 diff --git a/kde-base/klipper/klipper-4.11.17.ebuild b/kde-base/klipper/klipper-4.11.17.ebuild new file mode 100644 index 000000000000..dd5795a7fc8b --- /dev/null +++ b/kde-base/klipper/klipper-4.11.17.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/klipper/klipper-4.11.17.ebuild,v 1.1 2015/03/29 11:33:06 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="Applet for KDE and X clipboard management" +HOMEPAGE+=" http://userbase.kde.org/Klipper" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug prison" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep libtaskmanager) + sys-libs/zlib + x11-libs/libX11 + prison? ( media-libs/prison:4 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with prison) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kmenuedit/ChangeLog b/kde-base/kmenuedit/ChangeLog index 2e429a441ad2..1335e6a0a83c 100644 --- a/kde-base/kmenuedit/ChangeLog +++ b/kde-base/kmenuedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmenuedit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmenuedit/ChangeLog,v 1.316 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmenuedit/ChangeLog,v 1.317 2015/03/29 11:33:07 johu Exp $ + +*kmenuedit-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kmenuedit-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kmenuedit-4.11.9.ebuild: diff --git a/kde-base/kmenuedit/kmenuedit-4.11.17.ebuild b/kde-base/kmenuedit/kmenuedit-4.11.17.ebuild new file mode 100644 index 000000000000..18ce96496504 --- /dev/null +++ b/kde-base/kmenuedit/kmenuedit-4.11.17.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmenuedit/kmenuedit-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE menu editor" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep khotkeys) +" +DEPEND=${RDEPEND} + +KMEXTRACTONLY=" + libs/kworkspace/ +" + +src_configure() { + sed -i -e \ + "s:\${CMAKE_CURRENT_BINARY_DIR}/../khotkeys/app/org.kde.khotkeys.xml:${EPREFIX}/usr/share/dbus-1/interfaces/org.kde.khotkeys.xml:g" \ + kmenuedit/CMakeLists.txt \ + || die "sed failed" + + kde4-meta_src_configure +} diff --git a/kde-base/krunner/ChangeLog b/kde-base/krunner/ChangeLog index a34a6b616b3d..704eeebd801a 100644 --- a/kde-base/krunner/ChangeLog +++ b/kde-base/krunner/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/krunner # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/krunner/ChangeLog,v 1.237 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krunner/ChangeLog,v 1.238 2015/03/29 11:33:07 johu Exp $ + +*krunner-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +krunner-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -krunner-4.11.9.ebuild: Remove KDE Workspace 4.11.9 diff --git a/kde-base/krunner/krunner-4.11.17.ebuild b/kde-base/krunner/krunner-4.11.17.ebuild new file mode 100644 index 000000000000..f31cbb5532fa --- /dev/null +++ b/kde-base/krunner/krunner-4.11.17.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/krunner/krunner-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="KDE Command Runner" +HOMEPAGE+=" http://userbase.kde.org/Plasma/Krunner" +IUSE="debug" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND=" + $(add_kdebase_dep kcheckpass) + $(add_kdebase_dep kephal) + $(add_kdebase_dep ksmserver) + $(add_kdebase_dep ksysguard) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep libplasmagenericshell) + !aqua? ( + x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXext + ) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kdm/ + libs/kephal/ + libs/ksysguard/ + libs/kworkspace/ + libs/plasmagenericshell/ + kcheckpass/ + ksmserver/org.kde.KSMServerInterface.xml + ksysguard/ + plasma/screensaver/shell/org.kde.plasma-overlay.App.xml +" + +KMLOADLIBS="libkworkspace" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with opengl OpenGL) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kscreensaver/ChangeLog b/kde-base/kscreensaver/ChangeLog index c4482ea79db5..b4bd1cf8a196 100644 --- a/kde-base/kscreensaver/ChangeLog +++ b/kde-base/kscreensaver/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kscreensaver # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kscreensaver/ChangeLog,v 1.331 2015/02/19 07:43:17 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscreensaver/ChangeLog,v 1.332 2015/03/29 11:33:07 johu Exp $ + +*kscreensaver-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kscreensaver-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kscreensaver-4.11.9.ebuild: diff --git a/kde-base/kscreensaver/kscreensaver-4.11.17.ebuild b/kde-base/kscreensaver/kscreensaver-4.11.17.ebuild new file mode 100644 index 000000000000..3fde119ae144 --- /dev/null +++ b/kde-base/kscreensaver/kscreensaver-4.11.17.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscreensaver/kscreensaver-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE screensaver framework" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep kcheckpass) + x11-libs/libX11 +" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}/${PN}-4.5.95-nsfw.patch" +) diff --git a/kde-base/ksmserver/ChangeLog b/kde-base/ksmserver/ChangeLog index 680dda4aef1f..45ba766ada40 100644 --- a/kde-base/ksmserver/ChangeLog +++ b/kde-base/ksmserver/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksmserver # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksmserver/ChangeLog,v 1.327 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksmserver/ChangeLog,v 1.328 2015/03/29 11:33:07 johu Exp $ + +*ksmserver-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +ksmserver-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -ksmserver-4.11.9.ebuild: diff --git a/kde-base/ksmserver/ksmserver-4.11.17.ebuild b/kde-base/ksmserver/ksmserver-4.11.17.ebuild new file mode 100644 index 000000000000..24378fa95498 --- /dev/null +++ b/kde-base/ksmserver/ksmserver-4.11.17.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksmserver/ksmserver-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +DECLARATIVE_REQUIRED="always" +KMNAME="kde-workspace" +inherit kde4-meta pax-utils + +DESCRIPTION="The reliable KDE session manager that talks the standard X11R6" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kcminit) + $(add_kdebase_dep libkworkspace) + media-libs/qimageblitz + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXrender +" +RDEPEND="${DEPEND} + $(add_kdebase_dep libkgreeter) +" + +KMEXTRACTONLY=" + kcminit/main.h + libs/kdm/kgreeterplugin.h + kcheckpass/ + libs/kephal/ + libs/kworkspace/ +" + +KMLOADLIBS="libkworkspace" + +src_install() { + kde4-meta_src_install + + # bug #483236 + pax-mark m "${ED}/usr/$(get_libdir)/kde4/libexec/kscreenlocker_greet" +} diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog index a01fec69e4d5..9da3a1c12f72 100644 --- a/kde-base/ksplash/ChangeLog +++ b/kde-base/ksplash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksplash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.237 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.238 2015/03/29 11:33:06 johu Exp $ + +*ksplash-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +ksplash-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -ksplash-4.11.9.ebuild: Remove KDE Workspace 4.11.9 diff --git a/kde-base/ksplash/ksplash-4.11.17.ebuild b/kde-base/ksplash/ksplash-4.11.17.ebuild new file mode 100644 index 000000000000..6fa83e1e66b3 --- /dev/null +++ b/kde-base/ksplash/ksplash-4.11.17.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.11.17.ebuild,v 1.1 2015/03/29 11:33:06 johu Exp $ + +EAPI=5 + +DECLARATIVE_REQUIRED="always" +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="cpu_flags_x86_3dnow altivec debug cpu_flags_x86_mmx cpu_flags_x86_sse +cpu_flags_x86_sse2 xinerama" + +COMMONDEPEND=" + media-libs/libpng:0= + virtual/jpeg:0 + x11-libs/libX11 + x11-libs/libXext + xinerama? ( x11-libs/libXinerama ) +" +DEPEND="${COMMONDEPEND} + xinerama? ( x11-proto/xineramaproto ) +" +RDEPEND="${COMMONDEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_has cpu_flags_x86_3dnow X86_3DNOW) + $(cmake-utils_use_has altivec PPC_ALTIVEC) + $(cmake-utils_use_has cpu_flags_x86_mmx X86_MMX) + $(cmake-utils_use_has cpu_flags_x86_sse X86_SSE) + $(cmake-utils_use_has cpu_flags_x86_sse2 X86_SSE2) + $(cmake-utils_use_with xinerama) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kstartupconfig/ChangeLog b/kde-base/kstartupconfig/ChangeLog index 7bee84815f5b..732787e6751e 100644 --- a/kde-base/kstartupconfig/ChangeLog +++ b/kde-base/kstartupconfig/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kstartupconfig # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartupconfig/ChangeLog,v 1.226 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartupconfig/ChangeLog,v 1.227 2015/03/29 11:33:06 johu Exp $ + +*kstartupconfig-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kstartupconfig-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kstartupconfig-4.11.9.ebuild: diff --git a/kde-base/kstartupconfig/kstartupconfig-4.11.17.ebuild b/kde-base/kstartupconfig/kstartupconfig-4.11.17.ebuild new file mode 100644 index 000000000000..d6500e03ac06 --- /dev/null +++ b/kde-base/kstartupconfig/kstartupconfig-4.11.17.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstartupconfig/kstartupconfig-4.11.17.ebuild,v 1.1 2015/03/29 11:33:06 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: Utility to launch applications with special window properties" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kstyles/ChangeLog b/kde-base/kstyles/ChangeLog index 2000aa66312c..cd06ef8d7a52 100644 --- a/kde-base/kstyles/ChangeLog +++ b/kde-base/kstyles/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kstyles # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstyles/ChangeLog,v 1.235 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstyles/ChangeLog,v 1.236 2015/03/29 11:33:08 johu Exp $ + +*kstyles-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kstyles-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kstyles-4.11.9.ebuild: Remove KDE Workspace 4.11.9 diff --git a/kde-base/kstyles/kstyles-4.11.17.ebuild b/kde-base/kstyles/kstyles-4.11.17.ebuild new file mode 100644 index 000000000000..5b23beea0ce4 --- /dev/null +++ b/kde-base/kstyles/kstyles-4.11.17.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstyles/kstyles-4.11.17.ebuild,v 1.1 2015/03/29 11:33:08 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: A set of different KDE styles" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + kde-base/liboxygenstyle:4= + x11-libs/libX11 +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/oxygen +" diff --git a/kde-base/ksysguard/ChangeLog b/kde-base/ksysguard/ChangeLog index 71731c59c4af..2ff1879010f7 100644 --- a/kde-base/ksysguard/ChangeLog +++ b/kde-base/ksysguard/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksysguard # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.351 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.352 2015/03/29 11:33:06 johu Exp $ + +*ksysguard-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +ksysguard-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -ksysguard-4.11.9.ebuild: diff --git a/kde-base/ksysguard/ksysguard-4.11.17.ebuild b/kde-base/ksysguard/ksysguard-4.11.17.ebuild new file mode 100644 index 000000000000..c68d1f7c3209 --- /dev/null +++ b/kde-base/ksysguard/ksysguard-4.11.17.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.11.17.ebuild,v 1.1 2015/03/29 11:33:06 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +CPPUNIT_REQUIRED="optional" +VIRTUALX_REQUIRED="test" +inherit kde4-meta + +DESCRIPTION="KSysguard is a network enabled task manager and system monitor application" +HOMEPAGE+=" http://userbase.kde.org/KSysGuard" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug lm_sensors test" + +DEPEND=" + sys-libs/zlib + x11-libs/libX11 + x11-libs/libXres + lm_sensors? ( sys-apps/lm_sensors ) +" +RDEPEND="${DEPEND}" + +RESTRICT="test" +# bug 393091 + +KMEXTRA=" + libs/ksysguard/ +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with lm_sensors Sensors) + ) + + kde4-meta_src_configure +} + +pkg_postinst() { + kde4-meta_pkg_postinst + ewarn "Note that ksysguard has powerful features; one of these is the executing of arbitrary" + ewarn "programs with elevated privileges (as data sources). So be careful opening worksheets" + ewarn "from untrusted sources!" +} diff --git a/kde-base/ksystraycmd/ChangeLog b/kde-base/ksystraycmd/ChangeLog index 1dc26e6cd844..92d89f872119 100644 --- a/kde-base/ksystraycmd/ChangeLog +++ b/kde-base/ksystraycmd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksystraycmd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.305 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.306 2015/03/29 11:33:07 johu Exp $ + +*ksystraycmd-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +ksystraycmd-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -ksystraycmd-4.11.9.ebuild: diff --git a/kde-base/ksystraycmd/ksystraycmd-4.11.17.ebuild b/kde-base/ksystraycmd/ksystraycmd-4.11.17.ebuild new file mode 100644 index 000000000000..687dfd1bd9ab --- /dev/null +++ b/kde-base/ksystraycmd/ksystraycmd-4.11.17.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ksystraycmd-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="Ksystraycmd embeds applications given as argument into the system tray" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="x11-libs/libX11" +RDEPEND="${DEPEND}" diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog index a9edac57065c..6377cd93275c 100644 --- a/kde-base/kwin/ChangeLog +++ b/kde-base/kwin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kwin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.401 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.402 2015/03/29 11:33:07 johu Exp $ + +*kwin-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kwin-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kwin-4.11.9.ebuild: Remove KDE Workspace 4.11.9 diff --git a/kde-base/kwin/kwin-4.11.17.ebuild b/kde-base/kwin/kwin-4.11.17.ebuild new file mode 100644 index 000000000000..56d07e65e9d1 --- /dev/null +++ b/kde-base/kwin/kwin-4.11.17.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +DECLARATIVE_REQUIRED="always" +OPENGL_REQUIRED="always" + +#VIRTUALX_REQUIRED=test +RESTRICT=test +# test 8: kwin-TestVirtualDesktops hangs even with virtualx + +inherit flag-o-matic kde4-meta + +DESCRIPTION="KDE window manager" +HOMEPAGE+=" http://userbase.kde.org/KWin" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug gles opengl wayland" + +COMMONDEPEND=" + $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdelibs opengl) + $(add_kdebase_dep kephal) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep liboxygenstyle) + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libxcb + x11-libs/xcb-util-image + x11-libs/xcb-util-keysyms + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + >=x11-libs/libXrandr-1.2.1 + x11-libs/libXrender + x11-libs/libXxf86vm + opengl? ( >=media-libs/mesa-7.10 ) + gles? ( >=media-libs/mesa-7.12[egl(+),gles2] ) + wayland? ( >=media-libs/mesa-9.0[egl(+),wayland] ) +" +DEPEND="${COMMONDEPEND} + x11-libs/xcb-util-renderutil + x11-proto/compositeproto + x11-proto/damageproto + x11-proto/fixesproto + x11-proto/randrproto + x11-proto/renderproto +" +RDEPEND="${COMMONDEPEND} + x11-apps/scripts +" + +KMEXTRACTONLY=" + ksmserver/ + libs/kephal/ + libs/oxygen/ +" + +# you need one of these +REQUIRED_USE="!opengl? ( gles ) !gles? ( opengl ) wayland? ( gles )" + +src_configure() { + # FIXME Remove when activity API moved away from libkworkspace + append-cppflags "-I${EPREFIX}/usr/include/kworkspace" + + local mycmakeargs=( + $(cmake-utils_use_with gles OpenGLES) + $(cmake-utils_use gles KWIN_BUILD_WITH_OPENGLES) + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with wayland Wayland) + -DWITH_X11_Xcomposite=ON + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kwrited/ChangeLog b/kde-base/kwrited/ChangeLog index b79b37978b1a..f25732e930e2 100644 --- a/kde-base/kwrited/ChangeLog +++ b/kde-base/kwrited/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kwrited # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwrited/ChangeLog,v 1.212 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwrited/ChangeLog,v 1.213 2015/03/29 11:33:08 johu Exp $ + +*kwrited-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +kwrited-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -kwrited-4.11.9.ebuild: Remove KDE Workspace 4.11.9 diff --git a/kde-base/kwrited/kwrited-4.11.17.ebuild b/kde-base/kwrited/kwrited-4.11.17.ebuild new file mode 100644 index 000000000000..f6ccc0554fd4 --- /dev/null +++ b/kde-base/kwrited/kwrited-4.11.17.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwrited/kwrited-4.11.17.ebuild,v 1.1 2015/03/29 11:33:08 johu Exp $ + +EAPI=5 +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE daemon listening for wall and write messages" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + || ( >=sys-libs/libutempter-1.1.5 >=sys-freebsd/freebsd-lib-9.0 ) +" +RDEPEND="${DEPEND}" diff --git a/kde-base/libkgreeter/ChangeLog b/kde-base/libkgreeter/ChangeLog new file mode 100644 index 000000000000..e034dc2b2207 --- /dev/null +++ b/kde-base/libkgreeter/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for kde-base/libkgreeter +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkgreeter/ChangeLog,v 1.1 2015/03/29 11:33:07 johu Exp $ + +*libkgreeter-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +libkgreeter-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 + diff --git a/kde-base/libkgreeter/libkgreeter-4.11.17.ebuild b/kde-base/libkgreeter/libkgreeter-4.11.17.ebuild new file mode 100644 index 000000000000..d3face321a18 --- /dev/null +++ b/kde-base/libkgreeter/libkgreeter-4.11.17.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkgreeter/libkgreeter-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/kdm" +inherit kde4-meta + +DESCRIPTION="Conversation widgets for KDM greeter" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + !<kde-base/kdm-4.11.17-r1 +" + +RDEPEND="${DEPEND}" diff --git a/kde-base/libkgreeter/metadata.xml b/kde-base/libkgreeter/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/kde-base/libkgreeter/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> diff --git a/kde-base/libkworkspace/ChangeLog b/kde-base/libkworkspace/ChangeLog index 09a397692458..4a478264b870 100644 --- a/kde-base/libkworkspace/ChangeLog +++ b/kde-base/libkworkspace/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/libkworkspace # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.244 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.245 2015/03/29 11:33:08 johu Exp $ + +*libkworkspace-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +libkworkspace-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -libkworkspace-4.11.9.ebuild: diff --git a/kde-base/libkworkspace/libkworkspace-4.11.17.ebuild b/kde-base/libkworkspace/libkworkspace-4.11.17.ebuild new file mode 100644 index 000000000000..c08306854825 --- /dev/null +++ b/kde-base/libkworkspace/libkworkspace-4.11.17.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.11.17.ebuild,v 1.1 2015/03/29 11:33:08 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/kworkspace" +inherit kde4-meta + +DESCRIPTION="A library for KDE desktop applications" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug" + +KMEXTRACTONLY=" + ksmserver/org.kde.KSMServerInterface.xml + kwin/org.kde.KWin.xml +" + +KMSAVELIBS="true" + +DEPEND=" + x11-libs/libICE + x11-libs/libSM + x11-libs/libXau +" +RDEPEND="${DEPEND}" + +src_prepare() { + sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \ + libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h" + + kde4-meta_src_prepare +} diff --git a/kde-base/liboxygenstyle/ChangeLog b/kde-base/liboxygenstyle/ChangeLog index f01f95173ac4..d78b97e825c0 100644 --- a/kde-base/liboxygenstyle/ChangeLog +++ b/kde-base/liboxygenstyle/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/liboxygenstyle # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/liboxygenstyle/ChangeLog,v 1.163 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/liboxygenstyle/ChangeLog,v 1.164 2015/03/29 11:33:07 johu Exp $ + +*liboxygenstyle-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +liboxygenstyle-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -liboxygenstyle-4.11.9.ebuild: diff --git a/kde-base/liboxygenstyle/liboxygenstyle-4.11.17.ebuild b/kde-base/liboxygenstyle/liboxygenstyle-4.11.17.ebuild new file mode 100644 index 000000000000..75e56ac7c0d7 --- /dev/null +++ b/kde-base/liboxygenstyle/liboxygenstyle-4.11.17.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/liboxygenstyle/liboxygenstyle-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/oxygen" +inherit kde4-meta + +DESCRIPTION="Library to support the Oxygen style in KDE" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug" +SLOT="4/${PV}" + +DEPEND="x11-libs/libX11" +RDEPEND="${DEPEND}" diff --git a/kde-base/libplasmaclock/ChangeLog b/kde-base/libplasmaclock/ChangeLog index 2941327d0d89..0af3e8bf2baf 100644 --- a/kde-base/libplasmaclock/ChangeLog +++ b/kde-base/libplasmaclock/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/libplasmaclock # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/ChangeLog,v 1.216 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/ChangeLog,v 1.217 2015/03/29 11:33:07 johu Exp $ + +*libplasmaclock-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +libplasmaclock-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -libplasmaclock-4.11.9-r1.ebuild, -libplasmaclock-4.11.9.ebuild: diff --git a/kde-base/libplasmaclock/libplasmaclock-4.11.17.ebuild b/kde-base/libplasmaclock/libplasmaclock-4.11.17.ebuild new file mode 100644 index 000000000000..6783edd8c875 --- /dev/null +++ b/kde-base/libplasmaclock/libplasmaclock-4.11.17.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/libplasmaclock-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/plasmaclock" +inherit kde4-meta + +DESCRIPTION="Libraries for KDE Plasma's clocks" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +kdepim" + +DEPEND=" + $(add_kdebase_dep kephal) + kdepim? ( $(add_kdebase_dep kdepimlibs) ) +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +KMEXTRACTONLY=" + libs/kephal/ +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with kdepim KdepimLibs) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/libplasmagenericshell/ChangeLog b/kde-base/libplasmagenericshell/ChangeLog index f82309d6d397..511e023264fb 100644 --- a/kde-base/libplasmagenericshell/ChangeLog +++ b/kde-base/libplasmagenericshell/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libplasmagenericshell # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog,v 1.177 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog,v 1.178 2015/03/29 11:33:08 johu Exp $ + +*libplasmagenericshell-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> + +libplasmagenericshell-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -libplasmagenericshell-4.11.9.ebuild: diff --git a/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.17.ebuild b/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.17.ebuild new file mode 100644 index 000000000000..5030047d7bcc --- /dev/null +++ b/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.17.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.17.ebuild,v 1.1 2015/03/29 11:33:08 johu Exp $ + +EAPI=5 + +DECLARATIVE_REQUIRED="always" +KMNAME="kde-workspace" +KMMODULE="libs/plasmagenericshell" +inherit kde4-meta + +DESCRIPTION="Libraries for the KDE Plasma shell" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug test" + +DEPEND=" + $(add_kdebase_dep kephal) + $(add_kdebase_dep libkworkspace) + x11-libs/libX11 +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +KMEXTRACTONLY=" + libs/kephal/kephal/ + plasma/desktop/shell/data/ +" diff --git a/kde-base/libtaskmanager/ChangeLog b/kde-base/libtaskmanager/ChangeLog index 77b195c27e23..efe2a56f0fb7 100644 --- a/kde-base/libtaskmanager/ChangeLog +++ b/kde-base/libtaskmanager/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/libtaskmanager # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libtaskmanager/ChangeLog,v 1.227 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libtaskmanager/ChangeLog,v 1.228 2015/03/29 11:33:08 johu Exp $ + +*libtaskmanager-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +libtaskmanager-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -libtaskmanager-4.11.9.ebuild: diff --git a/kde-base/libtaskmanager/libtaskmanager-4.11.17.ebuild b/kde-base/libtaskmanager/libtaskmanager-4.11.17.ebuild new file mode 100644 index 000000000000..a6746b0cdced --- /dev/null +++ b/kde-base/libtaskmanager/libtaskmanager-4.11.17.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libtaskmanager/libtaskmanager-4.11.17.ebuild,v 1.1 2015/03/29 11:33:08 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/taskmanager" +inherit kde4-meta + +DESCRIPTION="A library that provides basic taskmanager functionality" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kactivities) + $(add_kdebase_dep kephal) + $(add_kdebase_dep ksysguard) + $(add_kdebase_dep libkworkspace) + x11-libs/libX11 +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +KMEXTRACTONLY=" + libs/kephal/ + libs/kworkspace/ +" + +src_prepare() { + kde4-meta_src_prepare + sed -e 's:ksysguard/processcore/processes.h:ksysguard/processes.h:g' -i "${S}/libs/taskmanager/taskitem.cpp" || die + sed -e 's:ksysguard/processcore/process.h:ksysguard/process.h:g' -i "${S}/libs/taskmanager/taskitem.cpp" || die +} diff --git a/kde-base/plasma-workspace/ChangeLog b/kde-base/plasma-workspace/ChangeLog index 756a1f614f18..59eca7e2a93d 100644 --- a/kde-base/plasma-workspace/ChangeLog +++ b/kde-base/plasma-workspace/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/plasma-workspace # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.295 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.296 2015/03/29 11:33:06 johu Exp $ + +*plasma-workspace-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> + +plasma-workspace-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -plasma-workspace-4.11.9-r1.ebuild: diff --git a/kde-base/plasma-workspace/plasma-workspace-4.11.17.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.11.17.ebuild new file mode 100644 index 000000000000..766582843eb4 --- /dev/null +++ b/kde-base/plasma-workspace/plasma-workspace-4.11.17.ebuild @@ -0,0 +1,122 @@ +# Copyright 1999-2015 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.17.ebuild,v 1.1 2015/03/29 11:33:06 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 +} diff --git a/kde-base/powerdevil/ChangeLog b/kde-base/powerdevil/ChangeLog index 172cd7aab8cd..aecb20550532 100644 --- a/kde-base/powerdevil/ChangeLog +++ b/kde-base/powerdevil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/powerdevil # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/powerdevil/ChangeLog,v 1.226 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/powerdevil/ChangeLog,v 1.227 2015/03/29 11:33:08 johu Exp $ + +*powerdevil-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +powerdevil-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -powerdevil-4.11.9.ebuild: diff --git a/kde-base/powerdevil/powerdevil-4.11.17.ebuild b/kde-base/powerdevil/powerdevil-4.11.17.ebuild new file mode 100644 index 000000000000..6b9c34c58725 --- /dev/null +++ b/kde-base/powerdevil/powerdevil-4.11.17.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/powerdevil/powerdevil-4.11.17.ebuild,v 1.1 2015/03/29 11:33:08 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="PowerDevil is an utility for KDE4 for Laptop Powermanagement" +HOMEPAGE="http://solid.kde.org" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +pm-utils" + +DEPEND=" + $(add_kdebase_dep kactivities) + $(add_kdebase_dep libkworkspace) + !aqua? ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXrandr + ) +" +RDEPEND="${DEPEND} + pm-utils? ( sys-power/pm-utils ) +" + +KMEXTRACTONLY=" + krunner/ + ksmserver/org.kde.KSMServerInterface.xml + ksmserver/screenlocker/dbus/org.freedesktop.ScreenSaver.xml +" diff --git a/kde-base/qguiplatformplugin_kde/ChangeLog b/kde-base/qguiplatformplugin_kde/ChangeLog index 81f0b6a85006..9dd1ab439eb6 100644 --- a/kde-base/qguiplatformplugin_kde/ChangeLog +++ b/kde-base/qguiplatformplugin_kde/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/qguiplatformplugin_kde # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qguiplatformplugin_kde/ChangeLog,v 1.176 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/qguiplatformplugin_kde/ChangeLog,v 1.177 2015/03/29 11:33:06 johu Exp $ + +*qguiplatformplugin_kde-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> + +qguiplatformplugin_kde-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -qguiplatformplugin_kde-4.11.9.ebuild: diff --git a/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.17.ebuild b/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.17.ebuild new file mode 100644 index 000000000000..fa65e2609acb --- /dev/null +++ b/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.17.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.17.ebuild,v 1.1 2015/03/29 11:33:06 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="Helps integration of pure Qt applications with KDE Workspace" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/solid-actions-kcm/ChangeLog b/kde-base/solid-actions-kcm/ChangeLog index abd28630f737..e8c4dbea4188 100644 --- a/kde-base/solid-actions-kcm/ChangeLog +++ b/kde-base/solid-actions-kcm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/solid-actions-kcm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog,v 1.46 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog,v 1.47 2015/03/29 11:33:08 johu Exp $ + +*solid-actions-kcm-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> + +solid-actions-kcm-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -solid-actions-kcm-4.11.9.ebuild: diff --git a/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.17.ebuild b/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.17.ebuild new file mode 100644 index 000000000000..3e98f1a7fb10 --- /dev/null +++ b/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.17.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.17.ebuild,v 1.1 2015/03/29 11:33:08 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +CPPUNIT_REQUIRED="test" +inherit kde4-meta + +DESCRIPTION="KDE control module for Solid actions" +HOMEPAGE="http://solid.kde.org" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep solid-runtime) + !kde-base/solid:4 +" diff --git a/kde-base/systemsettings/ChangeLog b/kde-base/systemsettings/ChangeLog index 89e10fa869b6..10638c7c74a0 100644 --- a/kde-base/systemsettings/ChangeLog +++ b/kde-base/systemsettings/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/systemsettings # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.276 2015/02/19 07:43:18 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.277 2015/03/29 11:33:07 johu Exp $ + +*systemsettings-4.11.17 (29 Mar 2015) + + 29 Mar 2015; Johannes Huber <johu@gentoo.org> +systemsettings-4.11.17.ebuild: + Version bump KDE Workspace 4.11.17 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -systemsettings-4.11.9-r1.ebuild, -systemsettings-4.11.9.ebuild: diff --git a/kde-base/systemsettings/systemsettings-4.11.17.ebuild b/kde-base/systemsettings/systemsettings-4.11.17.ebuild new file mode 100644 index 000000000000..8a7a756ccb03 --- /dev/null +++ b/kde-base/systemsettings/systemsettings-4.11.17.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/systemsettings-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +OPENGL_REQUIRED="optional" +VIRTUALX_REQUIRED="test" +VIRTUALDBUS_TEST="true" +inherit kde4-meta + +DESCRIPTION="System settings utility" +HOMEPAGE+=" http://userbase.kde.org/System_Settings" +IUSE="debug gtk +kscreen nepomuk +usb" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +COMMONDEPEND=" + app-misc/strigi + dev-libs/glib:2 + $(add_kdebase_dep kwin) + $(add_kdebase_dep libkworkspace) + media-libs/fontconfig + >=media-libs/freetype-2 + >=x11-libs/libxklavier-3.2 + x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXft + x11-libs/libXi + x11-libs/libxkbfile + x11-libs/libXrandr + x11-libs/libXtst + opengl? ( virtual/opengl ) + usb? ( virtual/libusb:0 ) +" +DEPEND="${COMMONDEPEND} + x11-proto/kbproto + x11-proto/xextproto +" +RDEPEND="${COMMONDEPEND} + sys-libs/timezone-data + x11-apps/setxkbmap + x11-misc/xkeyboard-config + gtk? ( kde-misc/kde-gtk-config ) + kscreen? ( kde-misc/kscreen:4 ) + nepomuk? ( $(add_kdebase_dep nepomuk) ) +" + +KMEXTRA=" + kcontrol/ +" +KMEXTRACTONLY=" + krunner/dbus/org.kde.krunner.App.xml + krunner/dbus/org.kde.screensaver.xml + ksmserver/screenlocker/dbus/org.kde.screensaver.xml + kwin/ + libs/ + plasma/ +" +# fails to connect to a kded instance +RESTRICT="test" + +PATCHES=( "${FILESDIR}/${PN}-kcm-randr.patch" ) + +src_unpack() { + if use handbook; then + KMEXTRA+=" + doc/kcontrol + doc/kfontview + " + fi + + kde4-meta_src_unpack +} + +src_prepare() { + sed -i -e 's/systemsettingsrc DESTINATION ${SYSCONF_INSTALL_DIR}/systemsettingsrc DESTINATION ${CONFIG_INSTALL_DIR}/' \ + systemsettings/CMakeLists.txt \ + || die "Failed to fix systemsettingsrc install location" + + kde4-meta_src_prepare +} + +# FIXME: is have_openglxvisual found without screensaver +src_configure() { + # Old keyboard-detection code is unmaintained, + # so we force the new stuff, using libxklavier. + local mycmakeargs=( + -DUSE_XKLAVIER=ON -DWITH_LibXKlavier=ON + -DWITH_GLIB2=ON -DWITH_GObject=ON + -DBUILD_KCM_RANDR=$(usex !kscreen) + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with usb) + ) + + kde4-meta_src_configure +} |