Update to gnome-control-center-3.14.1.

This commit is contained in:
ajacoutot 2014-10-14 15:52:38 +00:00
parent a440a881bb
commit a44053a3f1
3 changed files with 4 additions and 30 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.138 2014/10/14 08:40:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.139 2014/10/14 15:52:38 ajacoutot Exp $
# XXX remove hostnames-test.txt hack in pre-configure when updating to 3.12.0
# https://git.gnome.org/browse/gnome-control-center/commit/?id=4736b03ed9e2ae9214117454f70811dbacd78739
@ -10,8 +10,7 @@ SHARED_ONLY= Yes
COMMENT= GNOME control center
GNOME_PROJECT= gnome-control-center
GNOME_VERSION= 3.14.0
REVISION= 0
GNOME_VERSION= 3.14.1
CATEGORIES= x11

View File

@ -1,2 +1,2 @@
SHA256 (gnome/gnome-control-center-3.14.0.tar.xz) = pHbamE4FuOUlLytPAUswEBaA4JflwnaXu/7QE8e6O8E=
SIZE (gnome/gnome-control-center-3.14.0.tar.xz) = 6930332
SHA256 (gnome/gnome-control-center-3.14.1.tar.xz) = vh+pPloG13bT3GCZqrfk4wFgPK4/VsAMCdENPr7tgkk=
SIZE (gnome/gnome-control-center-3.14.1.tar.xz) = 6930424

View File

@ -1,25 +0,0 @@
$OpenBSD: patch-panels_power_cc-power-panel_c,v 1.2 2014/10/14 11:34:57 ajacoutot Exp $
From fda606c4f88154bf97814998a51fb22fdc1f42a7 Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Tue, 14 Oct 2014 10:38:09 +0200
Subject: power: conditionally display the bluetooth button
--- panels/power/cc-power-panel.c.orig Tue Oct 14 10:21:12 2014
+++ panels/power/cc-power-panel.c Tue Oct 14 10:22:08 2014
@@ -1613,6 +1613,7 @@ add_power_saving_section (CcPowerPanel *self)
G_CALLBACK (wifi_switch_changed), self);
#endif
+#ifdef HAVE_BLUETOOTH
priv->bt_rfkill = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION,
G_DBUS_PROXY_FLAGS_NONE,
NULL,
@@ -1654,6 +1655,7 @@ add_power_saving_section (CcPowerPanel *self)
g_signal_connect (G_OBJECT (priv->bt_switch), "notify::active",
G_CALLBACK (bt_switch_changed), self);
}
+#endif
gtk_widget_show_all (widget);
}