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/kde-gtk-config: metadata.xml kde-gtk-config-5.3.1.ebuild ChangeLog
Date: Sun, 31 May 2015 22:06:25
Message-Id: 20150531220616.3E533A17@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:16
2
3 Added: metadata.xml kde-gtk-config-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/kde-gtk-config/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/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 </pkgmetadata>
22
23
24
25 1.1 kde-plasma/kde-gtk-config/kde-gtk-config-5.3.1.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/kde-gtk-config-5.3.1.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/kde-gtk-config-5.3.1.ebuild?rev=1.1&content-type=text/plain
29
30 Index: kde-gtk-config-5.3.1.ebuild
31 ===================================================================
32 # Copyright 1999-2015 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kde-gtk-config/kde-gtk-config-5.3.1.ebuild,v 1.1 2015/05/31 22:06:16 johu Exp $
35
36 EAPI=5
37
38 KDE_PUNT_BOGUS_DEPS="true"
39 inherit kde5
40
41 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"
42 HOMEPAGE="http://projects.kde.org/kde-gtk-config"
43 LICENSE="GPL-3"
44 KEYWORDS="~amd64"
45
46 DEPEND="
47 $(add_frameworks_dep karchive)
48 $(add_frameworks_dep kcmutils)
49 $(add_frameworks_dep kconfigwidgets)
50 $(add_frameworks_dep kcoreaddons)
51 $(add_frameworks_dep ki18n)
52 $(add_frameworks_dep kiconthemes)
53 $(add_frameworks_dep kio)
54 $(add_frameworks_dep knewstuff)
55 $(add_frameworks_dep kwidgetsaddons)
56 dev-libs/glib:2
57 dev-qt/qtgui:5
58 dev-qt/qtwidgets:5
59 x11-libs/gtk+:2
60 x11-libs/gtk+:3
61 "
62 RDEPEND="${DEPEND}
63 $(add_plasma_dep kde-cli-tools)
64 !kde-base/kde-gtk-config
65 !kde-misc/kde-gtk-config
66 "
67
68 src_configure() {
69 local mycmakeargs=(
70 -DDATA_INSTALL_DIR="${EPREFIX}/usr/share"
71 )
72
73 kde5_src_configure
74 }
75
76 pkg_postinst() {
77 kde5_pkg_postinst
78 einfo
79 elog "If you notice missing icons in your GTK applications, you may have to install"
80 elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk"
81 elog "for example."
82 einfo
83 }
84
85
86
87 1.1 kde-plasma/kde-gtk-config/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/ChangeLog?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/ChangeLog?rev=1.1&content-type=text/plain
91
92 Index: ChangeLog
93 ===================================================================
94 # ChangeLog for kde-plasma/kde-gtk-config
95 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
96 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kde-gtk-config/ChangeLog,v 1.1 2015/05/31 22:06:16 johu Exp $
97
98 *kde-gtk-config-5.3.1 (31 May 2015)
99
100 31 May 2015; Johannes Huber <johu@g.o> +kde-gtk-config-5.3.1.ebuild,
101 +metadata.xml:
102 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
103 several people. Thank you all who worked on it in the overlay.