Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-settings-daemon: gnome-settings-daemon-3.12.2.ebuild ChangeLog
Date: Sat, 31 May 2014 07:44:52
Message-Id: 20140531074448.BC47A2004E@flycatcher.gentoo.org
1 pacho 14/05/31 07:44:48
2
3 Modified: ChangeLog
4 Added: gnome-settings-daemon-3.12.2.ebuild
5 Log:
6 Version bump, fix udev rule installation (#509484 by poncho and ssuominen)
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.139 gnome-base/gnome-settings-daemon/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog?rev=1.139&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog?rev=1.139&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog?r1=1.138&r2=1.139
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog,v
20 retrieving revision 1.138
21 retrieving revision 1.139
22 diff -u -r1.138 -r1.139
23 --- ChangeLog 27 Apr 2014 16:58:01 -0000 1.138
24 +++ ChangeLog 31 May 2014 07:44:48 -0000 1.139
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-base/gnome-settings-daemon
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog,v 1.138 2014/04/27 16:58:01 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/ChangeLog,v 1.139 2014/05/31 07:44:48 pacho Exp $
30 +
31 +*gnome-settings-daemon-3.12.2 (31 May 2014)
32 +
33 + 31 May 2014; Pacho Ramos <pacho@g.o>
34 + +gnome-settings-daemon-3.12.2.ebuild:
35 + Version bump, fix udev rule installation (#509484 by poncho and ssuominen)
36
37 *gnome-settings-daemon-3.12.1 (27 Apr 2014)
38
39
40
41
42 1.1 gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.12.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.12.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.12.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-settings-daemon-3.12.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.12.2.ebuild,v 1.1 2014/05/31 07:44:48 pacho Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit autotools eutils gnome2 systemd udev virtualx
58
59 DESCRIPTION="Gnome Settings Daemon"
60 HOMEPAGE="https://git.gnome.org/browse/gnome-settings-daemon"
61
62 LICENSE="GPL-2+"
63 SLOT="0"
64 IUSE="+colord +cups debug +i18n input_devices_wacom -openrc-force packagekit policykit +short-touchpad-timeout smartcard +udev"
65 REQUIRED_USE="
66 packagekit? ( udev )
67 smartcard? ( udev )
68 "
69 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
70
71 COMMON_DEPEND="
72 >=dev-libs/glib-2.37.7:2
73 >=x11-libs/gtk+-3.7.8:3
74 >=gnome-base/gnome-desktop-3.11.1:3=
75 >=gnome-base/gsettings-desktop-schemas-3.9.91.1
76 >=gnome-base/librsvg-2.36.2
77 media-fonts/cantarell
78 media-libs/fontconfig
79 >=media-libs/lcms-2.2:2
80 media-libs/libcanberra[gtk3]
81 >=media-sound/pulseaudio-2
82 >=sys-power/upower-0.99
83 x11-libs/cairo
84 x11-libs/gdk-pixbuf:2
85 >=x11-libs/libnotify-0.7.3:=
86 x11-libs/libX11
87 x11-libs/libxkbfile
88 x11-libs/libXi
89 x11-libs/libXext
90 x11-libs/libXfixes
91 x11-libs/libXtst
92 x11-libs/libXxf86misc
93 x11-misc/xkeyboard-config
94
95 >=app-misc/geoclue-2.1.2:2.0
96 >=dev-libs/libgweather-3.9.5:2
97 >=sci-geosciences/geocode-glib-3.10
98 >=sys-auth/polkit-0.103
99
100 colord? ( >=x11-misc/colord-1.0.2:= )
101 cups? ( >=net-print/cups-1.4[dbus] )
102 i18n? ( >=app-i18n/ibus-1.4.99 )
103 input_devices_wacom? (
104 >=dev-libs/libwacom-0.7
105 >=x11-libs/pango-1.20
106 x11-drivers/xf86-input-wacom
107 virtual/udev[gudev] )
108 packagekit? ( >=app-admin/packagekit-base-0.8.1 )
109 smartcard? ( >=dev-libs/nss-3.11.2 )
110 udev? ( virtual/udev[gudev] )
111 "
112 # Themes needed by g-s-d, gnome-shell, gtk+:3 apps to work properly
113 # <gnome-color-manager-3.1.1 has file collisions with g-s-d-3.1.x
114 # <gnome-power-manager-3.1.3 has file collisions with g-s-d-3.1.x
115 # systemd needed for power and session management, bug #464944
116 RDEPEND="${COMMON_DEPEND}
117 gnome-base/dconf
118 !openrc-force? ( sys-apps/systemd )
119 >=x11-themes/gnome-themes-standard-2.91
120 >=x11-themes/gnome-icon-theme-2.91
121 >=x11-themes/gnome-icon-theme-symbolic-2.91
122 !<gnome-base/gnome-control-center-2.22
123 !<gnome-extra/gnome-color-manager-3.1.1
124 !<gnome-extra/gnome-power-manager-3.1.3
125 "
126 # xproto-7.0.15 needed for power plugin
127 DEPEND="${COMMON_DEPEND}
128 cups? ( sys-apps/sed )
129 dev-libs/libxml2:2
130 sys-devel/gettext
131 >=dev-util/intltool-0.40
132 virtual/pkgconfig
133 x11-proto/inputproto
134 x11-proto/xf86miscproto
135 >=x11-proto/xproto-7.0.15
136 "
137
138 src_prepare() {
139 # https://bugzilla.gnome.org/show_bug.cgi?id=621836
140 # Apparently this change severely affects touchpad usability for some
141 # people, so revert it if USE=short-touchpad-timeout.
142 # Revisit if/when upstream adds a setting for customizing the timeout.
143 use short-touchpad-timeout &&
144 epatch "${FILESDIR}/${PN}-3.7.90-short-touchpad-timeout.patch"
145
146 # Make colord and wacom optional; requires eautoreconf
147 epatch "${FILESDIR}/${PN}-3.12.0-optional.patch"
148
149 epatch_user
150 eautoreconf
151
152 gnome2_src_prepare
153 }
154
155 src_configure() {
156 gnome2_src_configure \
157 --disable-static \
158 --enable-man \
159 $(use_enable colord color) \
160 $(use_enable cups) \
161 $(use_enable debug) \
162 $(use_enable debug more-warnings) \
163 $(use_enable i18n ibus) \
164 $(use_enable packagekit) \
165 $(use_enable smartcard smartcard-support) \
166 $(use_enable udev gudev) \
167 $(use_enable input_devices_wacom wacom)
168 }
169
170 src_test() {
171 Xemake check
172 }
173
174 src_install() {
175 gnome2_src_install udevrulesdir="$(get_udevdir)"/rules.d #509484
176 }
177
178 pkg_postinst() {
179 gnome2_pkg_postinst
180
181 if ! systemd_is_booted; then
182 ewarn "${PN} needs Systemd to be *running* for working"
183 ewarn "properly. Please follow the this guide to migrate:"
184 ewarn "http://wiki.gentoo.org/wiki/Systemd"
185 fi
186
187 if use openrc-force; then
188 ewarn "You are enabling 'openrc-force' USE flag to skip systemd requirement,"
189 ewarn "this can lead to unexpected problems and is not supported neither by"
190 ewarn "upstream neither by Gnome Gentoo maintainers. If you suffer any problem,"
191 ewarn "you will need to disable this USE flag system wide and retest before"
192 ewarn "opening any bug report."
193 fi
194 }