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/kinfocenter: kinfocenter-5.3.2.ebuild ChangeLog
Date: Tue, 30 Jun 2015 20:50:17
Message-Id: 20150630205013.6656874B@oystercatcher.gentoo.org
1 johu 15/06/30 20:50:13
2
3 Modified: ChangeLog
4 Added: kinfocenter-5.3.2.ebuild
5 Log:
6 Version bump KDE Plasma 5.3.2
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
9
10 Revision Changes Path
11 1.3 kde-plasma/kinfocenter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kinfocenter/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kinfocenter/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kinfocenter/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-plasma/kinfocenter/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 11 Jun 2015 16:11:21 -0000 1.2
24 +++ ChangeLog 30 Jun 2015 20:50:13 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-plasma/kinfocenter
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kinfocenter/ChangeLog,v 1.2 2015/06/11 16:11:21 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kinfocenter/ChangeLog,v 1.3 2015/06/30 20:50:13 johu Exp $
30 +
31 +*kinfocenter-5.3.2 (30 Jun 2015)
32 +
33 + 30 Jun 2015; Johannes Huber <johu@g.o> +kinfocenter-5.3.2.ebuild:
34 + Version bump KDE Plasma 5.3.2
35
36 11 Jun 2015; Johannes Huber <johu@g.o> kinfocenter-5.3.1.ebuild:
37 Adjust dev-qt/qtgui USE dependencies, bug #551772.
38
39
40
41 1.1 kde-plasma/kinfocenter/kinfocenter-5.3.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kinfocenter/kinfocenter-5.3.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kinfocenter/kinfocenter-5.3.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kinfocenter-5.3.2.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kinfocenter/kinfocenter-5.3.2.ebuild,v 1.1 2015/06/30 20:50:13 johu Exp $
51
52 EAPI=5
53
54 KDE_HANDBOOK="true"
55 inherit kde5
56
57 DESCRIPTION="A utility that provides information about a computer system"
58 HOMEPAGE="http://www.kde.org/applications/system/kinfocenter/"
59 SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png"
60 KEYWORDS="~amd64"
61 IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X"
62
63 REQUIRED_USE="egl? ( || ( gles opengl ) )"
64
65 COMMON_DEPEND="
66 $(add_frameworks_dep kcmutils)
67 $(add_frameworks_dep kcompletion)
68 $(add_frameworks_dep kconfig)
69 $(add_frameworks_dep kconfigwidgets)
70 $(add_frameworks_dep kcoreaddons)
71 $(add_frameworks_dep kdbusaddons)
72 $(add_frameworks_dep kdelibs4support)
73 $(add_frameworks_dep ki18n)
74 $(add_frameworks_dep kiconthemes)
75 $(add_frameworks_dep kio)
76 $(add_frameworks_dep kservice)
77 $(add_frameworks_dep kwidgetsaddons)
78 $(add_frameworks_dep kxmlgui)
79 $(add_frameworks_dep solid)
80 dev-qt/qtgui:5[opengl(+)]
81 dev-qt/qtwidgets:5
82 gles? (
83 dev-qt/qtgui:5[gles2]
84 || (
85 media-libs/mesa[egl,gles1]
86 media-libs/mesa[egl,gles2]
87 )
88 )
89 ieee1394? ( sys-libs/libraw1394 )
90 nfs? ( net-fs/nfs-utils )
91 opengl? (
92 virtual/glu
93 virtual/opengl
94 )
95 pci? ( sys-apps/pciutils )
96 samba? ( net-fs/samba[server(+)] )
97 wayland? ( $(add_plasma_dep kwayland) )
98 X? ( x11-libs/libX11 )
99 !kde-base/kcontrol
100 !kde-base/kinfocenter
101 !kde-misc/about-distro
102 "
103 RDEPEND="${COMMON_DEPEND}
104 $(add_plasma_dep kde-cli-tools)
105 "
106 DEPEND="${COMMON_DEPEND}
107 $(add_frameworks_dep plasma)
108 "
109
110 src_configure() {
111 local mycmakeargs=(
112 $(cmake-utils_use_find_package egl EGL)
113 $(cmake-utils_use_find_package gles OpenGLES)
114 $(cmake-utils_use_find_package ieee1394 RAW1394)
115 $(cmake-utils_use_find_package opengl OpenGL)
116 $(cmake-utils_use_find_package pci PCIUTILS)
117 $(cmake-utils_use_find_package wayland KF5Wayland)
118 $(cmake-utils_use_find_package X X11)
119 )
120
121 kde5_src_configure
122 }
123
124 src_install() {
125 kde5_src_install
126
127 insinto /etc/xdg
128 doins "${FILESDIR}"/kcm-about-distrorc
129
130 insinto /usr/share/${PN}
131 doins "${DISTDIR}"/glogo-small.png
132 }