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: systemsettings-4.10.5.ebuild ChangeLog
Date: Tue, 02 Jul 2013 16:55:54
Message-Id: 20130702164752.4444321720@flycatcher.gentoo.org
1 johu 13/07/02 16:47:52
2
3 Modified: ChangeLog
4 Added: systemsettings-4.10.5.ebuild
5 Log:
6 Version bump KDE SC 4.10.5
7
8 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
9
10 Revision Changes Path
11 1.210 kde-base/systemsettings/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?rev=1.210&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?rev=1.210&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?r1=1.209&r2=1.210
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v
20 retrieving revision 1.209
21 retrieving revision 1.210
22 diff -u -r1.209 -r1.210
23 --- ChangeLog 2 Jul 2013 09:30:43 -0000 1.209
24 +++ ChangeLog 2 Jul 2013 16:47:52 -0000 1.210
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-base/systemsettings
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.209 2013/07/02 09:30:43 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.210 2013/07/02 16:47:52 johu Exp $
30 +
31 +*systemsettings-4.10.5 (02 Jul 2013)
32 +
33 + 02 Jul 2013; Johannes Huber <johu@g.o> +systemsettings-4.10.5.ebuild:
34 + Version bump KDE SC 4.10.5
35
36 02 Jul 2013; Agostino Sarubbo <ago@g.o> -systemsettings-4.10.3.ebuild:
37 Remove old
38
39
40
41 1.1 kde-base/systemsettings/systemsettings-4.10.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/systemsettings-4.10.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/systemsettings-4.10.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: systemsettings-4.10.5.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.10.5.ebuild,v 1.1 2013/07/02 16:47:52 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 IUSE="debug gtk +usb"
63 KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
64
65 COMMONDEPEND="
66 app-misc/strigi
67 dev-libs/glib:2
68 $(add_kdebase_dep kwin)
69 $(add_kdebase_dep libkworkspace)
70 media-libs/fontconfig
71 >=media-libs/freetype-2
72 >=x11-libs/libxklavier-3.2
73 x11-libs/libX11
74 x11-libs/libXcursor
75 x11-libs/libXext
76 x11-libs/libXfixes
77 x11-libs/libXft
78 x11-libs/libXi
79 x11-libs/libxkbfile
80 x11-libs/libXrandr
81 x11-libs/libXtst
82 opengl? ( virtual/opengl )
83 usb? ( virtual/libusb:0 )
84 "
85 DEPEND="${COMMONDEPEND}
86 x11-proto/kbproto
87 x11-proto/xextproto
88 "
89 RDEPEND="${COMMONDEPEND}
90 sys-libs/timezone-data
91 x11-apps/setxkbmap
92 x11-misc/xkeyboard-config
93 gtk? ( kde-misc/kde-gtk-config )
94 "
95
96 KMEXTRA="
97 kcontrol/
98 "
99 KMEXTRACTONLY="
100 krunner/dbus/org.kde.krunner.App.xml
101 krunner/dbus/org.kde.screensaver.xml
102 ksmserver/screenlocker/dbus/org.kde.screensaver.xml
103 kwin/
104 libs/
105 plasma/
106 "
107
108 add_blocker kdeaccessibility-colorschemes '<4.6.50'
109
110 PATCHES=( "${FILESDIR}/${PN}-4.10.1-noplasmalock.patch" )
111
112 src_unpack() {
113 if use handbook; then
114 KMEXTRA+="
115 doc/kcontrol
116 doc/kfontview
117 "
118 fi
119
120 kde4-meta_src_unpack
121 }
122
123 src_prepare() {
124 sed -i -e 's/systemsettingsrc DESTINATION ${SYSCONF_INSTALL_DIR}/systemsettingsrc DESTINATION ${CONFIG_INSTALL_DIR}/' \
125 systemsettings/CMakeLists.txt \
126 || die "Failed to fix systemsettingsrc install location"
127
128 kde4-meta_src_prepare
129 }
130
131 # FIXME: is have_openglxvisual found without screensaver
132 src_configure() {
133 # Old keyboard-detection code is unmaintained,
134 # so we force the new stuff, using libxklavier.
135 mycmakeargs=(
136 -DUSE_XKLAVIER=ON -DWITH_LibXKlavier=ON
137 -DWITH_GLIB2=ON -DWITH_GObject=ON
138 $(cmake-utils_use_with opengl OpenGL)
139 $(cmake-utils_use_with usb)
140 )
141
142 kde4-meta_src_configure
143 }