update to gnome-shell-3.8.1

This commit is contained in:
jasper 2013-04-17 11:04:28 +00:00
parent 02ad0e19a8
commit c000ec2774
3 changed files with 9 additions and 10 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.46 2013/04/16 13:17:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.47 2013/04/17 11:04:28 jasper Exp $
COMMENT= next generation GNOME shell
GNOME_PROJECT= gnome-shell
GNOME_VERSION= 3.8.0.1
REVISION= 8
GNOME_VERSION= 3.8.1
HOMEPAGE= http://live.gnome.org/GnomeShell
@ -61,7 +60,7 @@ LIB_DEPENDS= audio/pulseaudio \
x11/gnome/gcr \
x11/gnome/gjs \
x11/gnome/menus \
x11/gnome/mutter
x11/gnome/mutter>=3.8.1
# polkit(8) almost always needs to know the "active" session
RUN_DEPENDS += sysutils/consolekit

View File

@ -1,2 +1,2 @@
SHA256 (gnome/gnome-shell-3.8.0.1.tar.xz) = z5jD0DhwT9BXSJxpamy54u4q5aENtbRd3rpZ+4LVB7g=
SIZE (gnome/gnome-shell-3.8.0.1.tar.xz) = 1500260
SHA256 (gnome/gnome-shell-3.8.1.tar.xz) = 2wFg18P+w4WIBfIY+WFTTRo/FIbgBUkkM9SijED4Osc=
SIZE (gnome/gnome-shell-3.8.1.tar.xz) = 1503100

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-js_ui_panel_js,v 1.5 2013/03/30 08:04:19 jasper Exp $
$OpenBSD: patch-js_ui_panel_js,v 1.6 2013/04/17 11:04:28 jasper Exp $
Make Network Manager support optional.
https://bugzilla.gnome.org/show_bug.cgi?id=679871
--- js/ui/panel.js.orig Mon Mar 18 16:36:03 2013
+++ js/ui/panel.js Fri Mar 29 20:39:33 2013
@@ -883,11 +883,13 @@ if (Config.HAVE_BLUETOOTH)
--- js/ui/panel.js.orig Tue Apr 16 20:52:38 2013
+++ js/ui/panel.js Wed Apr 17 12:27:44 2013
@@ -904,11 +904,13 @@ if (Config.HAVE_BLUETOOTH)
PANEL_ITEM_IMPLEMENTATIONS['bluetooth'] =
imports.ui.status.bluetooth.Indicator;