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-control-center/files/
Date: Fri, 01 Apr 2016 17:58:07
Message-Id: 1459533474.445a5d1892ac1f46d5ef740bc7c98ed789f3f2c4.tranquility@gentoo
1 commit: 445a5d1892ac1f46d5ef740bc7c98ed789f3f2c4
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 17:57:54 2016 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 17:57:54 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=445a5d18
7
8 gnome-base/gnome-control-center: Fix optional patch
9
10 Some dependencies were not properly removed.
11
12 Package-Manager: portage-2.2.28
13 Manifest-Sign-Key: 0xE9E568677E8B4D42
14
15 .../gnome-control-center-3.20.0-optional.patch | 27 +++++++++++-----------
16 1 file changed, 13 insertions(+), 14 deletions(-)
17
18 diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.20.0-optional.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.20.0-optional.patch
19 index 0e7639d..59379a5 100644
20 --- a/gnome-base/gnome-control-center/files/gnome-control-center-3.20.0-optional.patch
21 +++ b/gnome-base/gnome-control-center/files/gnome-control-center-3.20.0-optional.patch
22 @@ -1,4 +1,4 @@
23 -From d3a9941031fc69d343fb011af52f2462de269bff Mon Sep 17 00:00:00 2001
24 +From dc62978815a12d0d0fbd97e975a612a13aff0cdc Mon Sep 17 00:00:00 2001
25 From: Alexandre Rostovtsev <tetromino@g.o>
26 Date: Fri, 25 Apr 2014 22:17:24 +0200
27 Subject: [PATCH] Make bluetooth/colord/goa/kerberos/wacom optional
28 @@ -11,17 +11,17 @@ https://bugzilla.gnome.org/show_bug.cgi?id=700145
29
30 Signed-Off: Ole Reifschneider <tranquility@g.o>
31 ---
32 - configure.ac | 157 ++++++++++++++++++++++++++------
33 + configure.ac | 156 ++++++++++++++++++++++++++------
34 panels/Makefile.am | 10 +-
35 panels/background/Makefile.am | 8 +-
36 panels/background/bg-pictures-source.c | 20 ++++
37 panels/user-accounts/um-realm-manager.c | 9 ++
38 shell/Makefile.am | 10 +-
39 shell/cc-panel-loader.c | 8 ++
40 - 7 files changed, 187 insertions(+), 35 deletions(-)
41 + 7 files changed, 186 insertions(+), 35 deletions(-)
42
43 diff --git a/configure.ac b/configure.ac
44 -index 0c2a779..0fd0025 100644
45 +index 0c2a779..4dfff18 100644
46 --- a/configure.ac
47 +++ b/configure.ac
48 @@ -119,10 +119,6 @@ LIBGD_INIT([_view-common notification static])
49 @@ -35,7 +35,7 @@ index 0c2a779..0fd0025 100644
50 PKG_CHECK_MODULES(DATETIME_PANEL, $COMMON_MODULES
51 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
52 polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION
53 -@@ -140,14 +136,66 @@ PKG_CHECK_MODULES(MOUSE_PANEL, $COMMON_MODULES xi >= 1.2
54 +@@ -140,14 +136,65 @@ PKG_CHECK_MODULES(MOUSE_PANEL, $COMMON_MODULES xi >= 1.2
55 PKG_CHECK_MODULES(NETWORK_PANEL, $COMMON_MODULES gmodule-2.0
56 polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION)
57 PKG_CHECK_MODULES(NOTIFICATIONS_PANEL, $COMMON_MODULES)
58 @@ -56,7 +56,7 @@ index 0c2a779..0fd0025 100644
59 +if test x$WANT_ONLINE_ACCOUNTS = xyes; then
60 + PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 goa-backend-1.0 >= $GOA_REQUIRED_VERSION)
61 + build_online_accounts=true
62 -+ background_online_accounts="goa-1.0 >= $GOA_REQUIRED_VERSION grilo-0.2 >= $GRILO_REQUIRED_VERSION"
63 ++ background_online_accounts="goa-1.0 >= $GOA_REQUIRED_VERSION grilo-0.3 >= $GRILO_REQUIRED_VERSION"
64 +fi
65 +if test "x$build_online_accounts" = xtrue ; then
66 + AC_DEFINE(BUILD_ONLINE_ACCOUNTS, 1, [Define to 1 to build the Online Accounts panel])
67 @@ -67,8 +67,7 @@ index 0c2a779..0fd0025 100644
68 +
69 +PKG_CHECK_MODULES(BACKGROUND_PANEL, $COMMON_MODULES cairo-gobject libxml-2.0 gnome-desktop-3.0
70 + gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED_VERSION
71 -+ goa-1.0 >= $GOA_REQUIRED_VERSION
72 -+ grilo-0.3 >= $GRILO_REQUIRED_VERSION)
73 ++ $background_online_accounts)
74 +
75 PKG_CHECK_MODULES(POWER_PANEL, $COMMON_MODULES upower-glib >= 0.99.0
76 gnome-settings-daemon >= $GSD_REQUIRED_VERSION)
77 @@ -108,7 +107,7 @@ index 0c2a779..0fd0025 100644
78 PKG_CHECK_MODULES(PRINTERS_PANEL, $COMMON_MODULES
79 polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION)
80 PKG_CHECK_MODULES(PRIVACY_PANEL, $COMMON_MODULES)
81 -@@ -221,8 +269,25 @@ fi
82 +@@ -221,8 +268,25 @@ fi
83 AM_CONDITIONAL(HAVE_NM_UNSTABLE, [test x$nm_unstable = xyes])
84
85 # Check for gnome-bluetooth
86 @@ -136,7 +135,7 @@ index 0c2a779..0fd0025 100644
87 if test "x$have_bluetooth" = xyes ; then
88 AC_DEFINE(BUILD_BLUETOOTH, 1, [Define to 1 to build the Bluetooth panel])
89 fi
90 -@@ -307,15 +372,27 @@ case $host_os in
91 +@@ -307,15 +371,27 @@ case $host_os in
92 if test "$host_cpu" = s390 -o "$host_cpu" = s390x; then
93 have_wacom=no
94 else
95 @@ -173,7 +172,7 @@ index 0c2a779..0fd0025 100644
96 fi
97 ;;
98 *)
99 -@@ -325,15 +402,22 @@ esac
100 +@@ -325,15 +401,22 @@ esac
101 AM_CONDITIONAL(BUILD_WACOM, [test x${have_wacom} = xyes])
102
103 # Kerberos kerberos support
104 @@ -204,7 +203,7 @@ index 0c2a779..0fd0025 100644
105
106 AC_SUBST(KRB5_CFLAGS)
107 AC_SUBST(KRB5_LIBS)
108 -@@ -569,6 +653,11 @@ if test "x$have_bluetooth" = "xyes"; then
109 +@@ -569,6 +652,11 @@ if test "x$have_bluetooth" = "xyes"; then
110 else
111 AC_MSG_NOTICE([ Bluetooth panel disabled])
112 fi
113 @@ -216,7 +215,7 @@ index 0c2a779..0fd0025 100644
114 if test "x$enable_cups" = "xyes"; then
115 AC_MSG_NOTICE([** CUPS (Printers panel)])
116 else
117 -@@ -579,6 +668,16 @@ if test "x$have_cheese" = "xyes"; then
118 +@@ -579,6 +667,16 @@ if test "x$have_cheese" = "xyes"; then
119 else
120 AC_MSG_NOTICE([ Users panel webcam support disabled])
121 fi
122 @@ -530,5 +529,5 @@ index de9c5df..17503fe 100644
123 #ifdef BUILD_PRINTERS
124 PANEL_TYPE("printers", cc_printers_panel_get_type ),
125 --
126 -2.7.2
127 +2.7.4