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/sddm-kcm: sddm-kcm-5.3.1.ebuild metadata.xml ChangeLog
Date: Sun, 31 May 2015 22:06:33
Message-Id: 20150531220617.02EB5A29@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:16
2
3 Added: sddm-kcm-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/sddm-kcm/sddm-kcm-5.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/sddm-kcm/sddm-kcm-5.3.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/sddm-kcm/sddm-kcm-5.3.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: sddm-kcm-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/sddm-kcm/sddm-kcm-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 control module for SDDM"
26 HOMEPAGE="https://projects.kde.org/projects/kdereview/sddm-kcm"
27
28 LICENSE="GPL-2+"
29 KEYWORDS="~amd64"
30 IUSE=""
31
32 COMMON_DEPEND="
33 $(add_frameworks_dep kauth)
34 $(add_frameworks_dep kconfig)
35 $(add_frameworks_dep kconfigwidgets)
36 $(add_frameworks_dep kcoreaddons)
37 $(add_frameworks_dep ki18n)
38 $(add_frameworks_dep kio)
39 dev-qt/qtdeclarative:5[widgets]
40 dev-qt/qtgui:5
41 dev-qt/qtwidgets:5
42 dev-qt/qtx11extras:5
43 x11-libs/libX11
44 x11-libs/libXcursor
45 "
46 DEPEND="${COMMON_DEPEND}
47 x11-libs/libXfixes
48 "
49 RDEPEND="${COMMON_DEPEND}
50 $(add_plasma_dep kde-cli-tools)
51 x11-misc/sddm
52 !kde-misc/sddm-kcm
53 "
54
55 DOCS=( CONTRIBUTORS )
56
57
58
59 1.1 kde-plasma/sddm-kcm/metadata.xml
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/sddm-kcm/metadata.xml?rev=1.1&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/sddm-kcm/metadata.xml?rev=1.1&content-type=text/plain
63
64 Index: metadata.xml
65 ===================================================================
66 <?xml version="1.0" encoding="UTF-8"?>
67 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 <pkgmetadata>
69 <herd>kde</herd>
70 </pkgmetadata>
71
72
73
74 1.1 kde-plasma/sddm-kcm/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/sddm-kcm/ChangeLog?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/sddm-kcm/ChangeLog?rev=1.1&content-type=text/plain
78
79 Index: ChangeLog
80 ===================================================================
81 # ChangeLog for kde-plasma/sddm-kcm
82 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
83 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/sddm-kcm/ChangeLog,v 1.1 2015/05/31 22:06:16 johu Exp $
84
85 *sddm-kcm-5.3.1 (31 May 2015)
86
87 31 May 2015; Johannes Huber <johu@g.o> +metadata.xml,
88 +sddm-kcm-5.3.1.ebuild:
89 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
90 several people. Thank you all who worked on it in the overlay.