[Midnightbsd-cvs] mports [19356] trunk/x11: add gnome-shell port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 6 18:44:12 EDT 2015
Revision: 19356
http://svnweb.midnightbsd.org/mports/?rev=19356
Author: laffer1
Date: 2015-06-06 18:44:11 -0400 (Sat, 06 Jun 2015)
Log Message:
-----------
add gnome-shell port
Modified Paths:
--------------
trunk/x11/Makefile
Added Paths:
-----------
trunk/x11/gnome-shell/
trunk/x11/gnome-shell/Makefile
trunk/x11/gnome-shell/distinfo
trunk/x11/gnome-shell/files/
trunk/x11/gnome-shell/files/patch-js_gdm_loginDialog.js
trunk/x11/gnome-shell/files/patch-js_misc_loginManager.js
trunk/x11/gnome-shell/files/patch-js_ui_sessionMode.js
trunk/x11/gnome-shell/files/patch-src_data-to-c.pl
trunk/x11/gnome-shell/files/patch-src_shell-global.c
trunk/x11/gnome-shell/pkg-descr
trunk/x11/gnome-shell/pkg-message
trunk/x11/gnome-shell/pkg-plist
Modified: trunk/x11/Makefile
===================================================================
--- trunk/x11/Makefile 2015-06-06 22:03:01 UTC (rev 19355)
+++ trunk/x11/Makefile 2015-06-06 22:44:11 UTC (rev 19356)
@@ -29,6 +29,7 @@
SUBDIR += gnome-desktop-reference
SUBDIR += gnome-menus
SUBDIR += gnome-session
+SUBDIR += gnome-shell
SUBDIR += gnome-terminal
SUBDIR += gnome3
SUBDIR += gnome3-lite
Added: trunk/x11/gnome-shell/Makefile
===================================================================
--- trunk/x11/gnome-shell/Makefile (rev 0)
+++ trunk/x11/gnome-shell/Makefile 2015-06-06 22:44:11 UTC (rev 19356)
@@ -0,0 +1,67 @@
+# $MidnightBSD$
+
+PORTNAME= gnome-shell
+PORTVERSION= 3.14.4
+CATEGORIES= x11 gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Next generation GNOME desktop shell
+
+LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \
+ gnome-control-center:${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 \
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
+ libgcr-3.so:${PORTSDIR}/security/gcr \
+ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
+ libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \
+ libfolks.so:${PORTSDIR}/net-im/folks \
+ libibus-1.0.so:${PORTSDIR}/textproc/ibus \
+ libpulse.so:${PORTSDIR}/audio/pulseaudio \
+ libcroco-0.6.so:${PORTSDIR}/textproc/libcroco \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libclutter-1.0.so:${PORTSDIR}/graphics/clutter \
+ libgjs.so:${PORTSDIR}/lang/gjs
+RUN_DEPENDS= py*-dbus>=0:${PORTSDIR}/devel/py-dbus \
+ gdm>=0:${PORTSDIR}/x11/gdm \
+ gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \
+ ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss
+
+PORTSCOUT= limitw:1,even
+
+USES= compiler:c11 cpe gettext gmake libtool pathfix pkgconfig \
+ tar:xz webplugin:native
+USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomeprefix \
+ gtk30 intlhack introspection
+USE_XORG= x11 xfixes sm
+USE_GSTREAMER1= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+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/
+CPPFLAGS+= -I${LOCALASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+CPE_VENDOR= gnome
+
+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
+ @${REINPLACE_CMD} -e 's|libnm-glib libnm-util ||g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>
Property changes on: trunk/x11/gnome-shell/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/gnome-shell/distinfo
===================================================================
--- trunk/x11/gnome-shell/distinfo (rev 0)
+++ trunk/x11/gnome-shell/distinfo 2015-06-06 22:44:11 UTC (rev 19356)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-shell-3.14.4.tar.xz) = 43336da7edece72bf298f1749510abb8470b625585e551c8b45258981435fd80
+SIZE (gnome3/gnome-shell-3.14.4.tar.xz) = 1597744
Property changes on: trunk/x11/gnome-shell/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/gnome-shell/files/patch-js_gdm_loginDialog.js
===================================================================
--- trunk/x11/gnome-shell/files/patch-js_gdm_loginDialog.js (rev 0)
+++ trunk/x11/gnome-shell/files/patch-js_gdm_loginDialog.js 2015-06-06 22:44:11 UTC (rev 19356)
@@ -0,0 +1,23 @@
+--- js/gdm/loginDialog.js.orig 2012-03-24 21:19:24.000000000 -0500
++++ js/gdm/loginDialog.js 2012-03-24 21:21:23.000000000 -0500
+@@ -301,11 +301,17 @@
+ this.actor.connect('key-focus-in', Lang.bind(this, this._moveFocusToItems));
+ },
+
+- _moveFocusToItems: function() {
+- let hasItems = Object.keys(this._items).length > 0;
++ _hasItems: function() {
++ for (let userName in this._items) {
++ return true;
++ }
++ return false;
++ },
+
+- if (!hasItems)
++ _moveFocusToItems: function() {
++ if (!this._hasItems()) {
+ return;
++ }
+
+ if (global.stage.get_key_focus() != this.actor)
+ return;
Property changes on: trunk/x11/gnome-shell/files/patch-js_gdm_loginDialog.js
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/gnome-shell/files/patch-js_misc_loginManager.js
===================================================================
--- trunk/x11/gnome-shell/files/patch-js_misc_loginManager.js (rev 0)
+++ trunk/x11/gnome-shell/files/patch-js_misc_loginManager.js 2015-06-06 22:44:11 UTC (rev 19356)
@@ -0,0 +1,110 @@
+--- js/misc/loginManager.js.orig 2014-10-13 22:57:05.000000000 +0200
++++ js/misc/loginManager.js 2014-10-23 19:53:12.854065483 +0200
+@@ -46,6 +46,32 @@
+ const SystemdLoginManager = Gio.DBusProxy.makeProxyWrapper(SystemdLoginManagerIface);
+ const SystemdLoginSession = Gio.DBusProxy.makeProxyWrapper(SystemdLoginSessionIface);
+
++const ConsoleKitManagerIface = '<node> \
++<interface name="org.freedesktop.ConsoleKit.Manager"> \
++<method name="CanRestart"> \
++ <arg type="b" direction="out"/> \
++</method> \
++<method name="CanStop"> \
++ <arg type="b" direction="out"/> \
++</method> \
++<method name="Restart" /> \
++<method name="Stop" /> \
++<method name="GetCurrentSession"> \
++ <arg type="o" direction="out" /> \
++</method> \
++</interface> \
++</node>';
++
++const ConsoleKitSessionIface = '<node> \
++<interface name="org.freedesktop.ConsoleKit.Session"> \
++<signal name="Lock" /> \
++<signal name="Unlock" /> \
++</interface> \
++</node>';
++
++const ConsoleKitSession = Gio.DBusProxy.makeProxyWrapper(ConsoleKitSessionIface);
++const ConsoleKitManager = Gio.DBusProxy.makeProxyWrapper(ConsoleKitManagerIface);
++
+ function haveSystemd() {
+ return GLib.access("/run/systemd/seats", 0) >= 0;
+ }
+@@ -75,7 +101,7 @@
+ -1, null);
+
+ let version = result.deep_unpack()[0].deep_unpack();
+- return haveSystemd() && versionCompare('3.5.91', version);
++ return versionCompare('3.5.91', version);
+ } catch(e) {
+ return false;
+ }
+@@ -93,7 +119,7 @@
+ if (haveSystemd())
+ _loginManager = new LoginManagerSystemd();
+ else
+- _loginManager = new LoginManagerDummy();
++ _loginManager = new LoginManagerConsoleKit();
+ }
+
+ return _loginManager;
+@@ -110,6 +136,9 @@
+ Lang.bind(this, this._prepareForSleep));
+ },
+
++ // Having this function is a bit of a hack since the Systemd and ConsoleKit
++ // session objects have different interfaces - but in both cases there are
++ // Lock/Unlock signals, and that's all we count upon at the moment.
+ getCurrentSessionProxy: function(callback) {
+ if (this._currentSession) {
+ callback (this._currentSession);
+@@ -177,13 +206,35 @@
+ });
+ Signals.addSignalMethods(LoginManagerSystemd.prototype);
+
+-const LoginManagerDummy = new Lang.Class({
+- Name: 'LoginManagerDummy',
++const LoginManagerConsoleKit = new Lang.Class({
++ Name: 'LoginManagerConsoleKit',
++
++ _init: function() {
++ this._proxy = new ConsoleKitManager(Gio.DBus.system,
++ 'org.freedesktop.ConsoleKit',
++ '/org/freedesktop/ConsoleKit/Manager');
++ },
+
++ // Having this function is a bit of a hack since the Systemd and ConsoleKit
++ // session objects have different interfaces - but in both cases there are
++ // Lock/Unlock signals, and that's all we count upon at the moment.
+ getCurrentSessionProxy: function(callback) {
+- // we could return a DummySession object that fakes whatever callers
+- // expect (at the time of writing: connect() and connectSignal()
+- // methods), but just never calling the callback should be safer
++ if (this._currentSession) {
++ callback (this._currentSession);
++ return;
++ }
++
++ this._proxy.GetCurrentSessionRemote(Lang.bind(this,
++ function(result, error) {
++ if (error) {
++ logError(error, 'Could not get a proxy for the current session');
++ } else {
++ this._currentSession = new ConsoleKitSession(Gio.DBus.system,
++ 'org.freedesktop.ConsoleKit',
++ result[0]);
++ callback(this._currentSession);
++ }
++ }));
+ },
+
+ canSuspend: function(asyncCallback) {
+@@ -203,4 +254,4 @@
+ callback(null);
+ }
+ });
+-Signals.addSignalMethods(LoginManagerDummy.prototype);
++Signals.addSignalMethods(LoginManagerConsoleKit.prototype);
Property changes on: trunk/x11/gnome-shell/files/patch-js_misc_loginManager.js
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/gnome-shell/files/patch-js_ui_sessionMode.js
===================================================================
--- trunk/x11/gnome-shell/files/patch-js_ui_sessionMode.js (rev 0)
+++ trunk/x11/gnome-shell/files/patch-js_ui_sessionMode.js 2015-06-06 22:44:11 UTC (rev 19356)
@@ -0,0 +1,29 @@
+--- 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: [],
+ center: [],
+@@ -72,7 +72,7 @@
+ 'unlock-dialog': {
+ isLocked: true,
+ unlockDialog: undefined,
+- components: ['polkitAgent', 'telepathyClient'],
++ components: ['polkitAgent'],
+ panel: {
+ left: [],
+ center: [],
+@@ -97,7 +97,7 @@
+ components: Config.HAVE_NETWORKMANAGER ?
+ ['networkAgent', 'polkitAgent', 'telepathyClient',
+ 'keyring', 'autorunManager', 'automountManager'] :
+- ['polkitAgent', 'telepathyClient',
++ ['polkitAgent',
+ 'keyring', 'autorunManager', 'automountManager'],
+
+ panel: {
Property changes on: trunk/x11/gnome-shell/files/patch-js_ui_sessionMode.js
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/gnome-shell/files/patch-src_data-to-c.pl
===================================================================
--- trunk/x11/gnome-shell/files/patch-src_data-to-c.pl (rev 0)
+++ trunk/x11/gnome-shell/files/patch-src_data-to-c.pl 2015-06-06 22:44:11 UTC (rev 19356)
@@ -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
+ #
Property changes on: trunk/x11/gnome-shell/files/patch-src_data-to-c.pl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/gnome-shell/files/patch-src_shell-global.c
===================================================================
--- trunk/x11/gnome-shell/files/patch-src_shell-global.c (rev 0)
+++ trunk/x11/gnome-shell/files/patch-src_shell-global.c 2015-06-06 22:44:11 UTC (rev 19356)
@@ -0,0 +1,31 @@
+--- src/shell-global.c.orig 2014-10-13 22:57:06.000000000 +0200
++++ src/shell-global.c 2014-10-20 15:37:28.727759860 +0200
+@@ -1240,13 +1240,13 @@
+ {
+ GPtrArray *arr;
+ gsize len;
+-
+-#if defined __linux__
+ char *buf;
+ char *buf_p;
+ char *buf_end;
+ GError *error = NULL;
+
++#if defined __linux__
++
+ if (!g_file_get_contents ("/proc/self/cmdline", &buf, &len, &error))
+ {
+ g_warning ("failed to get /proc/self/cmdline: %s", error->message);
+@@ -1281,6 +1281,12 @@
+ }
+
+ g_ptr_array_add (arr, NULL);
++#elif defined __FreeBSD__
++ if (!g_file_get_contents ("/proc/curproc/cmdline", &buf, &len, &error))
++ {
++ g_warning ("failed to get /proc/curproc/cmdline: %s", error->message);
++ return;
++ }
+ #else
+ return;
+ #endif
Property changes on: trunk/x11/gnome-shell/files/patch-src_shell-global.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/gnome-shell/pkg-descr
===================================================================
--- trunk/x11/gnome-shell/pkg-descr (rev 0)
+++ trunk/x11/gnome-shell/pkg-descr 2015-06-06 22:44:11 UTC (rev 19356)
@@ -0,0 +1,3 @@
+Next generation GNOME desktop shell
+
+WWW: http://live.gnome.org/GnomeShell
Property changes on: trunk/x11/gnome-shell/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/gnome-shell/pkg-message
===================================================================
--- trunk/x11/gnome-shell/pkg-message (rev 0)
+++ trunk/x11/gnome-shell/pkg-message 2015-06-06 22:44:11 UTC (rev 19356)
@@ -0,0 +1,12 @@
+Gnome-shell requires acceleration of to work. For this a nvidia card
+with the nvidia-driver, or a Intel/ATI KMS enabled card is needed.
+
+For the nvidia users no other changes are needed. For Intel/ATI KMS
+driver the user needs to have read/write permissions on
+/dev/dri/cardN (usually N=0). If gnome-shell is launched from gdm, the
+gdm user also needs this access.
+
+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
Property changes on: trunk/x11/gnome-shell/pkg-message
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/gnome-shell/pkg-plist
===================================================================
--- trunk/x11/gnome-shell/pkg-plist (rev 0)
+++ trunk/x11/gnome-shell/pkg-plist 2015-06-06 22:44:11 UTC (rev 19356)
@@ -0,0 +1,220 @@
+bin/gnome-shell
+bin/gnome-shell-extension-prefs
+bin/gnome-shell-extension-tool
+bin/gnome-shell-perf-tool
+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.so
+%%WEBPLUGIN_DIR%%gnome-shell/libgnome-shell-menu.so
+lib/gnome-shell/libgnome-shell.so
+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-wayland.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/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
+share/doc/shell/ch02.html
+share/doc/shell/ch03.html
+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-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.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
+share/doc/st/StButton.html
+share/doc/st/StDrawingArea.html
+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
+share/doc/st/StWidget.html
+share/doc/st/StWidgetAccessible.html
+share/doc/st/annotation-glossary.html
+share/doc/st/api-index-full.html
+share/doc/st/base.html
+share/doc/st/containers.html
+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-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/gnome-control-center/keybindings/50-gnome-shell-system.xml
+share/gnome-shell/perf-background.xml
+share/gnome-shell/theme/calendar-arrow-left.svg
+share/gnome-shell/theme/calendar-arrow-right.svg
+share/gnome-shell/theme/calendar-today.svg
+share/gnome-shell/theme/checkbox-focused.svg
+share/gnome-shell/theme/checkbox-off-focused.svg
+share/gnome-shell/theme/checkbox-off.svg
+share/gnome-shell/theme/checkbox.svg
+share/gnome-shell/theme/close-window.svg
+share/gnome-shell/theme/close.svg
+share/gnome-shell/theme/corner-ripple-ltr.png
+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/gnome-shell.css
+share/gnome-shell/theme/logged-in-indicator.svg
+share/gnome-shell/theme/message-tray-background.png
+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
+share/gnome-shell/theme/process-working.svg
+share/gnome-shell/theme/running-indicator.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.png
+share/gnome-shell/theme/ws-switch-arrow-up.png
+share/locale/af/LC_MESSAGES/gnome-shell.mo
+share/locale/an/LC_MESSAGES/gnome-shell.mo
+share/locale/ar/LC_MESSAGES/gnome-shell.mo
+share/locale/as/LC_MESSAGES/gnome-shell.mo
+share/locale/ast/LC_MESSAGES/gnome-shell.mo
+share/locale/be/LC_MESSAGES/gnome-shell.mo
+share/locale/bg/LC_MESSAGES/gnome-shell.mo
+share/locale/bn/LC_MESSAGES/gnome-shell.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-shell.mo
+share/locale/bs/LC_MESSAGES/gnome-shell.mo
+share/locale/ca/LC_MESSAGES/gnome-shell.mo
+share/locale/ca at valencia/LC_MESSAGES/gnome-shell.mo
+share/locale/cs/LC_MESSAGES/gnome-shell.mo
+share/locale/da/LC_MESSAGES/gnome-shell.mo
+share/locale/de/LC_MESSAGES/gnome-shell.mo
+share/locale/el/LC_MESSAGES/gnome-shell.mo
+share/locale/en_GB/LC_MESSAGES/gnome-shell.mo
+share/locale/eo/LC_MESSAGES/gnome-shell.mo
+share/locale/es/LC_MESSAGES/gnome-shell.mo
+share/locale/et/LC_MESSAGES/gnome-shell.mo
+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
+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
+share/locale/ml/LC_MESSAGES/gnome-shell.mo
+share/locale/mr/LC_MESSAGES/gnome-shell.mo
+share/locale/ms/LC_MESSAGES/gnome-shell.mo
+share/locale/nb/LC_MESSAGES/gnome-shell.mo
+share/locale/ne/LC_MESSAGES/gnome-shell.mo
+share/locale/nl/LC_MESSAGES/gnome-shell.mo
+share/locale/nn/LC_MESSAGES/gnome-shell.mo
+share/locale/or/LC_MESSAGES/gnome-shell.mo
+share/locale/pa/LC_MESSAGES/gnome-shell.mo
+share/locale/pl/LC_MESSAGES/gnome-shell.mo
+share/locale/pt/LC_MESSAGES/gnome-shell.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-shell.mo
+share/locale/ro/LC_MESSAGES/gnome-shell.mo
+share/locale/ru/LC_MESSAGES/gnome-shell.mo
+share/locale/si/LC_MESSAGES/gnome-shell.mo
+share/locale/sk/LC_MESSAGES/gnome-shell.mo
+share/locale/sl/LC_MESSAGES/gnome-shell.mo
+share/locale/sr/LC_MESSAGES/gnome-shell.mo
+share/locale/sr at 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
+share/locale/uk/LC_MESSAGES/gnome-shell.mo
+share/locale/vi/LC_MESSAGES/gnome-shell.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-shell.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-shell.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-shell.mo
Property changes on: trunk/x11/gnome-shell/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list