diff options
| author | Johannes Huber <johu@gentoo.org> | 2016-03-30 18:49:27 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2016-03-30 18:49:37 +0200 |
| commit | 71ff67f42dadc774dfe0faaceb46c9ff00aff6c5 (patch) | |
| tree | dea143e1709623264b16423bce2b56e5c87894d0 | |
| parent | 7c15d3b5cd01e2582cbbff9ca898981bcb9866e6 (diff) | |
| download | kde-71ff67f42dadc774dfe0faaceb46c9ff00aff6c5.tar.gz kde-71ff67f42dadc774dfe0faaceb46c9ff00aff6c5.tar.bz2 kde-71ff67f42dadc774dfe0faaceb46c9ff00aff6c5.zip | |
kde-apps: Fix KDE Applications 16.04 stable branch
Package-Manager: portage-2.2.28
57 files changed, 1162 insertions, 0 deletions
diff --git a/kde-apps/attica/attica-16.04.49.9999.ebuild b/kde-apps/attica/attica-16.04.49.9999.ebuild new file mode 100644 index 00000000000..792f50b22ee --- /dev/null +++ b/kde-apps/attica/attica-16.04.49.9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="Open Collaboration Services provider management" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + dev-libs/libattica +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/drkonqi/drkonqi-16.04.49.9999.ebuild b/kde-apps/drkonqi/drkonqi-16.04.49.9999.ebuild new file mode 100644 index 00000000000..0a9834627b7 --- /dev/null +++ b/kde-apps/drkonqi/drkonqi-16.04.49.9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE crash handler, gives the user feedback if a program crashed" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + $(add_kdeapps_dep kdepimlibs) +" +RDEPEND="${DEPEND}" + +pkg_postinst() { + kde4-meta_pkg_postinst + if ! has_version "sys-devel/gdb"; then + elog "For more usability consider installing following packages:" + elog " sys-devel/gdb - Easier debugging support" + fi +} diff --git a/kde-apps/jovie/jovie-16.04.49.9999.ebuild b/kde-apps/jovie/jovie-16.04.49.9999.ebuild new file mode 100644 index 00000000000..dd2396faaa2 --- /dev/null +++ b/kde-apps/jovie/jovie-16.04.49.9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Jovie is a text to speech application" +HOMEPAGE="https://www.kde.org/applications/utilities/jovie/" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + app-accessibility/speech-dispatcher +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kaccessible/kaccessible-16.04.49.9999.ebuild b/kde-apps/kaccessible/kaccessible-16.04.49.9999.ebuild new file mode 100644 index 00000000000..5e62775fe69 --- /dev/null +++ b/kde-apps/kaccessible/kaccessible-16.04.49.9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Provides accessibility services like focus tracking" +KEYWORDS="" +IUSE="debug +speechd" + +DEPEND="speechd? ( app-accessibility/speech-dispatcher )" +RDEPEND=${DEPEND} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with speechd) + ) + kde4-base_src_configure +} diff --git a/kde-apps/kcmshell/kcmshell-16.04.49.9999.ebuild b/kde-apps/kcmshell/kcmshell-16.04.49.9999.ebuild new file mode 100644 index 00000000000..96bf4c9e27d --- /dev/null +++ b/kde-apps/kcmshell/kcmshell-16.04.49.9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="Utility to host KDE control modules independently of SystemSettings" +KEYWORDS="" +IUSE="debug" diff --git a/kde-apps/kcontrol/kcontrol-16.04.49.9999.ebuild b/kde-apps/kcontrol/kcontrol-16.04.49.9999.ebuild new file mode 100644 index 00000000000..0620b552291 --- /dev/null +++ b/kde-apps/kcontrol/kcontrol-16.04.49.9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="The KDE Control Center" +KEYWORDS="" +IUSE="debug" + +RDEPEND=" + $(add_kdeapps_dep zeroconf-ioslave) + || ( $(add_kdebase_dep khotkeys '' 4.11) kde-plasma/khotkeys ) +" + +src_prepare() { + kde4-meta_src_prepare + if use handbook; then + sed -i -e "/add_subdirectory(kcm_ssl)/d" doc/kcontrol/CMakeLists.txt || die + sed -i -e "/add_subdirectory(trash)/d" doc/kcontrol/CMakeLists.txt || die + fi +} diff --git a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-16.04.49.9999.ebuild b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-16.04.49.9999.ebuild new file mode 100644 index 00000000000..9d54d66b683 --- /dev/null +++ b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-16.04.49.9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_kdeapps_dep jovie) + $(add_kdeapps_dep kaccessible) + $(add_kdeapps_dep kmag) + $(add_kdeapps_dep kmousetool) + $(add_kdeapps_dep kmouth) +" diff --git a/kde-apps/kdebase-data/kdebase-data-16.04.49.9999.ebuild b/kde-apps/kdebase-data/kdebase-data-16.04.49.9999.ebuild new file mode 100644 index 00000000000..664133c182f --- /dev/null +++ b/kde-apps/kdebase-data/kdebase-data-16.04.49.9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +KMNOMODULE="true" +inherit kde4-meta + +DESCRIPTION="Icons, localization data and various .desktop files from kdebase" +IUSE="+wallpapers" +KEYWORDS="" + +RDEPEND=" + x11-themes/hicolor-icon-theme + wallpapers? ( || ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) kde-apps/kde-wallpapers:5 ) ) +" + +KMEXTRA=" + l10n/ + localization/ + pics/ +" +# Note that the eclass doesn't do this for us, because of KMNOMODULE="true". +KMEXTRACTONLY=" + config-runtime.h.cmake + kde4 +" + +src_configure() { + # Remove remnants of hicolor-icon-theme + sed -e "s:add_subdirectory[[:space:]]*([[:space:]]*hicolor[[:space:]]*):#donotwant:g" \ + -i pics/CMakeLists.txt \ + || die "failed to remove remnants of hicolor-icon-theme" + + kde4-meta_src_configure +} diff --git a/kde-apps/kdebase-desktoptheme/kdebase-desktoptheme-16.04.49.9999.ebuild b/kde-apps/kdebase-desktoptheme/kdebase-desktoptheme-16.04.49.9999.ebuild new file mode 100644 index 00000000000..30a04b302c3 --- /dev/null +++ b/kde-apps/kdebase-desktoptheme/kdebase-desktoptheme-16.04.49.9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +KMMODULE="desktoptheme" +inherit kde4-meta + +DESCRIPTION="Oxygen KDE4 desktop theme" +IUSE="" +KEYWORDS="" diff --git a/kde-apps/kdebase-kioslaves/kdebase-kioslaves-16.04.49.9999.ebuild b/kde-apps/kdebase-kioslaves/kdebase-kioslaves-16.04.49.9999.ebuild new file mode 100644 index 00000000000..a7247cf6c8b --- /dev/null +++ b/kde-apps/kdebase-kioslaves/kdebase-kioslaves-16.04.49.9999.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-runtime" +KMMODULE="kioslave" +inherit kde4-meta + +KEYWORDS="" +DESCRIPTION="KDE VFS framework - kioslaves present a filesystem-like view of arbitrary data" +IUSE="+bzip2 exif debug lzma openexr samba +sftp" + +# tests hang, last checked for 4.2.96 +RESTRICT="test" + +DEPEND=" + virtual/jpeg:0 + !aqua? ( x11-libs/libXcursor ) + bzip2? ( app-arch/bzip2 ) + exif? ( media-gfx/exiv2:= ) + openexr? ( media-libs/openexr:= ) + samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) ) + sftp? ( >=net-libs/libssh-0.4.0:=[sftp] ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdelibs 'bzip2?,lzma?') + $(add_kdeapps_dep kdialog) + virtual/ssh + !aqua? ( !kernel_SunOS? ( virtual/eject ) ) +" + +KMEXTRA=" + kioexec + kdeeject +" + +src_configure() { + local mycmakeargs=( + -DWITH_SLP=OFF + $(cmake-utils_use_with bzip2 BZip2) + $(cmake-utils_use_with exif Exiv2) + $(cmake-utils_use_with lzma LibLZMA) + $(cmake-utils_use_with openexr OpenEXR) + $(cmake-utils_use_with samba) + $(cmake-utils_use_with sftp LibSSH) + ) + kde4-meta_src_configure +} diff --git a/kde-apps/kdebase-menu-icons/kdebase-menu-icons-16.04.49.9999.ebuild b/kde-apps/kdebase-menu-icons/kdebase-menu-icons-16.04.49.9999.ebuild new file mode 100644 index 00000000000..5432d864f7a --- /dev/null +++ b/kde-apps/kdebase-menu-icons/kdebase-menu-icons-16.04.49.9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +KMMODULE="menu" +inherit kde4-meta + +DESCRIPTION="KDE menu icons" +KEYWORDS="" +IUSE="" diff --git a/kde-apps/kdebase-menu/kdebase-menu-16.04.49.9999.ebuild b/kde-apps/kdebase-menu/kdebase-menu-16.04.49.9999.ebuild new file mode 100644 index 00000000000..cc9e2d28d2d --- /dev/null +++ b/kde-apps/kdebase-menu/kdebase-menu-16.04.49.9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +KMMODULE="kde-menu" +inherit kde4-meta + +DESCRIPTION="KDE Menu query tool" +KEYWORDS="" +IUSE="debug" diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.49.9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.49.9999.ebuild new file mode 100644 index 00000000000..ca9fb515898 --- /dev/null +++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.49.9999.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages" +KEYWORDS="" +IUSE="+oldwallet pam" + +RDEPEND=" + $(add_kdeapps_dep kcmshell) + $(add_kdeapps_dep kdebase-data) + $(add_kdeapps_dep kdebase-desktoptheme) + $(add_kdeapps_dep kdebase-menu) + $(add_kdeapps_dep kdebase-menu-icons) + $(add_kdeapps_dep kdebugdialog) + $(add_kdeapps_dep kdesu '-handbook') + $(add_kdeapps_dep kdontchangethehostname) + $(add_kdeapps_dep keditfiletype) + $(add_kdeapps_dep kfile) + $(add_kdeapps_dep kiconfinder) + $(add_kdeapps_dep kimgio) + $(add_kdeapps_dep kioclient) + $(add_kdeapps_dep kmimetypefinder) + $(add_kdeapps_dep knewstuff) + $(add_kdeapps_dep knotify) + $(add_kdeapps_dep kpasswdserver) + $(add_kdeapps_dep kquitapp) + $(add_kdeapps_dep kreadconfig) + $(add_kdeapps_dep kstart) + $(add_kdeapps_dep ktimezoned) + $(add_kdeapps_dep ktraderclient) + $(add_kdeapps_dep kurifilter-plugins) + $(add_kdeapps_dep phonon-kde) + $(add_kdeapps_dep plasma-runtime) + $(add_kdeapps_dep renamedlg-plugins) + $(add_kdeapps_dep solid-runtime '-bluetooth') + oldwallet? ( + $(add_kdeapps_dep kwalletd) + pam? ( kde-apps/kwalletd-pam:4 ) + ) +" diff --git a/kde-apps/kdebugdialog/kdebugdialog-16.04.49.9999.ebuild b/kde-apps/kdebugdialog/kdebugdialog-16.04.49.9999.ebuild new file mode 100644 index 00000000000..eec96afdbda --- /dev/null +++ b/kde-apps/kdebugdialog/kdebugdialog-16.04.49.9999.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE: A dialog box for setting preferences for debug output" +KEYWORDS="" +IUSE="debug" diff --git a/kde-apps/kdepasswd/kdepasswd-16.04.49.9999.ebuild b/kde-apps/kdepasswd/kdepasswd-16.04.49.9999.ebuild new file mode 100644 index 00000000000..da77b4dbc95 --- /dev/null +++ b/kde-apps/kdepasswd/kdepasswd-16.04.49.9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-baseapps" +inherit kde4-meta + +DESCRIPTION="KDE GUI for passwd" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + $(add_kdeapps_dep libkonq) +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kdesu) + sys-apps/accountsservice +" diff --git a/kde-apps/kdesu/kdesu-16.04.49.9999.ebuild b/kde-apps/kdesu/kdesu-16.04.49.9999.ebuild new file mode 100644 index 00000000000..54c860421a3 --- /dev/null +++ b/kde-apps/kdesu/kdesu-16.04.49.9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-runtime" +inherit kde4-meta + +# FIXME: Is default command ( su/sudo ) still configurable, +# if not, USE-flag ? +DESCRIPTION="KDE: gui for su(1)" +HOMEPAGE+=" https://techbase.kde.org/Projects/kdesu" +KEYWORDS="" +IUSE="debug" + +src_configure() { + # Upstream moved kdesu to libexec first, then decided to move it back + # to /${PREFIX}/bin/ , so I'm doing that now already. + sed -e '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \ + -i "${S}"/kdesu/kdesu/CMakeLists.txt || \ + die "Moving kdesu from libexec to bin failed." + + kde4-meta_src_configure +} diff --git a/kde-apps/kdewebdev-meta/kdewebdev-meta-16.04.49.9999.ebuild b/kde-apps/kdewebdev-meta/kdewebdev-meta-16.04.49.9999.ebuild new file mode 100644 index 00000000000..c96d28523fb --- /dev/null +++ b/kde-apps/kdewebdev-meta/kdewebdev-meta-16.04.49.9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="KDE WebDev - merge this to pull in all kdewebdev-derived packages" +KEYWORDS="" +IUSE="" + +# FIXME: Add back when ported +# $(add_kdeapps_dep klinkstatus) +RDEPEND=" + $(add_kdeapps_dep kfilereplace) + $(add_kdeapps_dep kimagemapeditor) + $(add_kdeapps_dep kommander) +" diff --git a/kde-apps/kdialog/kdialog-16.04.49.9999.ebuild b/kde-apps/kdialog/kdialog-16.04.49.9999.ebuild new file mode 100644 index 00000000000..a343a46a64b --- /dev/null +++ b/kde-apps/kdialog/kdialog-16.04.49.9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-baseapps" +inherit kde4-meta + +DESCRIPTION="KDialog can be used to show nice dialog boxes from shell scripts" +KEYWORDS="" +IUSE="debug" diff --git a/kde-apps/kdontchangethehostname/kdontchangethehostname-16.04.49.9999.ebuild b/kde-apps/kdontchangethehostname/kdontchangethehostname-16.04.49.9999.ebuild new file mode 100644 index 00000000000..9b20c969458 --- /dev/null +++ b/kde-apps/kdontchangethehostname/kdontchangethehostname-16.04.49.9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="Tool to inform KDE about a change in hostname" +KEYWORDS="" +IUSE="debug" + +RDEPEND=" + x11-apps/xauth +" diff --git a/kde-apps/keditbookmarks/keditbookmarks-16.04.49.9999.ebuild b/kde-apps/keditbookmarks/keditbookmarks-16.04.49.9999.ebuild new file mode 100644 index 00000000000..f6489ba3b93 --- /dev/null +++ b/kde-apps/keditbookmarks/keditbookmarks-16.04.49.9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-baseapps" +VIRTUALX_REQUIRED="test" +inherit kde4-meta + +DESCRIPTION="KDE's bookmarks editor" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + $(add_kdeapps_dep libkonq) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + lib/konq/ +" diff --git a/kde-apps/keditfiletype/keditfiletype-16.04.49.9999.ebuild b/kde-apps/keditfiletype/keditfiletype-16.04.49.9999.ebuild new file mode 100644 index 00000000000..292c6424957 --- /dev/null +++ b/kde-apps/keditfiletype/keditfiletype-16.04.49.9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE mime/file type assocciation editor" +KEYWORDS="" +IUSE="debug" + +# test fails, last checked for 4.2.89 +RESTRICT=test diff --git a/kde-apps/kfile/kfile-16.04.49.9999.ebuild b/kde-apps/kfile/kfile-16.04.49.9999.ebuild new file mode 100644 index 00000000000..edca5c5adad --- /dev/null +++ b/kde-apps/kfile/kfile-16.04.49.9999.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="A commandline frontend to KFileMetaInfo" +KEYWORDS="" +IUSE="debug" diff --git a/kde-apps/kfilereplace/kfilereplace-16.04.49.9999.ebuild b/kde-apps/kfilereplace/kfilereplace-16.04.49.9999.ebuild new file mode 100644 index 00000000000..387355549f4 --- /dev/null +++ b/kde-apps/kfilereplace/kfilereplace-16.04.49.9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +KDE_HANDBOOK="optional" +KMNAME="kdewebdev" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE web development - powerful search and replace in multiple files" +HOMEPAGE="https://www.kde.org/applications/utilities/kfilereplace/" +KEYWORDS="" +IUSE="debug" diff --git a/kde-apps/kfind/kfind-16.04.49.9999.ebuild b/kde-apps/kfind/kfind-16.04.49.9999.ebuild new file mode 100644 index 00000000000..a2e372fddc4 --- /dev/null +++ b/kde-apps |
