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/plasma-nm: plasma-nm-5.3.1.ebuild metadata.xml ChangeLog
Date: Sun, 31 May 2015 22:06:21
Message-Id: 20150531220616.5D245A19@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:16
2
3 Added: plasma-nm-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/plasma-nm/plasma-nm-5.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-nm/plasma-nm-5.3.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-nm/plasma-nm-5.3.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: plasma-nm-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/plasma-nm/plasma-nm-5.3.1.ebuild,v 1.1 2015/05/31 22:06:16 johu Exp $
20
21 EAPI=5
22
23 inherit kde5
24
25 DESCRIPTION="KDE Plasma applet for NetworkManager"
26 LICENSE="GPL-2 LGPL-2.1"
27 KEYWORDS="~amd64"
28 IUSE="modemmanager openconnect teamd"
29
30 DEPEND="
31 $(add_frameworks_dep kcompletion)
32 $(add_frameworks_dep kconfig)
33 $(add_frameworks_dep kconfigwidgets)
34 $(add_frameworks_dep kcoreaddons)
35 $(add_frameworks_dep kdbusaddons)
36 $(add_frameworks_dep kdeclarative)
37 $(add_frameworks_dep kdelibs4support)
38 $(add_frameworks_dep ki18n)
39 $(add_frameworks_dep kiconthemes)
40 $(add_frameworks_dep kio)
41 $(add_frameworks_dep kitemviews)
42 $(add_frameworks_dep knotifications)
43 $(add_frameworks_dep kservice)
44 $(add_frameworks_dep kwallet)
45 $(add_frameworks_dep kwidgetsaddons)
46 $(add_frameworks_dep kwindowsystem)
47 $(add_frameworks_dep kxmlgui)
48 $(add_frameworks_dep networkmanager-qt 'teamd=')
49 $(add_frameworks_dep plasma)
50 $(add_frameworks_dep solid)
51 dev-qt/qtdbus:5
52 dev-qt/qtdeclarative:5
53 dev-qt/qtgui:5
54 dev-qt/qtnetwork:5
55 dev-qt/qtwidgets:5
56 net-misc/mobile-broadband-provider-info
57 >=net-misc/networkmanager-0.9.10.0[teamd=]
58 modemmanager? (
59 $(add_frameworks_dep modemmanager-qt)
60 dev-qt/qtxml:5
61 )
62 openconnect? (
63 dev-qt/qtxml:5
64 net-misc/networkmanager-openconnect
65 net-misc/openconnect
66 )
67 "
68 RDEPEND="${DEPEND}
69 !kde-base/plasma-nm
70 !kde-misc/networkmanagement
71 !kde-misc/plasma-nm
72 "
73
74 src_configure() {
75 local mycmakeargs=(
76 $(cmake-utils_use_find_package modemmanager ModemManager)
77 $(cmake-utils_use_find_package modemmanager KF5ModemManagerQt)
78 $(cmake-utils_use_find_package openconnect OpenConnect)
79 )
80
81 kde5_src_configure
82 }
83
84
85
86 1.1 kde-plasma/plasma-nm/metadata.xml
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-nm/metadata.xml?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-nm/metadata.xml?rev=1.1&content-type=text/plain
90
91 Index: metadata.xml
92 ===================================================================
93 <?xml version="1.0" encoding="UTF-8"?>
94 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
95 <pkgmetadata>
96 <herd>kde</herd>
97 <use>
98 <flag name="modemmanager">Enable support for mobile broadband devices</flag>
99 <flag name="openconnect">Build support for the OpenConnect VPN client</flag>
100 <flag name="teamd">Enable Teamd control support</flag>
101 </use>
102 </pkgmetadata>
103
104
105
106 1.1 kde-plasma/plasma-nm/ChangeLog
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-nm/ChangeLog?rev=1.1&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-nm/ChangeLog?rev=1.1&content-type=text/plain
110
111 Index: ChangeLog
112 ===================================================================
113 # ChangeLog for kde-plasma/plasma-nm
114 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
115 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-nm/ChangeLog,v 1.1 2015/05/31 22:06:16 johu Exp $
116
117 *plasma-nm-5.3.1 (31 May 2015)
118
119 31 May 2015; Johannes Huber <johu@g.o> +metadata.xml,
120 +plasma-nm-5.3.1.ebuild:
121 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
122 several people. Thank you all who worked on it in the overlay.