Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konsolepart/
Date: Mon, 04 Jan 2016 16:30:18
Message-Id: 1451925004.ccd307011804f96018f9dae427f646f7af676a5d.kensington@gentoo
1 commit: ccd307011804f96018f9dae427f646f7af676a5d
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 4 00:09:36 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 4 16:30:04 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ccd30701
7
8 kde-apps/konsolepart: New package, split from konsole
9
10 This package represents the konsolepart + data that is non-conflicting
11 with konsole:5 as an alternative, compatible dependency for anything that
12 has been using konsole:4 so far.
13
14 Package-Manager: portage-2.2.26
15
16 kde-apps/konsolepart/konsolepart-4.14.3.ebuild | 65 ++++++++++++++++++++++++++
17 kde-apps/konsolepart/metadata.xml | 5 ++
18 2 files changed, 70 insertions(+)
19
20 diff --git a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
21 new file mode 100644
22 index 0000000..af82f3d
23 --- /dev/null
24 +++ b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
25 @@ -0,0 +1,65 @@
26 +# Copyright 1999-2016 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +# $Id$
29 +
30 +EAPI=5
31 +
32 +KMNAME="konsole"
33 +KDE_HANDBOOK="never"
34 +VIRTUALX_REQUIRED="test"
35 +VIRTUALDBUS_TEST="true"
36 +inherit kde4-base
37 +
38 +DESCRIPTION="X terminal kpart for use by konsole and other KDE applications"
39 +HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org"
40 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
41 +IUSE="debug minimal"
42 +
43 +COMMONDEPEND="
44 + !aqua? (
45 + x11-libs/libX11
46 + x11-libs/libXext
47 + >=x11-libs/libxklavier-3.2
48 + x11-libs/libXrender
49 + x11-libs/libXtst
50 + !minimal? ( $(add_kdeapps_dep libkonq) )
51 + )
52 +"
53 +DEPEND="${COMMONDEPEND}
54 + !aqua? (
55 + x11-apps/bdftopcf
56 + x11-proto/kbproto
57 + x11-proto/renderproto
58 + )
59 +"
60 +RDEPEND="${COMMONDEPEND}
61 + !<kde-apps/konsole-4.14.3-r2
62 +"
63 +
64 +# can't connect to a kded instance, fails to connect to dbus
65 +RESTRICT="test"
66 +
67 +S="${WORKDIR}/${KMNAME}-${PV}"
68 +
69 +src_prepare() {
70 + comment_add_subdirectory doc/manual
71 +
72 + kde4-base_src_prepare
73 +}
74 +
75 +src_configure() {
76 + local mycmakeargs=(
77 + $(cmake-utils_use_with "!minimal" LibKonq)
78 + )
79 +
80 + kde4-base_src_configure
81 +}
82 +
83 +src_install() {
84 + kde4-base_src_install
85 +
86 + rm -r "${ED}"usr/bin || die
87 + rm -r "${ED}"usr/share/applications || die
88 + rm "${ED}"usr/share/kde4/services/ServiceMenus/konsolehere.desktop || die
89 + rm "${ED}"usr/share/kde4/services/ServiceMenus/konsolerun.desktop || die
90 +}
91
92 diff --git a/kde-apps/konsolepart/metadata.xml b/kde-apps/konsolepart/metadata.xml
93 new file mode 100644
94 index 0000000..a23f444
95 --- /dev/null
96 +++ b/kde-apps/konsolepart/metadata.xml
97 @@ -0,0 +1,5 @@
98 +<?xml version="1.0" encoding="UTF-8"?>
99 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
100 +<pkgmetadata>
101 + <herd>kde</herd>
102 +</pkgmetadata>