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/kmenuedit: metadata.xml kmenuedit-5.3.1.ebuild ChangeLog
Date: Sun, 31 May 2015 22:06:41
Message-Id: 20150531220617.C8A30A3A@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:17
2
3 Added: metadata.xml kmenuedit-5.3.1.ebuild 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/kmenuedit/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kmenuedit/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kmenuedit/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>kde</herd>
21 <use>
22 <flag name="hotkeys">Enable support for hotkey editing</flag>
23 </use>
24 </pkgmetadata>
25
26
27
28 1.1 kde-plasma/kmenuedit/kmenuedit-5.3.1.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kmenuedit/kmenuedit-5.3.1.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kmenuedit/kmenuedit-5.3.1.ebuild?rev=1.1&content-type=text/plain
32
33 Index: kmenuedit-5.3.1.ebuild
34 ===================================================================
35 # Copyright 1999-2015 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kmenuedit/kmenuedit-5.3.1.ebuild,v 1.1 2015/05/31 22:06:17 johu Exp $
38
39 EAPI=5
40
41 KDE_HANDBOOK="true"
42 inherit kde5
43
44 DESCRIPTION="KDE menu editor"
45 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kmenuedit"
46 KEYWORDS="~amd64"
47 IUSE="+hotkeys"
48
49 DEPEND="
50 $(add_frameworks_dep kcompletion)
51 $(add_frameworks_dep kconfig)
52 $(add_frameworks_dep kconfigwidgets)
53 $(add_frameworks_dep kcoreaddons)
54 $(add_frameworks_dep kdbusaddons)
55 $(add_frameworks_dep kdelibs4support)
56 $(add_frameworks_dep ki18n)
57 $(add_frameworks_dep kiconthemes)
58 $(add_frameworks_dep kio)
59 $(add_frameworks_dep kservice)
60 $(add_frameworks_dep kwidgetsaddons)
61 $(add_frameworks_dep kxmlgui)
62 $(add_frameworks_dep sonnet)
63 dev-qt/qtdbus:5
64 dev-qt/qtgui:5
65 dev-qt/qtwidgets:5
66 dev-qt/qtxml:5
67 hotkeys? ( $(add_plasma_dep khotkeys) )
68 "
69 RDEPEND="${DEPEND}
70 !kde-base/kmenuedit
71 "
72
73 src_configure() {
74 local mycmakeargs=(
75 $(cmake-utils_use_find_package hotkeys KHotKeysDBusInterface)
76 )
77
78 kde5_src_configure
79 }
80
81
82
83 1.1 kde-plasma/kmenuedit/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kmenuedit/ChangeLog?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kmenuedit/ChangeLog?rev=1.1&content-type=text/plain
87
88 Index: ChangeLog
89 ===================================================================
90 # ChangeLog for kde-plasma/kmenuedit
91 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
92 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kmenuedit/ChangeLog,v 1.1 2015/05/31 22:06:17 johu Exp $
93
94 *kmenuedit-5.3.1 (31 May 2015)
95
96 31 May 2015; Johannes Huber <johu@g.o> +kmenuedit-5.3.1.ebuild,
97 +metadata.xml:
98 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
99 several people. Thank you all who worked on it in the overlay.