summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-08-26 00:55:39 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-08-26 00:56:56 +1000
commit20bb2d5bcd4d2a5f0e8d4a85ee2e01df2550900c (patch)
treebb9aef906bd9de8103cbd90fe6365f79a41ef50f /kde-plasma
parentkde-apps/kio-extras: import from kde overlay. (diff)
downloadgentoo-20bb2d5bcd4d2a5f0e8d4a85ee2e01df2550900c.tar.gz
gentoo-20bb2d5bcd4d2a5f0e8d4a85ee2e01df2550900c.tar.bz2
gentoo-20bb2d5bcd4d2a5f0e8d4a85ee2e01df2550900c.zip
kde-plasma/kio-extras: move to kde-apps.
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kio-extras/Manifest1
-rw-r--r--kde-plasma/kio-extras/kio-extras-5.3.2.ebuild86
-rw-r--r--kde-plasma/kio-extras/metadata.xml9
-rw-r--r--kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild2
4 files changed, 1 insertions, 97 deletions
diff --git a/kde-plasma/kio-extras/Manifest b/kde-plasma/kio-extras/Manifest
deleted file mode 100644
index 5cdecf2cf16c..000000000000
--- a/kde-plasma/kio-extras/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kio-extras-5.3.2.tar.xz 613172 SHA256 7cc90553fc6a003e776ee5417e437007cc97d37f774edc92e21bdf5a0710d7ed SHA512 6019d70141528fbf57618305edde0feff9158ea7d7319ff01b7f1a6cccccc0dc5813b5dbd53d77b5d7046960007181a92ceed5b5f53d29df29edfa071eea1cde WHIRLPOOL bd73ef3b013e2948894c5cc98f452faee5309f1d1ef10b31bd3d5a5045c6a417cf92e9b22f29f5c3edfc912349a3ba53b6761814ac05bc8f81d2f608fda6ba49
diff --git a/kde-plasma/kio-extras/kio-extras-5.3.2.ebuild b/kde-plasma/kio-extras/kio-extras-5.3.2.ebuild
deleted file mode 100644
index 23a3d51fc4c0..000000000000
--- a/kde-plasma/kio-extras/kio-extras-5.3.2.ebuild
+++ /dev/null
@@ -1,86 +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"
-VIRTUALX_REQUIRED="test"
-inherit fdo-mime kde5
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS="~amd64"
-IUSE="exif mtp phonon samba +sftp slp"
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive 'bzip2,lzma')
- $(add_frameworks_dep kbookmarks)
- $(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 kdnssd)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep khtml)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kpty)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- virtual/jpeg:0
- exif? ( media-gfx/exiv2:= )
- mtp? ( media-libs/libmtp:= )
- phonon? ( media-libs/phonon[qt5] )
- samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) )
- sftp? ( >=net-libs/libssh-0.6.0:=[sftp] )
- slp? ( net-libs/openslp )
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kded)
- !kde-apps/kdebase-kioslaves:4[-minimal(-)]
- !kde-apps/kcontrol:4
- !kde-base/kdebase-kioslaves:4[-minimal(-)]
- !kde-base/kio-extras
-"
-DEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
-"
-
-# requires running kde environment
-RESTRICT="test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package exif Exiv2)
- $(cmake-utils_use_find_package mtp)
- $(cmake-utils_use_find_package phonon Phonon4Qt5)
- $(cmake-utils_use_find_package samba)
- $(cmake-utils_use_find_package sftp LibSSH)
- $(cmake-utils_use_find_package slp)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst() {
- kde5_pkg_postinst
- fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
- kde5_pkg_postinst
- fdo-mime_mime_database_update
-}
diff --git a/kde-plasma/kio-extras/metadata.xml b/kde-plasma/kio-extras/metadata.xml
deleted file mode 100644
index f7d7c71bd55d..000000000000
--- a/kde-plasma/kio-extras/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
- <use>
- <flag name="phonon">Enable file audio preview plugin using <pkg>media-libs/phonon</pkg></flag>
- <flag name="sftp">Enable SFTP protocol support using <pkg>net-libs/libssh</pkg></flag>
- </use>
-</pkgmetadata>
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild
index c312485f6350..0e660d1eedfb 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild
@@ -92,7 +92,7 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep breeze)
$(add_plasma_dep kde-cli-tools)
- || ( $(add_plasma_dep kio-extras) $(add_kdeapps_dep kio-extras ) )
+ $(add_kdeapps_dep kio-extras)
$(add_plasma_dep oxygen)
sys-apps/accountsservice
x11-apps/setxkbmap