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: kde-gtk-config-5.3.2.ebuild ChangeLog
Date: Tue, 30 Jun 2015 20:50:40
Message-Id: 20150630205014.48506759@oystercatcher.gentoo.org
1 johu 15/06/30 20:50:14
2
3 Modified: ChangeLog
4 Added: kde-gtk-config-5.3.2.ebuild
5 Log:
6 Version bump KDE Plasma 5.3.2
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
9
10 Revision Changes Path
11 1.2 kde-plasma/kde-gtk-config/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-plasma/kde-gtk-config/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 31 May 2015 22:06:16 -0000 1.1
24 +++ ChangeLog 30 Jun 2015 20:50:14 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-plasma/kde-gtk-config
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kde-gtk-config/ChangeLog,v 1.1 2015/05/31 22:06:16 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/kde-gtk-config/ChangeLog,v 1.2 2015/06/30 20:50:14 johu Exp $
30 +
31 +*kde-gtk-config-5.3.2 (30 Jun 2015)
32 +
33 + 30 Jun 2015; Johannes Huber <johu@g.o> +kde-gtk-config-5.3.2.ebuild:
34 + Version bump KDE Plasma 5.3.2
35
36 *kde-gtk-config-5.3.1 (31 May 2015)
37
38
39
40
41 1.1 kde-plasma/kde-gtk-config/kde-gtk-config-5.3.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/kde-gtk-config-5.3.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/kde-gtk-config/kde-gtk-config-5.3.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kde-gtk-config-5.3.2.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/kde-gtk-config/kde-gtk-config-5.3.2.ebuild,v 1.1 2015/06/30 20:50:14 johu Exp $
51
52 EAPI=5
53
54 KDE_PUNT_BOGUS_DEPS="true"
55 inherit kde5
56
57 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"
58 HOMEPAGE="http://projects.kde.org/kde-gtk-config"
59 LICENSE="GPL-3"
60 KEYWORDS="~amd64"
61
62 DEPEND="
63 $(add_frameworks_dep karchive)
64 $(add_frameworks_dep kcmutils)
65 $(add_frameworks_dep kconfigwidgets)
66 $(add_frameworks_dep kcoreaddons)
67 $(add_frameworks_dep ki18n)
68 $(add_frameworks_dep kiconthemes)
69 $(add_frameworks_dep kio)
70 $(add_frameworks_dep knewstuff)
71 $(add_frameworks_dep kwidgetsaddons)
72 dev-libs/glib:2
73 dev-qt/qtgui:5
74 dev-qt/qtwidgets:5
75 x11-libs/gtk+:2
76 x11-libs/gtk+:3
77 "
78 RDEPEND="${DEPEND}
79 $(add_plasma_dep kde-cli-tools)
80 !kde-base/kde-gtk-config
81 !kde-misc/kde-gtk-config
82 "
83
84 src_configure() {
85 local mycmakeargs=(
86 -DDATA_INSTALL_DIR="${EPREFIX}/usr/share"
87 )
88
89 kde5_src_configure
90 }
91
92 pkg_postinst() {
93 kde5_pkg_postinst
94 einfo
95 elog "If you notice missing icons in your GTK applications, you may have to install"
96 elog "the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk"
97 elog "for example."
98 einfo
99 }