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-base/systemsettings: ChangeLog systemsettings-4.11.17.ebuild
Date: Sun, 29 Mar 2015 11:33:37
Message-Id: 20150329113308.DB27714C6B@oystercatcher.gentoo.org
1 johu 15/03/29 11:33:07
2
3 Modified: ChangeLog
4 Added: systemsettings-4.11.17.ebuild
5 Log:
6 Version bump KDE Workspace 4.11.17
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
9
10 Revision Changes Path
11 1.277 kde-base/systemsettings/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?rev=1.277&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?rev=1.277&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?r1=1.276&r2=1.277
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v
20 retrieving revision 1.276
21 retrieving revision 1.277
22 diff -u -r1.276 -r1.277
23 --- ChangeLog 19 Feb 2015 07:43:18 -0000 1.276
24 +++ ChangeLog 29 Mar 2015 11:33:07 -0000 1.277
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/systemsettings
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.276 2015/02/19 07:43:18 kensington Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.277 2015/03/29 11:33:07 johu Exp $
30 +
31 +*systemsettings-4.11.17 (29 Mar 2015)
32 +
33 + 29 Mar 2015; Johannes Huber <johu@g.o> +systemsettings-4.11.17.ebuild:
34 + Version bump KDE Workspace 4.11.17
35
36 19 Feb 2015; Michael Palimaka <kensington@g.o>
37 -systemsettings-4.11.9-r1.ebuild, -systemsettings-4.11.9.ebuild:
38
39
40
41 1.1 kde-base/systemsettings/systemsettings-4.11.17.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/systemsettings-4.11.17.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/systemsettings-4.11.17.ebuild?rev=1.1&content-type=text/plain
45
46 Index: systemsettings-4.11.17.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-base/systemsettings/systemsettings-4.11.17.ebuild,v 1.1 2015/03/29 11:33:07 johu Exp $
51
52 EAPI=5
53
54 KDE_HANDBOOK="optional"
55 KMNAME="kde-workspace"
56 OPENGL_REQUIRED="optional"
57 VIRTUALX_REQUIRED="test"
58 VIRTUALDBUS_TEST="true"
59 inherit kde4-meta
60
61 DESCRIPTION="System settings utility"
62 HOMEPAGE+=" http://userbase.kde.org/System_Settings"
63 IUSE="debug gtk +kscreen nepomuk +usb"
64 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
65
66 COMMONDEPEND="
67 app-misc/strigi
68 dev-libs/glib:2
69 $(add_kdebase_dep kwin)
70 $(add_kdebase_dep libkworkspace)
71 media-libs/fontconfig
72 >=media-libs/freetype-2
73 >=x11-libs/libxklavier-3.2
74 x11-libs/libX11
75 x11-libs/libXcursor
76 x11-libs/libXext
77 x11-libs/libXfixes
78 x11-libs/libXft
79 x11-libs/libXi
80 x11-libs/libxkbfile
81 x11-libs/libXrandr
82 x11-libs/libXtst
83 opengl? ( virtual/opengl )
84 usb? ( virtual/libusb:0 )
85 "
86 DEPEND="${COMMONDEPEND}
87 x11-proto/kbproto
88 x11-proto/xextproto
89 "
90 RDEPEND="${COMMONDEPEND}
91 sys-libs/timezone-data
92 x11-apps/setxkbmap
93 x11-misc/xkeyboard-config
94 gtk? ( kde-misc/kde-gtk-config )
95 kscreen? ( kde-misc/kscreen:4 )
96 nepomuk? ( $(add_kdebase_dep nepomuk) )
97 "
98
99 KMEXTRA="
100 kcontrol/
101 "
102 KMEXTRACTONLY="
103 krunner/dbus/org.kde.krunner.App.xml
104 krunner/dbus/org.kde.screensaver.xml
105 ksmserver/screenlocker/dbus/org.kde.screensaver.xml
106 kwin/
107 libs/
108 plasma/
109 "
110 # fails to connect to a kded instance
111 RESTRICT="test"
112
113 PATCHES=( "${FILESDIR}/${PN}-kcm-randr.patch" )
114
115 src_unpack() {
116 if use handbook; then
117 KMEXTRA+="
118 doc/kcontrol
119 doc/kfontview
120 "
121 fi
122
123 kde4-meta_src_unpack
124 }
125
126 src_prepare() {
127 sed -i -e 's/systemsettingsrc DESTINATION ${SYSCONF_INSTALL_DIR}/systemsettingsrc DESTINATION ${CONFIG_INSTALL_DIR}/' \
128 systemsettings/CMakeLists.txt \
129 || die "Failed to fix systemsettingsrc install location"
130
131 kde4-meta_src_prepare
132 }
133
134 # FIXME: is have_openglxvisual found without screensaver
135 src_configure() {
136 # Old keyboard-detection code is unmaintained,
137 # so we force the new stuff, using libxklavier.
138 local mycmakeargs=(
139 -DUSE_XKLAVIER=ON -DWITH_LibXKlavier=ON
140 -DWITH_GLIB2=ON -DWITH_GObject=ON
141 -DBUILD_KCM_RANDR=$(usex !kscreen)
142 $(cmake-utils_use_with opengl OpenGL)
143 $(cmake-utils_use_with usb)
144 )
145
146 kde4-meta_src_configure
147 }