Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/
Date: Mon, 04 Jan 2016 18:00:36
Message-Id: 1451930418.125a73981b728261837147991c9f0d615fc97105.kensington@gentoo
1 commit: 125a73981b728261837147991c9f0d615fc97105
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 18:00:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125a7398
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/Manifest | 1 +
17 kde-apps/konsolepart/konsolepart-4.14.3.ebuild | 65 ++++++++++++++++++++++++++
18 kde-apps/konsolepart/metadata.xml | 5 ++
19 3 files changed, 71 insertions(+)
20
21 diff --git a/kde-apps/konsolepart/Manifest b/kde-apps/konsolepart/Manifest
22 new file mode 100644
23 index 0000000..607206c
24 --- /dev/null
25 +++ b/kde-apps/konsolepart/Manifest
26 @@ -0,0 +1 @@
27 +DIST konsole-4.14.3.tar.xz 455216 SHA256 2f750e6930309f8a3b939c7cd30415a08d71da27af10893c3341305db803f155 SHA512 88a919ea7230ae96518a347b80dbf08d641c60557f24cff02421f22cc99da5b2daf306d8e7b820cd701983fcd3ee46171cc97e231591ad2c334574777fbdb135 WHIRLPOOL 588f0f02c8008679ff598d15cd79f8214acd74e57f5c5a936d5aa26d64c1f4f62f46f834ddf6b0545ea05f98d6a2bafcb3b7b5eb9e7c31e93224976b5168bd8e
28
29 diff --git a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
30 new file mode 100644
31 index 0000000..af82f3d
32 --- /dev/null
33 +++ b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
34 @@ -0,0 +1,65 @@
35 +# Copyright 1999-2016 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +# $Id$
38 +
39 +EAPI=5
40 +
41 +KMNAME="konsole"
42 +KDE_HANDBOOK="never"
43 +VIRTUALX_REQUIRED="test"
44 +VIRTUALDBUS_TEST="true"
45 +inherit kde4-base
46 +
47 +DESCRIPTION="X terminal kpart for use by konsole and other KDE applications"
48 +HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org"
49 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
50 +IUSE="debug minimal"
51 +
52 +COMMONDEPEND="
53 + !aqua? (
54 + x11-libs/libX11
55 + x11-libs/libXext
56 + >=x11-libs/libxklavier-3.2
57 + x11-libs/libXrender
58 + x11-libs/libXtst
59 + !minimal? ( $(add_kdeapps_dep libkonq) )
60 + )
61 +"
62 +DEPEND="${COMMONDEPEND}
63 + !aqua? (
64 + x11-apps/bdftopcf
65 + x11-proto/kbproto
66 + x11-proto/renderproto
67 + )
68 +"
69 +RDEPEND="${COMMONDEPEND}
70 + !<kde-apps/konsole-4.14.3-r2
71 +"
72 +
73 +# can't connect to a kded instance, fails to connect to dbus
74 +RESTRICT="test"
75 +
76 +S="${WORKDIR}/${KMNAME}-${PV}"
77 +
78 +src_prepare() {
79 + comment_add_subdirectory doc/manual
80 +
81 + kde4-base_src_prepare
82 +}
83 +
84 +src_configure() {
85 + local mycmakeargs=(
86 + $(cmake-utils_use_with "!minimal" LibKonq)
87 + )
88 +
89 + kde4-base_src_configure
90 +}
91 +
92 +src_install() {
93 + kde4-base_src_install
94 +
95 + rm -r "${ED}"usr/bin || die
96 + rm -r "${ED}"usr/share/applications || die
97 + rm "${ED}"usr/share/kde4/services/ServiceMenus/konsolehere.desktop || die
98 + rm "${ED}"usr/share/kde4/services/ServiceMenus/konsolerun.desktop || die
99 +}
100
101 diff --git a/kde-apps/konsolepart/metadata.xml b/kde-apps/konsolepart/metadata.xml
102 new file mode 100644
103 index 0000000..a23f444
104 --- /dev/null
105 +++ b/kde-apps/konsolepart/metadata.xml
106 @@ -0,0 +1,5 @@
107 +<?xml version="1.0" encoding="UTF-8"?>
108 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
109 +<pkgmetadata>
110 + <herd>kde</herd>
111 +</pkgmetadata>