- update to gnome-shell-3.6.0
This commit is contained in:
parent
3582e6ecc8
commit
540933b2ed
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2012/09/29 10:52:28 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2012/09/30 14:45:23 jasper Exp $
|
||||
|
||||
COMMENT= next generation GNOME shell
|
||||
|
||||
GNOME_PROJECT= gnome-shell
|
||||
GNOME_VERSION= 3.4.2
|
||||
REVISION= 2
|
||||
GNOME_VERSION= 3.6.0
|
||||
|
||||
HOMEPAGE= http://live.gnome.org/GnomeShell
|
||||
|
||||
@ -16,22 +15,21 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += GL ICE SM X11 X11-xcb Xau Xcomposite Xcursor Xdamage
|
||||
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
|
||||
WANTLIB += asn1 atk-1.0 c cairo cairo-gobject camel-1.2 canberra
|
||||
WANTLIB += canberra-gtk3 clutter-1.0 cogl cogl-pango com_err croco-0.6
|
||||
WANTLIB += crypto dbus-1 dbus-glib-1 drm ebook-1.2 ecal-1.2 edataserver-1.2
|
||||
WANTLIB += edataserverui-3.0 execinfo expat ffi folks fontconfig
|
||||
WANTLIB += freetype gck-1 gconf-2 gcr-3 gcr-base-3 gcrypt gdbm
|
||||
WANTLIB += gdk-3 gdk_pixbuf-2.0 gee gio-2.0 girepository-1.0 gjs
|
||||
WANTLIB += glib-2.0 gmodule-2.0 gnome-keyring gnome-menu-3 gobject-2.0
|
||||
WANTLIB += gpg-error gssapi gstbase-0.10 gstreamer-0.10 gthread-2.0
|
||||
WANTLIB += gtk-3 ical icalss icalvcal json json-glib-1.0 krb5
|
||||
WANTLIB += ltdl m mozjs185 mutter ncurses nspr4 nss3 ogg p11-kit
|
||||
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += plc4 plds4 png polkit-agent-1 polkit-gobject-1 pthread
|
||||
WANTLIB += pthread-stubs pulse pulse-mainloop-glib smime3 sndfile
|
||||
WANTLIB += softokn3 soup-2.4 sqlite3 ssl3 startup-notification-1
|
||||
WANTLIB += stdc++ telepathy-glib telepathy-logger vorbis vorbisfile
|
||||
WANTLIB += xcb xcb-aux xcb-render xcb-shm xml2 z
|
||||
WANTLIB += asn1 atk-1.0 atk-bridge-2.0 atspi c cairo cairo-gobject
|
||||
WANTLIB += canberra canberra-gtk3 clutter-1.0 cogl cogl-pango
|
||||
WANTLIB += com_err croco-0.6 crypto dbus-1 dbus-glib-1 drm execinfo
|
||||
WANTLIB += expat ffi fontconfig freetype gck-1 gcr-3 gcr-base-3
|
||||
WANTLIB += gcrypt gdbm gdk-3 gdk_pixbuf-2.0 gio-2.0 girepository-1.0
|
||||
WANTLIB += gjs glib-2.0 gmodule-2.0 gnome-keyring gnome-menu-3
|
||||
WANTLIB += gobject-2.0 gpg-error gssapi gthread-2.0 gtk-3 harfbuzz
|
||||
WANTLIB += icudata icule icuuc json json-glib-1.0 krb5 ltdl m
|
||||
WANTLIB += mozjs185 mutter ncurses nspr4 ogg p11-kit pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4
|
||||
WANTLIB += png polkit-agent-1 polkit-gobject-1 pthread pthread-stubs
|
||||
WANTLIB += pulse pulse-mainloop-glib sndfile soup-2.4 sqlite3
|
||||
WANTLIB += startup-notification-1 stdc++ telepathy-glib telepathy-logger
|
||||
WANTLIB += vorbis vorbisfile xcb xcb-aux xcb-render xcb-shm xkbfile
|
||||
WANTLIB += xml2 z
|
||||
|
||||
MODULES= devel/dconf \
|
||||
devel/gettext \
|
||||
@ -41,7 +39,6 @@ MODULES= devel/dconf \
|
||||
MODGNOME_TOOLS= goi
|
||||
|
||||
LIB_DEPENDS= audio/pulseaudio \
|
||||
net/telepathy/folks \
|
||||
net/telepathy/telepathy-logger \
|
||||
sysutils/polkit \
|
||||
www/libcroco \
|
||||
@ -86,6 +83,6 @@ pre-configure:
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/gnome-shell/*.la
|
||||
rm ${PREFIX}/mozilla/plugins/*.la
|
||||
rm ${PREFIX}/lib/mozilla/plugins/*.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/gnome-shell-3.4.2.tar.xz) = OAf3iClo0DL49cZLDgr1HA0Bby4cT9FXYgPJNQ5BJyA=
|
||||
SIZE (gnome/gnome-shell-3.4.2.tar.xz) = 1257612
|
||||
SHA256 (gnome/gnome-shell-3.6.0.tar.xz) = AyrTKk+mwfkgEGNeMHYDEyOsaQ94xhAYRDjAhcNV4Hs=
|
||||
SIZE (gnome/gnome-shell-3.6.0.tar.xz) = 1398568
|
||||
|
@ -1,19 +1,20 @@
|
||||
$OpenBSD: patch-configure_ac,v 1.5 2012/09/11 08:29:33 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure_ac,v 1.6 2012/09/30 14:45:23 jasper Exp $
|
||||
|
||||
Make Network Manager support optional.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=679871
|
||||
|
||||
--- configure.ac.orig Fri Jul 20 20:20:48 2012
|
||||
+++ configure.ac Tue Sep 11 10:12:12 2012
|
||||
@@ -94,7 +94,6 @@ PKG_CHECK_MODULES(GNOME_SHELL, gio-unix-2.0 >= $GIO_MI
|
||||
--- configure.ac.orig Sun Sep 30 13:18:28 2012
|
||||
+++ configure.ac Sun Sep 30 13:18:56 2012
|
||||
@@ -96,7 +96,7 @@ PKG_CHECK_MODULES(GNOME_SHELL, gio-unix-2.0 >= $GIO_MI
|
||||
telepathy-glib >= $TELEPATHY_GLIB_MIN_VERSION
|
||||
telepathy-logger-0.2 >= $TELEPATHY_LOGGER_MIN_VERSION
|
||||
polkit-agent-1 >= $POLKIT_MIN_VERSION xfixes
|
||||
- libnm-glib libnm-util gnome-keyring-1
|
||||
gcr-3 >= $GCR_MIN_VERSION)
|
||||
+ gnome-keyring-1
|
||||
gcr-3 >= $GCR_MIN_VERSION
|
||||
gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION)
|
||||
|
||||
PKG_CHECK_MODULES(SHELL_PERF_HELPER, gtk+-3.0 gio-2.0)
|
||||
@@ -138,6 +137,22 @@ PKG_CHECK_EXISTS([gnome-bluetooth-1.0 >= 3.1.0],
|
||||
@@ -138,6 +138,22 @@ PKG_CHECK_EXISTS([gnome-bluetooth-1.0 >= 3.1.0],
|
||||
[AC_DEFINE([HAVE_BLUETOOTH],[0])
|
||||
AC_SUBST([HAVE_BLUETOOTH],[0])
|
||||
AC_MSG_RESULT([no])])
|
||||
@ -34,5 +35,5 @@ https://bugzilla.gnome.org/show_bug.cgi?id=679871
|
||||
+AM_CONDITIONAL(NETWORK_MANAGER, $network_manager)
|
||||
+GNOME_SHELL=$GNOME_SHELL $NM_LIBS
|
||||
|
||||
PKG_CHECK_MODULES(CALENDAR_SERVER, libecal-1.2 >= $LIBECAL_MIN_VERSION libedataserver-1.2 >= $LIBEDATASERVER_MIN_VERSION libedataserverui-3.0 >= $LIBEDATASERVERUI_MIN_VERSION gio-2.0 gconf-2.0)
|
||||
PKG_CHECK_MODULES(CALENDAR_SERVER, libecal-1.2 >= $LIBECAL_MIN_VERSION libedataserver-1.2 >= $LIBEDATASERVER_MIN_VERSION libedataserverui-3.0 >= $LIBEDATASERVERUI_MIN_VERSION gio-2.0)
|
||||
AC_SUBST(CALENDAR_SERVER_CFLAGS)
|
||||
|
@ -1,15 +1,15 @@
|
||||
$OpenBSD: patch-js_Makefile_am,v 1.1 2012/08/29 11:56:27 jasper Exp $
|
||||
$OpenBSD: patch-js_Makefile_am,v 1.2 2012/09/30 14:45:23 jasper Exp $
|
||||
|
||||
Make Network Manager support optional.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=679871
|
||||
|
||||
--- js/Makefile.am.orig Sat Jul 14 10:24:10 2012
|
||||
+++ js/Makefile.am Sat Jul 14 10:24:33 2012
|
||||
--- js/Makefile.am.orig Sun Sep 30 13:19:41 2012
|
||||
+++ js/Makefile.am Sun Sep 30 13:20:02 2012
|
||||
@@ -8,6 +8,7 @@ misc/config.js: misc/config.js.in Makefile
|
||||
sed -e "s|[@]PACKAGE_NAME@|$(PACKAGE_NAME)|g" \
|
||||
-e "s|[@]PACKAGE_VERSION@|$(PACKAGE_VERSION)|g" \
|
||||
-e "s|[@]GJS_VERSION@|$(GJS_VERSION)|g" \
|
||||
-e "s|[@]HAVE_BLUETOOTH@|$(HAVE_BLUETOOTH)|g" \
|
||||
+ -e "s|[@]HAVE_NETWORK_MANAGER@|$(HAVE_NETWORK_MANAGER)|g" \
|
||||
-e "s|[@]SHELL_SYSTEM_CA_FILE@|$(SHELL_SYSTEM_CA_FILE)|g" \
|
||||
-e "s|[@]GETTEXT_PACKAGE@|$(GETTEXT_PACKAGE)|g" \
|
||||
-e "s|[@]datadir@|$(datadir)|g" \
|
||||
-e "s|[@]libexecdir@|$(libexecdir)|g" \
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-js_misc_config_js_in,v 1.1 2012/08/29 11:56:27 jasper Exp $
|
||||
$OpenBSD: patch-js_misc_config_js_in,v 1.2 2012/09/30 14:45:23 jasper Exp $
|
||||
|
||||
Make Network Manager support optional.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=679871
|
||||
|
||||
--- js/misc/config.js.in.orig Sat Jul 14 10:22:10 2012
|
||||
+++ js/misc/config.js.in Sat Jul 14 10:22:40 2012
|
||||
@@ -8,6 +8,8 @@ const PACKAGE_VERSION = '@PACKAGE_VERSION@';
|
||||
const GJS_VERSION = '@GJS_VERSION@';
|
||||
--- js/misc/config.js.in.orig Sun Sep 30 13:20:18 2012
|
||||
+++ js/misc/config.js.in Sun Sep 30 13:20:32 2012
|
||||
@@ -6,6 +6,8 @@ const PACKAGE_NAME = '@PACKAGE_NAME@';
|
||||
const PACKAGE_VERSION = '@PACKAGE_VERSION@';
|
||||
/* 1 if gnome-bluetooth is available, 0 otherwise */
|
||||
const HAVE_BLUETOOTH = @HAVE_BLUETOOTH@;
|
||||
+/* 1 if Network Manager is available, 0 otherwise */
|
||||
+const HAVE_NETWORK_MANAGER = @HAVE_NETWORK_MANAGER@;
|
||||
/* The system TLS CA list */
|
||||
const SHELL_SYSTEM_CA_FILE = '@SHELL_SYSTEM_CA_FILE@';
|
||||
/* gettext package */
|
||||
const GETTEXT_PACKAGE = '@GETTEXT_PACKAGE@';
|
||||
/* locale dir */
|
||||
|
@ -1,44 +0,0 @@
|
||||
$OpenBSD: patch-js_ui_main_js,v 1.3 2012/08/29 11:56:27 jasper Exp $
|
||||
|
||||
Make Network Manager support optional.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=679871
|
||||
|
||||
--- js/ui/main.js.orig Mon Apr 16 18:41:48 2012
|
||||
+++ js/ui/main.js Sat Jul 14 11:56:05 2012
|
||||
@@ -12,6 +12,7 @@ const St = imports.gi.St;
|
||||
|
||||
const AutomountManager = imports.ui.automountManager;
|
||||
const AutorunManager = imports.ui.autorunManager;
|
||||
+const Config = imports.misc.config;
|
||||
const CtrlAltTab = imports.ui.ctrlAltTab;
|
||||
const EndSessionDialog = imports.ui.endSessionDialog;
|
||||
const PolkitAuthenticationAgent = imports.ui.polkitAuthenticationAgent;
|
||||
@@ -26,7 +27,6 @@ const PlaceDisplay = imports.ui.placeDisplay;
|
||||
const RunDialog = imports.ui.runDialog;
|
||||
const Layout = imports.ui.layout;
|
||||
const LookingGlass = imports.ui.lookingGlass;
|
||||
-const NetworkAgent = imports.ui.networkAgent;
|
||||
const NotificationDaemon = imports.ui.notificationDaemon;
|
||||
const WindowAttentionHandler = imports.ui.windowAttentionHandler;
|
||||
const Scripting = imports.ui.scripting;
|
||||
@@ -38,6 +38,9 @@ const XdndHandler = imports.ui.xdndHandler;
|
||||
const StatusIconDispatcher = imports.ui.statusIconDispatcher;
|
||||
const Util = imports.misc.util;
|
||||
|
||||
+if (Config.HAVE_NETWORK_MANAGER)
|
||||
+ const NetworkAgent = imports.ui.networkAgent;
|
||||
+
|
||||
const OVERRIDES_SCHEMA = 'org.gnome.shell.overrides';
|
||||
const DEFAULT_BACKGROUND_COLOR = new Clutter.Color();
|
||||
DEFAULT_BACKGROUND_COLOR.from_pixel(0x2266bbff);
|
||||
@@ -85,7 +88,9 @@ function _createUserSession() {
|
||||
telepathyClient = new TelepathyClient.Client();
|
||||
automountManager = new AutomountManager.AutomountManager();
|
||||
autorunManager = new AutorunManager.AutorunManager();
|
||||
- networkAgent = new NetworkAgent.NetworkAgent();
|
||||
+
|
||||
+ if (Config.HAVE_NETWORK_MANAGER)
|
||||
+ networkAgent = new NetworkAgent.NetworkAgent();
|
||||
}
|
||||
|
||||
function _createGDMSession() {
|
@ -1,24 +1,26 @@
|
||||
$OpenBSD: patch-js_ui_panel_js,v 1.3 2012/08/29 11:56:27 jasper Exp $
|
||||
$OpenBSD: patch-js_ui_panel_js,v 1.4 2012/09/30 14:45:23 jasper Exp $
|
||||
|
||||
Make Network Manager support optional.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=679871
|
||||
|
||||
--- js/ui/panel.js.orig Sat Jul 14 11:20:43 2012
|
||||
+++ js/ui/panel.js Sat Jul 14 11:21:06 2012
|
||||
@@ -44,10 +44,12 @@ const STANDARD_STATUS_AREA_SHELL_IMPLEMENTATION = {
|
||||
if (Config.HAVE_BLUETOOTH)
|
||||
STANDARD_STATUS_AREA_SHELL_IMPLEMENTATION['bluetooth'] = imports.ui.status.bluetooth.Indicator;
|
||||
--- js/ui/panel.js.orig Sun Sep 30 13:24:41 2012
|
||||
+++ js/ui/panel.js Sun Sep 30 13:25:31 2012
|
||||
@@ -910,11 +910,13 @@ if (Config.HAVE_BLUETOOTH)
|
||||
PANEL_ITEM_IMPLEMENTATIONS['bluetooth'] =
|
||||
imports.ui.status.bluetooth.Indicator;
|
||||
|
||||
-try {
|
||||
- STANDARD_STATUS_AREA_SHELL_IMPLEMENTATION['network'] = imports.ui.status.network.NMApplet;
|
||||
- PANEL_ITEM_IMPLEMENTATIONS['network'] =
|
||||
- imports.ui.status.network.NMApplet;
|
||||
-} catch(e) {
|
||||
- log('NMApplet is not supported. It is possible that your NetworkManager version is too old');
|
||||
+if (Config.HAVE_NETWORK_MANAGER) {
|
||||
+ try {
|
||||
+ STANDARD_STATUS_AREA_SHELL_IMPLEMENTATION['network'] = imports.ui.status.network.NMApplet;
|
||||
+ } catch(e) {
|
||||
+ log('NMApplet is not supported. It is possible that your NetworkManager version is too old');
|
||||
+ }
|
||||
+ try {
|
||||
+ PANEL_ITEM_IMPLEMENTATIONS['network'] =
|
||||
+ imports.ui.status.network.NMApplet;
|
||||
+ } catch(e) {
|
||||
+ log('NMApplet is not supported. It is possible that your NetworkManager version is too old');
|
||||
+ }
|
||||
}
|
||||
|
||||
const GDM_STATUS_AREA_ORDER = ['a11y', 'display', 'keyboard', 'volume', 'battery', 'powerMenu'];
|
||||
const Panel = new Lang.Class({
|
||||
|
@ -1,19 +1,19 @@
|
||||
$OpenBSD: patch-src_Makefile_am,v 1.1 2012/08/29 11:56:27 jasper Exp $
|
||||
$OpenBSD: patch-src_Makefile_am,v 1.2 2012/09/30 14:45:23 jasper Exp $
|
||||
|
||||
Make Network Manager support optional.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=679871
|
||||
|
||||
--- src/Makefile.am.orig Mon Apr 16 19:47:21 2012
|
||||
+++ src/Makefile.am Sat Jul 14 11:27:35 2012
|
||||
@@ -112,7 +112,6 @@ shell_public_headers_h = \
|
||||
shell-idle-monitor.h \
|
||||
--- src/Makefile.am.orig Sun Sep 30 13:38:04 2012
|
||||
+++ src/Makefile.am Sun Sep 30 13:39:13 2012
|
||||
@@ -117,7 +117,6 @@ shell_public_headers_h = \
|
||||
shell-invert-lightness-effect.h \
|
||||
shell-mobile-providers.h \
|
||||
shell-mount-operation.h \
|
||||
- shell-network-agent.h \
|
||||
shell-perf-log.h \
|
||||
shell-screenshot.h \
|
||||
shell-screen-grabber.h \
|
||||
@@ -161,7 +160,6 @@ libgnome_shell_la_SOURCES = \
|
||||
@@ -164,7 +163,6 @@ libgnome_shell_la_SOURCES = \
|
||||
shell-keyring-prompt.c \
|
||||
shell-mobile-providers.c \
|
||||
shell-mount-operation.c \
|
||||
@ -42,8 +42,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=679871
|
||||
libgnome_shell_la_CPPFLAGS = $(gnome_shell_cflags)
|
||||
|
||||
Shell-0.1.gir: libgnome-shell.la St-1.0.gir
|
||||
-Shell_0_1_gir_INCLUDES = Clutter-1.0 ClutterX11-1.0 Meta-3.0 TelepathyGLib-0.12 TelepathyLogger-0.2 Soup-2.4 GMenu-3.0 NetworkManager-1.0 NMClient-1.0 Folks-0.6
|
||||
+Shell_0_1_gir_INCLUDES = Clutter-1.0 ClutterX11-1.0 Meta-3.0 TelepathyGLib-0.12 TelepathyLogger-0.2 Soup-2.4 GMenu-3.0 Folks-0.6
|
||||
-Shell_0_1_gir_INCLUDES = Clutter-1.0 ClutterX11-1.0 Meta-3.0 TelepathyGLib-0.12 TelepathyLogger-0.2 Soup-2.4 GMenu-3.0 NetworkManager-1.0 NMClient-1.0
|
||||
+Shell_0_1_gir_INCLUDES = Clutter-1.0 ClutterX11-1.0 Meta-3.0 TelepathyGLib-0.12 TelepathyLogger-0.2 Soup-2.4 GMenu-3.0
|
||||
+if NETWORK_MANAGER
|
||||
+Shell_0_1_gir_INCLUDES += NetworkManager-1.0 NMClient-1.0
|
||||
+endif
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src_gnome-shell-extension-prefs_in,v 1.2 2012/07/15 08:18:53 ajacoutot Exp $
|
||||
|
||||
From 3df3f0d9dc0527a3d5096c0118a2bf869a035f30 Mon Sep 17 00:00:00 2001
|
||||
From: Antoine Jacoutot <ajacoutot@gnome.org>
|
||||
Date: Fri, 13 Jul 2012 11:51:24 +0000
|
||||
Subject: portability: use /bin/sh instead of /bin/bash
|
||||
|
||||
--- src/gnome-shell-extension-prefs.in.orig Fri Jul 13 13:48:34 2012
|
||||
+++ src/gnome-shell-extension-prefs.in Fri Jul 13 13:48:39 2012
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
|
||||
if [ -n "$GI_TYPELIB_PATH" ]; then
|
||||
export GI_TYPELIB_PATH=@pkglibdir@
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/09/29 10:52:28 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/09/30 14:45:23 jasper Exp $
|
||||
@bin bin/gnome-shell
|
||||
bin/gnome-shell-extension-prefs
|
||||
bin/gnome-shell-extension-tool
|
||||
bin/gnome-shell-perf-tool
|
||||
lib/gnome-shell/
|
||||
lib/gnome-shell/Gvc-1.0.typelib
|
||||
lib/gnome-shell/Shell-0.1.typelib
|
||||
@ -17,12 +18,13 @@ lib/mozilla/plugins/libgnome-shell-browser-plugin.so
|
||||
@bin libexec/gnome-shell-perf-helper
|
||||
@man man/man1/gnome-shell.1
|
||||
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/
|
||||
share/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
|
||||
share/dbus-1/services/org.gnome.Shell.CalendarServer.service
|
||||
share/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
|
||||
share/glib-2.0/schemas/org.gnome.shell.evolution.calendar.gschema.xml
|
||||
share/glib-2.0/schemas/org.gnome.shell.gschema.xml
|
||||
share/gnome-shell/
|
||||
share/gnome-shell/js/
|
||||
@ -30,22 +32,21 @@ share/gnome-shell/js/extensionPrefs/
|
||||
share/gnome-shell/js/extensionPrefs/main.js
|
||||
share/gnome-shell/js/gdm/
|
||||
share/gnome-shell/js/gdm/batch.js
|
||||
share/gnome-shell/js/gdm/consoleKit.js
|
||||
share/gnome-shell/js/gdm/fingerprint.js
|
||||
share/gnome-shell/js/gdm/loginDialog.js
|
||||
share/gnome-shell/js/gdm/powerMenu.js
|
||||
share/gnome-shell/js/gdm/systemd.js
|
||||
share/gnome-shell/js/gdm/realmd.js
|
||||
share/gnome-shell/js/gdm/util.js
|
||||
share/gnome-shell/js/misc/
|
||||
share/gnome-shell/js/misc/config.js
|
||||
share/gnome-shell/js/misc/extensionUtils.js
|
||||
share/gnome-shell/js/misc/fileUtils.js
|
||||
share/gnome-shell/js/misc/format.js
|
||||
share/gnome-shell/js/misc/gnomeSession.js
|
||||
share/gnome-shell/js/misc/history.js
|
||||
share/gnome-shell/js/misc/jsParse.js
|
||||
share/gnome-shell/js/misc/loginManager.js
|
||||
share/gnome-shell/js/misc/modemManager.js
|
||||
share/gnome-shell/js/misc/params.js
|
||||
share/gnome-shell/js/misc/screenSaver.js
|
||||
share/gnome-shell/js/misc/util.js
|
||||
share/gnome-shell/js/perf/
|
||||
share/gnome-shell/js/perf/core.js
|
||||
@ -53,45 +54,52 @@ share/gnome-shell/js/ui/
|
||||
share/gnome-shell/js/ui/altTab.js
|
||||
share/gnome-shell/js/ui/appDisplay.js
|
||||
share/gnome-shell/js/ui/appFavorites.js
|
||||
share/gnome-shell/js/ui/automountManager.js
|
||||
share/gnome-shell/js/ui/autorunManager.js
|
||||
share/gnome-shell/js/ui/boxpointer.js
|
||||
share/gnome-shell/js/ui/calendar.js
|
||||
share/gnome-shell/js/ui/checkBox.js
|
||||
share/gnome-shell/js/ui/contactDisplay.js
|
||||
share/gnome-shell/js/ui/components/
|
||||
share/gnome-shell/js/ui/components/__init__.js
|
||||
share/gnome-shell/js/ui/components/automountManager.js
|
||||
share/gnome-shell/js/ui/components/autorunManager.js
|
||||
share/gnome-shell/js/ui/components/keyring.js
|
||||
share/gnome-shell/js/ui/components/networkAgent.js
|
||||
share/gnome-shell/js/ui/components/polkitAgent.js
|
||||
share/gnome-shell/js/ui/components/recorder.js
|
||||
share/gnome-shell/js/ui/components/telepathyClient.js
|
||||
share/gnome-shell/js/ui/ctrlAltTab.js
|
||||
share/gnome-shell/js/ui/dash.js
|
||||
share/gnome-shell/js/ui/dateMenu.js
|
||||
share/gnome-shell/js/ui/dnd.js
|
||||
share/gnome-shell/js/ui/endSessionDialog.js
|
||||
share/gnome-shell/js/ui/environment.js
|
||||
share/gnome-shell/js/ui/extensionDownloader.js
|
||||
share/gnome-shell/js/ui/extensionSystem.js
|
||||
share/gnome-shell/js/ui/flashspot.js
|
||||
share/gnome-shell/js/ui/grabHelper.js
|
||||
share/gnome-shell/js/ui/ibusCandidatePopup.js
|
||||
share/gnome-shell/js/ui/iconGrid.js
|
||||
share/gnome-shell/js/ui/keyboard.js
|
||||
share/gnome-shell/js/ui/keyringPrompt.js
|
||||
share/gnome-shell/js/ui/layout.js
|
||||
share/gnome-shell/js/ui/lightbox.js
|
||||
share/gnome-shell/js/ui/link.js
|
||||
share/gnome-shell/js/ui/lookingGlass.js
|
||||
share/gnome-shell/js/ui/magnifier.js
|
||||
share/gnome-shell/js/ui/magnifierDBus.js
|
||||
share/gnome-shell/js/ui/main.js
|
||||
share/gnome-shell/js/ui/messageTray.js
|
||||
share/gnome-shell/js/ui/modalDialog.js
|
||||
share/gnome-shell/js/ui/networkAgent.js
|
||||
share/gnome-shell/js/ui/notificationDaemon.js
|
||||
share/gnome-shell/js/ui/overview.js
|
||||
share/gnome-shell/js/ui/panel.js
|
||||
share/gnome-shell/js/ui/panelMenu.js
|
||||
share/gnome-shell/js/ui/placeDisplay.js
|
||||
share/gnome-shell/js/ui/polkitAuthenticationAgent.js
|
||||
share/gnome-shell/js/ui/pointerWatcher.js
|
||||
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/scripting.js
|
||||
share/gnome-shell/js/ui/search.js
|
||||
share/gnome-shell/js/ui/searchDisplay.js
|
||||
share/gnome-shell/js/ui/sessionMode.js
|
||||
share/gnome-shell/js/ui/shellDBus.js
|
||||
share/gnome-shell/js/ui/shellEntry.js
|
||||
share/gnome-shell/js/ui/shellMountOperation.js
|
||||
@ -99,12 +107,12 @@ share/gnome-shell/js/ui/status/
|
||||
share/gnome-shell/js/ui/status/accessibility.js
|
||||
share/gnome-shell/js/ui/status/bluetooth.js
|
||||
share/gnome-shell/js/ui/status/keyboard.js
|
||||
share/gnome-shell/js/ui/status/lockScreenMenu.js
|
||||
share/gnome-shell/js/ui/status/network.js
|
||||
share/gnome-shell/js/ui/status/power.js
|
||||
share/gnome-shell/js/ui/status/volume.js
|
||||
share/gnome-shell/js/ui/statusIconDispatcher.js
|
||||
share/gnome-shell/js/ui/telepathyClient.js
|
||||
share/gnome-shell/js/ui/tweener.js
|
||||
share/gnome-shell/js/ui/unlockDialog.js
|
||||
share/gnome-shell/js/ui/userMenu.js
|
||||
share/gnome-shell/js/ui/viewSelector.js
|
||||
share/gnome-shell/js/ui/wanda.js
|
||||
@ -115,11 +123,6 @@ share/gnome-shell/js/ui/workspaceSwitcherPopup.js
|
||||
share/gnome-shell/js/ui/workspaceThumbnail.js
|
||||
share/gnome-shell/js/ui/workspacesView.js
|
||||
share/gnome-shell/js/ui/xdndHandler.js
|
||||
share/gnome-shell/open-search-providers/
|
||||
share/gnome-shell/open-search-providers/google.xml
|
||||
share/gnome-shell/open-search-providers/wikipedia.xml
|
||||
share/gnome-shell/shaders/
|
||||
share/gnome-shell/shaders/dim-window.glsl
|
||||
share/gnome-shell/theme/
|
||||
share/gnome-shell/theme/calendar-arrow-left.svg
|
||||
share/gnome-shell/theme/calendar-arrow-right.svg
|
||||
@ -135,25 +138,25 @@ share/gnome-shell/theme/corner-ripple-rtl.png
|
||||
share/gnome-shell/theme/dash-placeholder.svg
|
||||
share/gnome-shell/theme/filter-selected-ltr.svg
|
||||
share/gnome-shell/theme/filter-selected-rtl.svg
|
||||
share/gnome-shell/theme/gdm.css
|
||||
share/gnome-shell/theme/gnome-shell.css
|
||||
share/gnome-shell/theme/logged-in-indicator.svg
|
||||
share/gnome-shell/theme/message-tray-background.png
|
||||
share/gnome-shell/theme/noise-texture.png
|
||||
share/gnome-shell/theme/panel-button-border.svg
|
||||
share/gnome-shell/theme/panel-button-highlight-narrow.svg
|
||||
share/gnome-shell/theme/panel-button-highlight-wide.svg
|
||||
share/gnome-shell/theme/process-working.svg
|
||||
share/gnome-shell/theme/running-indicator.svg
|
||||
share/gnome-shell/theme/scroll-hhandle.svg
|
||||
share/gnome-shell/theme/scroll-vhandle.svg
|
||||
share/gnome-shell/theme/source-button-border.svg
|
||||
share/gnome-shell/theme/summary-counter.svg
|
||||
share/gnome-shell/theme/toggle-off-intl.svg
|
||||
share/gnome-shell/theme/toggle-off-us.svg
|
||||
share/gnome-shell/theme/toggle-on-intl.svg
|
||||
share/gnome-shell/theme/toggle-on-us.svg
|
||||
share/gnome-shell/theme/ws-switch-arrow-down.svg
|
||||
share/gnome-shell/theme/ws-switch-arrow-up.svg
|
||||
share/gnome-shell/theme/ws-switch-arrow-down.png
|
||||
share/gnome-shell/theme/ws-switch-arrow-up.png
|
||||
share/gtk-doc/html/shell/
|
||||
share/gtk-doc/html/shell/ShellAppSystem.html
|
||||
share/gtk-doc/html/shell/ShellContactSystem.html
|
||||
share/gtk-doc/html/shell/ShellEmbeddedWindow.html
|
||||
share/gtk-doc/html/shell/ShellGenericContainer.html
|
||||
share/gtk-doc/html/shell/ShellGtkEmbed.html
|
||||
@ -263,6 +266,7 @@ share/locale/kk/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/kn/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/ko/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/ku/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/ky/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/lt/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/lv/LC_MESSAGES/gnome-shell.mo
|
||||
share/locale/mk/LC_MESSAGES/gnome-shell.mo
|
||||
|
Loading…
Reference in New Issue
Block a user