update to gnome-shell-3.8.2
This commit is contained in:
parent
48bc6d5019
commit
147ae4094b
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2013/04/17 11:04:28 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2013/05/14 08:59:45 jasper Exp $
|
||||
|
||||
COMMENT= next generation GNOME shell
|
||||
|
||||
GNOME_PROJECT= gnome-shell
|
||||
GNOME_VERSION= 3.8.1
|
||||
GNOME_VERSION= 3.8.2
|
||||
|
||||
HOMEPAGE= http://live.gnome.org/GnomeShell
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/gnome-shell-3.8.1.tar.xz) = 2wFg18P+w4WIBfIY+WFTTRo/FIbgBUkkM9SijED4Osc=
|
||||
SIZE (gnome/gnome-shell-3.8.1.tar.xz) = 1503100
|
||||
SHA256 (gnome/gnome-shell-3.8.2.tar.xz) = /99C04LVDNdW8fUaMeqmh37bUaCPDKgLbpc/BQckFt8=
|
||||
SIZE (gnome/gnome-shell-3.8.2.tar.xz) = 1512268
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-js_ui_panel_js,v 1.6 2013/04/17 11:04:28 jasper Exp $
|
||||
$OpenBSD: patch-js_ui_panel_js,v 1.7 2013/05/14 08:59:45 jasper Exp $
|
||||
|
||||
Make Network Manager support optional.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=679871
|
||||
|
||||
--- 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)
|
||||
--- js/ui/panel.js.orig Tue May 14 00:43:35 2013
|
||||
+++ js/ui/panel.js Tue May 14 10:00:35 2013
|
||||
@@ -932,11 +932,13 @@ if (Config.HAVE_BLUETOOTH)
|
||||
PANEL_ITEM_IMPLEMENTATIONS['bluetooth'] =
|
||||
imports.ui.status.bluetooth.Indicator;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2013/03/30 15:18:58 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2013/05/14 08:59:45 jasper Exp $
|
||||
@conflict gnome-panel-*
|
||||
@conflict gnome-screensaver-*
|
||||
@conflict notification-daemon-*
|
||||
@ -27,6 +27,7 @@ share/GConf/gsettings/gnome-shell-overrides.convert
|
||||
share/applications/evolution-calendar.desktop
|
||||
share/applications/gnome-shell-extension-prefs.desktop
|
||||
share/applications/gnome-shell.desktop
|
||||
share/dbus-1/interfaces/org.gnome.Shell.Screencast.xml
|
||||
share/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml
|
||||
share/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
|
||||
share/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
|
||||
@ -35,7 +36,6 @@ share/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
|
||||
share/glib-2.0/schemas/org.gnome.shell.gschema.xml
|
||||
share/gnome-control-center/keybindings/50-gnome-shell-screenshot.xml
|
||||
share/gnome-control-center/keybindings/50-gnome-shell-system.xml
|
||||
share/gnome-shell/
|
||||
share/gnome-shell/js/
|
||||
share/gnome-shell/js/extensionPrefs/
|
||||
share/gnome-shell/js/extensionPrefs/main.js
|
||||
@ -109,6 +109,7 @@ share/gnome-shell/js/ui/popupMenu.js
|
||||
share/gnome-shell/js/ui/remoteSearch.js
|
||||
share/gnome-shell/js/ui/runDialog.js
|
||||
share/gnome-shell/js/ui/screenShield.js
|
||||
share/gnome-shell/js/ui/screencast.js
|
||||
share/gnome-shell/js/ui/screenshot.js
|
||||
share/gnome-shell/js/ui/scripting.js
|
||||
share/gnome-shell/js/ui/search.js
|
||||
@ -280,6 +281,7 @@ share/locale/gu/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/he/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/hi/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/hu/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/ia/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/id/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/it/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/ja/LC_MESSAGES/gnome-shell.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user