Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-settings-daemon/, gnome-base/gnome-settings-daemon/files/
Date: Wed, 29 Apr 2015 19:00:33
Message-Id: 1430166607.46a4b8c1a4c60b85116b718af776eb9e248620e9.tranquility@gentoo
1 commit: 46a4b8c1a4c60b85116b718af776eb9e248620e9
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 20:29:22 2015 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 20:30:07 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=46a4b8c1
7
8 Bump gnome-settings-daemon to 3.16.1
9
10 Package-Manager: portage-2.2.18
11 Manifest-Sign-Key: 7E8B4D42
12
13 ...=> gnome-settings-daemon-3.16.0-optional.patch} | 20 ++++++++---------
14 ....ebuild => gnome-settings-daemon-3.16.1.ebuild} | 26 +++++++++-------------
15 .../gnome-settings-daemon-9999.ebuild | 13 ++++++-----
16 3 files changed, 27 insertions(+), 32 deletions(-)
17
18 diff --git a/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.14.0-optional.patch b/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.16.0-optional.patch
19 similarity index 89%
20 rename from gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.14.0-optional.patch
21 rename to gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.16.0-optional.patch
22 index a7a56b0..46d9739 100644
23 --- a/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.14.0-optional.patch
24 +++ b/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-3.16.0-optional.patch
25 @@ -1,6 +1,6 @@
26 -From b9515b8ef35915fd1a9721e2eb6ca4e1272d0f47 Mon Sep 17 00:00:00 2001
27 -From: Sobhan Mohammadpour <sobhanmohammadpour1@×××××.fr>
28 -Date: Tue, 10 Dec 2013 00:27:27 +0100
29 +From 8b526c757f0e977eeda9285762e137deba0a31f4 Mon Sep 17 00:00:00 2001
30 +From: Ole Reifschneider <mail@×××××××××××××××××.de>
31 +Date: Sat, 11 Apr 2015 23:10:21 +0200
32 Subject: [PATCH] Make colord and wacom support optional
33
34 ---
35 @@ -9,10 +9,10 @@ Subject: [PATCH] Make colord and wacom support optional
36 2 files changed, 35 insertions(+), 7 deletions(-)
37
38 diff --git a/configure.ac b/configure.ac
39 -index c42ea8b..26ccd36 100644
40 +index 50a6bb1..a42ec20 100644
41 --- a/configure.ac
42 +++ b/configure.ac
43 -@@ -225,7 +225,20 @@ dnl ---------------------------------------------------------------------------
44 +@@ -236,7 +236,20 @@ dnl ---------------------------------------------------------------------------
45 dnl - color
46 dnl ---------------------------------------------------------------------------
47
48 @@ -34,7 +34,7 @@ index c42ea8b..26ccd36 100644
49
50 dnl ---------------------------------------------------------------------------
51 dnl - datetime
52 -@@ -256,15 +269,25 @@ case $host_os in
53 +@@ -267,15 +280,25 @@ case $host_os in
54 if test "$host_cpu" = s390 -o "$host_cpu" = s390x; then
55 have_wacom=no
56 else
57 @@ -66,7 +66,7 @@ index c42ea8b..26ccd36 100644
58 ;;
59 *)
60 diff --git a/plugins/Makefile.am b/plugins/Makefile.am
61 -index 7bb01f0..7cc3655 100644
62 +index 7365953..779b5d9 100644
63 --- a/plugins/Makefile.am
64 +++ b/plugins/Makefile.am
65 @@ -4,7 +4,6 @@ enabled_plugins = \
66 @@ -74,10 +74,10 @@ index 7bb01f0..7cc3655 100644
67 a11y-settings \
68 clipboard \
69 - color \
70 - cursor \
71 datetime \
72 dummy \
73 -@@ -22,6 +21,12 @@ enabled_plugins = \
74 + power \
75 +@@ -21,6 +20,12 @@ enabled_plugins = \
76
77 disabled_plugins = $(NULL)
78
79 @@ -91,5 +91,5 @@ index 7bb01f0..7cc3655 100644
80 enabled_plugins += smartcard
81 else
82 --
83 -2.1.2
84 +2.0.5
85
86
87 diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.16.1.ebuild
88 similarity index 88%
89 copy from gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebuild
90 copy to gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.16.1.ebuild
91 index 7482043..d152d45 100644
92 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebuild
93 +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.16.1.ebuild
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2014 Gentoo Foundation
96 +# Copyright 1999-2015 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: $
99 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.14.3.ebuild,v 1.1 2015/03/28 16:07:02 pacho Exp $
100
101 EAPI="5"
102 GCONF_DEBUG="no"
103 @@ -8,31 +8,25 @@ GNOME2_LA_PUNT="yes"
104 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
105
106 inherit autotools eutils gnome2 python-r1 systemd udev virtualx
107 -if [[ ${PV} = 9999 ]]; then
108 - inherit gnome2-live
109 -fi
110
111 DESCRIPTION="Gnome Settings Daemon"
112 HOMEPAGE="https://git.gnome.org/browse/gnome-settings-daemon"
113
114 LICENSE="GPL-2+"
115 SLOT="0"
116 -IUSE="+colord +cups debug input_devices_wacom -openrc-force networkmanager policykit +short-touchpad-timeout smartcard test +udev"
117 +IUSE="+colord +cups debug input_devices_wacom -openrc-force networkmanager policykit +short-touchpad-timeout smartcard test +udev wayland"
118 REQUIRED_USE="
119 + input_devices_wacom? ( udev )
120 smartcard? ( udev )
121 test? ( ${PYTHON_REQUIRED_USE} )
122 "
123 -if [[ ${PV} = 9999 ]]; then
124 - KEYWORDS=""
125 -else
126 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
127 -fi
128 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
129
130 COMMON_DEPEND="
131 - >=dev-libs/glib-2.37.7:2
132 - >=x11-libs/gtk+-3.7.8:3
133 + >=dev-libs/glib-2.37.7:2[dbus]
134 + >=x11-libs/gtk+-3.15.3:3
135 >=gnome-base/gnome-desktop-3.11.1:3=
136 - >=gnome-base/gsettings-desktop-schemas-3.9.91.1
137 + >=gnome-base/gsettings-desktop-schemas-3.15.4
138 >=gnome-base/librsvg-2.36.2
139 media-fonts/cantarell
140 media-libs/fontconfig
141 @@ -107,10 +101,10 @@ src_prepare() {
142 epatch "${FILESDIR}"/${PN}-3.7.90-short-touchpad-timeout.patch
143
144 # Make colord and wacom optional; requires eautoreconf
145 - epatch "${FILESDIR}"/${PN}-3.14.0-optional.patch
146 + epatch "${FILESDIR}"/${PN}-3.16.0-optional.patch
147
148 epatch_user
149 - [[ ${PV} != 9999 ]] && eautoreconf
150 + eautoreconf
151
152 gnome2_src_prepare
153 }
154
155 diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebuild
156 index 7482043..2ebf7ee 100644
157 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebuild
158 +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebuild
159 @@ -1,4 +1,4 @@
160 -# Copyright 1999-2014 Gentoo Foundation
161 +# Copyright 1999-2015 Gentoo Foundation
162 # Distributed under the terms of the GNU General Public License v2
163 # $Header: $
164
165 @@ -17,8 +17,9 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-settings-daemon"
166
167 LICENSE="GPL-2+"
168 SLOT="0"
169 -IUSE="+colord +cups debug input_devices_wacom -openrc-force networkmanager policykit +short-touchpad-timeout smartcard test +udev"
170 +IUSE="+colord +cups debug input_devices_wacom -openrc-force networkmanager policykit +short-touchpad-timeout smartcard test +udev wayland"
171 REQUIRED_USE="
172 + input_devices_wacom? ( udev )
173 smartcard? ( udev )
174 test? ( ${PYTHON_REQUIRED_USE} )
175 "
176 @@ -29,10 +30,10 @@ else
177 fi
178
179 COMMON_DEPEND="
180 - >=dev-libs/glib-2.37.7:2
181 - >=x11-libs/gtk+-3.7.8:3
182 + >=dev-libs/glib-2.37.7:2[dbus]
183 + >=x11-libs/gtk+-3.15.3:3
184 >=gnome-base/gnome-desktop-3.11.1:3=
185 - >=gnome-base/gsettings-desktop-schemas-3.9.91.1
186 + >=gnome-base/gsettings-desktop-schemas-3.15.4
187 >=gnome-base/librsvg-2.36.2
188 media-fonts/cantarell
189 media-libs/fontconfig
190 @@ -107,7 +108,7 @@ src_prepare() {
191 epatch "${FILESDIR}"/${PN}-3.7.90-short-touchpad-timeout.patch
192
193 # Make colord and wacom optional; requires eautoreconf
194 - epatch "${FILESDIR}"/${PN}-3.14.0-optional.patch
195 + epatch "${FILESDIR}"/${PN}-3.16.0-optional.patch
196
197 epatch_user
198 [[ ${PV} != 9999 ]] && eautoreconf