diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 |
commit | dfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch) | |
tree | 3c84ec64b1dd1a9a2618a75efa664a18033890bd /x11/gnome-shell | |
parent | d0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff) | |
download | marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.bz2 marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.lz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.xz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip |
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-shell')
-rw-r--r-- | x11/gnome-shell/Makefile | 38 | ||||
-rw-r--r-- | x11/gnome-shell/distinfo | 4 | ||||
-rw-r--r-- | x11/gnome-shell/files/patch-js_ui_panel.js | 16 | ||||
-rw-r--r-- | x11/gnome-shell/files/patch-js_ui_sessionMode.js | 35 | ||||
-rw-r--r-- | x11/gnome-shell/files/patch-src_Makefile.in | 80 | ||||
-rw-r--r-- | x11/gnome-shell/files/patch-src_data-to-c.pl | 8 | ||||
-rw-r--r-- | x11/gnome-shell/files/patch-src_shell-global.c | 25 | ||||
-rw-r--r-- | x11/gnome-shell/pkg-message | 1 | ||||
-rw-r--r-- | x11/gnome-shell/pkg-plist | 148 |
9 files changed, 93 insertions, 262 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index cbd6254e7..8672391f9 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -1,10 +1,9 @@ # Created by: Pawel Worach <pawel.worach@gmail.com> # $FreeBSD$ -# $MCom: ports/trunk/x11/gnome-shell/Makefile 18582 2013-06-23 10:52:15Z kwm $ +# $MCom: ports-experimental/trunk/x11/gnome-shell/Makefile 19422 2014-03-31 21:02:35Z kwm $ PORTNAME= gnome-shell -PORTVERSION= 3.6.2 -PORTREVISION= 1 +PORTVERSION= 3.12.1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -12,7 +11,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Next generation GNOME desktop shell -BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ + gnome-control-center>=0:${PORTSDIR}/sysutils/gnome-control-center LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libcaribou.so:${PORTSDIR}/accessibility/caribou \ libmutter.so:${PORTSDIR}/x11-wm/mutter \ @@ -28,37 +28,39 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libclutter-1.0.so:${PORTSDIR}/graphics/clutter \ libgjs.so:${PORTSDIR}/lang/gjs RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ - gdm>=3.6.0:${PORTSDIR}/x11/gdm \ + gdm>=0:${PORTSDIR}/x11/gdm \ + gnome-control-center>=0:${PORTSDIR}/sysutils/gnome-control-center \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -USE_XZ= yes +USES= gettext gmake libtool pathfix pkgconfig tar:xz \ + webplugin:native +USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomeprefix \ + gtk30 intlhack introspection USE_XORG= x11 xfixes sm -USES= gettext gmake pathfix pkgconfig -USE_AUTOTOOLS= libtool -USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomemenus3 gnomeprefix \ - gtk30 intlhack introspection ltverhack USE_GSTREAMER1= yes +GNU_CONFIGURE= yes USE_LDCONFIG= yes - -GLIB_SCHEMAS= org.gnome.shell.gschema.xml - +WEBPLUGIN_DIR= ${PREFIX}/lib/ +WEBPLUGIN_FILES=libgnome-shell-browser-plugin.so CONFIGURE_ARGS+=--enable-compile-warnings=no \ --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt -CONFIGURE_ENV+= BROWSER_PLUGIN_DIR=${PREFIX}/lib/browser_plugins +CONFIGURE_ENV+= BROWSER_PLUGIN_DIR=${PREFIX}/lib/ CPPFLAGS+= -I${LOCALASE}/include LDFLAGS+= -L${LOCALBASE}/lib +GLIB_SCHEMAS= org.gnome.shell.gschema.xml + post-patch: @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|g' \ ${WRKSRC}/src/shell-app-system.c @${REINPLACE_CMD} -e 's|\-DG_DISABLE_DEPRECATED||g' \ ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/browser-plugin/Makefile.in + ${WRKSRC}/browser-plugin/Makefile.in @${REINPLACE_CMD} -e 's|libnm-glib libnm-util ||g' \ ${WRKSRC}/configure -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-shell/libgnome-*.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/browser_plugins/libgnome-shell-browser-plugin.so +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-shell/libgnome-shell*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnome-shell-browser-plugin.so .include <bsd.port.mk> diff --git a/x11/gnome-shell/distinfo b/x11/gnome-shell/distinfo index 9cf3d524f..9eda4a6a0 100644 --- a/x11/gnome-shell/distinfo +++ b/x11/gnome-shell/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-shell-3.6.2.tar.xz) = 86cff93ade1bf6a67ebd339c017d567c7dc849ff8b256a3803306f44c24b44f0 -SIZE (gnome3/gnome-shell-3.6.2.tar.xz) = 1396196 +SHA256 (gnome3/gnome-shell-3.12.1.tar.xz) = d5a475f390d992de03ccf8ffeafec90595da700594eba9fc0688cbb1652b5516 +SIZE (gnome3/gnome-shell-3.12.1.tar.xz) = 1541420 diff --git a/x11/gnome-shell/files/patch-js_ui_panel.js b/x11/gnome-shell/files/patch-js_ui_panel.js deleted file mode 100644 index 5c57b6a19..000000000 --- a/x11/gnome-shell/files/patch-js_ui_panel.js +++ /dev/null @@ -1,16 +0,0 @@ ---- js/ui/panel.js.old 2013-04-28 19:22:35.753485501 +0000 -+++ js/ui/panel.js 2013-04-28 19:23:28.059021301 +0000 -@@ -910,13 +910,6 @@ - PANEL_ITEM_IMPLEMENTATIONS['bluetooth'] = - imports.ui.status.bluetooth.Indicator; - --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 Panel = new Lang.Class({ - Name: 'Panel', - diff --git a/x11/gnome-shell/files/patch-js_ui_sessionMode.js b/x11/gnome-shell/files/patch-js_ui_sessionMode.js index 19e314e45..011ddcffd 100644 --- a/x11/gnome-shell/files/patch-js_ui_sessionMode.js +++ b/x11/gnome-shell/files/patch-js_ui_sessionMode.js @@ -1,36 +1,29 @@ ---- js/ui/sessionMode.js.orig 2013-04-28 19:50:35.808911032 +0000 -+++ js/ui/sessionMode.js 2013-04-28 19:51:07.527210205 +0000 -@@ -50,7 +50,7 @@ +--- js/ui/sessionMode.js.orig 2014-02-19 20:54:46.000000000 +0000 ++++ js/ui/sessionMode.js 2014-03-17 19:23:36.755386539 +0000 +@@ -60,7 +60,7 @@ isLocked: true, isGreeter: undefined, unlockDialog: undefined, - components: ['polkitAgent', 'telepathyClient'], + components: ['polkitAgent'], panel: { - left: ['userMenu'], + left: [], center: [], -@@ -61,7 +61,7 @@ +@@ -72,7 +72,7 @@ 'unlock-dialog': { isLocked: true, unlockDialog: undefined, - components: ['polkitAgent', 'telepathyClient'], + components: ['polkitAgent'], panel: { - left: ['userMenu'], + left: [], center: [], -@@ -91,13 +91,13 @@ - isLocked: false, - isPrimary: true, - unlockDialog: imports.ui.unlockDialog.UnlockDialog, -- components: ['networkAgent', 'polkitAgent', 'telepathyClient', -+ components: ['polkitAgent', - 'keyring', 'recorder', 'autorunManager', 'automountManager'], +@@ -97,7 +97,7 @@ + components: Config.HAVE_NETWORKMANAGER ? + ['networkAgent', 'polkitAgent', 'telepathyClient', + 'keyring', 'autorunManager', 'automountManager'] : +- ['polkitAgent', 'telepathyClient', ++ ['polkitAgent', + 'keyring', 'autorunManager', 'automountManager'], + panel: { - left: ['activities', 'appMenu'], - center: ['dateMenu'], - right: ['a11y', 'keyboard', 'volume', 'bluetooth', -- 'network', 'battery', 'userMenu'] -+ 'battery', 'userMenu'] - } - } - }; diff --git a/x11/gnome-shell/files/patch-src_Makefile.in b/x11/gnome-shell/files/patch-src_Makefile.in deleted file mode 100644 index c9b3ca40d..000000000 --- a/x11/gnome-shell/files/patch-src_Makefile.in +++ /dev/null @@ -1,80 +0,0 @@ ---- src/Makefile.in.orig 2013-04-12 17:24:31.329599290 +0000 -+++ src/Makefile.in 2013-04-12 17:25:03.025595800 +0000 -@@ -143,9 +143,9 @@ - shell-generic-container.h shell-gtk-embed.h shell-global.h \ - shell-idle-monitor.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-perf-log.h shell-screenshot.h \ - shell-screen-grabber.h shell-slicer.h shell-stack.h \ -- shell-tp-client.h shell-tray-icon.h shell-tray-manager.h \ -+ shell-tray-icon.h shell-tray-manager.h \ - shell-util.h shell-window-tracker.h shell-wm.h \ - shell-xfixes-cursor.h gactionmuxer.h gactionmuxer.c \ - gactionobservable.h gactionobservable.c gactionobserver.h \ -@@ -159,7 +159,7 @@ - shell-idle-monitor.c shell-invert-lightness-effect.c \ - shell-keyring-prompt.h shell-keyring-prompt.c \ - shell-mobile-providers.c shell-mount-operation.c \ -- shell-network-agent.c shell-perf-log.c \ -+ shell-perf-log.c \ - shell-polkit-authentication-agent.h \ - shell-polkit-authentication-agent.c shell-screenshot.c \ - shell-screen-grabber.c shell-secure-text-buffer.c \ -@@ -191,7 +191,6 @@ - libgnome_shell_la-shell-keyring-prompt.lo \ - libgnome_shell_la-shell-mobile-providers.lo \ - libgnome_shell_la-shell-mount-operation.lo \ -- libgnome_shell_la-shell-network-agent.lo \ - libgnome_shell_la-shell-perf-log.lo \ - libgnome_shell_la-shell-polkit-authentication-agent.lo \ - libgnome_shell_la-shell-screenshot.lo \ -@@ -888,13 +887,11 @@ - 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 \ - shell-slicer.h \ - shell-stack.h \ -- shell-tp-client.h \ - shell-tray-icon.h \ - shell-tray-manager.h \ - shell-util.h \ -@@ -916,7 +913,7 @@ - shell-idle-monitor.c shell-invert-lightness-effect.c \ - shell-keyring-prompt.h shell-keyring-prompt.c \ - shell-mobile-providers.c shell-mount-operation.c \ -- shell-network-agent.c shell-perf-log.c \ -+ shell-perf-log.c \ - shell-polkit-authentication-agent.h \ - shell-polkit-authentication-agent.c shell-screenshot.c \ - shell-screen-grabber.c shell-secure-text-buffer.c \ -@@ -990,7 +987,7 @@ - $(NULL) - - libgnome_shell_la_CPPFLAGS = $(gnome_shell_cflags) --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 - Shell_0_1_gir_CFLAGS = $(libgnome_shell_la_CPPFLAGS) -I $(srcdir) - Shell_0_1_gir_LIBS = libgnome-shell.la - Shell_0_1_gir_FILES = $(libgnome_shell_la_gir_sources) -@@ -1285,7 +1282,6 @@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnome_shell_la-shell-keyring-prompt.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnome_shell_la-shell-mobile-providers.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnome_shell_la-shell-mount-operation.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnome_shell_la-shell-network-agent.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnome_shell_la-shell-perf-log.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnome_shell_la-shell-polkit-authentication-agent.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnome_shell_la-shell-recorder-src.Plo@am__quote@ -@@ -2446,7 +2442,7 @@ - - shell-enum-types.h: stamp-shell-enum-types.h Makefile - @true --stamp-shell-enum-types.h: $(srcdir)/shell-enum-types.h.in $(shell_public_headers_h) -+stamp-shell-enum-types.h: $(srcdir)/shell-enum-types.h.in - $(AM_V_GEN) ( \ - $(GLIB_MKENUMS) \ - --template $< \ diff --git a/x11/gnome-shell/files/patch-src_data-to-c.pl b/x11/gnome-shell/files/patch-src_data-to-c.pl new file mode 100644 index 000000000..79542797d --- /dev/null +++ b/x11/gnome-shell/files/patch-src_data-to-c.pl @@ -0,0 +1,8 @@ +--- src/data-to-c.pl.orig 2014-03-22 16:28:35.000000000 +0100 ++++ src/data-to-c.pl 2014-03-22 16:28:44.000000000 +0100 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/env perl + + # Copyright © 2011 Red Hat, Inc + # diff --git a/x11/gnome-shell/files/patch-src_shell-global.c b/x11/gnome-shell/files/patch-src_shell-global.c index 4f97e16fa..ba0baff9e 100644 --- a/x11/gnome-shell/files/patch-src_shell-global.c +++ b/x11/gnome-shell/files/patch-src_shell-global.c @@ -1,14 +1,15 @@ ---- src/shell-global.c.orig 2012-10-03 22:10:22.000000000 +0000 -+++ src/shell-global.c 2012-10-03 22:12:09.000000000 +0000 -@@ -1255,9 +1255,9 @@ - GError *error = NULL; - - /* Linux specific (I think, anyways). */ -- if (!g_file_get_contents ("/proc/self/cmdline", &buf, &len, &error)) +--- src/shell-global.c.orig 2014-03-19 18:15:45.680036087 +0000 ++++ src/shell-global.c 2014-03-19 18:16:14.289034013 +0000 +@@ -1145,6 +1145,12 @@ + g_warning ("failed to get command line args: %d", errno); + return; + } ++#elif defined __FreeBSD__ + if (!g_file_get_contents ("/proc/curproc/cmdline", &buf, &len, &error)) - { -- g_warning ("failed to get /proc/self/cmdline: %s", error->message); ++ { + g_warning ("failed to get /proc/curproc/cmdline: %s", error->message); - return; - } - ++ return; ++ } + #else + return; + #endif diff --git a/x11/gnome-shell/pkg-message b/x11/gnome-shell/pkg-message index 41ac71925..902ac7d70 100644 --- a/x11/gnome-shell/pkg-message +++ b/x11/gnome-shell/pkg-message @@ -10,4 +10,3 @@ Access can be granted by adding the user(s) to the wheel group or using a devfs.rules(5) to change the mode of the /dev/dri/card0 on creation. add path 'dri/*' mode 0666 group operator - diff --git a/x11/gnome-shell/pkg-plist b/x11/gnome-shell/pkg-plist index 167a905b4..a3c563599 100644 --- a/x11/gnome-shell/pkg-plist +++ b/x11/gnome-shell/pkg-plist @@ -2,39 +2,49 @@ bin/gnome-shell bin/gnome-shell-extension-prefs bin/gnome-shell-extension-tool bin/gnome-shell-perf-tool -lib/browser_plugins/libgnome-shell-browser-plugin.a -lib/browser_plugins/libgnome-shell-browser-plugin.la -lib/browser_plugins/libgnome-shell-browser-plugin.so lib/gnome-shell/Gvc-1.0.typelib lib/gnome-shell/Shell-0.1.typelib lib/gnome-shell/ShellJS-0.1.typelib +%%WEBPLUGIN_DIR%%gnome-shell/ShellMenu-0.1.typelib lib/gnome-shell/St-1.0.typelib -lib/gnome-shell/libgnome-shell-js.a lib/gnome-shell/libgnome-shell-js.la lib/gnome-shell/libgnome-shell-js.so -lib/gnome-shell/libgnome-shell.a +%%WEBPLUGIN_DIR%%gnome-shell/libgnome-shell-menu.la +%%WEBPLUGIN_DIR%%gnome-shell/libgnome-shell-menu.so lib/gnome-shell/libgnome-shell.la lib/gnome-shell/libgnome-shell.so +lib/libgnome-shell-browser-plugin.la +lib/libgnome-shell-browser-plugin.so libexec/gnome-shell-calendar-server libexec/gnome-shell-hotplug-sniffer libexec/gnome-shell-perf-helper man/man1/gnome-shell.1.gz 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 share/dbus-1/services/org.gnome.Shell.CalendarServer.service share/dbus-1/services/org.gnome.Shell.HotplugSniffer.service +share/doc/shell/ShellApp.html share/doc/shell/ShellAppSystem.html +share/doc/shell/ShellAppUsage.html share/doc/shell/ShellEmbeddedWindow.html share/doc/shell/ShellGenericContainer.html +share/doc/shell/ShellGlobal.html share/doc/shell/ShellGtkEmbed.html share/doc/shell/ShellMountOperation.html share/doc/shell/ShellNetworkAgent.html share/doc/shell/ShellSlicer.html share/doc/shell/ShellStack.html +share/doc/shell/ShellTpClient.html share/doc/shell/ShellTrayIcon.html share/doc/shell/ShellTrayManager.html +share/doc/shell/ShellWM.html +share/doc/shell/ShellWindowTracker.html share/doc/shell/annotation-glossary.html share/doc/shell/api-index-full.html share/doc/shell/ch01.html @@ -44,25 +54,23 @@ share/doc/shell/ch04.html share/doc/shell/ch05.html share/doc/shell/ch06.html share/doc/shell/deprecated-api-index.html +share/doc/shell/gdbus-org.gnome.Shell.SearchProvider.html +share/doc/shell/gdbus-org.gnome.Shell.SearchProvider2.html share/doc/shell/home.png share/doc/shell/index.html share/doc/shell/index.sgml +share/doc/shell/left-insensitive.png share/doc/shell/left.png share/doc/shell/object-tree.html +share/doc/shell/right-insensitive.png share/doc/shell/right.png -share/doc/shell/shell-ShellApp.html -share/doc/shell/shell-ShellAppUsage.html -share/doc/shell/shell-ShellGlobal.html -share/doc/shell/shell-ShellTpClient.html -share/doc/shell/shell-ShellWM.html -share/doc/shell/shell-ShellWindowTracker.html -share/doc/shell/shell-shell-mobile-providers.html +share/doc/shell/shell-shell-keybinding-modes.html share/doc/shell/shell-shell-polkit-authentication-agent.html share/doc/shell/shell-shell-recorder.html share/doc/shell/shell-shell-util.html -share/doc/shell/shell-shell-xfixes-cursor.html share/doc/shell/shell.devhelp2 share/doc/shell/style.css +share/doc/shell/up-insensitive.png share/doc/shell/up.png share/doc/st/StBin.html share/doc/st/StBoxLayout.html @@ -72,6 +80,7 @@ share/doc/st/StEntry.html share/doc/st/StIcon.html share/doc/st/StLabel.html share/doc/st/StScrollView.html +share/doc/st/StScrollable.html share/doc/st/StTable.html share/doc/st/StTextureCache.html share/doc/st/StThemeNodeTransition.html @@ -85,108 +94,22 @@ share/doc/st/deprecated-api-index.html share/doc/st/home.png share/doc/st/index.html share/doc/st/index.sgml +share/doc/st/left-insensitive.png share/doc/st/left.png share/doc/st/object-tree.html share/doc/st/pt01.html +share/doc/st/right-insensitive.png share/doc/st/right.png -share/doc/st/st-StScrollable.html share/doc/st/st-st-theme-context.html share/doc/st/st-st-theme-node.html share/doc/st/st-st-theme.html share/doc/st/st.devhelp2 share/doc/st/style.css share/doc/st/styling.html +share/doc/st/up-insensitive.png share/doc/st/up.png share/doc/st/widgets.html -share/applications/evolution-calendar.desktop -share/gnome-shell/js/extensionPrefs/main.js -share/gnome-shell/js/gdm/batch.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/realmd.js -share/gnome-shell/js/gdm/util.js -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/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/util.js -share/gnome-shell/js/perf/core.js -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/boxpointer.js -share/gnome-shell/js/ui/calendar.js -share/gnome-shell/js/ui/checkBox.js -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/layout.js -share/gnome-shell/js/ui/lightbox.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/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/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/sessionMode.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/shellDBus.js -share/gnome-shell/js/ui/shellEntry.js -share/gnome-shell/js/ui/shellMountOperation.js -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/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 -share/gnome-shell/js/ui/windowAttentionHandler.js -share/gnome-shell/js/ui/windowManager.js -share/gnome-shell/js/ui/workspace.js -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-control-center/keybindings/50-gnome-shell-system.xml share/gnome-shell/theme/calendar-arrow-left.svg share/gnome-shell/theme/calendar-arrow-right.svg share/gnome-shell/theme/calendar-today.svg @@ -204,7 +127,13 @@ share/gnome-shell/theme/filter-selected-rtl.svg 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/menu-arrow-symbolic.svg +share/gnome-shell/theme/more-results.svg share/gnome-shell/theme/noise-texture.png +share/gnome-shell/theme/page-indicator-active.svg +share/gnome-shell/theme/page-indicator-checked.svg +share/gnome-shell/theme/page-indicator-hover.svg +share/gnome-shell/theme/page-indicator-inactive.svg 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 @@ -241,16 +170,19 @@ share/locale/eu/LC_MESSAGES/gnome-shell.mo share/locale/fa/LC_MESSAGES/gnome-shell.mo share/locale/fi/LC_MESSAGES/gnome-shell.mo share/locale/fr/LC_MESSAGES/gnome-shell.mo +share/locale/fur/LC_MESSAGES/gnome-shell.mo share/locale/ga/LC_MESSAGES/gnome-shell.mo share/locale/gl/LC_MESSAGES/gnome-shell.mo 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 share/locale/kk/LC_MESSAGES/gnome-shell.mo +share/locale/km/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 @@ -279,6 +211,7 @@ share/locale/sr@latin/LC_MESSAGES/gnome-shell.mo share/locale/sv/LC_MESSAGES/gnome-shell.mo share/locale/ta/LC_MESSAGES/gnome-shell.mo share/locale/te/LC_MESSAGES/gnome-shell.mo +share/locale/tg/LC_MESSAGES/gnome-shell.mo share/locale/th/LC_MESSAGES/gnome-shell.mo share/locale/tr/LC_MESSAGES/gnome-shell.mo share/locale/ug/LC_MESSAGES/gnome-shell.mo @@ -308,16 +241,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-shell.mo @dirrmtry share/locale/an/LC_MESSAGES @dirrmtry share/locale/an @dirrm share/gnome-shell/theme -@dirrm share/gnome-shell/js/ui/status -@dirrm share/gnome-shell/js/ui/components -@dirrm share/gnome-shell/js/ui -@dirrm share/gnome-shell/js/perf -@dirrm share/gnome-shell/js/misc -@dirrm share/gnome-shell/js/gdm -@dirrm share/gnome-shell/js/extensionPrefs -@dirrm share/gnome-shell/js @dirrm share/gnome-shell @dirrm lib/gnome-shell -@dirrmtry lib/browser_plugins @dirrm share/doc/st @dirrm share/doc/shell |