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/kdeplasma-addons: metadata.xml kdeplasma-addons-5.3.1.ebuild ChangeLog
Date: Sun, 31 May 2015 22:06:58
Message-Id: 20150531220618.88389A45@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:18
2
3 Added: metadata.xml kdeplasma-addons-5.3.1.ebuild
4 ChangeLog
5 Log:
6 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.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
9
10 Revision Changes Path
11 1.1 kde-plasma/kdeplasma-addons/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kdeplasma-addons/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kdeplasma-addons/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>kde</herd>
22 <use>
23 <flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
24 <flag name="scim">Enable applets that use <pkg>app-i18n/scim</pkg></flag>
25 </use>
26 </pkgmetadata>
27
28
29
30 1.1 kde-plasma/kdeplasma-addons/kdeplasma-addons-5.3.1.ebuild
31
32 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.3.1.ebuild?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.3.1.ebuild?rev=1.1&content-type=text/plain
34
35 Index: kdeplasma-addons-5.3.1.ebuild
36 ===================================================================
37 # Copyright 1999-2015 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.3.1.ebuild,v 1.1 2015/05/31 22:06:18 johu Exp $
40
41 EAPI=5
42
43 inherit kde5
44
45 DESCRIPTION="Extra Plasma applets and engines"
46 LICENSE="GPL-2 LGPL-2"
47 KEYWORDS="~amd64"
48 IUSE="ibus scim"
49
50 DEPEND="
51 $(add_frameworks_dep karchive)
52 $(add_frameworks_dep kconfig)
53 $(add_frameworks_dep kconfigwidgets)
54 $(add_frameworks_dep kcmutils)
55 $(add_frameworks_dep kcompletion)
56 $(add_frameworks_dep kcoreaddons)
57 $(add_frameworks_dep kdelibs4support)
58 $(add_frameworks_dep ki18n)
59 $(add_frameworks_dep kio)
60 $(add_frameworks_dep knewstuff)
61 $(add_frameworks_dep knotifications)
62 $(add_frameworks_dep kpackage)
63 $(add_frameworks_dep kross)
64 $(add_frameworks_dep krunner)
65 $(add_frameworks_dep kservice)
66 $(add_frameworks_dep kunitconversion)
67 $(add_frameworks_dep kwidgetsaddons)
68 $(add_frameworks_dep kwindowsystem)
69 $(add_frameworks_dep kxmlgui)
70 $(add_frameworks_dep plasma)
71 $(add_frameworks_dep sonnet)
72 dev-qt/qtdbus:5
73 dev-qt/qtdeclarative:5
74 dev-qt/qtgui:5
75 dev-qt/qtwidgets:5
76 dev-qt/qtx11extras:5
77 ibus? (
78 app-i18n/ibus
79 dev-libs/glib:2
80 x11-libs/libxcb
81 x11-libs/xcb-util-keysyms
82 )
83 scim? ( app-i18n/scim )
84 "
85 RDEPEND="${DEPEND}
86 !kde-base/kdeplasma-addons
87 "
88
89 src_configure() {
90 local mycmakeargs=(
91 $(cmake-utils_use_find_package ibus IBus)
92 $(cmake-utils_use_find_package scim)
93 )
94
95 kde5_src_configure
96 }
97
98
99
100 1.1 kde-plasma/kdeplasma-addons/ChangeLog
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kdeplasma-addons/ChangeLog?rev=1.1&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kdeplasma-addons/ChangeLog?rev=1.1&content-type=text/plain
104
105 Index: ChangeLog
106 ===================================================================
107 # ChangeLog for kde-plasma/kdeplasma-addons
108 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
109 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kdeplasma-addons/ChangeLog,v 1.1 2015/05/31 22:06:18 johu Exp $
110
111 *kdeplasma-addons-5.3.1 (31 May 2015)
112
113 31 May 2015; Johannes Huber <johu@g.o> +kdeplasma-addons-5.3.1.ebuild,
114 +metadata.xml:
115 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
116 several people. Thank you all who worked on it in the overlay.