commit: a4f1c4fd2e230c6dc3da3eea06c697764bf643f3 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Sun Nov 22 18:12:22 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Dec 6 09:49:06 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4f1c4fd
kde-apps: Move 15.08.3 kdeartwork and kdegraphics to tree Package-Manager: portage-2.2.20.1 kde-apps/gwenview/gwenview-15.08.3.ebuild | 84 ---------------------- kde-apps/kamera/kamera-15.08.3.ebuild | 17 ----- .../kcolorchooser/kcolorchooser-15.08.3.ebuild | 12 ---- .../kdeartwork-colorschemes-15.08.3.ebuild | 14 ---- .../kdeartwork-desktopthemes-15.08.3.ebuild | 14 ---- .../kdeartwork-emoticons-15.08.3.ebuild | 16 ----- .../kdeartwork-iconthemes-15.08.3.ebuild | 19 ----- ...work-kscreensaver-15.08.3-missing-include.patch | 10 --- .../kdeartwork-kscreensaver-15.08.3.ebuild | 49 ------------- .../kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild | 21 ------ .../kdeartwork-styles-15.08.3.ebuild | 23 ------ .../kdeartwork-wallpapers-15.08.3.ebuild | 20 ------ .../kdeartwork-weatherwallpapers-15.08.3.ebuild | 18 ----- .../kdegraphics-meta-15.08.3.ebuild | 32 --------- .../kdegraphics-mobipocket-15.08.3.ebuild | 11 --- kde-apps/kolourpaint/kolourpaint-15.08.3.ebuild | 25 ------- kde-apps/kruler/kruler-15.08.3.ebuild | 39 ---------- kde-apps/ksaneplugin/ksaneplugin-15.08.3.ebuild | 16 ----- kde-apps/ksnapshot/ksnapshot-15.08.3.ebuild | 31 -------- kde-apps/libksane/libksane-15.08.3.ebuild | 17 ----- kde-apps/okular/okular-15.08.3.ebuild | 57 --------------- kde-apps/svgpart/svgpart-15.08.3.ebuild | 11 --- kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild | 24 ------- 23 files changed, 580 deletions(-) diff --git a/kde-apps/gwenview/gwenview-15.08.3.ebuild b/kde-apps/gwenview/gwenview-15.08.3.ebuild deleted file mode 100644 index 22c285d..0000000 --- a/kde-apps/gwenview/gwenview-15.08.3.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="KDE image viewer" -HOMEPAGE="https://www.kde.org/applications/graphics/gwenview/" -KEYWORDS=" ~amd64 ~x86" -IUSE="kipi raw semantic-desktop X" - -# requires running environment -RESTRICT="test" - -COMMON_DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - dev-qt/qtgui:5 - dev-qt/qtopengl:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - media-gfx/exiv2:= - media-libs/lcms:2 - media-libs/libpng:0= - media-libs/phonon[qt5] - virtual/jpeg:0 - kipi? ( $(add_kdeapps_dep libkipi) ) - raw? ( $(add_kdeapps_dep libkdcraw) ) - semantic-desktop? ( $(add_frameworks_dep baloo) ) - X? ( - dev-qt/qtx11extras:5 - x11-libs/libX11 - ) -" -DEPEND="${COMMON_DEPEND} - dev-qt/qtconcurrent:5 -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kimageformats) - dev-qt/qtimageformats:5 -" - -PATCHES=( "${FILESDIR}/${PN}-15.08.3-fix-libkipi.patch" ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package kipi KF5Kipi) - $(cmake-utils_use_find_package raw KF5KDcraw) - $(cmake-utils_use_find_package X X11) - ) - - # Workaround for bug #479510 - if [[ -e ${EPREFIX}/usr/include/${CHOST}/jconfig.h ]]; then - mycmakeargs+=( -DJCONFIG_H="${EPREFIX}/usr/include/${CHOST}/jconfig.h" ) - fi - - if use semantic-desktop; then - mycmakeargs+=(-DGWENVIEW_SEMANTICINFO_BACKEND=Baloo) - else - mycmakeargs+=(-DGWENVIEW_SEMANTICINFO_BACKEND=None) - fi - - kde5_src_configure -} diff --git a/kde-apps/kamera/kamera-15.08.3.ebuild b/kde-apps/kamera/kamera-15.08.3.ebuild deleted file mode 100644 index f74d5de..0000000 --- a/kde-apps/kamera/kamera-15.08.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -inherit kde4-base - -DESCRIPTION="KDE digital camera manager" -KEYWORDS=" ~amd64 ~x86" -IUSE="debug" - -DEPEND=" - media-libs/libgphoto2:= -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/kcolorchooser/kcolorchooser-15.08.3.ebuild b/kde-apps/kcolorchooser/kcolorchooser-15.08.3.ebuild deleted file mode 100644 index 01c44fd..0000000 --- a/kde-apps/kcolorchooser/kcolorchooser-15.08.3.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="KDE color selector/editor" -HOMEPAGE="https://www.kde.org/applications/graphics/kcolorchooser/" -KEYWORDS=" ~amd64 ~x86" -IUSE="debug" diff --git a/kde-apps/kdeartwork-colorschemes/kdeartwork-colorschemes-15.08.3.ebuild b/kde-apps/kdeartwork-colorschemes/kdeartwork-colorschemes-15.08.3.ebuild deleted file mode 100644 index 9129201..0000000 --- a/kde-apps/kdeartwork-colorschemes/kdeartwork-colorschemes-15.08.3.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMNAME="kdeartwork" -KMMODULE="ColorSchemes" -KDE_SCM="svn" -inherit kde4-meta - -DESCRIPTION="KDE extra colorschemes" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/kde-apps/kdeartwork-desktopthemes/kdeartwork-desktopthemes-15.08.3.ebuild b/kde-apps/kdeartwork-desktopthemes/kdeartwork-desktopthemes-15.08.3.ebuild deleted file mode 100644 index df3f6e7..0000000 --- a/kde-apps/kdeartwork-desktopthemes/kdeartwork-desktopthemes-15.08.3.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMMODULE="desktopthemes" -KMNAME="kdeartwork" -KDE_SCM="svn" -inherit kde4-meta - -DESCRIPTION="Additional KDE4 Plasma themes" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/kde-apps/kdeartwork-emoticons/kdeartwork-emoticons-15.08.3.ebuild b/kde-apps/kdeartwork-emoticons/kdeartwork-emoticons-15.08.3.ebuild deleted file mode 100644 index 652b581..0000000 --- a/kde-apps/kdeartwork-emoticons/kdeartwork-emoticons-15.08.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -RESTRICT="binchecks strip" - -KMMODULE="emoticons" -KMNAME="kdeartwork" -KDE_SCM="svn" -inherit kde4-meta - -DESCRIPTION="EmotIcons (icons for things like smilies :-) for kde" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/kde-apps/kdeartwork-iconthemes/kdeartwork-iconthemes-15.08.3.ebuild b/kde-apps/kdeartwork-iconthemes/kdeartwork-iconthemes-15.08.3.ebuild deleted file mode 100644 index edb2a64..0000000 --- a/kde-apps/kdeartwork-iconthemes/kdeartwork-iconthemes-15.08.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMNAME="kdeartwork" -KMMODULE="IconThemes" -KDE_SCM="svn" -inherit kde4-meta - -DESCRIPTION="Icon themes for kde" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Provides nuvola icon theme -RDEPEND=" - !x11-themes/nuvola -" diff --git a/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-15.08.3-missing-include.patch b/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-15.08.3-missing-include.patch deleted file mode 100644 index 0396cc8..0000000 --- a/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-15.08.3-missing-include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/CMakeLists.txt 2015-11-15 22:33:19.528585331 +0100 -+++ b/CMakeLists.txt 2015-11-15 22:35:45.976754477 +0100 -@@ -6,6 +6,7 @@ - find_package(KDE4 REQUIRED) - include (KDE4Defaults) - include (MacroLibrary) -+include (CheckIncludeFiles) - - add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) - add_definitions( -DQT_NO_CAST_FROM_ASCII ) diff --git a/kde-apps/kdeartwork-kscreensaver/kdeartwork-kscreensaver-15.08.3.ebuild b/kde-apps/kdeartwork-kscreensaver/kdeartwork-kscreensaver-15.08.3.ebuild deleted file mode 100644 index 90d0f45..0000000 --- a/kde-apps/kdeartwork-kscreensaver/kdeartwork-kscreensaver-15.08.3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMMODULE="kscreensaver" -KMNAME="kdeartwork" -OPENGL_REQUIRED="optional" -KDE_SCM="svn" -inherit kde4-meta - -DESCRIPTION="Extra screensavers for kde" -KEYWORDS="~amd64 ~x86" -IUSE="debug +eigen +kexiv2 xscreensaver" - -# libkworkspace - only as a stub to provide KDE4Workspace config -RDEPEND=" - $(add_kdebase_dep kscreensaver '' 4.11) - $(add_kdebase_dep libkworkspace '' 4.11) - media-libs/libart_lgpl - x11-libs/libX11 - x11-libs/libXt - virtual/glu - virtual/opengl - kexiv2? ( $(add_kdeapps_dep libkexiv2) ) - xscreensaver? ( x11-misc/xscreensaver ) -" -DEPEND="${RDEPEND} - eigen? ( dev-cpp/eigen:2 ) -" - -PATCHES=( - "${FILESDIR}/${PN}-xscreensaver.patch" - "${FILESDIR}/${PN}-4.5.95-webcollage.patch" - "${FILESDIR}/${PN}-15.08.3-missing-include.patch" -) - -src_configure() { - local mycmakeargs=( - -DKSCREENSAVER_SOUND_SUPPORT=ON - -DOPENGL=ON - $(cmake-utils_use_with eigen Eigen2) - $(cmake-utils_use_with kexiv2) - $(cmake-utils_use_with xscreensaver) - ) - - kde4-meta_src_configure -} diff --git a/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild b/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild deleted file mode 100644 index 00d7a6e..0000000 --- a/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5-meta-pkg - -DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived packages" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - $(add_kdeapps_dep kdeartwork-colorschemes) - $(add_kdeapps_dep kdeartwork-desktopthemes) - $(add_kdeapps_dep kdeartwork-emoticons) - $(add_kdeapps_dep kdeartwork-iconthemes) - $(add_kdeapps_dep kdeartwork-kscreensaver) - $(add_kdeapps_dep kdeartwork-wallpapers) - $(add_kdeapps_dep kdeartwork-weatherwallpapers) -" diff --git a/kde-apps/kdeartwork-styles/kdeartwork-styles-15.08.3.ebuild b/kde-apps/kdeartwork-styles/kdeartwork-styles-15.08.3.ebuild deleted file mode 100644 index e80bb95..0000000 --- a/kde-apps/kdeartwork-styles/kdeartwork-styles-15.08.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMMODULE="styles" -KMNAME="kdeartwork" -KDE_SCM="svn" -inherit kde4-meta - -DESCRIPTION="Extra KWin styles and window decorations" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - $(add_kdebase_dep kwin '' 4.11) -" -RDEPEND="${DEPEND}" - -KMEXTRA=" - kwin-styles/ -" diff --git a/kde-apps/kdeartwork-wallpapers/kdeartwork-wallpapers-15.08.3.ebuild b/kde-apps/kdeartwork-wallpapers/kdeartwork-wallpapers-15.08.3.ebuild deleted file mode 100644 index 4218d92..0000000 --- a/kde-apps/kdeartwork-wallpapers/kdeartwork-wallpapers-15.08.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -RESTRICT="binchecks strip" - -KMMODULE="wallpapers" -KMNAME="kdeartwork" -KDE_SCM="svn" -inherit kde4-meta - -DESCRIPTION="Wallpapers from kde" -KEYWORDS="~amd64 ~x86" -IUSE="" - -KMEXTRA=" - HighResolutionWallpapers/ -" diff --git a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3.ebuild b/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3.ebuild deleted file mode 100644 index ec7272e..0000000 --- a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMNAME="kdeartwork" -KMMODULE="WeatherWallpapers" -KDE_SCM="svn" -inherit kde4-meta - -DESCRIPTION="Weather aware wallpapers. Changes with weather outside" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - $(add_kdeapps_dep kdeartwork-wallpapers) -" diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-15.08.3.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-15.08.3.ebuild deleted file mode 100644 index 66436dd..0000000 --- a/kde-apps/kdegraphics-meta/kdegraphics-meta-15.08.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5-meta-pkg - -DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" -HOMEPAGE="https://www.kde.org/applications/graphics/" -KEYWORDS=" ~amd64 ~x86" -IUSE="scanner" - -RDEPEND=" - $(add_kdeapps_dep gwenview) - $(add_kdeapps_dep kamera) - $(add_kdeapps_dep kcolorchooser) - $(add_kdeapps_dep kdegraphics-mobipocket) - $(add_kdeapps_dep kolourpaint) - $(add_kdeapps_dep kruler) - || ( $(add_kdeapps_dep ksnapshot) $(add_kdeapps_dep spectacle '' '2.0.0') ) - $(add_kdeapps_dep libkdcraw) - $(add_kdeapps_dep libkexiv2) - $(add_kdeapps_dep libkipi) - $(add_kdeapps_dep okular) - $(add_kdeapps_dep svgpart) - $(add_kdeapps_dep thumbnailers) - scanner? ( - $(add_kdeapps_dep ksaneplugin) - $(add_kdeapps_dep libksane) - ) -" diff --git a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3.ebuild b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3.ebuild deleted file mode 100644 index ab86380..0000000 --- a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="Library to support mobipocket ebooks" -KEYWORDS=" ~amd64 ~x86" -IUSE="debug" diff --git a/kde-apps/kolourpaint/kolourpaint-15.08.3.ebuild b/kde-apps/kolourpaint/kolourpaint-15.08.3.ebuild deleted file mode 100644 index 3c47cee..0000000 --- a/kde-apps/kolourpaint/kolourpaint-15.08.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -inherit kde4-base - -DESCRIPTION="Paint Program for KDE" -HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/" -KEYWORDS=" ~amd64 ~x86" -LICENSE="BSD LGPL-2" -IUSE="debug" - -DEPEND="media-libs/qimageblitz" -RDEPEND="${DEPEND}" - -pkg_postinst() { - kde4-base_pkg_postinst - - if ! has_version kde-apps/ksaneplugin:${SLOT} ; then - elog "To enable scanner support, please install kde-apps/ksaneplugin:${SLOT}" - fi -} diff --git a/kde-apps/kruler/kruler-15.08.3.ebuild b/kde-apps/kruler/kruler-15.08.3.ebuild deleted file mode 100644 index d0fdd93..0000000 --- a/kde-apps/kruler/kruler-15.08.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK=true -inherit kde5 - -DESCRIPTION="Screen ruler for Plasma" -HOMEPAGE="https://www.kde.org/applications/graphics/kruler/" -KEYWORDS=" ~amd64 ~x86" -IUSE="X" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - X? ( - dev-qt/qtx11extras:5 - x11-libs/libxcb - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X X11) - ) - - kde5_src_configure -} diff --git a/kde-apps/ksaneplugin/ksaneplugin-15.08.3.ebuild b/kde-apps/ksaneplugin/ksaneplugin-15.08.3.ebuild deleted file mode 100644 index 7a7294b..0000000 --- a/kde-apps/ksaneplugin/ksaneplugin-15.08.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="SANE Plugin for KDE" -KEYWORDS=" ~amd64 ~x86" -IUSE="debug" - -DEPEND=" - $(add_kdeapps_dep libksane) -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/ksnapshot/ksnapshot-15.08.3.ebuild b/kde-apps/ksnapshot/ksnapshot-15.08.3.ebuild deleted file mode 100644 index ae7805b..0000000 --- a/kde-apps/ksnapshot/ksnapshot-15.08.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -inherit kde4-base - -DESCRIPTION="KDE Screenshot Utility" -HOMEPAGE="https://www.kde.org/applications/graphics/ksnapshot/" -KEYWORDS=" ~amd64 ~x86" -IUSE="debug kipi" - -DEPEND=" - x11-libs/libXfixes - !aqua? ( - x11-libs/libX11 - x11-libs/libXext - ) - kipi? ( $(add_kdeapps_dep libkipi) ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with kipi) - ) - - kde4-base_src_configure -} diff --git a/kde-apps/libksane/libksane-15.08.3.ebuild b/kde-apps/libksane/libksane-15.08.3.ebuild deleted file mode 100644 index f483d35..0000000 --- a/kde-apps/libksane/libksane-15.08.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="SANE Library interface for KDE" -KEYWORDS=" ~amd64 ~x86" -IUSE="debug" -LICENSE="LGPL-2" - -DEPEND=" - media-gfx/sane-backends -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/okular/okular-15.08.3.ebuild b/kde-apps/okular/okular-15.08.3.ebuild deleted file mode 100644 index 2c9651b..0000000 --- a/kde-apps/okular/okular-15.08.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" - -#VIRTUALX_REQUIRED=test -RESTRICT=test -# test 2: parttest hangs - -inherit kde4-base - -DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4" -HOMEPAGE="https://okular.kde.org https://www.kde.org/applications/graphics/okular" -KEYWORDS=" ~amd64 ~x86" -IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff" - -DEPEND=" - media-libs/freetype - media-libs/qimageblitz - sys-libs/zlib - chm? ( dev-libs/chmlib ) - crypt? ( app-crypt/qca:2[qt4] ) - djvu? ( app-text/djvu ) - dpi? ( x11-libs/libkscreen:4 ) - ebook? ( app-text/ebook-tools ) - jpeg? ( - $(add_kdeapps_dep libkexiv2) - virtual/jpeg:0 - ) - mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) ) - pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) - postscript? ( app-text/libspectre ) - tiff? ( media-libs/tiff:0 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with chm) - $(cmake-utils_use_with crypt QCA2) - $(cmake-utils_use_with djvu DjVuLibre) - $(cmake-utils_use_with dpi LibKScreen) - $(cmake-utils_use_with ebook EPub) - $(cmake-utils_use_with jpeg) - $(cmake-utils_use_with jpeg Kexiv2) - $(cmake-utils_use_with mobi QMobiPocket) - $(cmake-utils_use_with postscript LibSpectre) - $(cmake-utils_use_with pdf PopplerQt4) - $(cmake-utils_use_with pdf Poppler) - $(cmake-utils_use_with tiff) - ) - - kde4-base_src_configure -} diff --git a/kde-apps/svgpart/svgpart-15.08.3.ebuild b/kde-apps/svgpart/svgpart-15.08.3.ebuild deleted file mode 100644 index 2bc58c0..0000000 --- a/kde-apps/svgpart/svgpart-15.08.3.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="Svgpart is a kpart for viewing SVGs" -KEYWORDS=" ~amd64 ~x86" -IUSE="debug" diff --git a/kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild b/kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild deleted file mode 100644 index 052d991..0000000 --- a/kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMNAME="kdegraphics-thumbnailers" -inherit kde4-base - -DESCRIPTION="KDE 4 thumbnail generators for PDF/PS files" -KEYWORDS=" ~amd64 ~x86" -IUSE="debug" - -DEPEND=" - $(add_kdeapps_dep libkdcraw) - $(add_kdeapps_dep libkexiv2) -" -RDEPEND="${DEPEND} - $(add_kdeapps_dep kdebase-kioslaves) -" - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - S="${WORKDIR}/${KMNAME}-${PV}" -fi