Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-plasma/kio-extras: kio-extras-5.3.1.ebuild metadata.xml ChangeLog
Date: Sun, 31 May 2015 22:06:35
Message-Id: 20150531220617.8CF1EA35@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:17
2
3 Added: kio-extras-5.3.1.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by several people. Thank you all who worked on it in the overlay.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
8
9 Revision Changes Path
10 1.1 kde-plasma/kio-extras/kio-extras-5.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kio-extras/kio-extras-5.3.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kio-extras/kio-extras-5.3.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: kio-extras-5.3.1.ebuild
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kio-extras/kio-extras-5.3.1.ebuild,v 1.1 2015/05/31 22:06:17 johu Exp $
20
21 EAPI=5
22
23 KDE_HANDBOOK="true"
24 KDE_TEST="true"
25 VIRTUALX_REQUIRED="test"
26 inherit fdo-mime kde5
27
28 DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
29 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
30 KEYWORDS="~amd64"
31 IUSE="exif mtp phonon samba +sftp slp"
32
33 COMMON_DEPEND="
34 $(add_frameworks_dep karchive 'bzip2,lzma')
35 $(add_frameworks_dep kbookmarks)
36 $(add_frameworks_dep kcodecs)
37 $(add_frameworks_dep kconfig)
38 $(add_frameworks_dep kconfigwidgets)
39 $(add_frameworks_dep kcoreaddons)
40 $(add_frameworks_dep kdbusaddons)
41 $(add_frameworks_dep kdelibs4support)
42 $(add_frameworks_dep kdnssd)
43 $(add_frameworks_dep kguiaddons)
44 $(add_frameworks_dep khtml)
45 $(add_frameworks_dep ki18n)
46 $(add_frameworks_dep kiconthemes)
47 $(add_frameworks_dep kio)
48 $(add_frameworks_dep kparts)
49 $(add_frameworks_dep kpty)
50 $(add_frameworks_dep kservice)
51 $(add_frameworks_dep kxmlgui)
52 $(add_frameworks_dep solid)
53 dev-qt/qtdbus:5
54 dev-qt/qtgui:5
55 dev-qt/qtnetwork:5
56 dev-qt/qtsvg:5
57 dev-qt/qtwidgets:5
58 dev-qt/qtxml:5
59 virtual/jpeg:0
60 exif? ( media-gfx/exiv2:= )
61 mtp? ( media-libs/libmtp:= )
62 phonon? ( media-libs/phonon[qt5] )
63 samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) )
64 sftp? ( >=net-libs/libssh-0.6.0:=[sftp] )
65 slp? ( net-libs/openslp )
66 "
67 RDEPEND="${COMMON_DEPEND}
68 $(add_frameworks_dep kded)
69 !kde-apps/kdebase-kioslaves:4[-minimal(-)]
70 !kde-base/kcontrol:4
71 !kde-base/kdebase-kioslaves:4[-minimal(-)]
72 !kde-base/kio-extras
73 "
74 DEPEND="${COMMON_DEPEND}
75 x11-misc/shared-mime-info
76 "
77
78 # requires running kde environment
79 RESTRICT="test"
80
81 src_configure() {
82 local mycmakeargs=(
83 $(cmake-utils_use_find_package exif Exiv2)
84 $(cmake-utils_use_find_package mtp)
85 $(cmake-utils_use_find_package phonon Phonon4Qt5)
86 $(cmake-utils_use_find_package samba)
87 $(cmake-utils_use_find_package sftp LibSSH)
88 $(cmake-utils_use_find_package slp)
89 )
90
91 kde5_src_configure
92 }
93
94 pkg_postinst() {
95 kde5_pkg_postinst
96 fdo-mime_mime_database_update
97 }
98
99 pkg_postrm() {
100 kde5_pkg_postinst
101 fdo-mime_mime_database_update
102 }
103
104
105
106 1.1 kde-plasma/kio-extras/metadata.xml
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kio-extras/metadata.xml?rev=1.1&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kio-extras/metadata.xml?rev=1.1&content-type=text/plain
110
111 Index: metadata.xml
112 ===================================================================
113 <?xml version="1.0" encoding="UTF-8"?>
114 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
115 <pkgmetadata>
116 <herd>kde</herd>
117 <use>
118 <flag name="phonon">Enable file audio preview plugin using <pkg>media-libs/phonon</pkg></flag>
119 <flag name="sftp">Enable SFTP protocol support using <pkg>net-libs/libssh</pkg></flag>
120 </use>
121 </pkgmetadata>
122
123
124
125 1.1 kde-plasma/kio-extras/ChangeLog
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kio-extras/ChangeLog?rev=1.1&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kio-extras/ChangeLog?rev=1.1&content-type=text/plain
129
130 Index: ChangeLog
131 ===================================================================
132 # ChangeLog for kde-plasma/kio-extras
133 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
134 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kio-extras/ChangeLog,v 1.1 2015/05/31 22:06:17 johu Exp $
135
136 *kio-extras-5.3.1 (31 May 2015)
137
138 31 May 2015; Johannes Huber <johu@g.o> +kio-extras-5.3.1.ebuild,
139 +metadata.xml:
140 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
141 several people. Thank you all who worked on it in the overlay.