commit: 411c75bbb8ee6a2aa334e71f269c73784614249d Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 15:42:55 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 15:42:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=411c75bb
kde-apps: remove 15.12.1 where moved to main tree kde-apps/ark/ark-15.12.1.ebuild | 60 --------- kde-apps/dragon/dragon-15.12.1.ebuild | 36 ------ kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.1.ebuild | 21 ---- kde-apps/filelight/filelight-15.12.1.ebuild | 30 ----- kde-apps/gwenview/gwenview-15.12.1.ebuild | 89 ------------- kde-apps/kamera/kamera-15.12.1.ebuild | 29 ----- kde-apps/kcalc/kcalc-15.12.1.ebuild | 37 ------ kde-apps/kcharselect/kcharselect-15.12.1.ebuild | 27 ---- kde-apps/kcron/kcron-15.12.1.ebuild | 27 ---- kde-apps/kde-l10n/kde-l10n-15.12.1.ebuild | 119 ------------------ .../kdebugsettings/kdebugsettings-15.12.1.ebuild | 28 ----- kde-apps/kdenlive/kdenlive-15.12.1.ebuild | 66 ---------- kde-apps/kdepim-l10n/kdepim-l10n-15.12.1.ebuild | 139 --------------------- kde-apps/kmix/kmix-15.12.1.ebuild | 54 -------- kde-apps/kruler/kruler-15.12.1.ebuild | 39 ------ kde-apps/ksystemlog/ksystemlog-15.12.1.ebuild | 63 ---------- kde-apps/kteatime/kteatime-15.12.1.ebuild | 31 ----- kde-apps/ktimer/ktimer-15.12.1.ebuild | 29 ----- kde-apps/ktp-l10n/ktp-l10n-15.12.1.ebuild | 135 -------------------- .../kwalletmanager/kwalletmanager-15.12.1.ebuild | 42 ------- kde-apps/libkdcraw/libkdcraw-15.12.1.ebuild | 18 --- kde-apps/libkexiv2/libkexiv2-15.12.1.ebuild | 18 --- kde-apps/libkface/libkface-15.12.1.ebuild | 32 ----- kde-apps/libkipi/libkipi-15.12.1.ebuild | 27 ---- kde-apps/libksane/libksane-15.12.1.ebuild | 25 ---- .../print-manager/print-manager-15.12.1.ebuild | 54 -------- kde-apps/spectacle/spectacle-15.12.1.ebuild | 47 ------- kde-apps/thumbnailers/thumbnailers-15.12.1.ebuild | 20 --- 28 files changed, 1342 deletions(-) diff --git a/kde-apps/ark/ark-15.12.1.ebuild b/kde-apps/ark/ark-15.12.1.ebuild deleted file mode 100644 index 0ddf8d0..0000000 --- a/kde-apps/ark/ark-15.12.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="KDE Archiving tool" -HOMEPAGE="https://www.kde.org/applications/utilities/ark -https://utils.kde.org/projects/ark" -KEYWORDS=" ~amd64 ~x86" -IUSE="bzip2 lzma zlib" - -RDEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kpty) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - >=app-arch/libarchive-3.0.0[bzip2?,lzma?,zlib?] - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -DEPEND="${RDEPEND} - sys-devel/gettext -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package bzip2 BZip2) - $(cmake-utils_use_find_package lzma LibLZMA) - $(cmake-utils_use_find_package test Qt5Test) - $(cmake-utils_use_find_package zlib ZLIB) - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - - if ! has_version app-arch/rar ; then - elog "For creating rar archives, install app-arch/rar" - fi -} diff --git a/kde-apps/dragon/dragon-15.12.1.ebuild b/kde-apps/dragon/dragon-15.12.1.ebuild deleted file mode 100644 index 0b1a113..0000000 --- a/kde-apps/dragon/dragon-15.12.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="A simple video player" -HOMEPAGE="https://www.kde.org/applications/multimedia/dragonplayer" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - media-libs/phonon[qt5] -" -DEPEND="${RDEPEND} - sys-devel/gettext -" diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.1.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.1.ebuild deleted file mode 100644 index 860298e..0000000 --- a/kde-apps/ffmpegthumbs/ffmpegthumbs-15.12.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="FFmpeg based thumbnail generator for video files" -KEYWORDS=" ~amd64 ~x86" -IUSE="libav" - -RDEPEND=" - $(add_frameworks_dep kio) - $(add_qt_dep qtgui) - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:= ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" diff --git a/kde-apps/filelight/filelight-15.12.1.ebuild b/kde-apps/filelight/filelight-15.12.1.ebuild deleted file mode 100644 index 670178e..0000000 --- a/kde-apps/filelight/filelight-15.12.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Visualise disk usage with interactive map of concentric, segmented rings" -HOMEPAGE="https://utils.kde.org/projects/filelight" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/gwenview/gwenview-15.12.1.ebuild b/kde-apps/gwenview/gwenview-15.12.1.ebuild deleted file mode 100644 index 6d0a085..0000000 --- a/kde-apps/gwenview/gwenview-15.12.1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2016 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/ - https://userbase.kde.org/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 ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtopengl) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - 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) - $(add_frameworks_dep kfilemetadata) - ) - X? ( - $(add_qt_dep qtx11extras) - x11-libs/libX11 - ) -" -DEPEND="${COMMON_DEPEND} - $(add_qt_dep qtconcurrent) -" -RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kimageformats) - $(add_qt_dep qtimageformats) -" - -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.12.1.ebuild b/kde-apps/kamera/kamera-15.12.1.ebuild deleted file mode 100644 index 86ea363..0000000 --- a/kde-apps/kamera/kamera-15.12.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Plasma integration for gphoto2 cameras" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - media-libs/libgphoto2:= -" -DEPEND="${COMMON_DEPEND} - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND}" diff --git a/kde-apps/kcalc/kcalc-15.12.1.ebuild b/kde-apps/kcalc/kcalc-15.12.1.ebuild deleted file mode 100644 index 78763e6..0000000 --- a/kde-apps/kcalc/kcalc-15.12.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_DOXYGEN="true" -KDE_HANDBOOK="forceoptional" -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="KDE calculator" -HOMEPAGE="https://www.kde.org/applications/utilities/kcalc -https://utils.kde.org/projects/kcalc" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - dev-libs/gmp:0 - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kinit) - dev-libs/mpfr:0 - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND}" diff --git a/kde-apps/kcharselect/kcharselect-15.12.1.ebuild b/kde-apps/kcharselect/kcharselect-15.12.1.ebuild deleted file mode 100644 index f6a47d3..0000000 --- a/kde-apps/kcharselect/kcharselect-15.12.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_DOXYGEN="true" -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE character selection utility" -HOMEPAGE="https://www.kde.org/applications/utilities/kcharselect -https://utils.kde.org/projects/kcharselect" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/kcron/kcron-15.12.1.ebuild b/kde-apps/kcron/kcron-15.12.1.ebuild deleted file mode 100644 index 64b8c88..0000000 --- a/kde-apps/kcron/kcron-15.12.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE Task Scheduler" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !prefix? ( virtual/cron ) -" diff --git a/kde-apps/kde-l10n/kde-l10n-15.12.1.ebuild b/kde-apps/kde-l10n/kde-l10n-15.12.1.ebuild deleted file mode 100644 index 641e2b2..0000000 --- a/kde-apps/kde-l10n/kde-l10n-15.12.1.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="KDE internationalization package" -HOMEPAGE="http://l10n.kde.org" - -DEPEND=" - $(add_frameworks_dep ki18n) - $(add_qt_dep linguist-tools) - sys-devel/gettext -" -RDEPEND=" - !<kde-apps/kde4-l10n-${PV} - !kde-apps/kde4-l10n[-minimal] - !<kde-apps/kdepim-l10n-${PV} - !<kde-apps/ktp-l10n-${PV} -" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' ' -MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl -he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru -sk sl sr sv tr ug uk wa zh_CN zh_TW" - -URI_BASE="${SRC_URI/-${PV}.tar.xz/}" -SRC_URI="" - -for MY_LANG in ${MY_LANGS} ; do - IUSE="${IUSE} linguas_${MY_LANG}" - SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/${PN}-${MY_LANG}-${PV}.tar.xz )" -done - -S="${WORKDIR}" - -src_unpack() { - if [[ -z ${A} ]]; then - elog - elog "You either have the LINGUAS variable unset, or it only" - elog "contains languages not supported by ${P}." - elog "You won't have any additional language support." - elog - elog "${P} supports these language codes:" - elog "${MY_LANGS}" - elog - fi - - [[ -n ${A} ]] && unpack ${A} -} - -src_prepare() { - local LNG DIR - # add all linguas to cmake - if [[ -n ${A} ]]; then - for LNG in ${LINGUAS}; do - DIR="${PN}-${LNG}-${PV}" - if [[ -d "${DIR}" ]] ; then - echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt - - # Drop KDE4-based part - sed -e '/add_subdirectory(4)/ s/^/#/'\ - -i "${S}"/${DIR}/CMakeLists.txt || die - - # Remove kdepim translations (part of kde-apps/kdepim-l10n) - for subdir in kdepim kdepimlibs kdepim-runtime pim; do - find "${S}/${DIR}" -name CMakeLists.txt -type f \ - -exec sed -i -e "/add_subdirectory( *${subdir} *)/ s/^/#/" {} + - done - - # Remove ktp translations (part of kde-apps/ktp-l10n) - # Drop that hack (and kde-apps/ktp-l10n) after ktp:4 removal - find "${S}"/${DIR}/5/${LNG}/messages/kdenetwork -type f \ - \( -name kaccounts*po -o -name kcm_ktp*po -o -name kcmtelepathy*po \ - -o -name kded_ktp*po -o -name ktp*po -o -name plasma*ktp*po \) \ - -delete - - # Handbook optional - sed -e '/KF5DocTools/ s/ REQUIRED//'\ - -i "${S}"/${DIR}/5/${LNG}/CMakeLists.txt || die - if ! use handbook ; then - sed -e '/add_subdirectory(docs)/ s/^/#/'\ - -i "${S}"/${DIR}/5/${LNG}/CMakeLists.txt || die - fi - - # Fix broken LINGUAS=sr (KDE4 leftover) - if [[ ${LNG} = "sr" ]] ; then - sed -e '/add_subdirectory(lokalize)/ s/^/#/'\ - -i "${S}"/${DIR}/5/${LNG}/data/kdesdk/CMakeLists.txt || die - fi - fi - done - fi -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_find_package handbook KF5DocTools) - ) - [[ -n ${A} ]] && kde5_src_configure -} - -src_compile() { - [[ -n ${A} ]] && kde5_src_compile -} - -src_test() { - [[ -n ${A} ]] && kde5_src_test -} - -src_install() { - [[ -n ${A} ]] && kde5_src_install -} diff --git a/kde-apps/kdebugsettings/kdebugsettings-15.12.1.ebuild b/kde-apps/kdebugsettings/kdebugsettings-15.12.1.ebuild deleted file mode 100644 index 9b6af94..0000000 --- a/kde-apps/kdebugsettings/kdebugsettings-15.12.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Application to enable/disable qCDebug" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -RESTRICT="test" diff --git a/kde-apps/kdenlive/kdenlive-15.12.1.ebuild b/kde-apps/kdenlive/kdenlive-15.12.1.ebuild deleted file mode 100644 index daaa179..0000000 --- a/kde-apps/kdenlive/kdenlive-15.12.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Non-linear video editing suite by KDE" -HOMEPAGE="https://www.kdenlive.org/" - -LICENSE="GPL-2" -KEYWORDS=" ~amd64 ~x86" -IUSE="gles2 v4l" - -RDEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kplotting) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui 'gles2=') - $(add_qt_dep qtnetwork) - $(add_qt_dep qtscript) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - >=media-libs/mlt-0.9.8-r1[ffmpeg,kdenlive,melt,qt5,sdl,xml] - virtual/ffmpeg[encode,sdl,X] - virtual/opengl - v4l? ( media-libs/libv4l ) -" -DEPEND="${RDEPEND} - sys-devel/gettext -" - -PATCHES=( "${FILESDIR}/${PN}-15.12.0-kcrash.patch" ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package v4l LibV4L2) - ) - - kde5_src_configure -} diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-15.12.1.ebuild b/kde-apps/kdepim-l10n/kdepim-l10n-15.12.1.ebuild deleted file mode 100644 index 3aca9a9..0000000 --- a/kde-apps/kdepim-l10n/kdepim-l10n-15.12.1.ebuild +++ /dev/null @@ -1,139 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="KDE PIM internationalization package" -HOMEPAGE="http://l10n.kde.org" - -DEPEND=" - $(add_frameworks_dep ki18n) - $(add_qt_dep linguist-tools) - sys-devel/gettext -" -RDEPEND=" - !<kde-apps/kde-l10n-15.08.0-r1 - !<kde-apps/kde4-l10n-4.14.3-r1 - !kde-base/kdepim-l10n -" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' ' -MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl -he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru -sk sl sr sv tr ug uk wa zh_CN zh_TW" - -PIM_L10N="kdepim kdepimlibs kdepim-runtime pim" - -URI_BASE="${SRC_URI/-${PV}.tar.xz/}" -SRC_URI="" - -for MY_LANG in ${MY_LANGS} ; do - IUSE="${IUSE} linguas_${MY_LANG}" - SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )" -done - -S="${WORKDIR}" - -src_unpack() { - if [[ -z ${A} ]]; then - elog - elog "You either have the LINGUAS variable unset, or it only" - elog "contains languages not supported by ${P}." - elog "You won't have any additional language support." - elog - elog "${P} supports these language codes:" - elog "${MY_LANGS}" - elog - fi - - [[ -n ${A} ]] && unpack ${A} -} - -src_prepare() { - local LNG DIR - # add all linguas to cmake - if [[ -n ${A} ]]; then - for LNG in ${LINGUAS}; do - DIR="kde-l10n-${LNG}-${PV}" - SDIR="${S}/${DIR}/5/${LNG}" - if [[ -d "${DIR}" ]] ; then - echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt - - # Drop KDE4-based part - sed -e '/add_subdirectory(4)/ s/^/#/'\ - -i "${S}"/${DIR}/CMakeLists.txt || die - - # Remove everything except kdepim, kdepimlibs, kdepim-runtime and pim - for SUBDIR in data docs messages scripts ; do - if [[ -d "${SDIR}/${SUBDIR}" ]] ; then - einfo " ${SUBDIR} subdirectory" - echo > "${SDIR}/${SUBDIR}/CMakeLists.txt" - for pim in ${PIM_L10N}; do - [[ -d "${SDIR}/${SUBDIR}/${pim}" ]] && \ - ( echo "add_subdirectory(${pim})" >> "${SDIR}/${SUBDIR}/CMakeLists.txt" ) - done - fi - done - - # In some cases we may have sub-lingua subdirs, e.g. sr :( - for XSUBDIR in "${SDIR}/${LNG}"@* ; do - XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::') - if [[ -d "${XSUBDIR}" ]] ; then - einfo " ${XLNG} variant" - # remove everything except kdepim and kdepim-runtime - for SUBDIR in data docs messages scripts ; do - if [[ -d "${XSUBDIR}/${SUBDIR}" ]] ; then - einfo " ${SUBDIR} subdirectory" - echo > "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" - for pim in ${PIM_L10N}; do - [[ -d "${XSUBDIR}/${SUBDIR}/${pim}" ]] && \ - ( echo "add_subdirectory(${pim})" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" ) - done - fi - done - fi - done - - # Handbook optional - sed -e '/KF5DocTools/ s/ REQUIRED//'\ - -i "${SDIR}"/CMakeLists.txt || die - if ! use handbook ; then - sed -e '/add_subdirectory(docs)/ s/^/#/'\ - -i "${SDIR}"/CMakeLists.txt || die - fi - - # Fix broken LINGUAS=sr (KDE4 leftover) - if [[ ${LNG} = "sr" ]] ; then - sed -e '/add_subdirectory(lokalize)/ s/^/#/'\ - -i "${SDIR}"/data/kdesdk/CMakeLists.txt || die - fi - fi - done - fi -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_find_package handbook KF5DocTools) - ) - [[ -n ${A} ]] && kde5_src_configure -} - -src_compile() { - [[ -n ${A} ]] && kde5_src_compile -} - -src_test() { - [[ -n ${A} ]] && kde5_src_test -} - -src_install() { - [[ -n ${A} ]] && kde5_src_install -} diff --git a/kde-apps/kmix/kmix-15.12.1.ebuild b/kde-apps/kmix/kmix-15.12.1.ebuild deleted file mode 100644 index f1c7ac9..0000000 --- a/kde-apps/kmix/kmix-15.12.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="false" -KDE_TEST="false" -inherit kde5 - -DESCRIPTION="Plasma mixer gui" -HOMEPAGE="https://www.kde.org/applications/multimedia/kmix/" -KEYWORDS=" ~amd64 ~x86" -IUSE="alsa pulseaudio" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - alsa? ( >=media-libs/alsa-lib-1.0.14a ) - pulseaudio? ( - media-libs/libcanberra - >=media-sound/pulseaudio-0.9.12 - ) -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) -" - -src_configure() { - local mycmakeargs=( - -DKMIX_KF5_BUILD=ON - $(cmake-utils_use_find_package alsa Alsa) - $(cmake-utils_use_find_package pulseaudio Canberra) - $(cmake-utils_use_find_package pulseaudio PulseAudio) - ) - - kde5_src_configure -} diff --git a/kde-apps/kruler/kruler-15.12.1.ebuild b/kde-apps/kruler/kruler-15.12.1.ebuild deleted file mode 100644 index c5f47ae..0000000 --- a/kde-apps/kruler/kruler-15.12.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="forceoptional" -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) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - X? ( - $(add_qt_dep qtx11extras) - x11-libs/libxcb - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X X11) - ) - - kde5_src_configure -} diff --git a/kde-apps/ksystemlog/ksystemlog-15.12.1.ebuild b/kde-apps/ksystemlog/ksystemlog-15.12.1.ebuild deleted file mode 100644 index 916e784..0000000 --- a/kde-apps/ksystemlog/ksystemlog-15.12.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_DOXYGEN="true" -KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="System log viewer by KDE" -HOMEPAGE="https://www.kde.org/applications/system/ksystemlog/" -KEYWORDS=" ~amd64 ~x86" -IUSE="systemd" - -# bug 378101 -RESTRICT=test - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) - systemd? ( sys-apps/systemd ) -" - -RDEPEND="${DEPEND}" - -src_prepare() { - kde5_src_prepare - - if use test; then - # beat this stupid test into shape: the test files contain no year, so - # comparison succeeds only in 2007 !!! - local theyear=$(date +%Y) - einfo Setting the current year as ${theyear} in the test files - sed -e "s:2007:${theyear}:g" -i tests/systemAnalyzerTest.cpp - - # one test consistently fails, so comment it out for the moment - sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" -i ksystemlog/tests/CMakeLists.txt - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package systemd Journald) - ) - kde5_src_configure -} diff --git a/kde-apps/kteatime/kteatime-15.12.1.ebuild b/kde-apps/kteatime/kteatime-15.12.1.ebuild deleted file mode 100644 index 0404239..0000000 --- a/kde-apps/kteatime/kteatime-15.12.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE timer for making a fine cup of tea" -HOMEPAGE="https://www.kde.org/applications/games/kteatime" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-15.11.80-kcrash-initialise.patch" ) diff --git a/kde-apps/ktimer/ktimer-15.12.1.ebuild b/kde-apps/ktimer/ktimer-15.12.1.ebuild deleted file mode 100644 index 44a401c..0000000 --- a/kde-apps/ktimer/ktimer-15.12.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_DOXYGEN="true" -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE Timer" -HOMEPAGE="https://www.kde.org/applications/utilities/ktimer -https://utils.kde.org/projects/ktimer" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/ktp-l10n/ktp-l10n-15.12.1.ebuild b/kde-apps/ktp-l10n/ktp-l10n-15.12.1.ebuild deleted file mode 100644 index dbb94e0..0000000 --- a/kde-apps/ktp-l10n/ktp-l10n-15.12.1.ebuild +++ /dev/null @@ -1,135 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="false" -inherit kde5 - -DESCRIPTION="KDE Telepathy internationalization package" -HOMEPAGE="http://l10n.kde.org" - -DEPEND=" - $(add_frameworks_dep ki18n) - $(add_qt_dep linguist-tools) - sys-devel/gettext -" -RDEPEND=" - !<kde-apps/kde-l10n-15.08.0-r1 - !net-im/ktp-accounts-kcm - !net-im/ktp-approver - !net-im/ktp-auth-handler - !net-im/ktp-common-internals - !net-im/ktp-contact-list - !net-im/ktp-filetransfer-handler - !net-im/ktp-kded-module - !net-im/ktp-send-file - !net-im/ktp-text-ui -" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' ' -MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl -he hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru -sk sl sr sv tr ug uk wa zh_CN zh_TW" - -PIM_L10N="kdepim kdepimlibs kdepim-runtime pim" - -URI_BASE="${SRC_URI/-${PV}.tar.xz/}" -SRC_URI="" - -for MY_LANG in ${MY_LANGS} ; do - IUSE="${IUSE} linguas_${MY_LANG}" - SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE/ktp/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )" -done - -S="${WORKDIR}" - -src_unpack() { - if [[ -z ${A} ]]; then - elog - elog "You either have the LINGUAS variable unset, or it only" - elog "contains languages not supported by ${P}." - elog "You won't have any additional language support." - elog - elog "${P} supports these language codes:" - elog "${MY_LANGS}" - elog - fi - - [[ -n ${A} ]] && unpack ${A} -} - -src_prepare() { - local LNG DIR - # add all linguas to cmake - if [[ -n ${A} ]]; then - for LNG in ${LINGUAS}; do - DIR="kde-l10n-${LNG}-${PV}" - SDIR="${S}/${DIR}/5/${LNG}" - if [[ -d "${DIR}" ]] ; then - echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt - - # Drop KDE4-based part - sed -e '/add_subdirectory(4)/ s/^/#/'\ - -i "${S}"/${DIR}/CMakeLists.txt || die - - # We only want messages - sed -e '/messages/!s/^add_subdirectory/# DONT/'\ - -i "${SDIR}"/CMakeLists.txt || die - sed -e '/KF5DocTools/ s/^/#/'\ - -i "${SDIR}"/CMakeLists.txt || die - - # Remove everything except kdenetwork - if [[ -d "${SDIR}/messages" ]] ; then - echo > "${SDIR}/messages/CMakeLists.txt" - [[ -d "${SDIR}/messages/kdenetwork" ]] && \ - ( echo "add_subdirectory(kdenetwork)" >> "${SDIR}/messages/CMakeLists.txt" ) - # Remove everything but ktp translations - find "${SDIR}"/messages/kdenetwork -type f ! \( -name CMakeLists.txt \ - -o -name kaccounts*po -o -name kcm_ktp*po -o -name kcmtelepathy*po \ - -o -name kded_ktp*po -o -name ktp*po -o -name plasma*ktp*po \) \ - -delete - fi - - # In some cases we may have sub-lingua subdirs, e.g. sr :( - for XSUBDIR in "${SDIR}/${LNG}"@* ; do - XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::') - if [[ -d "${XSUBDIR}" ]] ; then - einfo " ${XLNG} variant" - # remove everything except kdenetwork - if [[ -d "${XSUBDIR}/messages" ]] ; then - echo > "${XSUBDIR}/messages/CMakeLists.txt" - [[ -d "${XSUBDIR}/messages/kdenetwork" ]] && \ - ( echo "add_subdirectory(kdenetwork)" >> "${XSUBDIR}/messages/CMakeLists.txt" ) - # Remove everything but ktp translations - find "${XSUBDIR}"/messages/kdenetwork -type f ! \( -name CMakeLists.txt \ - -o -name kaccounts*po -o -name kcm_ktp*po -o -name kcmtelepathy*po \ - -o -name kded_ktp*po -o -name ktp*po -o -name plasma*ktp*po \) \ - -delete - fi - fi - done - fi - done - fi -} - -src_configure() { - [[ -n ${A} ]] && kde5_src_configure -} - -src_compile() { - [[ -n ${A} ]] && kde5_src_compile -} - -src_test() { - [[ -n ${A} ]] && kde5_src_test -} - -src_install() { - [[ -n ${A} ]] && kde5_src_install -} diff --git a/kde-apps/kwalletmanager/kwalletmanager-15.12.1.ebuild b/kde-apps/kwalletmanager/kwalletmanager-15.12.1.ebuild deleted file mode 100644 index 552a7ab..0000000 --- a/kde-apps/kwalletmanager/kwalletmanager-15.12.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_BLOCK_SLOT4="false" -KDE_DOXYGEN="true" -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="KDE Wallet management tool" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -RDEPEND="${DEPEND} - !kde-apps/kwalletmanager:4[-minimal(-)] -" diff --git a/kde-apps/libkdcraw/libkdcraw-15.12.1.ebuild b/kde-apps/libkdcraw/libkdcraw-15.12.1.ebuild deleted file mode 100644 index f905e3f..0000000 --- a/kde-apps/libkdcraw/libkdcraw-15.12.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_BLOCK_SLOT4="false" -inherit kde5 - -DESCRIPTION="Digital camera raw image library wrapper" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - >=media-libs/libraw-0.16:= - $(add_qt_dep qtgui) -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/libkexiv2/libkexiv2-15.12.1.ebuild b/kde-apps/libkexiv2/libkexiv2-15.12.1.ebuild deleted file mode 100644 index 4772d4f..0000000 --- a/kde-apps/libkexiv2/libkexiv2-15.12.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_BLOCK_SLOT4="false" -inherit kde5 - -DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" -KEYWORDS=" ~amd64 ~x86" -IUSE="+xmp" - -DEPEND=" - $(add_qt_dep qtgui) - >=media-gfx/exiv2-0.25:=[xmp=] -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/libkface/libkface-15.12.1.ebuild b/kde-apps/libkface/libkface-15.12.1.ebuild deleted file mode 100644 index d53eb09..0000000 --- a/kde-apps/libkface/libkface-15.12.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_BLOCK_SLOT4="false" -inherit kde5 - -DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection" -HOMEPAGE="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface" - -LICENSE="GPL-2" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_qt_dep qtgui) - $(add_qt_dep qtsql) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - >=media-libs/opencv-3:=[contrib] -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DENABLE_OPENCV3=ON - ) - - kde5_src_configure -} diff --git a/kde-apps/libkipi/libkipi-15.12.1.ebuild b/kde-apps/libkipi/libkipi-15.12.1.ebuild deleted file mode 100644 index 5d3c502..0000000 --- a/kde-apps/libkipi/libkipi-15.12.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_BLOCK_SLOT4="false" -inherit kde5 - -DESCRIPTION="A library for image plugins accross KDE applications" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" - -RDEPEND="${DEPEND} - !kde-apps/libkipi:4[-minimal(-)] -" diff --git a/kde-apps/libksane/libksane-15.12.1.ebuild b/kde-apps/libksane/libksane-15.12.1.ebuild deleted file mode 100644 index 35bf934..0000000 --- a/kde-apps/libksane/libksane-15.12.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_BLOCK_SLOT4="false" -inherit kde5 - -DESCRIPTION="SANE Library interface for KDE" -KEYWORDS=" ~amd64 ~x86" -IUSE="" -LICENSE="LGPL-2" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - media-gfx/sane-backends -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/print-manager/print-manager-15.12.1.ebuild b/kde-apps/print-manager/print-manager-15.12.1.ebuild deleted file mode 100644 index 5543861..0000000 --- a/kde-apps/print-manager/print-manager-15.12.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Manage print jobs and printers in Plasma" -KEYWORDS=" ~amd64 ~x86" -IUSE="+gtk" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - net-print/cups -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) - gtk? ( app-admin/system-config-printer ) -" - -pkg_postinst(){ - if ! use gtk ; then - ewarn - ewarn "By switching off \"gtk\" USE flag, you have chosen to do without" - ewarn "an important, though optional, runtime dependency:" - ewarn - ewarn "app-admin/system-config-printer" - ewarn - ewarn "${PN} will work nevertheless, but is going to be less comfortable" - ewarn "and will show the following error status during runtime:" - ewarn - ewarn "\"Failed to group devices: 'The name org.fedoraproject.Config.Printing" - ewarn "was not provided by any .service files'\"" - ewarn - fi -} diff --git a/kde-apps/spectacle/spectacle-15.12.1.ebuild b/kde-apps/spectacle/spectacle-15.12.1.ebuild deleted file mode 100644 index 992d88e..0000000 --- a/kde-apps/spectacle/spectacle-15.12.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Screenshot capture utility" -KEYWORDS=" ~amd64 ~x86" -IUSE="kipi" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_plasma_dep libkscreen) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libxcb - x11-libs/xcb-util - x11-libs/xcb-util-cursor - x11-libs/xcb-util-image - kipi? ( $(add_kdeapps_dep libkipi) ) -" -RDEPEND="${DEPEND} - !kde-apps/ksnapshot -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package kipi KF5Kipi) - ) - kde5_src_configure -} diff --git a/kde-apps/thumbnailers/thumbnailers-15.12.1.ebuild b/kde-apps/thumbnailers/thumbnailers-15.12.1.ebuild deleted file mode 100644 index 2225408..0000000 --- a/kde-apps/thumbnailers/thumbnailers-15.12.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMNAME="kdegraphics-thumbnailers" -inherit kde5 - -DESCRIPTION="Thumbnail generators for PDF/PS and RAW files" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_kdeapps_dep libkdcraw) - $(add_kdeapps_dep libkexiv2) - $(add_frameworks_dep kio) - $(add_qt_dep qtgui) -" -RDEPEND="${DEPEND}"
