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 | |
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')
89 files changed, 5395 insertions, 1902 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 521dea720..ae4cd8ced 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,9 +1,10 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11/gdm/Makefile 18858 2013-11-07 19:21:23Z gusi $ +# $MCom: ports-experimental/trunk/x11/gdm/Makefile 19570 2014-04-25 15:47:33Z gusi $ PORTNAME= gdm -PORTVERSION= 3.6.2 +PORTVERSION= 3.12.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -39,20 +40,18 @@ RUN_DEPENDS+= xrdb:${PORTSDIR}/x11/xrdb \ USERS= gdm GROUPS= gdm -USE_XZ= yes USE_LDCONFIG= yes USE_XORG= dmx dmxproto -INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_RC_SUBR= gdm USE_GNOME_SUBR= yes -USES= gettext gmake pathfix pkgconfig -USE_GNOME= dconf gnomehier gnomeprefix intlhack introspection librsvg2 gnomepanel3 +USES= gettext gmake pathfix pkgconfig tar:xz +USE_GNOME= dconf gnomehier gnomeprefix intlhack introspection librsvg2 GNU_CONFIGURE= yes GLIB_SCHEMAS= org.gnome.login-screen.gschema.xml CONFIGURE_ARGS= --disable-static \ --mandir=${PREFIX}/man \ - --with-lang-file=${PREFIX}/etc/gdm/i18n \ + --with-lang-file=${PREFIX}/etc/gdm/locale.conf \ --with-at-spi-registryd-directory=${LOCALBASE}/libexec \ --with-custom-conf=${PREFIX}/etc/gdm/custom.conf \ --with-dbus-sys=${PREFIX}/etc/dbus-1/system.d \ @@ -76,7 +75,8 @@ LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES+= gdm-launch-environment \ gdm-password \ gdm-autologin \ - client.conf + client.conf \ + locale.conf GDMDIR?= ${PREFIX}/etc/gdm PKGMESSAGE= ${WRKDIR}/pkg-message @@ -127,9 +127,7 @@ post-patch: ${WRKSRC}/data/Xsession.in @${RM} ${WRKSRC}/data/applications/gdm-simple-greeter.desktop \ ${WRKSRC}/data/applications/gdm-simple-greeter.desktop.in \ - ${WRKSRC}/data/applications/gnome-mag.desktop \ ${WRKSRC}/data/applications/gnome-shell.desktop \ - ${WRKSRC}/data/applications/gok.desktop post-install: ${INSTALL_DATA} ${WRKSRC}/data/gdm.conf-custom \ @@ -139,7 +137,6 @@ post-install: ${MKDIR} -p ${STAGEDIR}${PREFIX}/etc/dm/Sessions ${MKDIR} -p ${STAGEDIR}${PREFIX}/etc/gdm/home - ${CHOWN} ${USER}:${GROUP} ${STAGEDIR}${PREFIX}/etc/gdm/home ${CHMOD} 1770 ${STAGEDIR}${PREFIX}/etc/gdm/home ${MKDIR} -p ${STAGEDIR}${PREFIX}/etc/gdm/home/.pulse/ @@ -149,11 +146,12 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/client.conf ${STAGEDIR}${PREFIX}/etc/gdm/home/.pulse/ + ${INSTALL_DATA} ${WRKDIR}/locale.conf ${STAGEDIR}${PREFIX}/etc/gdm/ + @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \ | /usr/bin/fmt 75 79 > ${PKGMESSAGE} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdm*.so.1 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdm/simple-greeter/extensions/lib*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdm.so.1 # logwtmp lives here. .if ${OSVERSION} < 900000 diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo index 0c85c0dcd..56b6c7bf5 100644 --- a/x11/gdm/distinfo +++ b/x11/gdm/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gdm-3.6.2.tar.xz) = fbf41bd68299eccdcf456c0869771999f75d3d9bf0f57ce1038db08b54e8cbb9 -SIZE (gnome3/gdm-3.6.2.tar.xz) = 1627356 +SHA256 (gnome3/gdm-3.12.1.tar.xz) = 41a009252bf491dadd7644b3e74be5c9364b1971b519a1a9ef31257180c74913 +SIZE (gnome3/gdm-3.12.1.tar.xz) = 1505728 diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in index 002470dc0..d2886f2f7 100644 --- a/x11/gdm/files/gdm.in +++ b/x11/gdm/files/gdm.in @@ -34,6 +34,10 @@ gdm_start() fi echo "Starting ${name}." + # we need to remove locking files under $gdm_home/.cache/gnome-shell/ + # until XDG_RUNTIME_DIR can be set and used + rm -fr %%PREFIX%%/etc/gdm/home/.cache/gnome-shell/runtime-state* + # make sure there is no pam configuration for gdm service in base system if ! checkyesno gdm_preserve_base_pam_conf && [ -f /etc/pam.d/gdm ]; then cp -p /etc/pam.d/gdm /etc/pam.d/gdm_disabled diff --git a/x11/gdm/files/locale.conf.in b/x11/gdm/files/locale.conf.in new file mode 100644 index 000000000..884682f48 --- /dev/null +++ b/x11/gdm/files/locale.conf.in @@ -0,0 +1,3 @@ +LANG="en_US.UTF-8" +LC_CTYPE="en_US.UTF-8" +LC_MESSAGES="en_US.UTF-8" diff --git a/x11/gdm/files/patch-common_Makefile.in b/x11/gdm/files/patch-common_Makefile.in index 22b72966b..87f2cc911 100644 --- a/x11/gdm/files/patch-common_Makefile.in +++ b/x11/gdm/files/patch-common_Makefile.in @@ -1,20 +1,10 @@ ---- common/Makefile.in.orig 2011-03-11 13:17:04.000000000 +0100 -+++ common/Makefile.in 2011-03-11 13:18:02.000000000 +0100 -@@ -463,7 +463,8 @@ - -DLOCALSTATEDIR=\"$(localstatedir)\" \ - $(NULL) - --gdm_crash_logger_LDADD = $(GTHREAD_LIBS) -+gdm_crash_logger_LDADD = $(GTHREAD_LIBS) \ -+ -lexecinfo - @MKDTEMP_MISSING_FALSE@MKDTEMP_FILES = - @MKDTEMP_MISSING_TRUE@MKDTEMP_FILES = mkdtemp.c mkdtemp.h - libgdmcommon_la_SOURCES = \ -@@ -511,6 +512,7 @@ +--- common/Makefile.in.orig 2014-03-21 08:15:10.657611891 +0000 ++++ common/Makefile.in 2014-03-21 08:17:08.641605278 +0000 +@@ -548,6 +548,7 @@ $(NULL) libgdmcommon_la_LIBADD = \ -+ -lexecinfo \ ++ -lexecinfo \ + $(SYSTEMD_LIBS) \ $(NULL) - libgdmcommon_la_LDFLAGS = \ diff --git a/x11/gdm/files/patch-daemon_gdm-session.c b/x11/gdm/files/patch-daemon_gdm-session.c deleted file mode 100644 index 7754a34fc..000000000 --- a/x11/gdm/files/patch-daemon_gdm-session.c +++ /dev/null @@ -1,58 +0,0 @@ ---- daemon/gdm-session.c -+++ daemon/gdm-session.c -@@ -970,28 +970,6 @@ allow_worker_function (GDBusAuthObserver *observer, - return FALSE; - } - --static GPid --credentials_get_unix_pid (GCredentials *credentials) --{ -- GPid pid = 0; -- gpointer native_credentials = NULL; -- --#ifdef __linux__ -- native_credentials = g_credentials_get_native (credentials, G_CREDENTIALS_TYPE_LINUX_UCRED); -- pid = (GPid) ((struct ucred *) native_credentials)->pid; --#elif defined (__FreeBSD__) -- native_credentials = g_credentials_get_native (credentials, G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED); -- pid = (GPid) ((struct cmsgcred *) native_credentials)->cmcred_pid; --#elif defined (__OpenBSD__) -- native_credentials = g_credentials_get_native (credentials, G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED); -- pid = (GPid) ((struct sockpeercred *) native_credentials)->pid; --#else --#error "platform not supported, need mechanism to detect pid of connected process" --#endif -- -- return pid; --} -- - static gboolean - register_worker (GdmDBusWorkerManager *worker_manager_interface, - GDBusMethodInvocation *invocation, -@@ -1021,7 +999,7 @@ register_worker (GdmDBusWorkerManager *worker_manager_interface, - connection_node); - - credentials = g_dbus_connection_get_peer_credentials (connection); -- pid = credentials_get_unix_pid (credentials); -+ pid = g_credentials_get_unix_pid (credentials, NULL); - - conversation = find_conversation_by_pid (self, (GPid) pid); - -@@ -1479,7 +1457,7 @@ on_outside_connection_closed (GDBusConnection *connection, - connection); - - credentials = g_dbus_connection_get_peer_credentials (connection); -- pid_of_client = credentials_get_unix_pid (credentials); -+ pid_of_client = g_credentials_get_unix_pid (credentials, NULL); - - g_signal_emit (G_OBJECT (self), - signals [CLIENT_DISCONNECTED], -@@ -1531,7 +1509,7 @@ handle_connection_from_outside (GDBusServer *server, - } - - credentials = g_dbus_connection_get_peer_credentials (connection); -- pid_of_client = credentials_get_unix_pid (credentials); -+ pid_of_client = g_credentials_get_unix_pid (credentials, NULL); - - g_signal_emit (G_OBJECT (self), - signals [CLIENT_CONNECTED], diff --git a/x11/gdm/files/patch-daemon_gdm-xdmcp-display-factory.c b/x11/gdm/files/patch-daemon_gdm-xdmcp-display-factory.c index b6e79c441..2d5aa39d1 100644 --- a/x11/gdm/files/patch-daemon_gdm-xdmcp-display-factory.c +++ b/x11/gdm/files/patch-daemon_gdm-xdmcp-display-factory.c @@ -1,14 +1,6 @@ ---- daemon/gdm-xdmcp-display-factory.c.orig 2011-02-18 04:27:53.000000000 +0100 -+++ daemon/gdm-xdmcp-display-factory.c 2011-03-11 13:14:10.000000000 +0100 -@@ -35,6 +35,7 @@ - #include <netdb.h> - #include <arpa/inet.h> - #include <net/if.h> -+#include <netinet/in.h> - #ifdef HAVE_SYS_SOCKIO_H - #include <sys/sockio.h> - #endif -@@ -76,7 +77,7 @@ int deny_severity = LOG_WARNING; +--- daemon/gdm-xdmcp-display-factory.c.orig 2014-03-21 08:21:57.405582553 +0000 ++++ daemon/gdm-xdmcp-display-factory.c 2014-03-21 08:22:13.029582593 +0000 +@@ -77,7 +77,7 @@ #define DEFAULT_USE_MULTICAST FALSE #define DEFAULT_MULTICAST_ADDRESS "ff02::1" #define DEFAULT_HONOR_INDIRECT TRUE diff --git a/x11/gdm/files/patch-data_00-upstream-settings b/x11/gdm/files/patch-data_dconf_defaults_00-upstream-settings index 2ef8da4ea..0000c8b0d 100644 --- a/x11/gdm/files/patch-data_00-upstream-settings +++ b/x11/gdm/files/patch-data_dconf_defaults_00-upstream-settings @@ -1,5 +1,5 @@ ---- data/00-upstream-settings.orig 2013-08-26 09:40:51.130280797 +0000 -+++ data/00-upstream-settings 2013-08-26 09:41:19.482277022 +0000 +--- data/dconf/defaults/00-upstream-settings.orig 2014-03-21 08:45:14.698486081 +0000 ++++ data/dconf/defaults/00-upstream-settings 2014-03-21 08:45:23.489485407 +0000 @@ -13,7 +13,7 @@ show-desktop-icons=false diff --git a/x11/gdm/files/patch-data_pam-redhat_gdm-password.pam b/x11/gdm/files/patch-data_pam-redhat_gdm-password.pam deleted file mode 100644 index 61737fae0..000000000 --- a/x11/gdm/files/patch-data_pam-redhat_gdm-password.pam +++ /dev/null @@ -1,30 +0,0 @@ ---- data/pam-redhat/gdm-password.pam.orig 2012-10-03 22:03:41.000000000 +0000 -+++ data/pam-redhat/gdm-password.pam 2013-05-02 09:48:30.000000000 +0000 -@@ -1,20 +1,10 @@ --auth [success=done ignore=ignore default=bad] pam_selinux_permit.so --auth substack password-auth --auth optional pam_gnome_keyring.so --auth include postlogin -+auth required pam_unix.so -+auth optional %%LOCALBASE%%/lib/pam_gnome_keyring.so - --account required pam_nologin.so --account include password-auth -+account required pam_unix.so - --password include password-auth -+password required pam_unix.so -+ -+session include system -+session optional %%LOCALBASE%%/lib/pam_gnome_keyring.so auto_start - --session required pam_selinux.so close --session required pam_loginuid.so --session optional pam_console.so ---session optional pam_ck_connector.so --session required pam_selinux.so open --session optional pam_keyinit.so force revoke --session required pam_namespace.so --session include password-auth --session optional pam_gnome_keyring.so auto_start --session include postlogin diff --git a/x11/gdm/files/patch-gui_simple-greeter_Makefile.in b/x11/gdm/files/patch-gui_simple-greeter_Makefile.in deleted file mode 100644 index e8a958e66..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gui/simple-greeter/Makefile.in.orig 2008-02-13 01:57:37.000000000 -0500 -+++ gui/simple-greeter/Makefile.in 2008-02-13 01:57:44.000000000 -0500 -@@ -445,7 +445,7 @@ INCLUDES = \ - -DGDMCONFDIR=\"$(gdmconfdir)\" \ - -DDATADIR=\""$(datadir)"\" \ - -DSYSCONFDIR=\""$(sysconfdir)"\" \ -- -DLIBLOCALEDIR=\""$(prefix)/lib/locale"\" \ -+ -DLIBLOCALEDIR=\""/usr/share/locale"\" \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -DGLADEDIR=\""$(pkgdatadir)"\" \ - -DLIBEXECDIR=\""$(libexecdir)"\" \ diff --git a/x11/gdm/files/patch-gui_simple-greeter_extensions_smartcard_gdm-smartcard-worker.c b/x11/gdm/files/patch-gui_simple-greeter_extensions_smartcard_gdm-smartcard-worker.c deleted file mode 100644 index 51b0d5492..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_extensions_smartcard_gdm-smartcard-worker.c +++ /dev/null @@ -1,12 +0,0 @@ ---- gui/simple-greeter/extensions/smartcard/gdm-smartcard-worker.c.orig 2011-09-22 17:50:06.000000000 +0200 -+++ gui/simple-greeter/extensions/smartcard/gdm-smartcard-worker.c 2011-09-22 17:51:09.000000000 +0200 -@@ -2,7 +2,9 @@ - - #include <fcntl.h> - #include <locale.h> -+#ifdef __linux__ - #include <sys/prctl.h> -+#endif - #include <stdlib.h> - #include <unistd.h> - diff --git a/x11/gdm/files/patch-gui_simple-greeter_gdm-remote-login-window.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-remote-login-window.c deleted file mode 100644 index 059d72cf4..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-remote-login-window.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gui/simple-greeter/gdm-remote-login-window.c.orig 2008-03-24 11:27:13.000000000 +0100 -+++ gui/simple-greeter/gdm-remote-login-window.c 2008-03-24 11:27:31.000000000 +0100 -@@ -25,6 +25,7 @@ - #include <unistd.h> - #include <sys/types.h> - #include <sys/wait.h> -+#include <sys/signal.h> - #include <errno.h> - - #include <glib.h> diff --git a/x11/gdm/pkg-install b/x11/gdm/pkg-install index 37267b2e2..9c3cae518 100644 --- a/x11/gdm/pkg-install +++ b/x11/gdm/pkg-install @@ -22,8 +22,6 @@ POST-INSTALL) ${CHOWN} root:${GROUP} /var/cache/gdm ${CHOWN} root:wheel ${PKG_PREFIX}/share/gdm ${CHMOD} 0755 ${PKG_PREFIX}/share/gdm - #${MKDIR} ${PKG_PREFIX}/etc/gdm/home/.config - ${CHOWN} ${USER}:${GROUP} ${PKG_PREFIX}/etc/gdm/home/.config gconftool-2 --direct --config-source=xml:merged:${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory --recursive-unset / ${CHOWN} -R ${USER}:${GROUP} ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory ${CHMOD} 1750 ${PKG_PREFIX}/etc/gdm/home/.gconf.mandatory @@ -31,6 +29,9 @@ POST-INSTALL) ${MKDIR} -p ${PKG_PREFIX}/etc/gdm/Sessions ${MKDIR} -p ${PKG_PREFIX}/etc/dm/Sessions + + ${CHOWN} -R ${USER}:${GROUP} ${PKG_PREFIX}/etc/gdm/home + exit 0 ;; esac diff --git a/x11/gdm/pkg-message b/x11/gdm/pkg-message index b6567dce0..d5ee5518c 100644 --- a/x11/gdm/pkg-message +++ b/x11/gdm/pkg-message @@ -19,4 +19,4 @@ unlocked if: .... session optional ${LOCALBASE}/lib/pam_gnome_keyring.so auto_start -It is recommended to put thouse directives at least after the system directives. +It is recommended to put those directives after the system directives. diff --git a/x11/gdm/pkg-plist b/x11/gdm/pkg-plist index a9509d76a..0944f40ef 100644 --- a/x11/gdm/pkg-plist +++ b/x11/gdm/pkg-plist @@ -1,18 +1,14 @@ bin/gdm-screenshot bin/gdmflexiserver etc/dbus-1/system.d/gdm.conf -etc/dconf/db/gdm.d/00-upstream-settings -etc/dconf/db/gdm.d/locks/00-upstream-settings-locks -etc/dconf/profile/gdm -@unexec /bin/rm -f %D/etc/dconf/db/gdm +etc/gdm/Xsession +etc/gdm/custom.conf +etc/gdm/custom.conf.default +etc/gdm/locale.conf etc/gdm/Init/Default etc/gdm/PostLogin/Default.sample etc/gdm/PostSession/Default etc/gdm/PreSession/Default -etc/gdm/Xsession -@unexec if cmp -s %D/etc/gdm/custom.conf %D/etc/gdm/custom.conf.default; then rm -f %D/etc/gdm/custom.conf; fi -etc/gdm/custom.conf.default -@exec [ -f %B/custom.conf ] || cp %B/%f %B/custom.conf etc/gdm/home/.pulse/client.conf etc/pam.d/gdm-autologin etc/pam.d/gdm-launch-environment @@ -21,50 +17,28 @@ include/gdm/gdm-client-glue.h include/gdm/gdm-client.h include/gdm/gdm-sessions.h include/gdm/gdm-user-switching.h -include/gdm/simple-greeter/gdm-login-extension.h -lib/gdm/simple-greeter/extensions/libfingerprint.la -lib/gdm/simple-greeter/extensions/libfingerprint.so -lib/gdm/simple-greeter/extensions/libpassword.la -lib/gdm/simple-greeter/extensions/libpassword.so -lib/gdm/simple-greeter/extensions/libsmartcard.la -lib/gdm/simple-greeter/extensions/libsmartcard.so -lib/girepository-1.0/Gdm-1.0.typelib lib/libgdm.la lib/libgdm.so lib/libgdm.so.1 -lib/libgdmsimplegreeter.la -lib/libgdmsimplegreeter.so -lib/libgdmsimplegreeter.so.1 +lib/girepository-1.0/Gdm-1.0.typelib libdata/pkgconfig/gdm.pc -libdata/pkgconfig/gdmsimplegreeter.pc -libexec/gdm-crash-logger libexec/gdm-host-chooser libexec/gdm-session-worker libexec/gdm-simple-chooser -libexec/gdm-simple-greeter -libexec/gdm-simple-slave -libexec/gdm-smartcard-worker -libexec/gdm-xdmcp-chooser-slave sbin/gdm -sbin/gdm-binary +share/dconf/profile/gdm +share/gir-1.0/Gdm-1.0.gir %%DATADIR%%/gdb-cmd -%%DATADIR%%/gdm-greeter-login-window.ui %%DATADIR%%/gdm.schemas +%%DATADIR%%/greeter/autostart/caribou-autostart.desktop +%%DATADIR%%/greeter-dconf-defaults %%DATADIR%%/greeter/applications/gdm-simple-greeter.desktop -%%DATADIR%%/greeter/applications/gnome-mag.desktop %%DATADIR%%/greeter/applications/gnome-shell.desktop -%%DATADIR%%/greeter/applications/gok.desktop %%DATADIR%%/greeter/applications/mime-dummy-handler.desktop %%DATADIR%%/greeter/applications/mimeapps.list %%DATADIR%%/greeter/applications/polkit-gnome-authentication-agent-1.desktop %%DATADIR%%/greeter/autostart/orca-autostart.desktop %%DATADIR%%/locale.alias -%%DATADIR%%/simple-greeter/extensions/fingerprint/page.ui -%%DATADIR%%/simple-greeter/extensions/password/page.ui -%%DATADIR%%/simple-greeter/extensions/smartcard/page.ui -%%DATADIR%%/simple-greeter/extensions/unified/page.ui -share/gir-1.0/Gdm-1.0.gir -share/gnome-session/sessions/gdm-fallback.session share/gnome-session/sessions/gdm-shell.session share/help/C/gdm/index.docbook share/help/C/gdm/legal.xml @@ -90,6 +64,8 @@ share/help/ko/gdm/index.docbook share/help/ko/gdm/legal.xml share/help/oc/gdm/index.docbook share/help/oc/gdm/legal.xml +share/help/pt_BR/gdm/index.docbook +share/help/pt_BR/gdm/legal.xml share/help/ru/gdm/index.docbook share/help/ru/gdm/legal.xml share/help/sl/gdm/index.docbook @@ -102,13 +78,9 @@ share/help/uk/gdm/index.docbook share/help/uk/gdm/legal.xml share/help/zh_CN/gdm/index.docbook share/help/zh_CN/gdm/legal.xml -share/icons/hicolor/16x16/apps/gdm-fingerprint.png -share/icons/hicolor/16x16/apps/gdm-smartcard.png share/icons/hicolor/16x16/apps/gdm-xnest.png share/icons/hicolor/32x32/apps/gdm-setup.png share/icons/hicolor/32x32/apps/gdm-xnest.png -share/icons/hicolor/48x48/apps/gdm-fingerprint.png -share/icons/hicolor/48x48/apps/gdm-smartcard.png share/locale/af/LC_MESSAGES/gdm.mo share/locale/am/LC_MESSAGES/gdm.mo share/locale/an/LC_MESSAGES/gdm.mo @@ -200,6 +172,7 @@ share/locale/sr@latin/LC_MESSAGES/gdm.mo share/locale/sv/LC_MESSAGES/gdm.mo share/locale/ta/LC_MESSAGES/gdm.mo share/locale/te/LC_MESSAGES/gdm.mo +share/locale/tg/LC_MESSAGES/gdm.mo share/locale/th/LC_MESSAGES/gdm.mo share/locale/tr/LC_MESSAGES/gdm.mo share/locale/ug/LC_MESSAGES/gdm.mo @@ -222,63 +195,8 @@ share/pixmaps/nohost.png @exec mkdir -p %D/share/xsessions @exec dconf update @unexec dconf update -@unexec /bin/rm -f /var/run/gdm/ -@unexec /bin/rm -f /var/log/gdm/ -@dirrm /var/gdm -@dirrm /var/cache/gdm +@unexec rmdir /var/cache/gdm @dirrmtry share/xsessions -@dirrmtry share/help/zh_CN/gdm -@dirrmtry share/help/uk/gdm -@dirrmtry share/help/te/gdm -@dirrmtry share/help/sv/gdm -@dirrmtry share/help/sl/gdm -@dirrmtry share/help/ru/gdm -@dirrmtry share/help/oc/gdm -@dirrmtry share/help/ko/gdm -@dirrmtry share/help/it/gdm -@dirrmtry share/help/id/gdm -@dirrmtry share/help/gl/gdm -@dirrmtry share/help/fr/gdm -@dirrmtry share/help/es/gdm -@dirrmtry share/help/en_GB/gdm -@dirrmtry share/help/el/gdm -@dirrmtry share/help/de/gdm -@dirrmtry share/help/ca/gdm -@dirrmtry share/help/C/gdm -@dirrmtry share/gnome-session/sessions -@dirrmtry share/gnome-session -@dirrm %%DATADIR%%/simple-greeter/extensions/unified -@dirrm %%DATADIR%%/simple-greeter/extensions/smartcard -@dirrm %%DATADIR%%/simple-greeter/extensions/password -@dirrm %%DATADIR%%/simple-greeter/extensions/fingerprint -@dirrm %%DATADIR%%/simple-greeter/extensions -@dirrm %%DATADIR%%/simple-greeter -@dirrm %%DATADIR%%/greeter/applications -@dirrm %%DATADIR%%/greeter/autostart -@dirrm %%DATADIR%%/greeter -@dirrm %%DATADIR%% -@dirrm lib/gdm/simple-greeter/extensions -@dirrm lib/gdm/simple-greeter -@dirrm lib/gdm -@dirrm include/gdm/simple-greeter -@dirrm include/gdm -@dirrmtry etc/gdm/home/.local/share/applications -@dirrmtry etc/gdm/home/.local/share -@dirrmtry etc/gdm/home/.local -@unexec rm -rf %D/etc/gdm/home/.gconf* -@dirrmtry etc/gdm/home/.config/dconf -@dirrmtry etc/gdm/home/.config -@dirrmtry etc/gdm/home -@dirrmtry etc/gdm/Sessions -@dirrmtry etc/gdm/PreSession -@dirrmtry etc/gdm/PostSession -@dirrmtry etc/gdm/PostLogin -@dirrmtry etc/gdm/Init -@dirrmtry etc/gdm -@dirrmtry etc/dm/Sessions -@dirrmtry etc/dm -@dirrm etc/dconf/db/gdm.d/locks -@dirrm etc/dconf/db/gdm.d @dirrmtry share/locale/zu/LC_MESSAGES @dirrmtry share/locale/zu @dirrmtry share/locale/zh_HK/LC_MESSAGES @@ -345,3 +263,50 @@ share/pixmaps/nohost.png @dirrmtry share/locale/as @dirrmtry share/locale/an/LC_MESSAGES @dirrmtry share/locale/an +@dirrmtry share/help/zh_CN/gdm +@dirrmtry share/help/uk/gdm +@dirrmtry share/help/te/gdm +@dirrmtry share/help/te +@dirrmtry share/help/sv/gdm +@dirrmtry share/help/sl/gdm +@dirrmtry share/help/ru/gdm +@dirrmtry share/help/pt_BR/gdm +@dirrmtry share/help/oc/gdm +@dirrmtry share/help/ko/gdm +@dirrmtry share/help/it/gdm +@dirrmtry share/help/it +@dirrmtry share/help/id/gdm +@dirrmtry share/help/id +@dirrmtry share/help/gl/gdm +@dirrmtry share/help/fr/gdm +@dirrmtry share/help/es/gdm +@dirrmtry share/help/en_GB/gdm +@dirrmtry share/help/el/gdm +@dirrmtry share/help/de/gdm +@dirrmtry share/help/ca/gdm +@dirrmtry share/help/C/gdm +@dirrmtry share/gnome-session/sessions +@dirrmtry share/gnome-session +@dirrm %%DATADIR%%/greeter/applications +@dirrm %%DATADIR%%/greeter/autostart +@dirrm %%DATADIR%%/greeter +@dirrm %%DATADIR%% +@dirrmtry share/dconf/profile +@dirrmtry share/dconf +@dirrm include/gdm +@unexec rm -rf %D/etc/gdm/home/.gconf* +@dirrmtry etc/gdm/Sessions +@dirrmtry etc/gdm/PreSession +@dirrmtry etc/gdm/PostSession +@dirrmtry etc/gdm/PostLogin +@dirrmtry etc/gdm/Init +@dirrmtry etc/gdm/home/.pulse +@dirrmtry etc/gdm/home/.local/share/applications +@dirrmtry etc/gdm/home/.local/share +@dirrmtry etc/gdm/home/.local +@dirrmtry etc/gdm/home +@dirrmtry etc/gdm +@dirrmtry etc/dm/Sessions +@dirrmtry etc/dm +@unexec rmdir /var/run/gdm/greeter/ 2> /dev/null || true +@unexec rmdir /var/log/gdm/ 2> /dev/null || true diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index f43725b0e..bf1b8443a 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,10 +1,9 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11/gnome-desktop3/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports-experimental/trunk/x11/gnome-desktop/Makefile 19546 2014-04-16 12:35:04Z gusi $ PORTNAME= gnome-desktop -PORTVERSION= 3.6.2 -PORTREVISION?= 0 +PORTVERSION= 3.12.1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -12,26 +11,28 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Additional UI API for GNOME 3 -USE_XZ= yes +USES= tar:xz .if !defined(REFERENCE_PORT) -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \ ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \ ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \ itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \ +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \ ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \ ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile +USES+= bison gettext gmake libtool pathfix pkgconfig +USE_GNOME= gnomeprefix gtk30 intlhack introspection:build \ + referencehack USE_XORG= x11 xrandr xext -USES= bison gettext gmake pathfix pkgconfig -USE_GNOME= gnomeprefix intlhack gtk30 ltverhack referencehack \ - introspection:build -USE_PYTHON= yes +USE_PYTHON= 3 USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -43,7 +44,7 @@ post-patch: ${WRKSRC}/desktop-docs/lgpl/Makefile.in post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnome-desktop-3.so.4 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnome-desktop-3.so.10 .include <bsd.port.mk> diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo index 6d7f87165..44d9c45df 100644 --- a/x11/gnome-desktop/distinfo +++ b/x11/gnome-desktop/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-desktop-3.6.2.tar.xz) = ef15cc0b34a8360fd48ceeb833515790db4de38e6945fb3661f178dc7df70236 -SIZE (gnome3/gnome-desktop-3.6.2.tar.xz) = 978108 +SHA256 (gnome3/gnome-desktop-3.12.1.tar.xz) = 853604f55158343d7220a557f4705aa3270770fa47f5c0453d7fdde61f8c0691 +SIZE (gnome3/gnome-desktop-3.12.1.tar.xz) = 1093332 diff --git a/x11/gnome-desktop/pkg-plist b/x11/gnome-desktop/pkg-plist index 047ac3771..288a22469 100644 --- a/x11/gnome-desktop/pkg-plist +++ b/x11/gnome-desktop/pkg-plist @@ -1,39 +1,46 @@ include/gnome-desktop-3.0/libgnome-desktop/gnome-bg-crossfade.h include/gnome-desktop-3.0/libgnome-desktop/gnome-bg.h +include/gnome-desktop-3.0/libgnome-desktop/gnome-bg-slide-show.h include/gnome-desktop-3.0/libgnome-desktop/gnome-desktop-thumbnail.h -include/gnome-desktop-3.0/libgnome-desktop/gnome-desktop-utils.h +include/gnome-desktop-3.0/libgnome-desktop/gnome-idle-monitor.h +include/gnome-desktop-3.0/libgnome-desktop/gnome-languages.h include/gnome-desktop-3.0/libgnome-desktop/gnome-pnp-ids.h include/gnome-desktop-3.0/libgnome-desktop/gnome-rr-config.h -include/gnome-desktop-3.0/libgnome-desktop/gnome-rr-labeler.h include/gnome-desktop-3.0/libgnome-desktop/gnome-rr.h include/gnome-desktop-3.0/libgnome-desktop/gnome-wall-clock.h include/gnome-desktop-3.0/libgnome-desktop/gnome-xkb-info.h lib/girepository-1.0/GnomeDesktop-3.0.typelib -lib/libgnome-desktop-3.a lib/libgnome-desktop-3.la lib/libgnome-desktop-3.so -lib/libgnome-desktop-3.so.4 +lib/libgnome-desktop-3.so.10 +lib/libgnome-desktop-3.so.10.0.0 libdata/pkgconfig/gnome-desktop-3.0.pc libexec/gnome-rr-debug share/doc/gnome-desktop3/GnomeDesktopThumbnailFactory.html +share/doc/gnome-desktop3/GnomeIdleMonitor.html +share/doc/gnome-desktop3/GnomeWallClock.html +share/doc/gnome-desktop3/GnomeXkbInfo.html share/doc/gnome-desktop3/background.html +share/doc/gnome-desktop3/idle-monitor.html +share/doc/gnome-desktop3/gnome-desktop3-Language-Utilities.html share/doc/gnome-desktop3/gnome-desktop3-gnome-bg.html -share/doc/gnome-desktop3/gnome-desktop3-gnome-desktop-utils.html +share/doc/gnome-desktop3/gnome-desktop3-gnome-pnp-ids.html share/doc/gnome-desktop3/gnome-desktop3-gnome-rr-config.html -share/doc/gnome-desktop3/gnome-desktop3-gnome-rr-labeler.html share/doc/gnome-desktop3/gnome-desktop3.devhelp2 share/doc/gnome-desktop3/home.png share/doc/gnome-desktop3/index.html share/doc/gnome-desktop3/index.sgml share/doc/gnome-desktop3/intro.html +share/doc/gnome-desktop3/languages.html share/doc/gnome-desktop3/left.png -share/doc/gnome-desktop3/libgnome.html share/doc/gnome-desktop3/randr.html share/doc/gnome-desktop3/right.png share/doc/gnome-desktop3/gnome-desktop3-gnome-rr.html share/doc/gnome-desktop3/style.css share/doc/gnome-desktop3/thumbnail.html share/doc/gnome-desktop3/up.png +share/doc/gnome-desktop3/wall-clock.html +share/doc/gnome-desktop3/xkb-info.html share/gnome/gnome-version.xml share/help/C/fdl/index.docbook share/help/C/gpl/index.docbook @@ -43,6 +50,7 @@ share/help/ar/gpl/index.docbook share/help/ar/lgpl/index.docbook share/help/ca/fdl/index.docbook share/help/ca/gpl/index.docbook +share/help/ca/lgpl/index.docbook share/help/cs/gpl/index.docbook share/help/de/fdl/index.docbook share/help/de/gpl/index.docbook @@ -62,6 +70,7 @@ share/help/fr/fdl/index.docbook share/help/fr/gpl/index.docbook share/help/fr/lgpl/index.docbook share/help/gl/fdl/index.docbook +share/help/gl/gpl/index.docbook share/help/hu/fdl/index.docbook share/help/hu/gpl/index.docbook share/help/hu/lgpl/index.docbook @@ -75,6 +84,8 @@ share/help/oc/lgpl/index.docbook share/help/pa/gpl/index.docbook share/help/pa/lgpl/index.docbook share/help/pl/fdl/index.docbook +share/help/pt_BR/fdl/index.docbook +share/help/pt_BR/gpl/index.docbook share/help/pt_BR/lgpl/index.docbook share/help/sl/fdl/index.docbook share/help/sl/gpl/index.docbook @@ -119,6 +130,7 @@ share/locale/da/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/de/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/dz/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/el/LC_MESSAGES/gnome-desktop-3.0.mo +share/locale/en/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/en@shaw/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/en_CA/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/en_GB/LC_MESSAGES/gnome-desktop-3.0.mo @@ -132,6 +144,7 @@ share/locale/fr/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/fur/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/fy/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/ga/LC_MESSAGES/gnome-desktop-3.0.mo +share/locale/gd/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/gl/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/gu/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/ha/LC_MESSAGES/gnome-desktop-3.0.mo @@ -190,6 +203,7 @@ share/locale/sr@latin/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/sv/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/ta/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/te/LC_MESSAGES/gnome-desktop-3.0.mo +share/locale/tg/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/th/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/tk/LC_MESSAGES/gnome-desktop-3.0.mo share/locale/tr/LC_MESSAGES/gnome-desktop-3.0.mo @@ -318,6 +332,8 @@ share/locale/zu/LC_MESSAGES/gnome-desktop-3.0.mo @dirrmtry share/help/sl/fdl @dirrmtry share/help/sl @dirrmtry share/help/pt_BR/lgpl +@dirrmtry share/help/pt_BR/gpl +@dirrmtry share/help/pt_BR/fdl @dirrmtry share/help/pt_BR @dirrmtry share/help/pl/fdl @dirrmtry share/help/pl @@ -338,6 +354,7 @@ share/locale/zu/LC_MESSAGES/gnome-desktop-3.0.mo @dirrmtry share/help/hu/gpl @dirrmtry share/help/hu/fdl @dirrmtry share/help/hu +@dirrmtry share/help/gl/gpl @dirrmtry share/help/gl/fdl @dirrmtry share/help/gl @dirrmtry share/help/fr/lgpl @@ -365,6 +382,7 @@ share/locale/zu/LC_MESSAGES/gnome-desktop-3.0.mo @dirrmtry share/help/de @dirrmtry share/help/cs/gpl @dirrmtry share/help/cs +@dirrmtry share/help/ca/lgpl @dirrmtry share/help/ca/gpl @dirrmtry share/help/ca/fdl @dirrmtry share/help/ca diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index f360adeeb..fe8c14f4c 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -1,9 +1,9 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11/gnome-menus3/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports-experimental/trunk/x11/gnome-menus/Makefile 19199 2014-03-19 15:51:05Z gusi $ PORTNAME= gnome-menus -PORTVERSION= 3.6.2 +PORTVERSION= 3.10.1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,36 +11,27 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the FreeDesktop Desktop Menu Spec -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes -USE_GNOME= glib20 gnomehier gnomeprefix intlhack introspection:build \ - ltverhack -USE_AUTOTOOLS= libtool +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= glib20 gnomehier gnomeprefix intlhack \ + introspection:build +GNU_CONFIGURE= yes USE_PYTHON= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|applications.menu||' \ - ${WRKSRC}/layout/Makefile.in - @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ - ${WRKSRC}/util/test-menu-spec.c - @${REINPLACE_CMD} -e 's|/usr/share/gnome|${LOCALBASE}/share/gnome|g' \ - ${WRKSRC}/layout/applications.menu @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/simple-editor/GMenuSimpleEditor/menutreemodel.py @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ ${WRKSRC}/util/Makefile.in post-install: @${MKDIR} -p ${STAGEDIR}${PREFIX}/etc/xdg/menus/ - @${INSTALL_DATA} ${WRKSRC}/layout/applications.menu \ + @${INSTALL_DATA} ${WRKSRC}/layout/gnome-applications.menu \ ${STAGEDIR}${PREFIX}/etc/xdg/menus/gnome-applications.menu @${INSTALL_DATA} ${WRKSRC}/KDE.directory \ ${STAGEDIR}${PREFIX}/share/desktop-directories - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnome-menu-3.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnome-menu-3.so* .include <bsd.port.mk> diff --git a/x11/gnome-menus/distinfo b/x11/gnome-menus/distinfo index 98119ce84..e88dd1d98 100644 --- a/x11/gnome-menus/distinfo +++ b/x11/gnome-menus/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-menus-3.6.2.tar.xz) = f6cefb25ce3ca2a0e4cb43894089cc6079bf948230e99bc0e244b380fa84bf4f -SIZE (gnome3/gnome-menus-3.6.2.tar.xz) = 423948 +SHA256 (gnome3/gnome-menus-3.10.1.tar.xz) = 46950aba274c1ad58234374fa9b235258650737307f3bc396af48eb983668a71 +SIZE (gnome3/gnome-menus-3.10.1.tar.xz) = 423052 diff --git a/x11/gnome-menus/files/patch-layout::applications.menu b/x11/gnome-menus/files/patch-layout::applications.menu deleted file mode 100644 index 9a0719a38..000000000 --- a/x11/gnome-menus/files/patch-layout::applications.menu +++ /dev/null @@ -1,306 +0,0 @@ ---- layout/applications.menu.orig 2012-07-10 01:54:30.000000000 +0000 -+++ layout/applications.menu 2013-03-30 10:41:37.311882486 +0000 -@@ -6,10 +6,9 @@ - <Name>Applications</Name> - <Directory>X-GNOME-Menu-Applications.directory</Directory> - -- <!-- Scan legacy dirs first, as later items take priority --> -- <KDELegacyDirs/> -- <LegacyDir>/etc/X11/applnk</LegacyDir> -- <LegacyDir>/usr/share/gnome/apps</LegacyDir> -+ <!-- Scan legacy dirs first, as later items take priority -+ <LegacyDir>/etc/X11/applnk</LegacyDir> --> -+ <LegacyDir>/usr/local/share/gnome/apps</LegacyDir> - - <!-- Read standard .directory and .desktop file locations --> - <DefaultAppDirs/> -@@ -31,6 +30,8 @@ - applications here --> - <Not><Category>Accessibility</Category></Not> - <Not><Category>System</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Accessories --> -@@ -43,6 +44,8 @@ - <And> - <Category>Accessibility</Category> - <Not><Category>Settings</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Accessibility --> -@@ -54,6 +57,8 @@ - <Include> - <And> - <Category>Development</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - <Filename>emacs.desktop</Filename> - </Include> -@@ -66,6 +71,8 @@ - <Include> - <And> - <Category>Education</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Education --> -@@ -77,6 +84,8 @@ - <Include> - <And> - <Category>Game</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Games --> -@@ -88,6 +97,8 @@ - <Include> - <And> - <Category>Graphics</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Graphics --> -@@ -99,6 +110,8 @@ - <Include> - <And> - <Category>Network</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - <Not> - <Category>X-GNOME-WebApplication</Category> - </Not> -@@ -125,6 +138,8 @@ - <Include> - <And> - <Category>AudioVideo</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Multimedia --> -@@ -136,6 +151,8 @@ - <Include> - <And> - <Category>Office</Category> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Office --> -@@ -148,6 +165,8 @@ - <And> - <Category>System</Category> - <Not><Category>Settings</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End System Tools --> -@@ -162,10 +181,199 @@ - <Not><Category>Core</Category></Not> - <Not><Category>Screensaver</Category></Not> - <Not><Category>X-GNOME-Settings-Panel</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> - </And> - </Include> - </Menu> <!-- End Other --> - -+ <!-- Read in overrides and child menus from applications-merged/ --> -+ <DefaultMergeDirs/> -+ -+ <!-- KDE --> -+ <Menu> -+ <KDELegacyDirs/> -+ <Name>KDE</Name> -+ <Directory>KDE.directory</Directory> -+ -+ <!-- KAccessories submenu --> -+ <Menu> -+ <Name>Accessories</Name> -+ <Directory>Accessories.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Utility</Category> -+ <Not> -+ <Category>System</Category> -+ </Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KAccessories --> -+ -+ <!-- KAccessibility submenu --> -+ <Menu> -+ <Name>Accessibility</Name> -+ <Directory>Accessibility.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Accessibility</Category> -+ <Not> -+ <Category>Settings</Category> -+ </Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KAccessibility --> -+ -+ <!-- KDevelopment Tools --> -+ <Menu> -+ <Name>Development</Name> -+ <Directory>Development.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Development</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KDevelopment Tools --> -+ -+ <!-- KEducation --> -+ <Menu> -+ <Name>Education</Name> -+ <Directory>Education.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Education</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KEducation --> -+ -+ <!-- KGames --> -+ <Menu> -+ <Name>Games</Name> -+ <Directory>Games.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Game</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KGames --> -+ -+ <!-- KGraphics --> -+ <Menu> -+ <Name>Graphics</Name> -+ <Directory>Graphics.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Graphics</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KGraphics --> -+ -+ <!-- KInternet --> -+ <Menu> -+ <Name>Internet</Name> -+ <Directory>Internet.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Network</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KInternet --> -+ -+ <!-- KMultimedia --> -+ <Menu> -+ <Name>Multimedia</Name> -+ <Directory>Multimedia.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>AudioVideo</Category> -+ </And> -+ </Include> -+ </Menu> <!-- End KMultimedia --> -+ -+ <!-- KOffice --> -+ <Menu> -+ <Name>Office</Name> -+ <Directory>Office.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Or> -+ <Category>Office</Category> -+ </Or> -+ </And> -+ </Include> -+ </Menu><!-- End KOffice --> -+ -+ <!-- KSystem Tools--> -+ <Menu> -+ <Name>System</Name> -+ <Directory>System-Tools.directory</Directory> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>System</Category> -+ <Not><Category>Settings</Category></Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KSystem Tools --> -+ -+ <!-- KOther --> -+ <Menu> -+ <Name>Other</Name> -+ <Directory>Other.directory</Directory> -+ <OnlyUnallocated/> -+ <Include> -+ <And> -+ <Or> -+ <Category>Qt</Category> -+ <Category>KDE</Category> -+ </Or> -+ <Category>Application</Category> -+ <Not><Category>Core</Category></Not> -+ <Not><Category>Settings</Category></Not> -+ </And> -+ </Include> -+ </Menu> <!-- End KOther --> -+ </Menu> <!-- KDE --> -+ - <Layout> - <Merge type="menus" /> - <Menuname>Other</Menuname> diff --git a/x11/gnome-menus/files/patch-layout_gnome-applications.menu b/x11/gnome-menus/files/patch-layout_gnome-applications.menu new file mode 100644 index 000000000..d18b8d415 --- /dev/null +++ b/x11/gnome-menus/files/patch-layout_gnome-applications.menu @@ -0,0 +1,273 @@ +--- layout/gnome-applications.menu.orig 2013-10-15 13:05:34.000000000 +0000 ++++ layout/gnome-applications.menu 2014-03-11 17:10:07.109670897 +0000 +@@ -6,10 +6,9 @@ + <Name>Applications</Name> + <Directory>X-GNOME-Menu-Applications.directory</Directory> + +- <!-- Scan legacy dirs first, as later items take priority --> +- <KDELegacyDirs/> +- <LegacyDir>/etc/X11/applnk</LegacyDir> +- <LegacyDir>/usr/share/gnome/apps</LegacyDir> ++ <!-- Scan legacy dirs first, as later items take priority ++ <LegacyDir>/etc/X11/applnk</LegacyDir> --> ++ <LegacyDir>/usr/local/share/gnome/apps</LegacyDir> + + <!-- Read standard .directory and .desktop file locations --> + <DefaultAppDirs/> +@@ -32,6 +31,8 @@ + <Not><Category>Accessibility</Category></Not> + <Not><Category>System</Category></Not> + <Not><Category>X-GNOME-Utilities</Category></Not> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> + </And> + </Include> + <Exclude> +@@ -68,6 +69,8 @@ + <And> + <Category>Accessibility</Category> + <Not><Category>Settings</Category></Not> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> + </And> + </Include> + +@@ -84,6 +87,8 @@ + <Include> + <And> + <Category>Development</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> + </And> + <Filename>emacs.desktop</Filename> + </Include> +@@ -105,6 +110,8 @@ + <Include> + <And> + <Category>Education</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> + </And> + </Include> + </Menu> <!-- End Education --> +@@ -116,6 +123,8 @@ + <Include> + <And> + <Category>Game</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> + </And> + </Include> + </Menu> <!-- End Games --> +@@ -130,6 +139,8 @@ + <Not><Filename>eog.desktop</Filename></Not> + <Not><Filename>gnome-eog.desktop</Filename></Not> + <Not><Filename>evince.desktop</Filename></Not> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> + </And> + </Include> + </Menu> <!-- End Graphics --> +@@ -173,6 +184,8 @@ + <Include> + <And> + <Category>AudioVideo</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> + </And> + </Include> + </Menu> <!-- End Multimedia --> +@@ -316,6 +329,193 @@ + </Include> + </Menu> <!-- End Other --> + ++ <!-- Read in overrides and child menus from applications-merged/ --> ++ <DefaultMergeDirs/> ++ ++ <!-- KDE --> ++ <Menu> ++ <KDELegacyDirs/> ++ <Name>KDE</Name> ++ <Directory>KDE.directory</Directory> ++ ++ <!-- KAccessories submenu --> ++ <Menu> ++ <Name>Accessories</Name> ++ <Directory>Accessories.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Utility</Category> ++ <Not> ++ <Category>System</Category> ++ </Not> ++ </And> ++ </Include> ++ </Menu> <!-- End KAccessories --> ++ ++ <!-- KAccessibility submenu --> ++ <Menu> ++ <Name>Accessibility</Name> ++ <Directory>Accessibility.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Accessibility</Category> ++ <Not> ++ <Category>Settings</Category> ++ </Not> ++ </And> ++ </Include> ++ </Menu> <!-- End KAccessibility --> ++ ++ <!-- KDevelopment Tools --> ++ <Menu> ++ <Name>Development</Name> ++ <Directory>Development.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Development</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KDevelopment Tools --> ++ ++ <!-- KEducation --> ++ <Menu> ++ <Name>Education</Name> ++ <Directory>Education.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Education</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KEducation --> ++ ++ <!-- KGames --> ++ <Menu> ++ <Name>Games</Name> ++ <Directory>Games.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Game</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KGames --> ++ ++ <!-- KGraphics --> ++ <Menu> ++ <Name>Graphics</Name> ++ <Directory>Graphics.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Graphics</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KGraphics --> ++ ++ <!-- KInternet --> ++ <Menu> ++ <Name>Internet</Name> ++ <Directory>Internet.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Network</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KInternet --> ++ ++ <!-- KMultimedia --> ++ <Menu> ++ <Name>Multimedia</Name> ++ <Directory>Multimedia.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>AudioVideo</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KMultimedia --> ++ ++ <!-- KOffice --> ++ <Menu> ++ <Name>Office</Name> ++ <Directory>Office.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Or> ++ <Category>Office</Category> ++ </Or> ++ </And> ++ </Include> ++ </Menu><!-- End KOffice --> ++ ++ <!-- KSystem Tools--> ++ <Menu> ++ <Name>System</Name> ++ <Directory>System-Tools.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>System</Category> ++ <Not><Category>Settings</Category></Not> ++ </And> ++ </Include> ++ </Menu> <!-- End KSystem Tools --> ++ ++ <!-- KOther --> ++ <Menu> ++ <Name>Other</Name> ++ <Directory>Other.directory</Directory> ++ <OnlyUnallocated/> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Application</Category> ++ <Not><Category>Core</Category></Not> ++ <Not><Category>Settings</Category></Not> ++ </And> ++ </Include> ++ </Menu> <!-- End KOther --> ++ </Menu> <!-- KDE --> ++ + <Layout> + <Merge type="menus" /> + <Menuname>Other</Menuname> diff --git a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py deleted file mode 100644 index d57d4f523..000000000 --- a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py +++ /dev/null @@ -1,11 +0,0 @@ ---- simple-editor/GMenuSimpleEditor/menutreemodel.py.orig 2011-08-16 14:04:56.000000000 +0200 -+++ simple-editor/GMenuSimpleEditor/menutreemodel.py 2011-09-17 13:01:18.000000000 +0200 -@@ -29,7 +29,7 @@ def lookup_system_menu_file (menu_file): - if os.environ.has_key ("XDG_CONFIG_DIRS"): - conf_dirs = os.environ["XDG_CONFIG_DIRS"] - if not conf_dirs: -- conf_dirs = "/etc/xdg" -+ conf_dirs = "%%LOCALBASE%%/etc/xdg" - - for conf_dir in conf_dirs.split (":"): - menu_file_path = os.path.join (conf_dir, "menus", menu_file) diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist index 0cf3d0476..a7614681d 100644 --- a/x11/gnome-menus/pkg-plist +++ b/x11/gnome-menus/pkg-plist @@ -1,4 +1,3 @@ -bin/gmenu-simple-editor etc/xdg/menus/gnome-applications.menu include/gnome-menus-3.0/gmenu-tree.h lib/girepository-1.0/GMenu-3.0.typelib @@ -6,45 +5,26 @@ lib/libgnome-menu-3.a lib/libgnome-menu-3.la lib/libgnome-menu-3.so lib/libgnome-menu-3.so.0 -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/__init__.py -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/__init__.pyc -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/__init__.pyo -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/config.py -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/config.pyc -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/config.pyo -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/main.py -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/main.pyc -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/main.pyo -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/maindialog.py -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/maindialog.pyc -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/maindialog.pyo -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menufilewriter.py -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menufilewriter.pyc -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menufilewriter.pyo -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menutreemodel.py -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menutreemodel.pyc -%%PYTHON_SITELIBDIR%%/GMenuSimpleEditor/menutreemodel.pyo +lib/libgnome-menu-3.so.0.0.1 libdata/pkgconfig/libgnome-menu-3.0.pc -share/applications/gmenu-simple-editor.desktop share/desktop-directories/AudioVideo.directory share/desktop-directories/Development.directory share/desktop-directories/Education.directory share/desktop-directories/Game.directory share/desktop-directories/Graphics.directory -share/desktop-directories/Hardware.directory share/desktop-directories/KDE.directory share/desktop-directories/Network.directory share/desktop-directories/Office.directory -share/desktop-directories/Personal.directory share/desktop-directories/System-Tools.directory -share/desktop-directories/System.directory share/desktop-directories/Utility-Accessibility.directory share/desktop-directories/Utility.directory share/desktop-directories/X-GNOME-Menu-Applications.directory share/desktop-directories/X-GNOME-Other.directory +share/desktop-directories/X-GNOME-Sundry.directory +share/desktop-directories/X-GNOME-SystemSettings.directory +share/desktop-directories/X-GNOME-Utilities.directory share/desktop-directories/X-GNOME-WebApplications.directory share/gir-1.0/GMenu-3.0.gir -share/gnome-menus/ui/gmenu-simple-editor.ui share/locale/af/LC_MESSAGES/gnome-menus-3.0.mo share/locale/an/LC_MESSAGES/gnome-menus-3.0.mo share/locale/ar/LC_MESSAGES/gnome-menus-3.0.mo @@ -90,6 +70,7 @@ share/locale/hi/LC_MESSAGES/gnome-menus-3.0.mo share/locale/hr/LC_MESSAGES/gnome-menus-3.0.mo share/locale/hu/LC_MESSAGES/gnome-menus-3.0.mo share/locale/hy/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/ia/LC_MESSAGES/gnome-menus-3.0.mo share/locale/id/LC_MESSAGES/gnome-menus-3.0.mo share/locale/ig/LC_MESSAGES/gnome-menus-3.0.mo share/locale/io/LC_MESSAGES/gnome-menus-3.0.mo @@ -139,6 +120,7 @@ share/locale/sv/LC_MESSAGES/gnome-menus-3.0.mo share/locale/szl/LC_MESSAGES/gnome-menus-3.0.mo share/locale/ta/LC_MESSAGES/gnome-menus-3.0.mo share/locale/te/LC_MESSAGES/gnome-menus-3.0.mo +share/locale/tg/LC_MESSAGES/gnome-menus-3.0.mo share/locale/th/LC_MESSAGES/gnome-menus-3.0.mo share/locale/tr/LC_MESSAGES/gnome-menus-3.0.mo share/locale/ug/LC_MESSAGES/gnome-menus-3.0.mo @@ -151,10 +133,7 @@ share/locale/zh_CN/LC_MESSAGES/gnome-menus-3.0.mo share/locale/zh_HK/LC_MESSAGES/gnome-menus-3.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-menus-3.0.mo share/locale/zu/LC_MESSAGES/gnome-menus-3.0.mo -@dirrm share/gnome-menus/ui -@dirrm share/gnome-menus @dirrmtry share/desktop-directories -@dirrm %%PYTHON_SITELIBDIR%%/GMenuSimpleEditor @dirrm include/gnome-menus-3.0 @dirrmtry etc/xdg/menus @dirrmtry share/locale/zu/LC_MESSAGES @@ -207,6 +186,8 @@ share/locale/zu/LC_MESSAGES/gnome-menus-3.0.mo @dirrmtry share/locale/io @dirrmtry share/locale/ig/LC_MESSAGES @dirrmtry share/locale/ig +@dirrmtry share/locale/ia/LC_MESSAGES +@dirrmtry share/locale/ia @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy @dirrmtry share/locale/ha/LC_MESSAGES diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile deleted file mode 100644 index 542482d97..000000000 --- a/x11/gnome-panel/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom$ - -PORTNAME= gnome-panel -PORTVERSION= 3.6.2 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Panel component for the GNOME 3 Desktop - -USE_XZ= yes - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libgweather-3.so:${PORTSDIR}/net/libgweather \ - libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ - libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ - libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit -RUN_DEPENDS= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon - -USES= gettext gmake pathfix pkgconfig -USE_XORG= ice sm x11 xau xrandr -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix intlhack gnomedesktop3 librsvg2 libwnck3 \ - gnomemenus3 ltverhack referencehack -USE_AUTOTOOLS= libtool -CONFIGURE_ARGS= --disable-network-manager -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -GLIB_SCHEMAS= org.gnome.gnome-panel.applet.clock.gschema.xml \ - org.gnome.gnome-panel.applet.fish.gschema.xml \ - org.gnome.gnome-panel.applet.window-list.gschema.xml \ - org.gnome.gnome-panel.applet.workspace-switcher.gschema.xml \ - org.gnome.gnome-panel.enums.xml \ - org.gnome.gnome-panel.gschema.xml \ - org.gnome.gnome-panel.launcher.gschema.xml \ - org.gnome.gnome-panel.menu-button.gschema.xml \ - org.gnome.gnome-panel.object.gschema.xml \ - org.gnome.gnome-panel.toplevel.gschema.xml - -#OPTIONS_DEFINE= EVOLUTION -#OPTIONS_DEFAULT=EVOLUTION -#EVOLUTION_DESC= Evolution calendar support - -.include <bsd.port.options.mk> - -#.if ${PORT_OPTIONS:MEVOLUTION} -#USE_GNOME+= evolutiondataserver3 -#CONFIGURE_ARGS+=--enable-eds -#.else -CONFIGURE_ARGS+=--disable-eds -#.endif - -post-patch: - @${FIND} ${WRKSRC} -type f | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|"applications.menu"|"gnome-applications.menu"|' - @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ - ${WRKSRC}/help/clock/Makefile.in \ - ${WRKSRC}/help/fish/Makefile.in - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpanel-applet-4.so.0 - -.include <bsd.port.mk> - -.endif diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo deleted file mode 100644 index 5caf47117..000000000 --- a/x11/gnome-panel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome3/gnome-panel-3.6.2.tar.xz) = a41c45c5512e796b8602ce50bf0d205993eab364c860aae31afa582d77b77079 -SIZE (gnome3/gnome-panel-3.6.2.tar.xz) = 2432152 diff --git a/x11/gnome-panel/pkg-descr b/x11/gnome-panel/pkg-descr deleted file mode 100644 index 3da96680d..000000000 --- a/x11/gnome-panel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This drives the GNOME 3 panel. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist deleted file mode 100644 index f818c27bc..000000000 --- a/x11/gnome-panel/pkg-plist +++ /dev/null @@ -1,525 +0,0 @@ -bin/gnome-desktop-item-edit -bin/gnome-panel -bin/panel-test-applets -include/gnome-panel-4.0/libpanel-applet/panel-applet-enums.h -include/gnome-panel-4.0/libpanel-applet/panel-applet-gconf.h -include/gnome-panel-4.0/libpanel-applet/panel-applet.h -lib/girepository-1.0/PanelApplet-4.0.typelib -lib/libpanel-applet-4.a -lib/libpanel-applet-4.la -lib/libpanel-applet-4.so -lib/libpanel-applet-4.so.0 -libdata/pkgconfig/libpanelapplet-4.0.pc -libexec/clock-applet -libexec/fish-applet -libexec/gnome-panel-add -libexec/notification-area-applet -libexec/wnck-applet -man/man1/gnome-panel.1.gz -share/applications/gnome-panel.desktop -share/dbus-1/services/org.gnome.panel.applet.ClockAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.FishAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.NotificationAreaAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.WnckletFactory.service -share/doc/panel-applet-4.0/getting-started.concepts.html -share/doc/panel-applet-4.0/getting-started.concepts.html.bak -share/doc/panel-applet-4.0/getting-started.context-menu.html -share/doc/panel-applet-4.0/getting-started.context-menu.html.bak -share/doc/panel-applet-4.0/getting-started.example.html -share/doc/panel-applet-4.0/getting-started.example.html.bak -share/doc/panel-applet-4.0/getting-started.html -share/doc/panel-applet-4.0/getting-started.html.bak -share/doc/panel-applet-4.0/getting-started.in-out-process.html -share/doc/panel-applet-4.0/getting-started.in-out-process.html.bak -share/doc/panel-applet-4.0/getting-started.install.html -share/doc/panel-applet-4.0/getting-started.install.html.bak -share/doc/panel-applet-4.0/getting-started.integration.html -share/doc/panel-applet-4.0/getting-started.integration.html.bak -share/doc/panel-applet-4.0/getting-started.intro.html -share/doc/panel-applet-4.0/getting-started.intro.html.bak -share/doc/panel-applet-4.0/getting-started.introspection.html -share/doc/panel-applet-4.0/getting-started.introspection.html.bak -share/doc/panel-applet-4.0/getting-started.settings.html -share/doc/panel-applet-4.0/getting-started.settings.html.bak -share/doc/panel-applet-4.0/home.png -share/doc/panel-applet-4.0/home.png.bak -share/doc/panel-applet-4.0/index.html -share/doc/panel-applet-4.0/index.html.bak -share/doc/panel-applet-4.0/index.sgml -share/doc/panel-applet-4.0/index.sgml.bak -share/doc/panel-applet-4.0/left.png -share/doc/panel-applet-4.0/left.png.bak -share/doc/panel-applet-4.0/overview.html -share/doc/panel-applet-4.0/overview.html.bak -share/doc/panel-applet-4.0/panel-applet-4.0.devhelp2 -share/doc/panel-applet-4.0/panel-applet-GConf-Utilities.html -share/doc/panel-applet-4.0/panel-applet-GConf-Utilities.html.bak -share/doc/panel-applet-4.0/panel-applet-Panel-Applet-Factory.html -share/doc/panel-applet-4.0/panel-applet-Panel-Applet-Factory.html.bak -share/doc/panel-applet-4.0/panel-applet-Panel-Applet.html -share/doc/panel-applet-4.0/panel-applet-Panel-Applet.html.bak -share/doc/panel-applet-4.0/panel-applet.devhelp2.bak -share/doc/panel-applet-4.0/port-gnome2.html -share/doc/panel-applet-4.0/port-gnome2.html.bak -share/doc/panel-applet-4.0/reference.html -share/doc/panel-applet-4.0/reference.html.bak -share/doc/panel-applet-4.0/right.png -share/doc/panel-applet-4.0/right.png.bak -share/doc/panel-applet-4.0/style.css -share/doc/panel-applet-4.0/style.css.bak -share/doc/panel-applet-4.0/up.png -share/doc/panel-applet-4.0/up.png.bak -share/gir-1.0/PanelApplet-4.0.gir -%%DATADIR%%/4.0/applets/org.gnome.panel.ClockApplet.panel-applet -%%DATADIR%%/4.0/applets/org.gnome.panel.FishApplet.panel-applet -%%DATADIR%%/4.0/applets/org.gnome.panel.NotificationAreaApplet.panel-applet -%%DATADIR%%/4.0/applets/org.gnome.panel.Wncklet.panel-applet -%%DATADIR%%/fish/fishanim.fish -%%DATADIR%%/fish/fishanim.png -%%DATADIR%%/fish/footguy.fish -%%DATADIR%%/fish/footguy.png -%%DATADIR%%/fish/monkey.fish -%%DATADIR%%/fish/monkey.png -%%DATADIR%%/fish/oldwanda.fish -%%DATADIR%%/fish/oldwanda.png -%%DATADIR%%/fish/wanda.fish -%%DATADIR%%/fish/wanda.png -%%DATADIR%%/panel-default-layout.layout -share/help/C/clock/index.docbook -share/help/C/clock/legal.xml -share/help/C/fish/index.docbook -share/help/C/fish/legal.xml -share/help/ar/clock/index.docbook -share/help/ar/clock/legal.xml -share/help/ca/clock/index.docbook -share/help/ca/clock/legal.xml -share/help/ca/fish/index.docbook -share/help/ca/fish/legal.xml -share/help/cs/clock/index.docbook -share/help/cs/clock/legal.xml -share/help/cs/fish/index.docbook -share/help/cs/fish/legal.xml -share/help/da/clock/index.docbook -share/help/da/clock/legal.xml -share/help/da/fish/index.docbook -share/help/da/fish/legal.xml -share/help/de/clock/index.docbook -share/help/de/clock/legal.xml -share/help/de/fish/index.docbook -share/help/de/fish/legal.xml -share/help/el/clock/index.docbook -share/help/el/clock/legal.xml -share/help/el/fish/index.docbook -share/help/el/fish/legal.xml -share/help/en_GB/clock/index.docbook -share/help/en_GB/clock/legal.xml -share/help/en_GB/fish/index.docbook -share/help/en_GB/fish/legal.xml -share/help/es/clock/index.docbook -share/help/es/clock/legal.xml -share/help/es/fish/index.docbook -share/help/es/fish/legal.xml -share/help/eu/clock/index.docbook -share/help/eu/clock/legal.xml -share/help/eu/fish/index.docbook -share/help/eu/fish/legal.xml -share/help/fi/clock/index.docbook -share/help/fi/clock/legal.xml -share/help/fi/fish/index.docbook -share/help/fi/fish/legal.xml -share/help/fr/clock/index.docbook -share/help/fr/clock/legal.xml -share/help/fr/fish/index.docbook -share/help/fr/fish/legal.xml -share/help/id/clock/index.docbook -share/help/id/clock/legal.xml -share/help/it/clock/index.docbook -share/help/it/clock/legal.xml -share/help/it/fish/index.docbook -share/help/it/fish/legal.xml -share/help/ja/clock/index.docbook -share/help/ja/clock/legal.xml -share/help/ja/fish/index.docbook -share/help/ja/fish/legal.xml -share/help/ko/clock/index.docbook -share/help/ko/clock/legal.xml -share/help/ko/fish/index.docbook -share/help/ko/fish/legal.xml -share/help/nl/clock/index.docbook -share/help/nl/clock/legal.xml -share/help/oc/clock/index.docbook -share/help/oc/clock/legal.xml -share/help/oc/fish/index.docbook -share/help/oc/fish/legal.xml -share/help/pa/clock/index.docbook -share/help/pa/clock/legal.xml -share/help/pt/clock/index.docbook -share/help/pt/clock/legal.xml -share/help/pt_BR/clock/index.docbook -share/help/pt_BR/clock/legal.xml -share/help/ru/clock/index.docbook -share/help/ru/clock/legal.xml -share/help/ru/fish/index.docbook -share/help/ru/fish/legal.xml -share/help/sl/clock/index.docbook -share/help/sl/clock/legal.xml -share/help/sl/fish/index.docbook -share/help/sl/fish/legal.xml -share/help/sr/clock/index.docbook -share/help/sr/clock/legal.xml -share/help/sv/clock/index.docbook -share/help/sv/clock/legal.xml -share/help/sv/fish/index.docbook -share/help/sv/fish/legal.xml -share/help/te/clock/index.docbook -share/help/te/clock/legal.xml -share/help/th/clock/index.docbook -share/help/th/clock/legal.xml -share/help/th/fish/index.docbook -share/help/th/fish/legal.xml -share/help/uk/clock/index.docbook -share/help/uk/clock/legal.xml -share/help/uk/fish/index.docbook -share/help/uk/fish/legal.xml -share/help/zh_CN/clock/index.docbook -share/help/zh_CN/clock/legal.xml -share/help/zh_CN/fish/index.docbook -share/help/zh_CN/fish/legal.xml -share/help/zh_HK/clock/index.docbook -share/help/zh_HK/clock/legal.xml -share/help/zh_TW/clock/index.docbook -share/help/zh_TW/clock/legal.xml -share/icons/hicolor/16x16/apps/gnome-panel-clock.png -share/icons/hicolor/16x16/apps/gnome-panel-fish.png -share/icons/hicolor/16x16/apps/gnome-panel-force-quit.png -share/icons/hicolor/16x16/apps/gnome-panel-launcher.png -share/icons/hicolor/16x16/apps/gnome-panel-notification-area.png -share/icons/hicolor/16x16/apps/gnome-panel-separator.png -share/icons/hicolor/16x16/apps/gnome-panel-window-list.png -share/icons/hicolor/16x16/apps/gnome-panel-window-menu.png -share/icons/hicolor/16x16/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/16x16/apps/gnome-panel.png -share/icons/hicolor/22x22/apps/gnome-panel-clock.png -share/icons/hicolor/22x22/apps/gnome-panel-fish.png -share/icons/hicolor/22x22/apps/gnome-panel-force-quit.png -share/icons/hicolor/22x22/apps/gnome-panel-launcher.png -share/icons/hicolor/22x22/apps/gnome-panel-notification-area.png -share/icons/hicolor/22x22/apps/gnome-panel-separator.png -share/icons/hicolor/22x22/apps/gnome-panel-window-list.png -share/icons/hicolor/22x22/apps/gnome-panel-window-menu.png -share/icons/hicolor/22x22/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/22x22/apps/gnome-panel.png -share/icons/hicolor/24x24/apps/gnome-panel-clock.png -share/icons/hicolor/24x24/apps/gnome-panel-fish.png -share/icons/hicolor/24x24/apps/gnome-panel-force-quit.png -share/icons/hicolor/24x24/apps/gnome-panel-launcher.png -share/icons/hicolor/24x24/apps/gnome-panel-notification-area.png -share/icons/hicolor/24x24/apps/gnome-panel-separator.png -share/icons/hicolor/24x24/apps/gnome-panel-window-list.png -share/icons/hicolor/24x24/apps/gnome-panel-window-menu.png -share/icons/hicolor/24x24/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/24x24/apps/gnome-panel.png -share/icons/hicolor/32x32/apps/gnome-panel-clock.png -share/icons/hicolor/32x32/apps/gnome-panel-fish.png -share/icons/hicolor/32x32/apps/gnome-panel-force-quit.png -share/icons/hicolor/32x32/apps/gnome-panel-launcher.png -share/icons/hicolor/32x32/apps/gnome-panel-notification-area.png -share/icons/hicolor/32x32/apps/gnome-panel-separator.png -share/icons/hicolor/32x32/apps/gnome-panel-window-list.png -share/icons/hicolor/32x32/apps/gnome-panel-window-menu.png -share/icons/hicolor/32x32/apps/gnome-panel-workspace-switcher.png -share/icons/hicolor/32x32/apps/gnome-panel.png -share/icons/hicolor/48x48/apps/gnome-panel.png -share/icons/hicolor/scalable/apps/gnome-panel-clock.svg -share/icons/hicolor/scalable/apps/gnome-panel-fish.svg -share/icons/hicolor/scalable/apps/gnome-panel-force-quit.svg -share/icons/hicolor/scalable/apps/gnome-panel-launcher.svg -share/icons/hicolor/scalable/apps/gnome-panel-notification-area.svg -share/icons/hicolor/scalable/apps/gnome-panel-separator.svg -share/icons/hicolor/scalable/apps/gnome-panel-window-list.svg -share/icons/hicolor/scalable/apps/gnome-panel-window-menu.svg -share/icons/hicolor/scalable/apps/gnome-panel-workspace-switcher.svg -share/icons/hicolor/scalable/apps/gnome-panel.svg -share/locale/af/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/am/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ar/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/as/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ast/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/az/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/be/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/bg/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/bn/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/br/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/bs/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ca/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/crh/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/cs/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/csb/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/cy/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/da/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/de/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/dz/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/el/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/eo/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/es/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/et/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/eu/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/fa/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/fi/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/fr/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/fur/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/fy/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ga/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/gl/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/gu/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/gv/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ha/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/he/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/hi/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/hr/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/hu/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/hy/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/id/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ig/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/is/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/it/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ja/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ka/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/kk/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/km/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/kn/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ko/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ku/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ky/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/la/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/li/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/lt/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/lv/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/mai/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/mg/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/mi/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/mk/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ml/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/mn/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/mr/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ms/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/my/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/nb/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/nds/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ne/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/nl/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/nn/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/nso/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/oc/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/or/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/pa/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/pl/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ps/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/pt/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ro/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ru/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/rw/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/si/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/sk/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/sl/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/sq/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/sr/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/sv/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ta/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/te/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/th/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/tr/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/ug/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/uk/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/uz/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/vi/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/wa/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/xh/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/yi/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/yo/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-panel-3.0.mo -share/locale/zu/LC_MESSAGES/gnome-panel-3.0.mo -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/my/LC_MESSAGES -@dirrmtry share/locale/my -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/ha/LC_MESSAGES -@dirrmtry share/locale/ha -@dirrmtry share/locale/gv/LC_MESSAGES -@dirrmtry share/locale/gv -@dirrmtry share/locale/fy/LC_MESSAGES -@dirrmtry share/locale/fy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/csb/LC_MESSAGES -@dirrmtry share/locale/csb -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm share/help/zh_TW/clock -@dirrmtry share/help/zh_TW -@dirrm share/help/zh_HK/clock -@dirrmtry share/help/zh_HK -@dirrm share/help/zh_CN/fish -@dirrm share/help/zh_CN/clock -@dirrmtry share/help/zh_CN -@dirrm share/help/uk/fish -@dirrm share/help/uk/clock -@dirrmtry share/help/uk -@dirrm share/help/th/fish -@dirrm share/help/th/clock -@dirrmtry share/help/th -@dirrm share/help/te/clock -@dirrmtry share/help/te -@dirrm share/help/sv/fish -@dirrm share/help/sv/clock -@dirrmtry share/help/sv -@dirrm share/help/sr/clock -@dirrmtry share/help/sr -@dirrm share/help/sl/fish -@dirrm share/help/sl/clock -@dirrmtry share/help/sl -@dirrm share/help/ru/fish -@dirrm share/help/ru/clock -@dirrmtry share/help/ru -@dirrm share/help/pt_BR/clock -@dirrmtry share/help/pt_BR -@dirrm share/help/pt/clock -@dirrmtry share/help/pt -@dirrm share/help/pa/clock -@dirrmtry share/help/pa -@dirrm share/help/oc/fish -@dirrm share/help/oc/clock -@dirrmtry share/help/oc -@dirrm share/help/nl/clock -@dirrmtry share/help/nl -@dirrm share/help/ko/fish -@dirrm share/help/ko/clock -@dirrmtry share/help/ko -@dirrm share/help/ja/fish -@dirrm share/help/ja/clock -@dirrmtry share/help/ja -@dirrm share/help/it/fish -@dirrm share/help/it/clock -@dirrmtry share/help/it -@dirrm share/help/id/clock -@dirrmtry share/help/id -@dirrm share/help/fr/fish -@dirrm share/help/fr/clock -@dirrmtry share/help/fr -@dirrm share/help/fi/fish -@dirrm share/help/fi/clock -@dirrmtry share/help/fi -@dirrm share/help/eu/fish -@dirrm share/help/eu/clock -@dirrmtry share/help/eu -@dirrm share/help/es/fish -@dirrm share/help/es/clock -@dirrmtry share/help/es -@dirrm share/help/en_GB/fish -@dirrm share/help/en_GB/clock -@dirrmtry share/help/en_GB -@dirrm share/help/el/fish -@dirrm share/help/el/clock -@dirrmtry share/help/el -@dirrm share/help/de/fish -@dirrm share/help/de/clock -@dirrmtry share/help/de -@dirrm share/help/da/fish -@dirrm share/help/da/clock -@dirrmtry share/help/da -@dirrm share/help/cs/fish -@dirrm share/help/cs/clock -@dirrmtry share/help/cs -@dirrm share/help/ca/fish -@dirrm share/help/ca/clock -@dirrmtry share/help/ca -@dirrm share/help/ar/clock -@dirrmtry share/help/ar -@dirrm share/help/C/fish -@dirrm share/help/C/clock -@dirrmtry share/help/C -@dirrm %%DATADIR%%/fish -@dirrm %%DATADIR%%/4.0/applets -@dirrm %%DATADIR%%/4.0 -@dirrm %%DATADIR%% -@dirrm share/doc/panel-applet-4.0 -@dirrm include/gnome-panel-4.0/libpanel-applet -@dirrm include/gnome-panel-4.0 diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 9b082e91d..1dd53f0ee 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -1,9 +1,9 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11/gnome-session3/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports-experimental/trunk/x11/gnome-session/Makefile 19534 2014-04-15 20:23:23Z gusi $ PORTNAME= gnome-session -PORTVERSION= 3.6.2 +PORTVERSION= 3.12.1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,14 +18,15 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo -INSTALLS_ICONS= yes -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= gettext gmake pathfix pkgconfig tar:xz +USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack intltool \ + libxslt:build USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite USE_GL= gl -USE_GNOME= gnomeprefix intlhack gconf2 intltool gtk30 +INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docbook-docs +CONFIGURE_ARGS= --disable-docbook-docs \ + --enable-gconf=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo index 00924c963..ec98d82fd 100644 --- a/x11/gnome-session/distinfo +++ b/x11/gnome-session/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-session-3.6.2.tar.xz) = 2e3a3466eed4136826e150b639c63beb5c93710346dea2e538adfe5e18d701b4 -SIZE (gnome3/gnome-session-3.6.2.tar.xz) = 729676 +SHA256 (gnome3/gnome-session-3.12.1.tar.xz) = fa308771ac18bc5f77e5a5be3b2d93df1625168cb40167c1dfa898e9006e25d3 +SIZE (gnome3/gnome-session-3.12.1.tar.xz) = 718380 diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-consolekit.c b/x11/gnome-session/files/patch-gnome-session_gsm-consolekit.c deleted file mode 100644 index 96e771191..000000000 --- a/x11/gnome-session/files/patch-gnome-session_gsm-consolekit.c +++ /dev/null @@ -1,12 +0,0 @@ ---- gnome-session/gsm-consolekit.c.orig 2013-06-27 14:49:15.000000000 +0200 -+++ gnome-session/gsm-consolekit.c 2013-06-27 15:09:02.000000000 +0200 -@@ -233,6 +233,9 @@ - - manager->priv = GSM_CONSOLEKIT_GET_PRIVATE (manager); - -+ /* init upower */ -+ manager->priv->up_client = up_client_new (); -+ - error = NULL; - - if (!gsm_consolekit_ensure_ck_connection (manager, &error)) { diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist index a661f3754..03cdd71f9 100644 --- a/x11/gnome-session/pkg-plist +++ b/x11/gnome-session/pkg-plist @@ -1,17 +1,17 @@ bin/gnome-session -bin/gnome-session-properties +bin/gnome-session-inhibit bin/gnome-session-quit libexec/gnome-session-check-accelerated libexec/gnome-session-check-accelerated-helper +libexec/gnome-session-failed man/man1/gnome-session.1.gz -man/man1/gnome-session-properties.1.gz +man/man1/gnome-session-inhibit.1.gz man/man1/gnome-session-quit.1.gz -share/applications/session-properties.desktop share/GConf/gsettings/gnome-session.convert -%%DATADIR%%/gsm-inhibit-dialog.ui %%DATADIR%%/hardware-compatibility +%%DATADIR%%/sessions/gnome-dummy.session +%%DATADIR%%/sessions/gnome-wayland.session %%DATADIR%%/session-properties.ui -%%DATADIR%%/sessions/gnome-fallback.session %%DATADIR%%/sessions/gnome.session share/icons/hicolor/16x16/apps/session-properties.png share/icons/hicolor/22x22/apps/session-properties.png @@ -20,6 +20,7 @@ share/icons/hicolor/32x32/apps/session-properties.png share/icons/hicolor/48x48/apps/session-properties.png share/icons/hicolor/scalable/apps/session-properties.svg share/locale/af/LC_MESSAGES/gnome-session-3.0.mo +share/locale/an/LC_MESSAGES/gnome-session-3.0.mo share/locale/am/LC_MESSAGES/gnome-session-3.0.mo share/locale/ar/LC_MESSAGES/gnome-session-3.0.mo share/locale/as/LC_MESSAGES/gnome-session-3.0.mo @@ -55,6 +56,7 @@ share/locale/fr/LC_MESSAGES/gnome-session-3.0.mo share/locale/fur/LC_MESSAGES/gnome-session-3.0.mo share/locale/fy/LC_MESSAGES/gnome-session-3.0.mo share/locale/ga/LC_MESSAGES/gnome-session-3.0.mo +share/locale/gd/LC_MESSAGES/gnome-session-3.0.mo share/locale/gl/LC_MESSAGES/gnome-session-3.0.mo share/locale/gu/LC_MESSAGES/gnome-session-3.0.mo share/locale/ha/LC_MESSAGES/gnome-session-3.0.mo @@ -69,6 +71,7 @@ share/locale/is/LC_MESSAGES/gnome-session-3.0.mo share/locale/it/LC_MESSAGES/gnome-session-3.0.mo share/locale/ja/LC_MESSAGES/gnome-session-3.0.mo share/locale/ka/LC_MESSAGES/gnome-session-3.0.mo +share/locale/kk/LC_MESSAGES/gnome-session-3.0.mo share/locale/km/LC_MESSAGES/gnome-session-3.0.mo share/locale/kn/LC_MESSAGES/gnome-session-3.0.mo share/locale/ko/LC_MESSAGES/gnome-session-3.0.mo @@ -108,6 +111,7 @@ share/locale/sr@latin/LC_MESSAGES/gnome-session-3.0.mo share/locale/sv/LC_MESSAGES/gnome-session-3.0.mo share/locale/ta/LC_MESSAGES/gnome-session-3.0.mo share/locale/te/LC_MESSAGES/gnome-session-3.0.mo +share/locale/tg/LC_MESSAGES/gnome-session-3.0.mo share/locale/th/LC_MESSAGES/gnome-session-3.0.mo share/locale/tk/LC_MESSAGES/gnome-session-3.0.mo share/locale/tr/LC_MESSAGES/gnome-session-3.0.mo @@ -123,8 +127,10 @@ share/locale/zh_CN/LC_MESSAGES/gnome-session-3.0.mo share/locale/zh_HK/LC_MESSAGES/gnome-session-3.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-session-3.0.mo share/locale/zu/LC_MESSAGES/gnome-session-3.0.mo +share/wayland-sessions/gnome-wayland.desktop share/xsessions/gnome.desktop @dirrmtry share/xsessions +@dirrm share/wayland-sessions @dirrm %%DATADIR%%/sessions @dirrm %%DATADIR%% @dirrmtry share/locale/zu/LC_MESSAGES @@ -139,6 +145,8 @@ share/xsessions/gnome.desktop @dirrmtry share/locale/uz@cyrillic @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug +@dirrmtry share/locale/tg/LC_MESSAGES +@dirrmtry share/locale/tg @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES @@ -163,6 +171,8 @@ share/xsessions/gnome.desktop @dirrmtry share/locale/mg @dirrmtry share/locale/mai/LC_MESSAGES @dirrmtry share/locale/mai +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku @dirrmtry share/locale/ig/LC_MESSAGES @@ -171,6 +181,8 @@ share/xsessions/gnome.desktop @dirrmtry share/locale/hy @dirrmtry share/locale/ha/LC_MESSAGES @dirrmtry share/locale/ha +@dirrmtry share/locale/gd/LC_MESSAGES +@dirrmtry share/locale/gd @dirrmtry share/locale/fy/LC_MESSAGES @dirrmtry share/locale/fy @dirrmtry share/locale/fur/LC_MESSAGES @@ -193,3 +205,5 @@ share/xsessions/gnome.desktop @dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an diff --git a/x11/gnome-shell-extensions/Makefile b/x11/gnome-shell-extensions/Makefile index 7034a2465..5ee62e506 100644 --- a/x11/gnome-shell-extensions/Makefile +++ b/x11/gnome-shell-extensions/Makefile @@ -3,9 +3,10 @@ # $MCom$ PORTNAME= gnome-shell-extensions -PORTVERSION= 3.6.2 +PORTVERSION= 3.12.0 CATEGORIES= x11 gnome -MASTER_SITES= LOCAL/kwm +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME desktop shell extensions @@ -13,19 +14,17 @@ COMMENT= GNOME desktop shell extensions LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop RUN_DEPENDS= gnome-shell>=3.6.2:${PORTSDIR}/x11/gnome-shell -USE_BZIP2= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomedesktop3 intltool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-extensions=all -GLIB_SCHEMAS= org.gnome.shell.extensions.alternate-tab.gschema.xml \ - org.gnome.shell.extensions.alternative-status-menu.gschema.xml \ - org.gnome.shell.extensions.auto-move-windows.gschema.xml \ - org.gnome.shell.extensions.dock.gschema.xml \ +GLIB_SCHEMAS= org.gnome.shell.extensions.auto-move-windows.gschema.xml \ + org.gnome.shell.extensions.classic-overrides.gschema.xml \ org.gnome.shell.extensions.example.gschema.xml \ org.gnome.shell.extensions.native-window-placement.gschema.xml \ - org.gnome.shell.extensions.user-theme.gschema.xml + org.gnome.shell.extensions.user-theme.gschema.xml \ + org.gnome.shell.extensions.window-list.gschema.xml .include <bsd.port.mk> diff --git a/x11/gnome-shell-extensions/distinfo b/x11/gnome-shell-extensions/distinfo index 3c91f7efa..2b4d27cae 100644 --- a/x11/gnome-shell-extensions/distinfo +++ b/x11/gnome-shell-extensions/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome-shell-extensions-3.6.2.tar.bz2) = c49c7766dbfb1a37cd45fe7afcf6694555731e16924412080d1e8cb0dd9b1968 -SIZE (gnome-shell-extensions-3.6.2.tar.bz2) = 195463 +SHA256 (gnome3/gnome-shell-extensions-3.12.0.tar.xz) = 75f5d4c0c7081466fe3cdb8252b8ba4bec821aec4185c1ca72fc9fa10601ee58 +SIZE (gnome3/gnome-shell-extensions-3.12.0.tar.xz) = 206712 diff --git a/x11/gnome-shell-extensions/pkg-plist b/x11/gnome-shell-extensions/pkg-plist index 2c257ba23..bcea9c76f 100644 --- a/x11/gnome-shell-extensions/pkg-plist +++ b/x11/gnome-shell-extensions/pkg-plist @@ -1,12 +1,10 @@ +share/applications/gnome-shell-classic.desktop +share/gnome-session/sessions/gnome-classic.session share/gnome-shell/extensions/alternate-tab@gnome-shell-extensions.gcampax.github.com/convenience.js share/gnome-shell/extensions/alternate-tab@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/alternate-tab@gnome-shell-extensions.gcampax.github.com/metadata.json share/gnome-shell/extensions/alternate-tab@gnome-shell-extensions.gcampax.github.com/prefs.js share/gnome-shell/extensions/alternate-tab@gnome-shell-extensions.gcampax.github.com/stylesheet.css -share/gnome-shell/extensions/alternative-status-menu@gnome-shell-extensions.gcampax.github.com/convenience.js -share/gnome-shell/extensions/alternative-status-menu@gnome-shell-extensions.gcampax.github.com/extension.js -share/gnome-shell/extensions/alternative-status-menu@gnome-shell-extensions.gcampax.github.com/metadata.json -share/gnome-shell/extensions/alternative-status-menu@gnome-shell-extensions.gcampax.github.com/stylesheet.css share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/convenience.js share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/metadata.json @@ -16,10 +14,6 @@ share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.gi share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/metadata.json share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/prefs.js share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/stylesheet.css -share/gnome-shell/extensions/dock@gnome-shell-extensions.gcampax.github.com/convenience.js -share/gnome-shell/extensions/dock@gnome-shell-extensions.gcampax.github.com/extension.js -share/gnome-shell/extensions/dock@gnome-shell-extensions.gcampax.github.com/metadata.json -share/gnome-shell/extensions/dock@gnome-shell-extensions.gcampax.github.com/stylesheet.css share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com/convenience.js share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com/metadata.json @@ -29,10 +23,10 @@ share/gnome-shell/extensions/example@gnome-shell-extensions.gcampax.github.com/e share/gnome-shell/extensions/example@gnome-shell-extensions.gcampax.github.com/metadata.json share/gnome-shell/extensions/example@gnome-shell-extensions.gcampax.github.com/prefs.js share/gnome-shell/extensions/example@gnome-shell-extensions.gcampax.github.com/stylesheet.css -share/gnome-shell/extensions/gajim@gnome-shell-extensions.gcampax.github.com/convenience.js -share/gnome-shell/extensions/gajim@gnome-shell-extensions.gcampax.github.com/extension.js -share/gnome-shell/extensions/gajim@gnome-shell-extensions.gcampax.github.com/metadata.json -share/gnome-shell/extensions/gajim@gnome-shell-extensions.gcampax.github.com/stylesheet.css +share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/convenience.js +share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/extension.js +share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/metadata.json +share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com/stylesheet.css share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com/convenience.js share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com/metadata.json @@ -50,6 +44,12 @@ share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.co share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/metadata.json share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/stylesheet.css +share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/classic.css +share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/convenience.js +share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/extension.js +share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/metadata.json +share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/prefs.js +share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com/stylesheet.css share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com/convenience.js share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com/extension.js share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com/metadata.json @@ -59,33 +59,47 @@ share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax. share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com/metadata.json share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com/prefs.js share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com/stylesheet.css -share/gnome-shell/extensions/xrandr-indicator@gnome-shell-extensions.gcampax.github.com/convenience.js -share/gnome-shell/extensions/xrandr-indicator@gnome-shell-extensions.gcampax.github.com/extension.js -share/gnome-shell/extensions/xrandr-indicator@gnome-shell-extensions.gcampax.github.com/metadata.json -share/gnome-shell/extensions/xrandr-indicator@gnome-shell-extensions.gcampax.github.com/stylesheet.css +share/gnome-shell/modes/classic.json +share/gnome-shell/theme/classic-process-working.svg +share/gnome-shell/theme/classic-toggle-off-intl.svg +share/gnome-shell/theme/classic-toggle-off-us.svg +share/gnome-shell/theme/classic-toggle-on-intl.svg +share/gnome-shell/theme/classic-toggle-on-us.svg +share/gnome-shell/theme/gnome-classic.css +share/locale/af/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/an/LC_MESSAGES/gnome-shell-extensions.mo share/locale/ar/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/as/LC_MESSAGES/gnome-shell-extensions.mo share/locale/ca/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-shell-extensions.mo share/locale/cs/LC_MESSAGES/gnome-shell-extensions.mo share/locale/da/LC_MESSAGES/gnome-shell-extensions.mo share/locale/de/LC_MESSAGES/gnome-shell-extensions.mo share/locale/el/LC_MESSAGES/gnome-shell-extensions.mo share/locale/en_GB/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/et/LC_MESSAGES/gnome-shell-extensions.mo share/locale/eo/LC_MESSAGES/gnome-shell-extensions.mo share/locale/es/LC_MESSAGES/gnome-shell-extensions.mo share/locale/eu/LC_MESSAGES/gnome-shell-extensions.mo share/locale/fa/LC_MESSAGES/gnome-shell-extensions.mo share/locale/fi/LC_MESSAGES/gnome-shell-extensions.mo share/locale/fr/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/fur/LC_MESSAGES/gnome-shell-extensions.mo share/locale/gl/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/gu/LC_MESSAGES/gnome-shell-extensions.mo share/locale/he/LC_MESSAGES/gnome-shell-extensions.mo share/locale/hu/LC_MESSAGES/gnome-shell-extensions.mo share/locale/id/LC_MESSAGES/gnome-shell-extensions.mo share/locale/it/LC_MESSAGES/gnome-shell-extensions.mo share/locale/ja/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/kk/LC_MESSAGES/gnome-shell-extensions.mo share/locale/ko/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/kn/LC_MESSAGES/gnome-shell-extensions.mo share/locale/lt/LC_MESSAGES/gnome-shell-extensions.mo share/locale/lv/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/ml/LC_MESSAGES/gnome-shell-extensions.mo share/locale/nb/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/nl/LC_MESSAGES/gnome-shell-extensions.mo share/locale/pa/LC_MESSAGES/gnome-shell-extensions.mo share/locale/pl/LC_MESSAGES/gnome-shell-extensions.mo share/locale/pt/LC_MESSAGES/gnome-shell-extensions.mo @@ -96,31 +110,35 @@ share/locale/sl/LC_MESSAGES/gnome-shell-extensions.mo share/locale/sr/LC_MESSAGES/gnome-shell-extensions.mo share/locale/sr@latin/LC_MESSAGES/gnome-shell-extensions.mo share/locale/sv/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/ta/LC_MESSAGES/gnome-shell-extensions.mo share/locale/te/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/tg/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/th/LC_MESSAGES/gnome-shell-extensions.mo +share/locale/tr/LC_MESSAGES/gnome-shell-extensions.mo share/locale/uk/LC_MESSAGES/gnome-shell-extensions.mo share/locale/vi/LC_MESSAGES/gnome-shell-extensions.mo share/locale/zh_CN/LC_MESSAGES/gnome-shell-extensions.mo share/locale/zh_HK/LC_MESSAGES/gnome-shell-extensions.mo share/locale/zh_TW/LC_MESSAGES/gnome-shell-extensions.mo +share/xsessions/gnome-classic.desktop @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin -@dirrm share/gnome-shell/extensions/xrandr-indicator@gnome-shell-extensions.gcampax.github.com +@dirrm share/gnome-shell/modes @dirrm share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com +@dirrm share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions/systemMonitor@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com -@dirrm share/gnome-shell/extensions/gajim@gnome-shell-extensions.gcampax.github.com +@dirrm share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions/example@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com -@dirrm share/gnome-shell/extensions/dock@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com -@dirrm share/gnome-shell/extensions/alternative-status-menu@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions/alternate-tab@gnome-shell-extensions.gcampax.github.com @dirrm share/gnome-shell/extensions 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 diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index edeb9cf2f..ebaa6dc37 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,9 +1,10 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11/gnome-terminal3/Makefile 18559 2013-06-17 20:56:34Z kwm $ +# $MCom: ports-experimental/trunk/x11/gnome-terminal/Makefile 19466 2014-04-08 09:14:10Z gusi $ PORTNAME= gnome-terminal -PORTVERSION= 3.6.2 +PORTVERSION= 3.12.0 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -12,23 +13,34 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Terminal component for the GNOME 3 Desktop BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ - itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification + itstool:${PORTSDIR}/textproc/itstool \ + appdata-tools>=0:${PORTSDIR}/devel/appdata-tools +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes -INSTALLS_OMF= yes +USES= gettext gmake pathfix pkgconfig tar:xz +USE_GNOME= gnomeprefix gtk30 intlhack nautilus3 vte3 USE_XORG= sm ice -USE_GNOME= gconf2 gnomeprefix intlhack vte3 gnomedocutils GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-search-provider CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -GCONF_SCHEMAS= gnome-terminal.schemas +GLIB_SCHEMAS= org.gnome.Terminal.gschema.xml + +OPTIONS_SUB= yes +OPTIONS_DEFINE= MIGRATION +OPTIONS_DEFAULT= MIGRATION +MIGRATION_CONFIGURE_ENABLE= migration +MIGRATION_USE= GNOME=gconf2 +MIGRATION_DESC= Profile migration to gsettings (pulls in gconf2) post-patch: @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ ${WRKSRC}/configure ${WRKSRC}/config.h.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nautilus/extensions-3.0/libterminal-nautilus.so + .include <bsd.port.mk> diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo index 8cb0ad839..5457117b8 100644 --- a/x11/gnome-terminal/distinfo +++ b/x11/gnome-terminal/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-terminal-3.6.2.tar.xz) = 2df2f07c5dae9b2bb85ab75be249a285f97197ca954e9b80d8babf65832c416c -SIZE (gnome3/gnome-terminal-3.6.2.tar.xz) = 1648532 +SHA256 (gnome3/gnome-terminal-3.12.0.tar.xz) = ce690ed798a3e940f2f3a173a7946181e48d899214048d3282c671535c87cea7 +SIZE (gnome3/gnome-terminal-3.12.0.tar.xz) = 1720200 diff --git a/x11/gnome-terminal/files/patch-configure b/x11/gnome-terminal/files/patch-configure deleted file mode 100644 index 54434bd97..000000000 --- a/x11/gnome-terminal/files/patch-configure +++ /dev/null @@ -1,55 +0,0 @@ ---- configure.orig 2011-01-13 04:08:02.000000000 +0000 -+++ configure 2011-01-13 04:08:30.000000000 +0000 -@@ -14510,6 +13851,52 @@ - ;; - esac - -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kinfo_getfile in -lutil" >&5 -+$as_echo_n "checking for kinfo_getfile in -lutil... " >&6; } -+if ${ac_cv_lib_util_kinfo_getfile+:} false; then : -+ $as_echo_n "(cached) " >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lutil $LIBS" -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char kinfo_getfile (); -+int -+main () -+{ -+return kinfo_getfile (); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_link "$LINENO"; then : -+ ac_cv_lib_util_kinfo_getfile=yes -+else -+ ac_cv_lib_util_kinfo_getfile=no -+fi -+rm -f core conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_kinfo_getfile" >&5 -+$as_echo "$ac_cv_lib_util_kinfo_getfile" >&6; } -+if test "x$ac_cv_lib_util_kinfo_getfile" = xyes; then : -+ LIBS="${LIBS} -lutil" -+ -+$as_echo "#define HAVE_KINFO_GETFILE 1" >>confdefs.h -+ -+else -+ : -+fi -+ -+ - if test "$GTK_BUILDER_CONVERT" = "false"; then - as_fn_error $? "gtk-builder-convert not found" "$LINENO" 5 - fi diff --git a/x11/gnome-terminal/files/patch-configure.ac b/x11/gnome-terminal/files/patch-configure.ac deleted file mode 100644 index 5e3a59f60..000000000 --- a/x11/gnome-terminal/files/patch-configure.ac +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.ac.orig 2011-01-11 19:41:06.000000000 +0000 -+++ configure.ac 2011-01-13 04:07:54.000000000 +0000 -@@ -136,6 +136,10 @@ - 3.0) AC_PATH_PROGS([GTK_BUILDER_CONVERT],[gtk-builder-convert gtk-builder-convert-3.0],[false]) ;; - esac - -+AC_CHECK_LIB(util, kinfo_getfile, -+ [LIBS="${LIBS} -lutil" -+ AC_DEFINE(HAVE_KINFO_GETFILE, 1, [Define if you have the kinfo_getfile function])], [:]) -+ - if test "$GTK_BUILDER_CONVERT" = "false"; then - AC_MSG_ERROR([gtk-builder-convert not found]) - fi diff --git a/x11/gnome-terminal/files/patch-src_server.c b/x11/gnome-terminal/files/patch-src_server.c new file mode 100644 index 000000000..cadbbf350 --- /dev/null +++ b/x11/gnome-terminal/files/patch-src_server.c @@ -0,0 +1,17 @@ +--- src/server.c.orig 2014-03-03 20:48:49.000000000 +0000 ++++ src/server.c 2014-04-08 09:17:40.268173534 +0000 +@@ -72,10 +72,10 @@ + const char *home_dir; + GError *error = NULL; + +- if (G_UNLIKELY (getuid () != geteuid () || +- getgid () != getegid () || +- geteuid () == 0 || +- getegid () == 0)) { ++ if (G_UNLIKELY ((getuid () != geteuid () && ++ getgid () != getegid ()) && ++ geteuid () == 0 && ++ getegid () == 0)) { + g_printerr ("Wrong euid/egid, exiting.\n"); + return EXIT_FAILURE; + } diff --git a/x11/gnome-terminal/files/patch-src_terminal-screen.c b/x11/gnome-terminal/files/patch-src_terminal-screen.c deleted file mode 100644 index 096a53103..000000000 --- a/x11/gnome-terminal/files/patch-src_terminal-screen.c +++ /dev/null @@ -1,97 +0,0 @@ ---- src/terminal-screen.c.orig 2010-12-03 01:12:50.000000000 +0000 -+++ src/terminal-screen.c 2011-01-13 04:06:12.000000000 +0000 -@@ -18,6 +18,15 @@ - - #include <config.h> - -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#include <sys/param.h> -+#include <sys/user.h> -+#ifdef HAVE_KINFO_GETFILE -+#include <libutil.h> -+#endif -+#endif - #include <string.h> - #include <stdlib.h> - #include <unistd.h> -@@ -179,15 +188,28 @@ G_DEFINE_TYPE (TerminalScreen, terminal_ - static char * - cwd_of_pid (int pid) - { -+#ifndef __FreeBSD__ - static const char patterns[][18] = { - "/proc/%d/cwd", /* Linux */ - "/proc/%d/path/cwd", /* Solaris >= 10 */ - }; -+#else -+#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+ struct kinfo_file *freep, *kif; -+#ifndef HAVE_KINFO_GETFILE -+ size_t len; -+ int name[4]; -+#else -+ int cnt; -+#endif /* HAVE_KINFO_GETFILE */ -+#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */ -+#endif /* __FreeBSD__ */ - guint i; - - if (pid == -1) - return NULL; - -+#ifndef __FreeBSD__ - /* Try to get the working directory using various OS-specific mechanisms */ - for (i = 0; i < G_N_ELEMENTS (patterns); ++i) - { -@@ -225,6 +247,49 @@ cwd_of_pid (int pid) - return working_dir; - } - } -+#else -+ int fgpid = pid; -+#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+#ifndef HAVE_KINFO_GETFILE -+ name[0] = CTL_KERN; -+ name[1] = KERN_PROC; -+ name[2] = KERN_PROC_FILEDESC; -+ name[3] = fgpid; -+ -+ if (sysctl (name, 4, NULL, &len, NULL, 0) < 0) -+ return NULL; -+ freep = kif = g_malloc (len); -+ if (sysctl (name, 4, kif, &len, NULL, 0) < 0) -+ { -+ g_free (freep); -+ return NULL; -+ } -+#else -+ freep = kinfo_getfile (fgpid, &cnt); -+#endif /* HAVE_KINFO_GETFILE */ -+ -+#ifndef HAVE_KINFO_GETFILE -+ for (i = 0; i < len / sizeof (*kif); i++, kif++) -+ { -+ if (kif->kf_structsize != sizeof (*kif)) -+ continue; -+#else -+ for (i = 0; i < cnt; i++) -+ { -+ kif = &freep[i]; -+#endif /* HAVE_KINFO_GETFILE */ -+ if (kif->kf_fd == KF_FD_TYPE_CWD) -+ { -+ char *working_dir; -+ -+ working_dir = g_strdup (kif->kf_path); -+ g_free (freep); -+ return working_dir; -+ } -+ } -+ g_free (freep); -+#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */ -+#endif /* __FreeBSD__ */ - - return NULL; - } diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist index 6d624839b..d0cebb137 100644 --- a/x11/gnome-terminal/pkg-plist +++ b/x11/gnome-terminal/pkg-plist @@ -1,90 +1,326 @@ bin/gnome-terminal +lib/nautilus/extensions-3.0/libterminal-nautilus.a +lib/nautilus/extensions-3.0/libterminal-nautilus.la +lib/nautilus/extensions-3.0/libterminal-nautilus.so +%%MIGRATION%%libexec/gnome-terminal-migration +libexec/gnome-terminal-server +share/appdata/gnome-terminal.appdata.xml share/applications/gnome-terminal.desktop -%%DATADIR%%/encodings-dialog.ui -%%DATADIR%%/find-dialog.ui -%%DATADIR%%/keybinding-editor.ui -%%DATADIR%%/profile-manager.ui -%%DATADIR%%/profile-new-dialog.ui -%%DATADIR%%/profile-preferences.ui -%%DATADIR%%/terminal.about -%%DATADIR%%/terminal.xml -share/help/C/gnome-terminal/figures/gnome-terminal-default.png -share/help/C/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/C/gnome-terminal/index.docbook +share/dbus-1/services/org.gnome.Terminal.service +share/help/C/gnome-terminal/adv-keyboard-shortcuts.page +share/help/C/gnome-terminal/app-colors.page +share/help/C/gnome-terminal/app-cursor.page +share/help/C/gnome-terminal/app-fonts.page +share/help/C/gnome-terminal/app-fullscreen.page +share/help/C/gnome-terminal/app-terminal-sizes.page +share/help/C/gnome-terminal/app-zoom.page +share/help/C/gnome-terminal/gs-execute-commands.page +share/help/C/gnome-terminal/gs-tabs.page +share/help/C/gnome-terminal/index.page +share/help/C/gnome-terminal/introduction.page share/help/C/gnome-terminal/legal.xml -share/help/ca/gnome-terminal/figures/gnome-terminal-default.png -share/help/ca/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/ca/gnome-terminal/index.docbook -share/help/ca/gnome-terminal/legal.xml -share/help/cs/gnome-terminal/figures/gnome-terminal-default.png -share/help/cs/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/cs/gnome-terminal/index.docbook +share/help/C/gnome-terminal/overview.page +share/help/C/gnome-terminal/pref-bell.page +share/help/C/gnome-terminal/pref-custom-command.page +share/help/C/gnome-terminal/pref-custom-exit.page +share/help/C/gnome-terminal/pref-encoding.page +share/help/C/gnome-terminal/pref-keyboard-access.page +share/help/C/gnome-terminal/pref-menubar.page +share/help/C/gnome-terminal/pref-profiles.page +share/help/C/gnome-terminal/pref-scrolling.page +share/help/C/gnome-terminal/pref-tab-window.page +share/help/C/gnome-terminal/pref-theme.page +share/help/C/gnome-terminal/pref-title.page +share/help/C/gnome-terminal/pref.page +share/help/C/gnome-terminal/prob-reset.page +share/help/C/gnome-terminal/profile.page +share/help/C/gnome-terminal/txt-copy-paste.page +share/help/C/gnome-terminal/txt-links.page +share/help/C/gnome-terminal/txt-search.page +share/help/C/gnome-terminal/txt-select-text.page +share/help/C/gnome-terminal/figures/gnome-terminal-icon.png +share/help/C/gnome-terminal/figures/gnome-terminal.png +share/help/cs/gnome-terminal/adv-keyboard-shortcuts.page +share/help/cs/gnome-terminal/app-colors.page +share/help/cs/gnome-terminal/app-cursor.page +share/help/cs/gnome-terminal/app-fonts.page +share/help/cs/gnome-terminal/app-fullscreen.page +share/help/cs/gnome-terminal/app-terminal-sizes.page +share/help/cs/gnome-terminal/app-zoom.page +share/help/cs/gnome-terminal/gs-execute-commands.page +share/help/cs/gnome-terminal/gs-tabs.page +share/help/cs/gnome-terminal/index.page +share/help/cs/gnome-terminal/introduction.page share/help/cs/gnome-terminal/legal.xml -share/help/da/gnome-terminal/figures/gnome-terminal-default.png -share/help/da/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/da/gnome-terminal/index.docbook -share/help/da/gnome-terminal/legal.xml -share/help/de/gnome-terminal/figures/gnome-terminal-default.png -share/help/de/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/de/gnome-terminal/index.docbook +share/help/cs/gnome-terminal/overview.page +share/help/cs/gnome-terminal/pref-bell.page +share/help/cs/gnome-terminal/pref-custom-command.page +share/help/cs/gnome-terminal/pref-custom-exit.page +share/help/cs/gnome-terminal/pref-encoding.page +share/help/cs/gnome-terminal/pref-keyboard-access.page +share/help/cs/gnome-terminal/pref-menubar.page +share/help/cs/gnome-terminal/pref-profiles.page +share/help/cs/gnome-terminal/pref-scrolling.page +share/help/cs/gnome-terminal/pref-tab-window.page +share/help/cs/gnome-terminal/pref-theme.page +share/help/cs/gnome-terminal/pref-title.page +share/help/cs/gnome-terminal/pref.page +share/help/cs/gnome-terminal/prob-reset.page +share/help/cs/gnome-terminal/profile.page +share/help/cs/gnome-terminal/txt-copy-paste.page +share/help/cs/gnome-terminal/txt-links.page +share/help/cs/gnome-terminal/txt-search.page +share/help/cs/gnome-terminal/txt-select-text.page +share/help/de/gnome-terminal/adv-keyboard-shortcuts.page +share/help/de/gnome-terminal/app-colors.page +share/help/de/gnome-terminal/app-cursor.page +share/help/de/gnome-terminal/app-fonts.page +share/help/de/gnome-terminal/app-fullscreen.page +share/help/de/gnome-terminal/app-terminal-sizes.page +share/help/de/gnome-terminal/app-zoom.page +share/help/de/gnome-terminal/gs-execute-commands.page +share/help/de/gnome-terminal/gs-tabs.page +share/help/de/gnome-terminal/index.page +share/help/de/gnome-terminal/introduction.page share/help/de/gnome-terminal/legal.xml -share/help/el/gnome-terminal/figures/gnome-terminal-default.png -share/help/el/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/el/gnome-terminal/index.docbook +share/help/de/gnome-terminal/overview.page +share/help/de/gnome-terminal/pref-bell.page +share/help/de/gnome-terminal/pref-custom-command.page +share/help/de/gnome-terminal/pref-custom-exit.page +share/help/de/gnome-terminal/pref-encoding.page +share/help/de/gnome-terminal/pref-keyboard-access.page +share/help/de/gnome-terminal/pref-menubar.page +share/help/de/gnome-terminal/pref-profiles.page +share/help/de/gnome-terminal/pref-scrolling.page +share/help/de/gnome-terminal/pref-tab-window.page +share/help/de/gnome-terminal/pref-theme.page +share/help/de/gnome-terminal/pref-title.page +share/help/de/gnome-terminal/pref.page +share/help/de/gnome-terminal/prob-reset.page +share/help/de/gnome-terminal/profile.page +share/help/de/gnome-terminal/txt-copy-paste.page +share/help/de/gnome-terminal/txt-links.page +share/help/de/gnome-terminal/txt-search.page +share/help/de/gnome-terminal/txt-select-text.page +share/help/el/gnome-terminal/adv-keyboard-shortcuts.page +share/help/el/gnome-terminal/app-colors.page +share/help/el/gnome-terminal/app-cursor.page +share/help/el/gnome-terminal/app-fonts.page +share/help/el/gnome-terminal/app-fullscreen.page +share/help/el/gnome-terminal/app-terminal-sizes.page +share/help/el/gnome-terminal/app-zoom.page +share/help/el/gnome-terminal/gs-execute-commands.page +share/help/el/gnome-terminal/gs-tabs.page +share/help/el/gnome-terminal/index.page +share/help/el/gnome-terminal/introduction.page share/help/el/gnome-terminal/legal.xml -share/help/en_GB/gnome-terminal/figures/gnome-terminal-default.png -share/help/en_GB/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/en_GB/gnome-terminal/index.docbook -share/help/en_GB/gnome-terminal/legal.xml -share/help/es/gnome-terminal/figures/gnome-terminal-default.png -share/help/es/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/es/gnome-terminal/index.docbook +share/help/el/gnome-terminal/overview.page +share/help/el/gnome-terminal/pref-bell.page +share/help/el/gnome-terminal/pref-custom-command.page +share/help/el/gnome-terminal/pref-custom-exit.page +share/help/el/gnome-terminal/pref-encoding.page +share/help/el/gnome-terminal/pref-keyboard-access.page +share/help/el/gnome-terminal/pref-menubar.page +share/help/el/gnome-terminal/pref-profiles.page +share/help/el/gnome-terminal/pref-scrolling.page +share/help/el/gnome-terminal/pref-tab-window.page +share/help/el/gnome-terminal/pref-theme.page +share/help/el/gnome-terminal/pref-title.page +share/help/el/gnome-terminal/pref.page +share/help/el/gnome-terminal/prob-reset.page +share/help/el/gnome-terminal/profile.page +share/help/el/gnome-terminal/txt-copy-paste.page +share/help/el/gnome-terminal/txt-links.page +share/help/el/gnome-terminal/txt-search.page +share/help/el/gnome-terminal/txt-select-text.page +share/help/es/gnome-terminal/adv-keyboard-shortcuts.page +share/help/es/gnome-terminal/app-colors.page +share/help/es/gnome-terminal/app-cursor.page +share/help/es/gnome-terminal/app-fonts.page +share/help/es/gnome-terminal/app-fullscreen.page +share/help/es/gnome-terminal/app-terminal-sizes.page +share/help/es/gnome-terminal/app-zoom.page +share/help/es/gnome-terminal/gs-execute-commands.page +share/help/es/gnome-terminal/gs-tabs.page +share/help/es/gnome-terminal/index.page +share/help/es/gnome-terminal/introduction.page share/help/es/gnome-terminal/legal.xml -share/help/fr/gnome-terminal/figures/gnome-terminal-default.png -share/help/fr/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/fr/gnome-terminal/index.docbook +share/help/es/gnome-terminal/overview.page +share/help/es/gnome-terminal/pref-bell.page +share/help/es/gnome-terminal/pref-custom-command.page +share/help/es/gnome-terminal/pref-custom-exit.page +share/help/es/gnome-terminal/pref-encoding.page +share/help/es/gnome-terminal/pref-keyboard-access.page +share/help/es/gnome-terminal/pref-menubar.page +share/help/es/gnome-terminal/pref-profiles.page +share/help/es/gnome-terminal/pref-scrolling.page +share/help/es/gnome-terminal/pref-tab-window.page +share/help/es/gnome-terminal/pref-theme.page +share/help/es/gnome-terminal/pref-title.page +share/help/es/gnome-terminal/pref.page +share/help/es/gnome-terminal/prob-reset.page +share/help/es/gnome-terminal/profile.page +share/help/es/gnome-terminal/txt-copy-paste.page +share/help/es/gnome-terminal/txt-links.page +share/help/es/gnome-terminal/txt-search.page +share/help/es/gnome-terminal/txt-select-text.page +share/help/fr/gnome-terminal/adv-keyboard-shortcuts.page +share/help/fr/gnome-terminal/app-colors.page +share/help/fr/gnome-terminal/app-cursor.page +share/help/fr/gnome-terminal/app-fonts.page +share/help/fr/gnome-terminal/app-fullscreen.page +share/help/fr/gnome-terminal/app-terminal-sizes.page +share/help/fr/gnome-terminal/app-zoom.page +share/help/fr/gnome-terminal/gs-execute-commands.page +share/help/fr/gnome-terminal/gs-tabs.page +share/help/fr/gnome-terminal/index.page +share/help/fr/gnome-terminal/introduction.page share/help/fr/gnome-terminal/legal.xml -share/help/gl/gnome-terminal/figures/gnome-terminal-default.png -share/help/gl/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/gl/gnome-terminal/index.docbook +share/help/fr/gnome-terminal/overview.page +share/help/fr/gnome-terminal/pref-bell.page +share/help/fr/gnome-terminal/pref-custom-command.page +share/help/fr/gnome-terminal/pref-custom-exit.page +share/help/fr/gnome-terminal/pref-encoding.page +share/help/fr/gnome-terminal/pref-keyboard-access.page +share/help/fr/gnome-terminal/pref-menubar.page +share/help/fr/gnome-terminal/pref-profiles.page +share/help/fr/gnome-terminal/pref-scrolling.page +share/help/fr/gnome-terminal/pref-tab-window.page +share/help/fr/gnome-terminal/pref-theme.page +share/help/fr/gnome-terminal/pref-title.page +share/help/fr/gnome-terminal/pref.page +share/help/fr/gnome-terminal/prob-reset.page +share/help/fr/gnome-terminal/profile.page +share/help/fr/gnome-terminal/txt-copy-paste.page +share/help/fr/gnome-terminal/txt-links.page +share/help/fr/gnome-terminal/txt-search.page +share/help/fr/gnome-terminal/txt-select-text.page +share/help/gl/gnome-terminal/adv-keyboard-shortcuts.page +share/help/gl/gnome-terminal/app-colors.page +share/help/gl/gnome-terminal/app-cursor.page +share/help/gl/gnome-terminal/app-fonts.page +share/help/gl/gnome-terminal/app-fullscreen.page +share/help/gl/gnome-terminal/app-terminal-sizes.page +share/help/gl/gnome-terminal/app-zoom.page +share/help/gl/gnome-terminal/gs-execute-commands.page +share/help/gl/gnome-terminal/gs-tabs.page +share/help/gl/gnome-terminal/index.page +share/help/gl/gnome-terminal/introduction.page share/help/gl/gnome-terminal/legal.xml -share/help/it/gnome-terminal/figures/gnome-terminal-default.png -share/help/it/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/it/gnome-terminal/index.docbook -share/help/it/gnome-terminal/legal.xml -share/help/ko/gnome-terminal/figures/gnome-terminal-default.png -share/help/ko/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/ko/gnome-terminal/index.docbook -share/help/ko/gnome-terminal/legal.xml -share/help/oc/gnome-terminal/figures/gnome-terminal-default.png -share/help/oc/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/oc/gnome-terminal/index.docbook -share/help/oc/gnome-terminal/legal.xml -share/help/pt_BR/gnome-terminal/figures/gnome-terminal-default.png -share/help/pt_BR/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/pt_BR/gnome-terminal/index.docbook +share/help/gl/gnome-terminal/overview.page +share/help/gl/gnome-terminal/pref-bell.page +share/help/gl/gnome-terminal/pref-custom-command.page +share/help/gl/gnome-terminal/pref-custom-exit.page +share/help/gl/gnome-terminal/pref-encoding.page +share/help/gl/gnome-terminal/pref-keyboard-access.page +share/help/gl/gnome-terminal/pref-menubar.page +share/help/gl/gnome-terminal/pref-profiles.page +share/help/gl/gnome-terminal/pref-scrolling.page +share/help/gl/gnome-terminal/pref-tab-window.page +share/help/gl/gnome-terminal/pref-theme.page +share/help/gl/gnome-terminal/pref-title.page +share/help/gl/gnome-terminal/pref.page +share/help/gl/gnome-terminal/prob-reset.page +share/help/gl/gnome-terminal/profile.page +share/help/gl/gnome-terminal/txt-copy-paste.page +share/help/gl/gnome-terminal/txt-links.page +share/help/gl/gnome-terminal/txt-search.page +share/help/gl/gnome-terminal/txt-select-text.page +share/help/hu/gnome-terminal/adv-keyboard-shortcuts.page +share/help/hu/gnome-terminal/app-colors.page +share/help/hu/gnome-terminal/app-cursor.page +share/help/hu/gnome-terminal/app-fonts.page +share/help/hu/gnome-terminal/app-fullscreen.page +share/help/hu/gnome-terminal/app-terminal-sizes.page +share/help/hu/gnome-terminal/app-zoom.page +share/help/hu/gnome-terminal/gs-execute-commands.page +share/help/hu/gnome-terminal/gs-tabs.page +share/help/hu/gnome-terminal/index.page +share/help/hu/gnome-terminal/introduction.page +share/help/hu/gnome-terminal/legal.xml +share/help/hu/gnome-terminal/overview.page +share/help/hu/gnome-terminal/pref-bell.page +share/help/hu/gnome-terminal/pref-custom-command.page +share/help/hu/gnome-terminal/pref-custom-exit.page +share/help/hu/gnome-terminal/pref-encoding.page +share/help/hu/gnome-terminal/pref-keyboard-access.page +share/help/hu/gnome-terminal/pref-menubar.page +share/help/hu/gnome-terminal/pref-profiles.page +share/help/hu/gnome-terminal/pref-scrolling.page +share/help/hu/gnome-terminal/pref-tab-window.page +share/help/hu/gnome-terminal/pref-theme.page +share/help/hu/gnome-terminal/pref-title.page +share/help/hu/gnome-terminal/pref.page +share/help/hu/gnome-terminal/prob-reset.page +share/help/hu/gnome-terminal/profile.page +share/help/hu/gnome-terminal/txt-copy-paste.page +share/help/hu/gnome-terminal/txt-links.page +share/help/hu/gnome-terminal/txt-search.page +share/help/hu/gnome-terminal/txt-select-text.page +share/help/pt_BR/gnome-terminal/adv-keyboard-shortcuts.page +share/help/pt_BR/gnome-terminal/app-colors.page +share/help/pt_BR/gnome-terminal/app-cursor.page +share/help/pt_BR/gnome-terminal/app-fonts.page +share/help/pt_BR/gnome-terminal/app-fullscreen.page +share/help/pt_BR/gnome-terminal/app-terminal-sizes.page +share/help/pt_BR/gnome-terminal/app-zoom.page +share/help/pt_BR/gnome-terminal/gs-execute-commands.page +share/help/pt_BR/gnome-terminal/gs-tabs.page +share/help/pt_BR/gnome-terminal/index.page +share/help/pt_BR/gnome-terminal/introduction.page share/help/pt_BR/gnome-terminal/legal.xml -share/help/ru/gnome-terminal/figures/gnome-terminal-default.png -share/help/ru/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/ru/gnome-terminal/index.docbook +share/help/pt_BR/gnome-terminal/overview.page +share/help/pt_BR/gnome-terminal/pref-bell.page +share/help/pt_BR/gnome-terminal/pref-custom-command.page +share/help/pt_BR/gnome-terminal/pref-custom-exit.page +share/help/pt_BR/gnome-terminal/pref-encoding.page +share/help/pt_BR/gnome-terminal/pref-keyboard-access.page +share/help/pt_BR/gnome-terminal/pref-menubar.page +share/help/pt_BR/gnome-terminal/pref-profiles.page +share/help/pt_BR/gnome-terminal/pref-scrolling.page +share/help/pt_BR/gnome-terminal/pref-tab-window.page +share/help/pt_BR/gnome-terminal/pref-theme.page +share/help/pt_BR/gnome-terminal/pref-title.page +share/help/pt_BR/gnome-terminal/pref.page +share/help/pt_BR/gnome-terminal/prob-reset.page +share/help/pt_BR/gnome-terminal/profile.page +share/help/pt_BR/gnome-terminal/txt-copy-paste.page +share/help/pt_BR/gnome-terminal/txt-links.page +share/help/pt_BR/gnome-terminal/txt-search.page +share/help/pt_BR/gnome-terminal/txt-select-text.page +share/help/ru/gnome-terminal/adv-keyboard-shortcuts.page +share/help/ru/gnome-terminal/app-colors.page +share/help/ru/gnome-terminal/app-cursor.page +share/help/ru/gnome-terminal/app-fonts.page +share/help/ru/gnome-terminal/app-fullscreen.page +share/help/ru/gnome-terminal/app-terminal-sizes.page +share/help/ru/gnome-terminal/app-zoom.page +share/help/ru/gnome-terminal/gs-execute-commands.page +share/help/ru/gnome-terminal/gs-tabs.page +share/help/ru/gnome-terminal/index.page +share/help/ru/gnome-terminal/introduction.page share/help/ru/gnome-terminal/legal.xml -share/help/sl/gnome-terminal/figures/gnome-terminal-default.png -share/help/sl/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/sl/gnome-terminal/index.docbook -share/help/sl/gnome-terminal/legal.xml -share/help/sv/gnome-terminal/figures/gnome-terminal-default.png -share/help/sv/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/sv/gnome-terminal/index.docbook -share/help/sv/gnome-terminal/legal.xml -share/help/uk/gnome-terminal/figures/gnome-terminal-default.png -share/help/uk/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/uk/gnome-terminal/index.docbook -share/help/uk/gnome-terminal/legal.xml -share/help/zh_CN/gnome-terminal/figures/gnome-terminal-default.png -share/help/zh_CN/gnome-terminal/figures/gnome-terminal-tabbed.png -share/help/zh_CN/gnome-terminal/index.docbook -share/help/zh_CN/gnome-terminal/legal.xml +share/help/ru/gnome-terminal/overview.page +share/help/ru/gnome-terminal/pref-bell.page +share/help/ru/gnome-terminal/pref-custom-command.page +share/help/ru/gnome-terminal/pref-custom-exit.page +share/help/ru/gnome-terminal/pref-encoding.page +share/help/ru/gnome-terminal/pref-keyboard-access.page +share/help/ru/gnome-terminal/pref-menubar.page +share/help/ru/gnome-terminal/pref-profiles.page +share/help/ru/gnome-terminal/pref-scrolling.page +share/help/ru/gnome-terminal/pref-tab-window.page +share/help/ru/gnome-terminal/pref-theme.page +share/help/ru/gnome-terminal/pref-title.page +share/help/ru/gnome-terminal/pref.page +share/help/ru/gnome-terminal/prob-reset.page +share/help/ru/gnome-terminal/profile.page +share/help/ru/gnome-terminal/txt-copy-paste.page +share/help/ru/gnome-terminal/txt-links.page +share/help/ru/gnome-terminal/txt-search.page +share/help/ru/gnome-terminal/txt-select-text.page share/locale/am/LC_MESSAGES/gnome-terminal.mo +share/locale/an/LC_MESSAGES/gnome-terminal.mo share/locale/ar/LC_MESSAGES/gnome-terminal.mo share/locale/as/LC_MESSAGES/gnome-terminal.mo share/locale/ast/LC_MESSAGES/gnome-terminal.mo @@ -104,12 +340,12 @@ share/locale/da/LC_MESSAGES/gnome-terminal.mo share/locale/de/LC_MESSAGES/gnome-terminal.mo share/locale/dz/LC_MESSAGES/gnome-terminal.mo share/locale/el/LC_MESSAGES/gnome-terminal.mo +share/locale/en@shaw/LC_MESSAGES/gnome-terminal.mo share/locale/en_CA/LC_MESSAGES/gnome-terminal.mo share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo share/locale/eo/LC_MESSAGES/gnome-terminal.mo share/locale/es/LC_MESSAGES/gnome-terminal.mo share/locale/et/LC_MESSAGES/gnome-terminal.mo -share/locale/en@shaw/LC_MESSAGES/gnome-terminal.mo share/locale/eu/LC_MESSAGES/gnome-terminal.mo share/locale/fa/LC_MESSAGES/gnome-terminal.mo share/locale/fi/LC_MESSAGES/gnome-terminal.mo @@ -165,6 +401,7 @@ share/locale/sr@latin/LC_MESSAGES/gnome-terminal.mo share/locale/sv/LC_MESSAGES/gnome-terminal.mo share/locale/ta/LC_MESSAGES/gnome-terminal.mo share/locale/te/LC_MESSAGES/gnome-terminal.mo +share/locale/tg/LC_MESSAGES/gnome-terminal.mo share/locale/th/LC_MESSAGES/gnome-terminal.mo share/locale/tr/LC_MESSAGES/gnome-terminal.mo share/locale/ug/LC_MESSAGES/gnome-terminal.mo @@ -175,7 +412,6 @@ share/locale/xh/LC_MESSAGES/gnome-terminal.mo share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo share/locale/zh_HK/LC_MESSAGES/gnome-terminal.mo share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo -@dirrm %%DATADIR%% @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES @@ -224,61 +460,34 @@ share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo @dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as -@dirrmtry share/help/zh_CN/gnome-terminal/figures -@dirrmtry share/help/zh_CN/gnome-terminal -@dirrmtry share/help/zh_CN -@dirrmtry share/help/uk/gnome-terminal/figures -@dirrmtry share/help/uk/gnome-terminal -@dirrmtry share/help/uk -@dirrmtry share/help/sv/gnome-terminal/figures -@dirrmtry share/help/sv/gnome-terminal -@dirrmtry share/help/sv -@dirrmtry share/help/sl/gnome-terminal/figures -@dirrmtry share/help/sl/gnome-terminal -@dirrmtry share/help/sl -@dirrmtry share/help/ru/gnome-terminal/figures -@dirrmtry share/help/ru/gnome-terminal +@dirrm share/help/ru/gnome-terminal/figures +@dirrm share/help/ru/gnome-terminal @dirrmtry share/help/ru -@dirrmtry share/help/pt_BR/gnome-terminal/figures -@dirrmtry share/help/pt_BR/gnome-terminal +@dirrm share/help/pt_BR/gnome-terminal/figures +@dirrm share/help/pt_BR/gnome-terminal @dirrmtry share/help/pt_BR -@dirrmtry share/help/oc/gnome-terminal/figures -@dirrmtry share/help/oc/gnome-terminal -@dirrmtry share/help/oc -@dirrmtry share/help/ko/gnome-terminal/figures -@dirrmtry share/help/ko/gnome-terminal -@dirrmtry share/help/ko -@dirrmtry share/help/it/gnome-terminal/figures -@dirrmtry share/help/it/gnome-terminal -@dirrmtry share/help/it -@dirrmtry share/help/gl/gnome-terminal/figures -@dirrmtry share/help/gl/gnome-terminal +@dirrm share/help/hu/gnome-terminal/figures +@dirrm share/help/hu/gnome-terminal +@dirrmtry share/help/hu +@dirrm share/help/gl/gnome-terminal/figures +@dirrm share/help/gl/gnome-terminal @dirrmtry share/help/gl -@dirrmtry share/help/fr/gnome-terminal/figures -@dirrmtry share/help/fr/gnome-terminal +@dirrm share/help/fr/gnome-terminal/figures +@dirrm share/help/fr/gnome-terminal @dirrmtry share/help/fr -@dirrmtry share/help/es/gnome-terminal/figures -@dirrmtry share/help/es/gnome-terminal +@dirrm share/help/es/gnome-terminal/figures +@dirrm share/help/es/gnome-terminal @dirrmtry share/help/es -@dirrmtry share/help/en_GB/gnome-terminal/figures -@dirrmtry share/help/en_GB/gnome-terminal -@dirrmtry share/help/en_GB -@dirrmtry share/help/el/gnome-terminal/figures -@dirrmtry share/help/el/gnome-terminal +@dirrm share/help/el/gnome-terminal/figures +@dirrm share/help/el/gnome-terminal @dirrmtry share/help/el -@dirrmtry share/help/de/gnome-terminal/figures -@dirrmtry share/help/de/gnome-terminal +@dirrm share/help/de/gnome-terminal/figures +@dirrm share/help/de/gnome-terminal @dirrmtry share/help/de -@dirrmtry share/help/da/gnome-terminal/figures -@dirrmtry share/help/da/gnome-terminal -@dirrmtry share/help/da -@dirrmtry share/help/cs/gnome-terminal/figures -@dirrmtry share/help/cs/gnome-terminal +@dirrm share/help/cs/gnome-terminal/figures +@dirrm share/help/cs/gnome-terminal @dirrmtry share/help/cs -@dirrmtry share/help/ca/gnome-terminal/figures -@dirrmtry share/help/ca/gnome-terminal -@dirrmtry share/help/ca -@dirrmtry share/help/C/gnome-terminal/figures -@dirrmtry share/help/C/gnome-terminal +@dirrm share/help/C/gnome-terminal/figures +@dirrm share/help/C/gnome-terminal @dirrmtry share/help/C @dirrmtry share/help diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile index 306902056..cab1b660e 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome3/Makefile @@ -3,8 +3,8 @@ # $MCom$ PORTNAME= gnome3 -PORTVERSION= 3.6.2 -PORTREVISION?= 1 +PORTVERSION= 3.12.0 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -15,8 +15,7 @@ COMMENT?= The "meta-port" for the GNOME 3 integrated X11 desktop CONFLICTS?= gnome3-lite-[0-9]* -RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel \ - dconf-editor:${PORTSDIR}/devel/dconf-editor \ +RUN_DEPENDS?= dconf-editor:${PORTSDIR}/devel/dconf-editor \ gnome-session>=3.0.0:${PORTSDIR}/x11/gnome-session \ gnome-themes-standard>=3.0.0:${PORTSDIR}/x11-themes/gnome-themes-standard \ gnome-icon-theme-extras>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme-extras \ @@ -26,7 +25,9 @@ RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel \ orca>=3.0.0:${PORTSDIR}/accessibility/orca \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ gnome-shell>=3.0.0:${PORTSDIR}/x11/gnome-shell \ + gnome-shell-extensions>=3.0.0:${PORTSDIR}/x11/gnome-shell-extensions \ gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool \ + sushi>=0:${PORTSDIR}/x11-fm/sushi \ nautilus>=3.0.0:${PORTSDIR}/x11-fm/nautilus \ ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ @@ -54,7 +55,6 @@ MAPI_DESC= Depend on evolution-mapi (pulls in samba4)" off .if ${.CURDIR:T}!="gnome3-lite" RUN_DEPENDS+= empathy>=3.0.0:${PORTSDIR}/net-im/empathy \ epiphany>=3.0.0:${PORTSDIR}/www/epiphany \ - epiphany-extensions>=3.0.0:${PORTSDIR}/www/epiphany-extensions \ gnome-screensaver>=3.0.0:${PORTSDIR}/x11/gnome-screensaver \ gucharmap>=3.0.0:${PORTSDIR}/deskutils/gucharmap \ eog>=3.0.0:${PORTSDIR}/graphics/eog \ @@ -65,7 +65,7 @@ RUN_DEPENDS+= empathy>=3.0.0:${PORTSDIR}/net-im/empathy \ mousetweaks>=3.0.0:${PORTSDIR}/accessibility/mousetweaks \ brasero>=3.0.0:${PORTSDIR}/sysutils/brasero \ accerciser>=3.0.0:${PORTSDIR}/accessibility/accerciser \ - gcalctool>=3.0.0:${PORTSDIR}/math/gcalctool \ + gnome-calculator>=3.0.0:${PORTSDIR}/math/gnome-calculator \ gnome-utils>=3.6.0:${PORTSDIR}/deskutils/gnome-utils \ file-roller>=3.0.0:${PORTSDIR}/archivers/file-roller \ evince>=3.0.0:${PORTSDIR}/graphics/evince \ diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile new file mode 100644 index 000000000..7cc30ad95 --- /dev/null +++ b/x11/mate-applets/Makefile @@ -0,0 +1,81 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTNAME= mate-applets +PORTVERSION= 1.6.1 +PORTREVISION= 1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Applets components for the MATE Desktop Environment + +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ + libxklavier.so:${PORTSDIR}/x11/libxklavier \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ + libhal.so:${PORTSDIR}/sysutils/hal \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libnotify.so:${PORTSDIR}/devel/libnotify + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig tar:xz +USE_MATE= autogen common:build desktop docutils icontheme intlhack \ + libmateweather libmatewnck mucharmap panel \ + polkit settingsdaemon +USE_XORG= x11 +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 introspection:build \ + libxml2 libxslt pygobject pygtk2 +USE_PYTHON= yes +USE_LDCONFIG= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --enable-mixer-applet \ + --disable-networkmanager +CONFIGURE_ENV= OS_SYS="/usr/include" +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.panel.applet.charpick.gschema.xml \ + org.mate.panel.applet.geyes.gschema.xml \ + org.mate.panel.applet.multiload.gschema.xml \ + org.mate.stickynotes.gschema.xml + +FIX_APPLETS= accessx-status battstat charpick drivemount geyes \ + invest-applet/data multiload stickynotes trashapplet + +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +CFLAGS+= -fPIC +PLIST_SUB+= BATTERY="@comment " +.else +GLIB_SCHEMAS+= org.mate.panel.applet.battstat.gschema.xml +PLIST_SUB+= BATTERY="" +.endif + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +PLIST_SUB+= CPUFREQ="@comment " +.else +PLIST_SUB+= CPUFREQ="" +GLIB_SCHEMAS+= org.mate.panel.applet.cpufreq.gschema.xml +.endif + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.am | ${XARGS} ${REINPLACE_CMD} -e \ + 's|" == "|" = "|g' + ${MV} ${WRKSRC}/invest-applet/invest/invest-applet.py \ + ${WRKSRC}/invest-applet/invest/mate-invest-applet.py +.for dir in ${FIX_APPLETS} + @${REINPLACE_CMD} -e 's|@LIBEXECDIR@/|@LIBEXECDIR@/mate-|g' \ + ${WRKSRC}/${dir}/org.mate.* +.endfor + +.include <bsd.port.post.mk> diff --git a/x11/mate-applets/distinfo b/x11/mate-applets/distinfo new file mode 100644 index 000000000..e4c6078f7 --- /dev/null +++ b/x11/mate-applets/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-applets-1.6.1.tar.xz) = 8693cd88c4731796c09294c962d0ff12092d536121a5c41ddb06fffbc78aa00a +SIZE (mate/mate-applets-1.6.1.tar.xz) = 6795168 diff --git a/x11/mate-applets/files/patch-accessx-status_Makefile.am b/x11/mate-applets/files/patch-accessx-status_Makefile.am new file mode 100644 index 000000000..ab2d003c3 --- /dev/null +++ b/x11/mate-applets/files/patch-accessx-status_Makefile.am @@ -0,0 +1,19 @@ +--- accessx-status/Makefile.am.orig 2013-04-12 00:00:04.000000000 +0200 ++++ accessx-status/Makefile.am 2013-08-18 12:20:28.000000000 +0200 +@@ -5,13 +5,13 @@ + -DACCESSX_PIXMAPS_DIR=\""$(datadir)/pixmaps/mate-accessx-status-applet"\" \ + -DACCESSX_MENU_UI_DIR=\""$(uidir)"\" + +-libexec_PROGRAMS = accessx-status-applet ++libexec_PROGRAMS = mate-accessx-status-applet + +-accessx_status_applet_SOURCES = \ ++mate_accessx_status_applet_SOURCES = \ + applet.c \ + applet.h + +-accessx_status_applet_LDADD = \ ++mate_accessx_status_applet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(X_LIBS) + diff --git a/x11/mate-applets/files/patch-battstat_Makefile.am b/x11/mate-applets/files/patch-battstat_Makefile.am new file mode 100644 index 000000000..caf3bef4f --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_Makefile.am @@ -0,0 +1,24 @@ +--- battstat/Makefile.am.orig 2013-08-18 12:28:45.000000000 +0200 ++++ battstat/Makefile.am 2013-08-18 12:29:27.000000000 +0200 +@@ -34,10 +34,10 @@ + -DBATTSTAT_MENU_UI_DIR=\""$(uidir)"\" + + +-libexec_PROGRAMS = battstat-applet-2 ++libexec_PROGRAMS = mate-battstat-applet-2 + + +-battstat_applet_2_SOURCES = \ ++mate_battstat_applet_2_SOURCES = \ + battstat.h \ + pixmaps.h \ + properties.c \ +@@ -53,7 +53,7 @@ + battstat-upower.h + + +-battstat_applet_2_LDADD = \ ++mate_battstat_applet_2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(LIBNOTIFY_LIBS) \ + $(HAL_LIBS) \ diff --git a/x11/mate-applets/files/patch-battstat_acpi-freebsd.c b/x11/mate-applets/files/patch-battstat_acpi-freebsd.c new file mode 100644 index 000000000..48746fa03 --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_acpi-freebsd.c @@ -0,0 +1,152 @@ +--- battstat/acpi-freebsd.c.orig Sun Jul 3 16:41:26 2005 ++++ battstat/acpi-freebsd.c Sun Jul 3 16:49:55 2005 +@@ -31,9 +31,13 @@ + + #include <stdio.h> + #include <sys/types.h> ++#include <sys/socket.h> + #include <sys/sysctl.h> ++#include <sys/un.h> + #include <sys/ioctl.h> ++#if defined(__i386__) + #include <machine/apm_bios.h> ++#endif + #include <stdlib.h> + #include <errno.h> + #include <unistd.h> +@@ -92,16 +96,36 @@ gboolean + acpi_freebsd_init(struct acpi_info * acpiinfo) + { + int acpi_fd; ++ int event_fd; + + g_assert(acpiinfo); + +- acpi_fd = open(ACPIDEV, O_RDONLY); +- if (acpi_fd >= 0) { +- acpiinfo->acpifd = acpi_fd; ++ if (acpiinfo->acpifd == -1) { ++ acpi_fd = open(ACPIDEV, O_RDONLY); ++ if (acpi_fd >= 0) { ++ acpiinfo->acpifd = acpi_fd; ++ } ++ else { ++ acpiinfo->acpifd = -1; ++ return FALSE; ++ } + } +- else { +- acpiinfo->acpifd = -1; +- return FALSE; ++ ++ event_fd = socket(PF_UNIX, SOCK_STREAM, 0); ++ if (event_fd >= 0) { ++ struct sockaddr_un addr; ++ addr.sun_family = AF_UNIX; ++ strcpy(addr.sun_path, "/var/run/devd.pipe"); ++ if (connect(event_fd, (struct sockaddr *) &addr, sizeof(addr)) == 0) { ++ acpiinfo->event_fd = event_fd; ++ acpiinfo->event_inited = TRUE; ++ acpiinfo->channel = g_io_channel_unix_new(event_fd); ++ } ++ else { ++ close(event_fd); ++ acpiinfo->event_fd = -1; ++ acpiinfo->event_inited = FALSE; ++ } + } + + update_battery_info(acpiinfo); +@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acp + return TRUE; + } + ++#define ACPI_EVENT_IGNORE 0 ++#define ACPI_EVENT_AC 1 ++#define ACPI_EVENT_BATTERY_INFO 2 ++ ++static int parse_acpi_event(GString *buffer) ++{ ++ if (strstr(buffer->str, "system=ACPI")) { ++ if (strstr(buffer->str, "subsystem=ACAD")) ++ return ACPI_EVENT_AC; ++ if (strstr(buffer->str, "subsystem=CMBAT")) ++ return ACPI_EVENT_BATTERY_INFO; ++ } ++ ++ return ACPI_EVENT_IGNORE; ++} ++ ++void acpi_freebsd_update(struct acpi_info *acpiinfo) ++{ ++ /* XXX This is needed for systems where devd does not have permissions ++ * to allow for event-driven updates. ++ */ ++ update_ac_info(acpiinfo); ++ update_battery_info(acpiinfo); ++} ++ ++gboolean acpi_process_event(struct acpi_info *acpiinfo, gboolean *read_error) ++{ ++ gsize i; ++ int evt; ++ gboolean result = FALSE; ++ GString *buffer; ++ GIOStatus stat; ++ buffer = g_string_new(NULL); ++ ++ *read_error = FALSE; ++ stat = g_io_channel_read_line_string(acpiinfo->channel, buffer, &i, NULL); ++ ++ if (stat == G_IO_STATUS_ERROR || stat == G_IO_STATUS_EOF) { ++ *read_error = TRUE; ++ g_string_free(buffer, TRUE); ++ return FALSE; ++ } ++ ++ evt = parse_acpi_event(buffer); ++ switch (evt) { ++ case ACPI_EVENT_AC: ++ update_ac_info(acpiinfo); ++ result = TRUE; ++ break; ++ case ACPI_EVENT_BATTERY_INFO: ++ update_battery_info(acpiinfo); ++ result = TRUE; ++ break; ++ } ++ ++ g_string_free(buffer, TRUE); ++ return result; ++} ++ + void + acpi_freebsd_cleanup(struct acpi_info * acpiinfo) + { +@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info * + close(acpiinfo->acpifd); + acpiinfo->acpifd = -1; + } +-} + +-/* XXX This is a hack since user-land applications can't get ACPI events yet. +- * Devd provides this (or supposedly provides this), but you need to be +- * root to access devd. +- */ +-gboolean +-acpi_process_event(struct acpi_info * acpiinfo) +-{ +- g_assert(acpiinfo); +- +- update_ac_info(acpiinfo); +- update_battery_info(acpiinfo); +- +- return TRUE; ++ if (acpiinfo->event_fd >= 0) { ++ g_io_channel_unref(acpiinfo->channel); ++ close(acpiinfo->event_fd); ++ acpiinfo->event_fd = -1; ++ } + } + + gboolean diff --git a/x11/mate-applets/files/patch-battstat_acpi-freebsd.h b/x11/mate-applets/files/patch-battstat_acpi-freebsd.h new file mode 100644 index 000000000..518a5269a --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_acpi-freebsd.h @@ -0,0 +1,77 @@ +--- battstat/acpi-freebsd.h.orig 2013-03-26 20:55:32.000000000 -0500 ++++ battstat/acpi-freebsd.h 2013-03-26 20:57:36.000000000 -0500 +@@ -29,61 +29,30 @@ + #define ACPI_LIFE "hw.acpi.battery.life" + #define ACPI_STATE "hw.acpi.battery.state" + +-struct acpi_info { +- gboolean ac_online; +- int acpifd; +- int max_capacity; +- int low_capacity; +- int critical_capacity; ++#if !defined(__i386__) ++struct apm_info { ++ guint ai_acline; ++ guint ai_batt_stat; ++ guint ai_batt_life; ++ int ai_batt_time; ++ guint ai_status; + }; +- +-gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); +-gboolean acpi_process_event(struct acpi_info * acpiinfo); +-gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); +-void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); +- +-#endif /* __ACPI_FREEBSD_H__ */ +-/* +- * Copyright (C) 2004 by Joe Marcus Clarke <marcus@FreeBSD.org> +- * +- * This program is free software; you can redistribute it and/or modify +- * it under the terms of the GNU General Public License as published by +- * the Free Software Foundation; either version 2 of the License, or +- * (at your option) any later version. +- * +- * This program is distributed in the hope that it will be useful, +- * but WITHOUT ANY WARRANTY; without even the implied warranty of +- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +- * GNU General Public License for more details. +- * +- * You should have received a copy of the GNU General Public License +- * along with this program; if not, write to the Free Software +- * Foundation, Inc., 59 Temple Street #330, Boston, MA 02110-1301, USA. +- */ +- +-#ifndef __ACPI_FREEBSD_H__ +-#define __ACPI_FREEBSD_H__ +- +-#define ACPIDEV "/dev/acpi" +- +-#define BATT_MIN 0 +-#define BATT_MAX 64 +- +-#define ACPI_ACLINE "hw.acpi.acline" +-#define ACPI_TIME "hw.acpi.battery.time" +-#define ACPI_LIFE "hw.acpi.battery.life" +-#define ACPI_STATE "hw.acpi.battery.state" ++#endif + + struct acpi_info { + gboolean ac_online; ++ gboolean event_inited; + int acpifd; ++ int event_fd; + int max_capacity; + int low_capacity; + int critical_capacity; ++ GIOChannel * channel; + }; + + gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); +-gboolean acpi_process_event(struct acpi_info * acpiinfo); ++void acpi_freebsd_update(struct acpi_info * acpiinfo); ++gboolean acpi_process_event(struct acpi_info * acpiinfo, gboolean *read_error); + gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); + void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); + diff --git a/x11/mate-applets/files/patch-battstat_battstat-upower.c b/x11/mate-applets/files/patch-battstat_battstat-upower.c new file mode 100644 index 000000000..4a4351efc --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_battstat-upower.c @@ -0,0 +1,14 @@ +--- battstat/battstat-upower.c.orig 2014-04-06 21:28:44.142056837 +0000 ++++ battstat/battstat-upower.c 2014-04-06 21:29:46.913052233 +0000 +@@ -86,7 +86,11 @@ + GCancellable *cancellable = g_cancellable_new(); + GError *gerror; + ++#ifdef HAVE_OLD_UPOWER + if (! up_client_enumerate_devices_sync( upc, cancellable, &gerror ) ) { ++#else ++ if (FALSE){ ++#endif + sprintf(error_str, "Unable to enumerate upower devices: %s\n", gerror->message); + goto error_shutdownclient; + } diff --git a/x11/mate-applets/files/patch-battstat_power-management.c b/x11/mate-applets/files/patch-battstat_power-management.c new file mode 100644 index 000000000..47213b3a9 --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_power-management.c @@ -0,0 +1,123 @@ +--- battstat/power-management.c.orig Thu Aug 25 23:45:47 2005 ++++ battstat/power-management.c Tue Aug 30 01:28:40 2005 +@@ -64,9 +64,7 @@ + + static const char *apm_readinfo (BatteryStatus *status); + static int pm_initialised; +-#ifdef HAVE_HAL +-static int using_hal; +-#endif ++static int using_hal = FALSE; + #ifdef HAVE_UPOWER + static int using_upower; + #endif +@@ -173,16 +171,40 @@ apm_readinfo (BatteryStatus *status) + + #elif __FreeBSD__ + ++#if defined(__i386__) + #include <machine/apm_bios.h> ++#endif + #include "acpi-freebsd.h" + + static struct acpi_info acpiinfo; + static gboolean using_acpi; + static int acpi_count; ++static int acpiwatch; + static struct apm_info apminfo; + ++gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info *acpiinfo); ++ + #define APMDEVICE "/dev/apm" + ++static gboolean acpi_callback (GIOChannel * chan, GIOCondition cond, gpointer data) ++{ ++ gboolean read_error; ++ if (cond & (G_IO_ERR | G_IO_HUP)) { ++ acpi_freebsd_cleanup(&acpiinfo); ++ return FALSE; ++ } ++ ++ if (acpi_process_event(&acpiinfo, &read_error)) { ++ acpi_freebsd_read(&apminfo, &acpiinfo); ++ } ++ else if (read_error) { ++ acpi_freebsd_cleanup(&acpiinfo); ++ return FALSE; ++ } ++ ++ return TRUE; ++} ++ + static const char * + apm_readinfo (BatteryStatus *status) + { +@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status) + + if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n"); + +- if (using_acpi) { ++ if (using_acpi && (!acpiinfo.event_inited || acpiinfo.event_fd >= 0)) { + if (acpi_count <= 0) { + acpi_count = 30; +- acpi_process_event(&acpiinfo); ++ if (!acpiinfo.event_inited) { ++ acpi_freebsd_update(&acpiinfo); ++ } + if (acpi_freebsd_read(&apminfo, &acpiinfo) == FALSE) + return ERR_FREEBSD_ACPI; + } + acpi_count--; + } +- else +- { +- /* This is how I read the information from the APM subsystem under +- FreeBSD. Each time this functions is called (once every second) +- the APM device is opened, read from and then closed. +- */ ++ else if (using_acpi && acpiinfo.event_inited) { ++ if (acpi_freebsd_init(&acpiinfo)) { ++ acpiwatch = g_io_add_watch (acpiinfo.channel, ++ G_IO_IN | G_IO_ERR | G_IO_HUP, ++ acpi_callback, NULL); ++ acpi_freebsd_read(&apminfo, &acpiinfo); ++ } ++ } ++ else { ++#if defined(__i386__) + fd = open(APMDEVICE, O_RDONLY); + if (fd == -1) { + return ERR_OPEN_APMDEV; +@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status) + + if(apminfo.ai_status == 0) + return ERR_APM_E; ++#else ++ return ERR_OPEN_APMDEV; ++#endif + } + + status->present = TRUE; +@@ -480,6 +511,12 @@ power_management_initialise( int no_hal + } + else + using_acpi = FALSE; ++ ++ if (using_acpi && acpiinfo.event_fd >= 0) { ++ acpiwatch = g_io_add_watch (acpiinfo.channel, ++ G_IO_IN | G_IO_ERR | G_IO_HUP, ++ acpi_callback, NULL); ++ } + #endif + pm_initialised = 1; + +@@ -513,6 +550,9 @@ power_management_cleanup( void ) + } + #elif defined(__FreeBSD__) + if (using_acpi) { ++ if (acpiwatch != 0) ++ g_source_remove(acpiwatch); ++ acpiwatch = 0; + acpi_freebsd_cleanup(&acpiinfo); + } + #endif diff --git a/x11/mate-applets/files/patch-charpick_Makefile.am b/x11/mate-applets/files/patch-charpick_Makefile.am new file mode 100644 index 000000000..38ac6350c --- /dev/null +++ b/x11/mate-applets/files/patch-charpick_Makefile.am @@ -0,0 +1,19 @@ +--- charpick/Makefile.am.orig 2013-08-18 12:39:28.000000000 +0200 ++++ charpick/Makefile.am 2013-08-18 12:39:59.000000000 +0200 +@@ -7,13 +7,13 @@ + $(MATE_APPLETS4_CFLAGS) \ + $(MUCHARMAP_CFLAGS) + +-libexec_PROGRAMS = charpick_applet2 ++libexec_PROGRAMS = mate-charpick_applet2 + +-charpick_applet2_SOURCES = charpick.c \ ++mate_charpick_applet2_SOURCES = charpick.c \ + charpick.h \ + properties.c + +-charpick_applet2_LDADD = \ ++mate_charpick_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(MUCHARMAP_LIBS) + diff --git a/x11/mate-applets/files/patch-configure.ac b/x11/mate-applets/files/patch-configure.ac new file mode 100644 index 000000000..229948417 --- /dev/null +++ b/x11/mate-applets/files/patch-configure.ac @@ -0,0 +1,69 @@ +--- configure.ac.orig 2013-04-11 22:00:05.000000000 +0000 ++++ configure.ac 2014-04-07 08:06:24.638422745 +0000 +@@ -218,6 +218,13 @@ + AC_SUBST(HAL_CFLAGS) + AC_SUBST(HAL_LIBS) + ++# We can only support old upower ++PKG_CHECK_MODULES(UPOWER, upower-glib < 0.99.0, have_old_upower=yes, have_old_upower=no) ++AS_IF([test x$have_old_upower = xyes], [ ++ AC_DEFINE([HAVE_OLD_UPOWER], [1], [Define if we have an older upower]) ++]) ++AM_CONDITIONAL(HAVE_OLD_UPOWER, test x$have_old_upower = xyes) ++ + dnl -- checkf or libupower-glib (optional) ------------------------------------ + UPOWER_CFLAGS= + UPOWER_LIBS= +@@ -349,7 +356,7 @@ + GETTEXT_PACKAGE=mate-applets + AC_SUBST(GETTEXT_PACKAGE) + AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package]) +-AC_DEFINE_DIR(MATELOCALEDIR, "${datadir}/locale", [locale directory]) ++AC_DEFINE_DIR(MATELOCALEDIR, [localedir], [locale directory]) + AM_GLIB_GNU_GETTEXT + + # this is the directory where the *.{mo,gmo} files are installed +@@ -390,8 +397,8 @@ + AC_CHECK_LIB(apm,apm_read,[HAVE_LIBAPM=yes],[HAVE_LIBAPM=no]) + ;; + # list of supported OS cores that do not use libapm +- i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) +- if [ -n "${OS_SYS}" ]; then ++ i386-*-freebsd*|amd64-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) ++ if test -n "${OS_SYS}" ; then + ACPIINC="-I${OS_SYS}" + else + ACPIINC="-I/usr/src/sys" +@@ -521,6 +528,9 @@ + *linux*) + build_cpufreq_applet=yes + ;; ++ i386-*-freebsd*|amd64-*-freebsd*) ++ build_cpufreq_applet=yes ++ ;; + *) + AC_MSG_WARN([${host} is not supported by cpufreq applet, not building]) + build_cpufreq_applet=no +@@ -623,14 +633,14 @@ + builderdir="${pkgdatadir}/builder" + AC_SUBST(builderdir) + +-AC_DEFINE_DIR(MATE_ICONDIR, "${iconsdir}", [Mate Icon Directory]) +-AC_DEFINE_DIR(MATE_PIXMAPSDIR, "${pixmapsdir}", [Mate Pixmaps Directory]) +-AC_DEFINE_DIR(PKGDATADIR, "${pkgdatadir}", [Mate Applets Directory]) +-AC_DEFINE_DIR(GTK_BUILDERDIR, "${builderdir}", [GtkBuilder Resources Directory]) +-AC_DEFINE_DIR(DATADIR, "${datadir}", [datadir]) +-AC_DEFINE_DIR(SYSCONFDIR, "${sysconfdir}", [sysconfdir]) +-AC_DEFINE_DIR(LIBDIR, "${libdir}", [libdir]) +-AC_DEFINE_DIR(PREFIX, "$prefix", [install prefix]) ++AC_DEFINE_DIR(MATE_ICONDIR, [iconsdir], [Mate Icon Directory]) ++AC_DEFINE_DIR(MATE_PIXMAPSDIR, [pixmapsdir], [Mate Pixmaps Directory]) ++AC_DEFINE_DIR(PKGDATADIR, [pkgdatadir], [Mate Applets Directory]) ++AC_DEFINE_DIR(GTK_BUILDERDIR, [builderdir], [GtkBuilder Resources Directory]) ++AC_DEFINE_DIR(DATADIR, [datadir], [datadir]) ++AC_DEFINE_DIR(SYSCONFDIR, [sysconfdir], [sysconfdir]) ++AC_DEFINE_DIR(LIBDIR, [libdir], [libdir]) ++AC_DEFINE_DIR(PREFIX, [prefix], [install prefix]) + + AS_AC_EXPAND(DATADIR, "${datadir}") + AS_AC_EXPAND(PYTHONDIR, $pythondir) diff --git a/x11/mate-applets/files/patch-cpufreq-freebsd b/x11/mate-applets/files/patch-cpufreq-freebsd new file mode 100644 index 000000000..9a5dd5d7d --- /dev/null +++ b/x11/mate-applets/files/patch-cpufreq-freebsd @@ -0,0 +1,418 @@ +--- cpufreq/src/cpufreq-monitor-cpuinfo.c.orig Thu Jun 15 01:01:54 2006 ++++ cpufreq/src/cpufreq-monitor-cpuinfo.c Sat Jun 17 13:48:19 2006 +@@ -22,6 +22,10 @@ + #include <glib.h> + #include <glib/gi18n.h> + ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++#endif /* __FreeBSD__ */ + #include <string.h> + #include <stdio.h> + +@@ -59,15 +63,20 @@ cpufreq_monitor_cpuinfo_new (guint cpu) + static gboolean + cpufreq_monitor_cpuinfo_run (CPUFreqMonitor *monitor) + { ++#ifndef __FreeBSD__ + gchar *file; + gchar **lines; + gchar *buffer = NULL; + gchar *p; ++#else ++ size_t len; ++#endif /* __FreeBSD__ */ + gint cpu, i; + gint cur_freq, max_freq; + gchar *governor; + GError *error = NULL; + ++#ifndef __FreeBSD__ + file = g_strdup ("/proc/cpuinfo"); + if (!g_file_get_contents (file, &buffer, NULL, &error)) { + g_warning (error->message); +@@ -112,6 +121,12 @@ cpufreq_monitor_cpuinfo_run (CPUFreqMoni + + g_strfreev (lines); + g_free (buffer); ++#else ++ len = sizeof (cpu); ++ ++ if (sysctlbyname ("hw.clockrate", &cpu, &len, NULL, 0) == -1) ++ return FALSE; ++#endif /* __FreeBSD__ */ + + governor = g_strdup (_("Frequency Scaling Unsupported")); + cur_freq = cpu * 1000; +--- cpufreq/src/cpufreq-applet.c.orig Thu Jun 15 01:01:53 2006 ++++ cpufreq/src/cpufreq-applet.c Sat Jun 17 13:42:50 2006 +@@ -17,6 +17,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Authors : Carlos García Campos <carlosgc@gnome.org> ++ * Joe Marcus Clarke <marcus@FreeBSD.org> + */ + + #ifdef HAVE_CONFIG_H +@@ -519,6 +524,7 @@ cpufreq_applet_about_cb (BonoboUICompone + { + static const gchar *const authors[] = { + "Carlos Garcia Campos <carlosgc@gnome.org>", ++ "Joe Marcus Clarke <marcus@FreeBSD.org> (FreeBSD support)", + NULL + }; + static const gchar *const documenters[] = { +--- cpufreq/src/cpufreq-monitor-sysctl.h.orig Sat Jun 17 14:05:37 2006 ++++ cpufreq/src/cpufreq-monitor-sysctl.h Sat Jun 17 14:14:13 2006 +@@ -0,0 +1,49 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#ifndef __CPUFREQ_MONITOR_SYSCTL_H__ ++#define __CPUFREQ_MONITOR_SYSCTL_H__ ++ ++#include <glib-object.h> ++ ++#include "cpufreq-monitor.h" ++ ++#define TYPE_CPUFREQ_MONITOR_SYSCTL (cpufreq_monitor_sysctl_get_type ()) ++#define CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctl)) ++#define CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) ++#define IS_CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL)) ++#define IS_CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_MONITOR_SYSCTL)) ++#define CPUFREQ_MONITOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) ++ ++typedef struct _CPUFreqMonitorSysctl CPUFreqMonitorSysctl; ++typedef struct _CPUFreqMonitorSysctlClass CPUFreqMonitorSysctlClass; ++ ++struct _CPUFreqMonitorSysctl { ++ CPUFreqMonitor parent; ++}; ++ ++struct _CPUFreqMonitorSysctlClass { ++ CPUFreqMonitorClass parent_class; ++}; ++ ++GType cpufreq_monitor_sysctl_get_type (void) G_GNUC_CONST; ++CPUFreqMonitor *cpufreq_monitor_sysctl_new (guint cpu); ++ ++#endif /* __CPUFREQ_MONITOR_SYSCTL_H__ */ +--- cpufreq/src/cpufreq-monitor-factory.c.orig Sat Jun 17 06:28:02 2006 ++++ cpufreq/src/cpufreq-monitor-factory.c Sat Jun 24 01:45:54 2006 +@@ -17,6 +17,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Authors : Carlos García Campos <carlosgc@gnome.org> ++ * Joe Marcus Clarke <marcus@FreeBSD.org> + */ + + #ifdef HAVE_CONFIG_H +@@ -25,11 +26,18 @@ + + #include <glib.h> + #include <glib/gi18n.h> ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++#endif /* __FreeBSD__ */ + + #include "cpufreq-applet.h" + #include "cpufreq-utils.h" + #include "cpufreq-monitor-sysfs.h" + #include "cpufreq-monitor-procfs.h" ++#ifdef __FreeBSD__ ++#include "cpufreq-monitor-sysctl.h" ++#endif /* __FreeBSD__ */ + #include "cpufreq-monitor-cpuinfo.h" + #ifdef HAVE_LIBCPUFREQ + #include "cpufreq-monitor-libcpufreq.h" +@@ -40,6 +48,7 @@ CPUFreqMonitor * + cpufreq_monitor_factory_create_monitor (guint cpu) + { + CPUFreqMonitor *monitor = NULL; ++#ifndef __FreeBSD__ + + #ifdef HAVE_LIBCPUFREQ + monitor = cpufreq_monitor_libcpufreq_new (cpu); +@@ -63,6 +72,19 @@ cpufreq_monitor_factory_create_monitor ( + + monitor = cpufreq_monitor_cpuinfo_new (cpu); + } ++#else ++ size_t len; ++ ++ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { ++ monitor = cpufreq_monitor_sysctl_new (cpu); ++ } else { ++ cpufreq_utils_display_error (_("CPU frequency scaling unsupported"), ++ _("You will not be able to modify the frequency of your machine. " ++ "Your machine may be misconfigured or not have hardware support " ++ "for CPU frequency scaling.")); ++ monitor = cpufreq_monitor_cpuinfo_new (cpu); ++ } ++#endif /* __FreeBSD__ */ + + return monitor; + } +--- cpufreq/src/cpufreq-utils.c.orig Sat Aug 12 21:26:50 2006 ++++ cpufreq/src/cpufreq-utils.c Tue Aug 22 11:07:32 2006 +@@ -22,6 +22,9 @@ + #include <glib.h> + #include <gtk/gtkmessagedialog.h> + #include <sys/types.h> ++#ifdef __FreeBSD__ ++#include <sys/sysctl.h> ++#endif + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> +@@ -30,6 +33,24 @@ + + #include "cpufreq-utils.h" + ++#ifdef __FreeBSD__ ++guint ++cpufreq_utils_get_n_cpus (void) ++{ ++ size_t len; ++ static guint n_cpus = 0; ++ ++ if (n_cpus > 0) ++ return n_cpus; ++ ++ len = sizeof (n_cpus); ++ if (sysctlbyname ("hw.ncpu", &n_cpus, &len, NULL, 0) == -1) { ++ return 1; ++ } ++ ++ return n_cpus; ++} ++#else + guint + cpufreq_utils_get_n_cpus (void) + { +@@ -72,6 +93,7 @@ cpufreq_utils_get_n_cpus (void) + + return 1; + } ++#endif /* __FreeBSD__ */ + + void + cpufreq_utils_display_error (const gchar *message, +--- cpufreq/src/cpufreq-monitor-sysctl.c.orig 2010-05-13 11:27:57.000000000 +0200 ++++ cpufreq/src/cpufreq-monitor-sysctl.c 2010-05-13 11:36:13.000000000 +0200 +@@ -0,0 +1,184 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#include <glib.h> ++#include <glib/gi18n.h> ++ ++#include <string.h> ++ ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++ ++#include "cpufreq-monitor-sysctl.h" ++ ++#define PARENT_TYPE TYPE_CPUFREQ_MONITOR ++ ++#define CPUFREQ_MONITOR_GET_PROTECTED(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), PARENT_TYPE, CPUFreqMonitorProtected)) ++ ++static void cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass); ++ ++static gboolean cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor); ++static GList *cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor); ++static GList *cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor); ++ ++static gboolean cpufreq_monitor_sysctl_get (gpointer gdata); ++ ++G_DEFINE_TYPE (CPUFreqMonitorSysctl, cpufreq_monitor_sysctl, CPUFREQ_TYPE_MONITOR) ++ ++static void ++cpufreq_monitor_sysctl_init (CPUFreqMonitorSysctl *monitor) ++{ ++} ++ ++static void ++cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass) ++{ ++ CPUFreqMonitorClass *monitor_class = CPUFREQ_MONITOR_CLASS (klass); ++ ++ monitor_class->run = cpufreq_monitor_sysctl_run; ++ monitor_class->get_available_frequencies = cpufreq_monitor_sysctl_get_available_frequencies; ++ monitor_class->get_available_governors = cpufreq_monitor_sysctl_get_available_governors; ++} ++ ++CPUFreqMonitor * ++cpufreq_monitor_sysctl_new (guint cpu) ++{ ++ CPUFreqMonitorSysctl *monitor; ++ ++ monitor = g_object_new (TYPE_CPUFREQ_MONITOR_SYSCTL, "cpu", cpu, NULL); ++ ++ return CPUFREQ_MONITOR (monitor); ++} ++ ++static gboolean ++cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor) ++{ ++ gint fmax, fmin, ifreq; ++ gchar *governor; ++ size_t len; ++ gchar *freq_oid; ++ guint mon_cpu; ++ GList *list; ++ ++ list = cpufreq_monitor_sysctl_get_available_frequencies (CPUFREQ_MONITOR (monitor)); ++ ++ fmax = atoi ((gchar *) list->data); ++ fmin = atoi ((gchar *) g_list_nth_data (list, (g_list_length (list) - 1))); ++ ++ g_list_foreach (list, (GFunc) g_free, NULL); ++ g_list_free (list); ++ ++ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); ++ len = sizeof (ifreq); ++ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", 0); ++ ++ if (sysctlbyname (freq_oid, &ifreq, &len, NULL, 0) == -1) { ++ g_free (freq_oid); ++ return FALSE; ++ } ++ ++ ifreq *= 1000; ++ ++ if (ifreq == fmax) ++ governor = g_strdup ("performance"); ++ else if (ifreq == fmin) ++ governor = g_strdup ("economy"); ++ else ++ governor = g_strdup ("userspace"); ++ ++ g_object_set (G_OBJECT (monitor), ++ "online", TRUE, ++ "governor", governor, ++ "frequency", ifreq, ++ "max-frequency", fmax, ++ NULL); ++ ++ g_free (governor); ++ ++ return TRUE; ++} ++ ++static GList * ++cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor) ++{ ++ gchar *levels_oid, *levels; ++ gchar **levelsp, **l; ++ GList *list = NULL; ++ gint mib[4]; ++ guint mon_cpu; ++ size_t len; ++ ++ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); ++ ++ levels_oid = g_strdup_printf ("dev.cpu.%d.freq_levels", ++ 0); ++ len = 4; ++ sysctlnametomib (levels_oid, mib, &len); ++ len = sizeof (levels); ++ g_free (levels_oid); ++ ++ if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) ++ return NULL; ++ ++ levels = g_malloc (len); ++ if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) ++ { ++ g_free(levels); ++ return NULL; ++ } ++ ++ levelsp = g_strsplit (levels, " ", 0); ++ g_free (levels); ++ ++ for (l = levelsp; l && *l; l++) { ++ gchar **frpr; ++ ++ frpr = g_strsplit (*l, "/", 0); ++ if (frpr && frpr[0] != NULL) { ++ /* sysctl format is %d/%d where the ++ * first %d is the frequency, and ++ * the second is the power used in ++ * mW. ++ */ ++ int freq = atoi (frpr[0]); ++ list = ++ g_list_append (list, g_strdup_printf ("%d", freq * 1000)); ++ } ++ g_strfreev (frpr); ++ } ++ ++ g_strfreev (levelsp); ++ ++ return (list); ++} ++ ++static GList * ++cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor) ++{ ++ GList *list = NULL; ++ ++ list = g_list_prepend (list, g_strdup ("performance")); ++ list = g_list_prepend (list, g_strdup ("userspace")); ++ list = g_list_prepend (list, g_strdup ("economy")); ++ ++ return list; ++} ++#endif /* __FreeBSD__ */ +--- cpufreq/src/Makefile.am.orig 2012-07-29 15:37:51.000000000 -0500 ++++ cpufreq/src/Makefile.am 2012-07-29 15:40:00.000000000 -0500 +@@ -27,7 +27,8 @@ + cpufreq-monitor-procfs.c cpufreq-monitor-procfs.h \ + cpufreq-monitor-sysfs.c cpufreq-monitor-sysfs.h \ + $(cpufreq_files) \ +- cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h ++ cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h \ ++ cpufreq-monitor-sysctl.c cpufreq-monitor-sysctl.h + + cpufreq_applet_LDADD = \ + $(MATE_APPLETS3_LIBS) \ diff --git a/x11/mate-applets/files/patch-cpufreq-selector-freebsd b/x11/mate-applets/files/patch-cpufreq-selector-freebsd new file mode 100644 index 000000000..1ab5faa05 --- /dev/null +++ b/x11/mate-applets/files/patch-cpufreq-selector-freebsd @@ -0,0 +1,192 @@ +--- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h.orig Sat Jun 24 01:52:35 2006 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h Sat Jun 24 02:13:05 2006 +@@ -0,0 +1,53 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#ifndef __CPUFREQ_SELECTOR_SYSCTL_H__ ++#define __CPUFREQ_SELECTOR_SYSCTL_H__ ++ ++#include <glib-object.h> ++ ++#include "cpufreq-selector.h" ++ ++G_BEGIN_DECLS ++ ++#define CPUFREQ_TYPE_SELECTOR_SYSCTL (cpufreq_selector_sysctl_get_type ()) ++#define CPUFREQ_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfs)) ++#define CPUFREQ_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) ++#define CPUFREQ_IS_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL)) ++#define CPUFREQ_IS_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL)) ++#define CPUFREQ_SELECTOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) ++ ++typedef struct _CPUFreqSelectorSysctl CPUFreqSelectorSysctl; ++typedef struct _CPUFreqSelectorSysctlClass CPUFreqSelectorSysctlClass; ++ ++struct _CPUFreqSelectorSysctl { ++ CPUFreqSelector parent; ++}; ++ ++struct _CPUFreqSelectorSysctlClass { ++ CPUFreqSelectorClass parent_class; ++}; ++ ++GType cpufreq_selector_sysctl_get_type (void) G_GNUC_CONST; ++CPUFreqSelector *cpufreq_selector_sysctl_new (guint cpu); ++ ++G_END_DECLS ++ ++#endif /* __CPUFREQ_SELECTOR_SYSCTL_H__ */ +--- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c.orig Wed Jul 26 01:34:18 2006 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c Wed Jul 26 01:42:00 2006 +@@ -0,0 +1,87 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#include <glib.h> ++#include <stdio.h> ++#include <stdlib.h> ++ ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++#endif /* __FreeBSD__ */ ++ ++#include "cpufreq-selector-sysctl.h" ++ ++static void cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector); ++static void cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass); ++ ++static gboolean cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error); ++static gboolean cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error); ++ ++G_DEFINE_TYPE (CPUFreqSelectorSysctl, cpufreq_selector_sysctl, CPUFREQ_TYPE_SELECTOR) ++ ++static void ++cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector) ++{ ++} ++ ++static void ++cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass) ++{ ++ CPUFreqSelectorClass *selector_class = CPUFREQ_SELECTOR_CLASS (klass); ++ ++ selector_class->set_frequency = cpufreq_selector_sysctl_set_frequency; ++ selector_class->set_governor = cpufreq_selector_sysctl_set_governor; ++} ++ ++CPUFreqSelector * ++cpufreq_selector_sysctl_new (guint cpu) ++{ ++ CPUFreqSelector *selector; ++ ++ selector = CPUFREQ_SELECTOR (g_object_new (CPUFREQ_TYPE_SELECTOR_SYSCTL, ++ "cpu", cpu, NULL)); ++ ++ return selector; ++} ++ ++static gboolean ++cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error) ++{ ++ return TRUE; ++} ++ ++static gboolean ++cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error) ++{ ++ guint cpu, i; ++ size_t len; ++ gchar *freq_oid; ++ ++ g_object_get (G_OBJECT (selector), "cpu", &cpu, NULL); ++ ++ frequency = (guint) ((gdouble) frequency / 1000); /* Convert back to MHz*/ ++ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", (gint) 0); ++ ++ sysctlbyname (freq_oid, NULL, &len, &frequency, sizeof (frequency)); ++ g_free (freq_oid); ++ ++ return TRUE; ++} +--- cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c.orig 2008-06-16 14:33:25.000000000 -0400 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 2008-06-16 14:35:28.000000000 -0400 +@@ -27,20 +27,32 @@ + #ifdef HAVE_LIBCPUFREQ + #include "cpufreq-selector-libcpufreq.h" + #endif ++#ifdef __FreeBSD__ ++#include "cpufreq-selector-sysctl.h" ++#endif /* __FreeBSD__ */ + + CPUFreqSelector * + cpufreq_selector_factory_create_selector (guint cpu) + { + CPUFreqSelector *selector = NULL; ++#ifdef __FreeBSD__ ++ size_t len; ++#endif + + #ifdef HAVE_LIBCPUFREQ + selector = cpufreq_selector_libcpufreq_new (cpu); + #else ++#ifndef __FreeBSD__ + if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ + selector = cpufreq_selector_sysfs_new (cpu); + } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ + selector = cpufreq_selector_procfs_new (cpu); + } ++#else ++ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { ++ selector = cpufreq_selector_sysctl_new (cpu); ++ } ++#endif /* __FreeBSD__ */ + #endif /* HAVE_LIBCPUFREQ */ + + return selector; +--- cpufreq/src/cpufreq-selector/Makefile.am.orig 2012-07-29 15:41:47.000000000 -0500 ++++ cpufreq/src/cpufreq-selector/Makefile.am 2012-07-29 15:42:08.000000000 -0500 +@@ -32,7 +32,7 @@ + $(service_files) \ + cpufreq-selector-factory.c cpufreq-selector-factory.h \ + $(BUILT_SOURCES) \ +- main.c ++ main.c cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h + + mate_cpufreq_selector_LDADD = \ + $(CPUFREQ_SELECTOR_LIBS) \ diff --git a/x11/mate-applets/files/patch-drivemount_Makefile.am b/x11/mate-applets/files/patch-drivemount_Makefile.am new file mode 100644 index 000000000..a3b7039e9 --- /dev/null +++ b/x11/mate-applets/files/patch-drivemount_Makefile.am @@ -0,0 +1,22 @@ +--- drivemount/Makefile.am.orig 2013-08-18 12:45:02.000000000 +0200 ++++ drivemount/Makefile.am 2013-08-18 12:45:33.000000000 +0200 +@@ -6,16 +6,16 @@ + -DDRIVEMOUNT_MENU_UI_DIR=\""$(uidir)"\" \ + $(MATE_APPLETS4_CFLAGS) + +-libexec_PROGRAMS = drivemount_applet2 ++libexec_PROGRAMS = mate-drivemount_applet2 + +-drivemount_applet2_SOURCES = \ ++mate_drivemount_applet2_SOURCES = \ + drivemount.c \ + drive-list.c \ + drive-list.h \ + drive-button.c \ + drive-button.h + +-drivemount_applet2_LDADD = \ ++mate_drivemount_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) + + diff --git a/x11/mate-applets/files/patch-geyes_Makefile.am b/x11/mate-applets/files/patch-geyes_Makefile.am new file mode 100644 index 000000000..6b7afc66e --- /dev/null +++ b/x11/mate-applets/files/patch-geyes_Makefile.am @@ -0,0 +1,20 @@ +--- geyes/Makefile.am.orig 2013-08-18 13:11:28.000000000 +0200 ++++ geyes/Makefile.am 2013-08-18 13:13:31.000000000 +0200 +@@ -8,14 +8,14 @@ + -DGEYES_THEMES_DIR=\""$(pkgdatadir)/geyes/"\" \ + -DGEYES_MENU_UI_DIR=\""$(uidir)"\" + +-libexec_PROGRAMS = geyes_applet2 ++libexec_PROGRAMS = mate-geyes_applet2 + +-geyes_applet2_SOURCES = \ ++mate_geyes_applet2_SOURCES = \ + geyes.c \ + themes.c \ + geyes.h + +-geyes_applet2_LDADD = \ ++mate_geyes_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + -lm + diff --git a/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am b/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am new file mode 100644 index 000000000..760ab0269 --- /dev/null +++ b/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am @@ -0,0 +1,23 @@ +--- invest-applet/invest/Makefile.am.orig 2013-08-18 13:14:04.000000000 +0200 ++++ invest-applet/invest/Makefile.am 2013-08-18 13:17:26.000000000 +0200 +@@ -1,9 +1,9 @@ +-invest-applet: invest-applet.py ++mate-invest-applet: mate-invest-applet.py + sed -e "s|\@PYTHONDIR\@|$(pythondir)/|" $< > $@ + + bin_SCRIPTS = mate-invest-chart + +-libexec_SCRIPTS = invest-applet ++libexec_SCRIPTS = mate-invest-applet + + investdir = $(pythondir)/mate_invest + invest_PYTHON = \ +@@ -21,7 +21,7 @@ + defs.py + + BUILT_SOURCES = \ +- invest-applet ++ mate-invest-applet + + CLEANFILES = \ + $(BUILT_SOURCES) diff --git a/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py b/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py new file mode 100644 index 000000000..5cb46b601 --- /dev/null +++ b/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py @@ -0,0 +1,13 @@ +--- invest-applet/invest/invest-applet.py.orig 2008-03-15 19:39:32.000000000 -0400 ++++ invest-applet/invest/invest-applet.py 2008-04-28 13:27:46.000000000 -0400 +@@ -26,8 +26,8 @@ import mate_invest, mate_invest.applet, mate_invest.def + import gettext, locale + gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) + gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE) +-locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) +-locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) ++#locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) ++#locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) + + from gettext import gettext as _ + diff --git a/x11/mate-applets/files/patch-invest-applet_invest_invest-chart b/x11/mate-applets/files/patch-invest-applet_invest_invest-chart new file mode 100644 index 000000000..2b6da07eb --- /dev/null +++ b/x11/mate-applets/files/patch-invest-applet_invest_invest-chart @@ -0,0 +1,13 @@ +--- invest-applet/invest/mate-invest-chart.orig 2008-03-15 16:34:50.000000000 -0400 ++++ invest-applet/invest/mate-invest-chart 2008-04-28 13:29:13.000000000 -0400 +@@ -6,8 +6,8 @@ import sys, mate_invest.chart, gtk + import gettext, locale + gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) + gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE) +-locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) +-locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) ++#locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) ++#locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) + + if __name__ == "__main__": + win = mate_invest.chart.show_chart(sys.argv[1:]) diff --git a/x11/mate-applets/files/patch-multiload_Makefile.am b/x11/mate-applets/files/patch-multiload_Makefile.am new file mode 100644 index 000000000..318c1faa9 --- /dev/null +++ b/x11/mate-applets/files/patch-multiload_Makefile.am @@ -0,0 +1,23 @@ +--- multiload/Makefile.am.orig 2013-08-18 13:00:10.000000000 +0200 ++++ multiload/Makefile.am 2013-08-18 13:00:34.000000000 +0200 +@@ -8,9 +8,9 @@ + $(MATEDESKTOP_CFLAGS) \ + $(GIO_CFLAGS) + +-libexec_PROGRAMS = multiload-applet-2 ++libexec_PROGRAMS = mate-multiload-applet-2 + +-multiload_applet_2_SOURCES = \ ++mate_multiload_applet_2_SOURCES = \ + global.h \ + linux-proc.h \ + load-graph.h \ +@@ -22,7 +22,7 @@ + autoscaler.c \ + autoscaler.h + +-multiload_applet_2_LDADD = \ ++mate_multiload_applet_2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(GTOP_APPLETS_LIBS) \ + $(MATEDESKTOP_LIBS) \ diff --git a/x11/mate-applets/files/patch-stickynotes_Makefile.am b/x11/mate-applets/files/patch-stickynotes_Makefile.am new file mode 100644 index 000000000..9a6140830 --- /dev/null +++ b/x11/mate-applets/files/patch-stickynotes_Makefile.am @@ -0,0 +1,23 @@ +--- stickynotes/Makefile.am.orig 2013-08-18 13:04:01.000000000 +0200 ++++ stickynotes/Makefile.am 2013-08-18 13:04:27.000000000 +0200 +@@ -18,9 +18,9 @@ + -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\"\ + -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/mate-stickynotes/\" + +-libexec_PROGRAMS = stickynotes_applet ++libexec_PROGRAMS = mate-stickynotes_applet + +-stickynotes_applet_SOURCES = \ ++mate_stickynotes_applet_SOURCES = \ + util.h \ + util.c \ + stickynotes.h \ +@@ -32,7 +32,7 @@ + stickynotes_applet.c \ + stickynotes_applet_callbacks.c + +-stickynotes_applet_LDADD = \ ++mate_stickynotes_applet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(LIBMATEWNCK_LIBS) \ + $(XML2_LIBS) \ diff --git a/x11/mate-applets/files/patch-trashapplet_src_Makefile.am b/x11/mate-applets/files/patch-trashapplet_src_Makefile.am new file mode 100644 index 000000000..1ff61fa36 --- /dev/null +++ b/x11/mate-applets/files/patch-trashapplet_src_Makefile.am @@ -0,0 +1,22 @@ +--- trashapplet/src/Makefile.am.orig 2013-08-18 13:06:17.000000000 +0200 ++++ trashapplet/src/Makefile.am 2013-08-18 13:06:32.000000000 +0200 +@@ -3,16 +3,16 @@ + $(GIO_CFLAGS) \ + -DTRASH_MENU_UI_DIR=\""$(datadir)/mate-2.0/ui"\" + +-libexec_PROGRAMS = trashapplet ++libexec_PROGRAMS = mate-trashapplet + +-trashapplet_SOURCES = \ ++mate_trashapplet_SOURCES = \ + trashapplet.c \ + trash-empty.h \ + trash-empty.c \ + xstuff.c \ + xstuff.h + +-trashapplet_LDADD = \ ++mate_trashapplet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(GIO_LIBS) \ + -lX11 diff --git a/x11/mate-applets/pkg-descr b/x11/mate-applets/pkg-descr new file mode 100644 index 000000000..a6ce7a9bf --- /dev/null +++ b/x11/mate-applets/pkg-descr @@ -0,0 +1,3 @@ +Panel applets for the MATE Desktop Environment. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-applets/pkg-plist b/x11/mate-applets/pkg-plist new file mode 100644 index 000000000..bc10dacd0 --- /dev/null +++ b/x11/mate-applets/pkg-plist @@ -0,0 +1,2412 @@ +%%CPUFREQ%%bin/mate-cpufreq-selector +bin/mate-invest-chart +%%CPUFREQ%%etc/dbus-1/system.d/org.mate.CPUFreqSelector.conf +%%BATTERY%%etc/sound/events/mate-battstat_applet.soundlist +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.py +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/about.py +%%PYTHON_SITELIBDIR%%/mate_invest/about.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/about.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/applet.py +%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/chart.py +%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.py +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/defs.py +%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/help.py +%%PYTHON_SITELIBDIR%%/mate_invest/help.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/help.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.py +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.py +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.py +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.py +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyo +libexec/mate-accessx-status-applet +%%BATTERY%%libexec/mate-battstat-applet-2 +libexec/mate-charpick_applet2 +libexec/mate-drivemount_applet2 +libexec/mate-geyes_applet2 +libexec/mate-invest-applet +%%CPUFREQ%%libexec/mate-cpufreq-applet +libexec/mateweather-applet-2 +libexec/mate-multiload-applet-2 +libexec/mate-stickynotes_applet +libexec/mate-trashapplet +share/MateConf/gsettings/stickynotes-applet.convert +share/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service +%%BATTERY%%share/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service +%%CPUFREQ%%share/dbus-1/services/org.mate.panel.applet.CPUFreqAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.InvestAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.StickyNotesAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service +%%CPUFREQ%%share/dbus-1/system-services/org.mate.CPUFreqSelector.service +%%CPUFREQ%%share/icons/hicolor/16x16/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/16x16/apps/mate-eyes-applet.png +share/icons/hicolor/16x16/apps/mate-invest-applet.png +share/icons/hicolor/16x16/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/22x22/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/22x22/apps/mate-eyes-applet.png +share/icons/hicolor/22x22/apps/mate-invest-applet.png +share/icons/hicolor/22x22/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/24x24/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/24x24/apps/mate-eyes-applet.png +share/icons/hicolor/24x24/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/32x32/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/32x32/apps/mate-eyes-applet.png +share/icons/hicolor/32x32/apps/mate-sticky-notes-applet.png +share/icons/hicolor/48x48/apps/mate-invest-applet.png +%%CPUFREQ%%share/icons/hicolor/scalable/apps/mate-cpu-frequency-applet.svg +share/icons/hicolor/scalable/apps/mate-eyes-applet.svg +share/icons/hicolor/scalable/apps/mate-invest-applet.svg +share/icons/hicolor/scalable/apps/mate-sticky-notes-applet.svg +share/icons/mate/48x48/apps/ax-applet.png +share/locale/af/LC_MESSAGES/mate-applets.mo +share/locale/am/LC_MESSAGES/mate-applets.mo +share/locale/ar/LC_MESSAGES/mate-applets.mo +share/locale/as/LC_MESSAGES/mate-applets.mo +share/locale/ast/LC_MESSAGES/mate-applets.mo +share/locale/az/LC_MESSAGES/mate-applets.mo +share/locale/be/LC_MESSAGES/mate-applets.mo +share/locale/be@latin/LC_MESSAGES/mate-applets.mo +share/locale/bg/LC_MESSAGES/mate-applets.mo +share/locale/bn/LC_MESSAGES/mate-applets.mo +share/locale/bn_IN/LC_MESSAGES/mate-applets.mo +share/locale/br/LC_MESSAGES/mate-applets.mo +share/locale/bs/LC_MESSAGES/mate-applets.mo +share/locale/ca/LC_MESSAGES/mate-applets.mo +share/locale/ca@valencia/LC_MESSAGES/mate-applets.mo +share/locale/crh/LC_MESSAGES/mate-applets.mo +share/locale/cs/LC_MESSAGES/mate-applets.mo +share/locale/cy/LC_MESSAGES/mate-applets.mo +share/locale/da/LC_MESSAGES/mate-applets.mo +share/locale/de/LC_MESSAGES/mate-applets.mo +share/locale/dz/LC_MESSAGES/mate-applets.mo +share/locale/el/LC_MESSAGES/mate-applets.mo +share/locale/en@shaw/LC_MESSAGES/mate-applets.mo +share/locale/en_AU/LC_MESSAGES/mate-applets.mo +share/locale/en_CA/LC_MESSAGES/mate-applets.mo +share/locale/en_GB/LC_MESSAGES/mate-applets.mo +share/locale/eo/LC_MESSAGES/mate-applets.mo +share/locale/es/LC_MESSAGES/mate-applets.mo +share/locale/es_AR/LC_MESSAGES/mate-applets.mo +share/locale/es_CL/LC_MESSAGES/mate-applets.mo +share/locale/es_CO/LC_MESSAGES/mate-applets.mo +share/locale/es_CR/LC_MESSAGES/mate-applets.mo +share/locale/es_DO/LC_MESSAGES/mate-applets.mo +share/locale/es_EC/LC_MESSAGES/mate-applets.mo +share/locale/es_ES/LC_MESSAGES/mate-applets.mo +share/locale/es_GT/LC_MESSAGES/mate-applets.mo +share/locale/es_HN/LC_MESSAGES/mate-applets.mo +share/locale/es_MX/LC_MESSAGES/mate-applets.mo +share/locale/es_NI/LC_MESSAGES/mate-applets.mo +share/locale/es_PA/LC_MESSAGES/mate-applets.mo +share/locale/es_PE/LC_MESSAGES/mate-applets.mo +share/locale/es_PR/LC_MESSAGES/mate-applets.mo +share/locale/es_SV/LC_MESSAGES/mate-applets.mo +share/locale/es_UY/LC_MESSAGES/mate-applets.mo +share/locale/es_VE/LC_MESSAGES/mate-applets.mo +share/locale/et/LC_MESSAGES/mate-applets.mo +share/locale/eu/LC_MESSAGES/mate-applets.mo +share/locale/fa/LC_MESSAGES/mate-applets.mo +share/locale/fi/LC_MESSAGES/mate-applets.mo +share/locale/fr/LC_MESSAGES/mate-applets.mo +share/locale/ga/LC_MESSAGES/mate-applets.mo +share/locale/gl/LC_MESSAGES/mate-applets.mo +share/locale/gu/LC_MESSAGES/mate-applets.mo +share/locale/he/LC_MESSAGES/mate-applets.mo +share/locale/hi/LC_MESSAGES/mate-applets.mo +share/locale/hr/LC_MESSAGES/mate-applets.mo +share/locale/hu/LC_MESSAGES/mate-applets.mo +share/locale/hy/LC_MESSAGES/mate-applets.mo +share/locale/id/LC_MESSAGES/mate-applets.mo +share/locale/is/LC_MESSAGES/mate-applets.mo +share/locale/it/LC_MESSAGES/mate-applets.mo +share/locale/ja/LC_MESSAGES/mate-applets.mo +share/locale/ka/LC_MESSAGES/mate-applets.mo +share/locale/kk/LC_MESSAGES/mate-applets.mo +share/locale/kn/LC_MESSAGES/mate-applets.mo +share/locale/ko/LC_MESSAGES/mate-applets.mo +share/locale/ku/LC_MESSAGES/mate-applets.mo +share/locale/ky/LC_MESSAGES/mate-applets.mo +share/locale/lt/LC_MESSAGES/mate-applets.mo +share/locale/lv/LC_MESSAGES/mate-applets.mo +share/locale/mai/LC_MESSAGES/mate-applets.mo +share/locale/mg/LC_MESSAGES/mate-applets.mo +share/locale/mk/LC_MESSAGES/mate-applets.mo +share/locale/ml/LC_MESSAGES/mate-applets.mo +share/locale/mn/LC_MESSAGES/mate-applets.mo +share/locale/mr/LC_MESSAGES/mate-applets.mo +share/locale/ms/LC_MESSAGES/mate-applets.mo +share/locale/nb/LC_MESSAGES/mate-applets.mo +share/locale/ne/LC_MESSAGES/mate-applets.mo +share/locale/nl/LC_MESSAGES/mate-applets.mo +share/locale/nn/LC_MESSAGES/mate-applets.mo +share/locale/oc/LC_MESSAGES/mate-applets.mo +share/locale/or/LC_MESSAGES/mate-applets.mo +share/locale/pa/LC_MESSAGES/mate-applets.mo +share/locale/pl/LC_MESSAGES/mate-applets.mo +share/locale/ps/LC_MESSAGES/mate-applets.mo +share/locale/pt/LC_MESSAGES/mate-applets.mo +share/locale/pt_BR/LC_MESSAGES/mate-applets.mo +share/locale/ro/LC_MESSAGES/mate-applets.mo +share/locale/ru/LC_MESSAGES/mate-applets.mo +share/locale/rw/LC_MESSAGES/mate-applets.mo +share/locale/si/LC_MESSAGES/mate-applets.mo +share/locale/sk/LC_MESSAGES/mate-applets.mo +share/locale/sl/LC_MESSAGES/mate-applets.mo +share/locale/sq/LC_MESSAGES/mate-applets.mo +share/locale/sr/LC_MESSAGES/mate-applets.mo +share/locale/sr@latin/LC_MESSAGES/mate-applets.mo +share/locale/sv/LC_MESSAGES/mate-applets.mo +share/locale/ta/LC_MESSAGES/mate-applets.mo +share/locale/te/LC_MESSAGES/mate-applets.mo +share/locale/th/LC_MESSAGES/mate-applets.mo +share/locale/tr/LC_MESSAGES/mate-applets.mo +share/locale/ug/LC_MESSAGES/mate-applets.mo +share/locale/uk/LC_MESSAGES/mate-applets.mo +share/locale/vi/LC_MESSAGES/mate-applets.mo +share/locale/wa/LC_MESSAGES/mate-applets.mo +share/locale/xh/LC_MESSAGES/mate-applets.mo +share/locale/zh_CN/LC_MESSAGES/mate-applets.mo +share/locale/zh_HK/LC_MESSAGES/mate-applets.mo +share/locale/zh_TW/LC_MESSAGES/mate-applets.mo +share/mate-2.0/ui/accessx-status-applet-menu.xml +%%BATTERY%%share/mate-2.0/ui/battstat-applet-menu.xml +share/mate-2.0/ui/charpick-applet-menu.xml +%%CPUFREQ%%share/mate-2.0/ui/cpufreq-applet-menu.xml +share/mate-2.0/ui/drivemount-applet-menu.xml +share/mate-2.0/ui/geyes-applet-menu.xml +share/mate-2.0/ui/mateweather-applet-menu.xml +share/mate-2.0/ui/multiload-applet-menu.xml +share/mate-2.0/ui/stickynotes-applet-menu.xml +share/mate-2.0/ui/trashapplet-menu.xml +%%DATADIR%%/Invest_Applet.xml +%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui +%%CPUFREQ%%%%DATADIR%%/builder/cpufreq-preferences.ui +%%DATADIR%%/builder/financialchart.ui +%%DATADIR%%/builder/prefs-dialog.ui +%%DATADIR%%/builder/stickynotes.ui +%%DATADIR%%/builder/trashapplet-empty-progress.ui +%%DATADIR%%/geyes/Bizarre/Bizarre-eye.png +%%DATADIR%%/geyes/Bizarre/Bizarre-pupil.png +%%DATADIR%%/geyes/Bizarre/config +%%DATADIR%%/geyes/Bloodshot/Bloodshot-eye.png +%%DATADIR%%/geyes/Bloodshot/Bloodshot-pupil.png +%%DATADIR%%/geyes/Bloodshot/config +%%DATADIR%%/geyes/Default-tiny/Default-tiny-eye.png +%%DATADIR%%/geyes/Default-tiny/Default-tiny-pupil.png +%%DATADIR%%/geyes/Default-tiny/config +%%DATADIR%%/geyes/Default/Default-eye.png +%%DATADIR%%/geyes/Default/Default-pupil.png +%%DATADIR%%/geyes/Default/config +%%DATADIR%%/geyes/Horrid/config +%%DATADIR%%/geyes/Horrid/horrid_eye.png +%%DATADIR%%/geyes/Horrid/horrid_pupil.png +%%DATADIR%%/geyes/Tango/config +%%DATADIR%%/geyes/Tango/tango-eye.png +%%DATADIR%%/geyes/Tango/tango-pupil.png +%%DATADIR%%/invest-applet/invest-16_neutral.png +%%DATADIR%%/invest-applet/invest-22_down.png +%%DATADIR%%/invest-applet/invest-22_neutral.png +%%DATADIR%%/invest-applet/invest-22_up.png +%%DATADIR%%/invest-applet/invest_down.svg +%%DATADIR%%/invest-applet/invest_neutral.svg +%%DATADIR%%/invest-applet/invest_up.svg +share/mate-panel/applets/org.mate.applets.AccessxStatusApplet.mate-panel-applet +%%BATTERY%%share/mate-panel/applets/org.mate.applets.BattstatApplet.mate-panel-applet +%%CPUFREQ%%share/mate-panel/applets/org.mate.applets.CPUFreqApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.CharpickerApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.DriveMountApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.GeyesApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.InvestApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.MateWeatherApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.MultiLoadApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.StickyNotesApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.TrashApplet.mate-panel-applet +share/mate/help/mate-accessx-status/C/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/C/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/C/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/C/legal.xml +share/mate/help/mate-accessx-status/C/mate-accessx-status.xml +share/mate/help/mate-accessx-status/bg/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/bg/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/bg/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/bg/mate-accessx-status.xml +share/mate/help/mate-accessx-status/ca/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/ca/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/ca/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/ca/mate-accessx-status.xml +share/mate/help/mate-accessx-status/cs/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/cs/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/cs/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/cs/mate-accessx-status.xml +share/mate/help/mate-accessx-status/de/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/de/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/de/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/de/mate-accessx-status.xml +share/mate/help/mate-accessx-status/el/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/el/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/el/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/el/mate-accessx-status.xml +share/mate/help/mate-accessx-status/en_GB/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/en_GB/mate-accessx-status.xml +share/mate/help/mate-accessx-status/es/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/es/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/es/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/es/mate-accessx-status.xml +share/mate/help/mate-accessx-status/eu/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/eu/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/eu/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/eu/mate-accessx-status.xml +share/mate/help/mate-accessx-status/fi/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/fi/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/fi/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/fi/mate-accessx-status.xml +share/mate/help/mate-accessx-status/fr/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/fr/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/fr/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/fr/mate-accessx-status.xml +share/mate/help/mate-accessx-status/gl/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/gl/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/gl/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/gl/mate-accessx-status.xml +share/mate/help/mate-accessx-status/it/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/it/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/it/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/it/mate-accessx-status.xml +share/mate/help/mate-accessx-status/ko/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/ko/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/ko/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/ko/mate-accessx-status.xml +share/mate/help/mate-accessx-status/nl/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/nl/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/nl/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/nl/mate-accessx-status.xml +share/mate/help/mate-accessx-status/oc/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/oc/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/oc/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/oc/mate-accessx-status.xml +share/mate/help/mate-accessx-status/sv/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/sv/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/sv/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/sv/mate-accessx-status.xml +share/mate/help/mate-accessx-status/uk/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/uk/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/uk/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/uk/mate-accessx-status.xml +share/mate/help/mate-accessx-status/zh_CN/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/zh_CN/mate-accessx-status.xml +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/C/legal.xml +%%BATTERY%%share/mate/help/mate-battstat/C/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/bg/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/ca/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/cs/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/da/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/de/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/el/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/es/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/eu/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/fi/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/fr/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/ko/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/oc/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/pa/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/sv/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/uk/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/mate-battstat.xml +share/mate/help/mate-char-palette/C/figures/charpalette_applet.png +share/mate/help/mate-char-palette/C/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/C/figures/charpick-preferences.png +share/mate/help/mate-char-palette/C/figures/charpick_characters.png +share/mate/help/mate-char-palette/C/legal.xml +share/mate/help/mate-char-palette/C/mate-char-palette.xml +share/mate/help/mate-char-palette/bg/figures/charpalette_applet.png +share/mate/help/mate-char-palette/bg/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/bg/figures/charpick-preferences.png +share/mate/help/mate-char-palette/bg/figures/charpick_characters.png +share/mate/help/mate-char-palette/bg/mate-char-palette.xml +share/mate/help/mate-char-palette/ca/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ca/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ca/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ca/figures/charpick_characters.png +share/mate/help/mate-char-palette/ca/mate-char-palette.xml +share/mate/help/mate-char-palette/cs/figures/charpalette_applet.png +share/mate/help/mate-char-palette/cs/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/cs/figures/charpick-preferences.png +share/mate/help/mate-char-palette/cs/figures/charpick_characters.png +share/mate/help/mate-char-palette/cs/mate-char-palette.xml +share/mate/help/mate-char-palette/de/figures/charpalette_applet.png +share/mate/help/mate-char-palette/de/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/de/figures/charpick-preferences.png +share/mate/help/mate-char-palette/de/figures/charpick_characters.png +share/mate/help/mate-char-palette/de/mate-char-palette.xml +share/mate/help/mate-char-palette/el/figures/charpalette_applet.png +share/mate/help/mate-char-palette/el/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/el/figures/charpick-preferences.png +share/mate/help/mate-char-palette/el/figures/charpick_characters.png +share/mate/help/mate-char-palette/el/mate-char-palette.xml +share/mate/help/mate-char-palette/en_GB/figures/charpalette_applet.png +share/mate/help/mate-char-palette/en_GB/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/en_GB/figures/charpick-preferences.png +share/mate/help/mate-char-palette/en_GB/figures/charpick_characters.png +share/mate/help/mate-char-palette/en_GB/mate-char-palette.xml +share/mate/help/mate-char-palette/es/figures/charpalette_applet.png +share/mate/help/mate-char-palette/es/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/es/figures/charpick-preferences.png +share/mate/help/mate-char-palette/es/figures/charpick_characters.png +share/mate/help/mate-char-palette/es/mate-char-palette.xml +share/mate/help/mate-char-palette/eu/figures/charpalette_applet.png +share/mate/help/mate-char-palette/eu/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/eu/figures/charpick-preferences.png +share/mate/help/mate-char-palette/eu/figures/charpick_characters.png +share/mate/help/mate-char-palette/eu/mate-char-palette.xml +share/mate/help/mate-char-palette/fi/figures/charpalette_applet.png +share/mate/help/mate-char-palette/fi/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/fi/figures/charpick-preferences.png +share/mate/help/mate-char-palette/fi/figures/charpick_characters.png +share/mate/help/mate-char-palette/fi/mate-char-palette.xml +share/mate/help/mate-char-palette/fr/figures/charpalette_applet.png +share/mate/help/mate-char-palette/fr/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/fr/figures/charpick-preferences.png +share/mate/help/mate-char-palette/fr/figures/charpick_characters.png +share/mate/help/mate-char-palette/fr/mate-char-palette.xml +share/mate/help/mate-char-palette/it/figures/charpalette_applet.png +share/mate/help/mate-char-palette/it/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/it/figures/charpick-preferences.png +share/mate/help/mate-char-palette/it/figures/charpick_characters.png +share/mate/help/mate-char-palette/it/mate-char-palette.xml +share/mate/help/mate-char-palette/ko/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ko/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ko/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ko/figures/charpick_characters.png +share/mate/help/mate-char-palette/ko/mate-char-palette.xml +share/mate/help/mate-char-palette/nl/figures/charpalette_applet.png +share/mate/help/mate-char-palette/nl/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/nl/figures/charpick-preferences.png +share/mate/help/mate-char-palette/nl/figures/charpick_characters.png +share/mate/help/mate-char-palette/nl/mate-char-palette.xml +share/mate/help/mate-char-palette/oc/figures/charpalette_applet.png +share/mate/help/mate-char-palette/oc/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/oc/figures/charpick-preferences.png +share/mate/help/mate-char-palette/oc/figures/charpick_characters.png +share/mate/help/mate-char-palette/oc/mate-char-palette.xml +share/mate/help/mate-char-palette/pt_BR/figures/charpalette_applet.png +share/mate/help/mate-char-palette/pt_BR/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/pt_BR/figures/charpick-preferences.png +share/mate/help/mate-char-palette/pt_BR/figures/charpick_characters.png +share/mate/help/mate-char-palette/pt_BR/mate-char-palette.xml +share/mate/help/mate-char-palette/ru/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ru/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ru/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ru/figures/charpick_characters.png +share/mate/help/mate-char-palette/ru/mate-char-palette.xml +share/mate/help/mate-char-palette/sv/figures/charpalette_applet.png +share/mate/help/mate-char-palette/sv/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/sv/figures/charpick-preferences.png +share/mate/help/mate-char-palette/sv/figures/charpick_characters.png +share/mate/help/mate-char-palette/sv/mate-char-palette.xml +share/mate/help/mate-char-palette/uk/figures/charpalette_applet.png +share/mate/help/mate-char-palette/uk/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/uk/figures/charpick-preferences.png +share/mate/help/mate-char-palette/uk/figures/charpick_characters.png +share/mate/help/mate-char-palette/uk/mate-char-palette.xml +share/mate/help/mate-char-palette/zh_CN/figures/charpalette_applet.png +share/mate/help/mate-char-palette/zh_CN/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/zh_CN/figures/charpick-preferences.png +share/mate/help/mate-char-palette/zh_CN/figures/charpick_characters.png +share/mate/help/mate-char-palette/zh_CN/mate-char-palette.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/legal.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/mate-cpufreq-applet.xml +share/mate/help/mate-drivemount/C/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/C/legal.xml +share/mate/help/mate-drivemount/C/mate-drivemount.xml +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ca/mate-drivemount.xml +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/cs/mate-drivemount.xml +share/mate/help/mate-drivemount/da/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/da/mate-drivemount.xml +share/mate/help/mate-drivemount/de/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/de/mate-drivemount.xml +share/mate/help/mate-drivemount/el/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/el/mate-drivemount.xml +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/en_GB/mate-drivemount.xml +share/mate/help/mate-drivemount/es/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/es/mate-drivemount.xml +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/eu/mate-drivemount.xml +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/fi/mate-drivemount.xml +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/fr/mate-drivemount.xml +share/mate/help/mate-drivemount/it/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/it/mate-drivemount.xml +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ko/mate-drivemount.xml +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/oc/mate-drivemount.xml +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/pa/mate-drivemount.xml +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ru/mate-drivemount.xml +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/sv/mate-drivemount.xml +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/uk/mate-drivemount.xml +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/zh_CN/mate-drivemount.xml +share/mate/help/mate-geyes/C/figures/geyes_applet.png +share/mate/help/mate-geyes/C/legal.xml +share/mate/help/mate-geyes/C/mate-geyes.xml +share/mate/help/mate-geyes/ast/figures/geyes_applet.png +share/mate/help/mate-geyes/ast/mate-geyes.xml +share/mate/help/mate-geyes/bg/figures/geyes_applet.png +share/mate/help/mate-geyes/bg/mate-geyes.xml +share/mate/help/mate-geyes/ca/figures/geyes_applet.png +share/mate/help/mate-geyes/ca/mate-geyes.xml +share/mate/help/mate-geyes/cs/figures/geyes_applet.png +share/mate/help/mate-geyes/cs/mate-geyes.xml +share/mate/help/mate-geyes/da/figures/geyes_applet.png +share/mate/help/mate-geyes/da/mate-geyes.xml +share/mate/help/mate-geyes/de/figures/geyes_applet.png +share/mate/help/mate-geyes/de/mate-geyes.xml +share/mate/help/mate-geyes/el/figures/geyes_applet.png +share/mate/help/mate-geyes/el/mate-geyes.xml +share/mate/help/mate-geyes/en_GB/figures/geyes_applet.png +share/mate/help/mate-geyes/en_GB/mate-geyes.xml +share/mate/help/mate-geyes/es/figures/geyes_applet.png +share/mate/help/mate-geyes/es/mate-geyes.xml +share/mate/help/mate-geyes/eu/figures/geyes_applet.png +share/mate/help/mate-geyes/eu/mate-geyes.xml +share/mate/help/mate-geyes/fi/figures/geyes_applet.png +share/mate/help/mate-geyes/fi/mate-geyes.xml +share/mate/help/mate-geyes/fr/figures/geyes_applet.png +share/mate/help/mate-geyes/fr/mate-geyes.xml +share/mate/help/mate-geyes/it/figures/geyes_applet.png +share/mate/help/mate-geyes/it/mate-geyes.xml +share/mate/help/mate-geyes/ko/figures/geyes_applet.png +share/mate/help/mate-geyes/ko/mate-geyes.xml +share/mate/help/mate-geyes/oc/figures/geyes_applet.png +share/mate/help/mate-geyes/oc/mate-geyes.xml +share/mate/help/mate-geyes/ru/figures/geyes_applet.png +share/mate/help/mate-geyes/ru/mate-geyes.xml +share/mate/help/mate-geyes/sv/figures/geyes_applet.png +share/mate/help/mate-geyes/sv/mate-geyes.xml +share/mate/help/mate-geyes/uk/figures/geyes_applet.png +share/mate/help/mate-geyes/uk/mate-geyes.xml +share/mate/help/mate-geyes/zh_CN/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_CN/mate-geyes.xml +share/mate/help/mate-geyes/zh_HK/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_HK/mate-geyes.xml +share/mate/help/mate-geyes/zh_TW/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_TW/mate-geyes.xml +share/mate/help/mate-invest-applet/C/figures/symbol-search.png +share/mate/help/mate-invest-applet/C/legal.xml +share/mate/help/mate-invest-applet/C/mate-invest-applet.xml +share/mate/help/mate-invest-applet/ca/figures/symbol-search.png +share/mate/help/mate-invest-applet/ca/mate-invest-applet.xml +share/mate/help/mate-invest-applet/de/figures/symbol-search.png +share/mate/help/mate-invest-applet/de/mate-invest-applet.xml +share/mate/help/mate-invest-applet/el/figures/symbol-search.png +share/mate/help/mate-invest-applet/el/mate-invest-applet.xml +share/mate/help/mate-invest-applet/en_GB/figures/symbol-search.png +share/mate/help/mate-invest-applet/en_GB/mate-invest-applet.xml +share/mate/help/mate-invest-applet/es/figures/symbol-search.png +share/mate/help/mate-invest-applet/es/mate-invest-applet.xml +share/mate/help/mate-invest-applet/fi/figures/symbol-search.png +share/mate/help/mate-invest-applet/fi/mate-invest-applet.xml +share/mate/help/mate-invest-applet/ru/figures/symbol-search.png +share/mate/help/mate-invest-applet/ru/mate-invest-applet.xml +share/mate/help/mate-invest-applet/sv/figures/symbol-search.png +share/mate/help/mate-invest-applet/sv/mate-invest-applet.xml +share/mate/help/mate-invest-applet/zh_CN/figures/symbol-search.png +share/mate/help/mate-invest-applet/zh_CN/mate-invest-applet.xml +share/mate/help/mate-multiload/C/figures/multiload-preferences.png +share/mate/help/mate-multiload/C/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/C/figures/system_monitor.png +share/mate/help/mate-multiload/C/legal.xml +share/mate/help/mate-multiload/C/mate-multiload.xml +share/mate/help/mate-multiload/ca/figures/multiload-preferences.png +share/mate/help/mate-multiload/ca/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ca/figures/system_monitor.png +share/mate/help/mate-multiload/ca/mate-multiload.xml +share/mate/help/mate-multiload/cs/figures/multiload-preferences.png +share/mate/help/mate-multiload/cs/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/cs/figures/system_monitor.png +share/mate/help/mate-multiload/cs/mate-multiload.xml +share/mate/help/mate-multiload/de/figures/multiload-preferences.png +share/mate/help/mate-multiload/de/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/de/figures/system_monitor.png +share/mate/help/mate-multiload/de/mate-multiload.xml +share/mate/help/mate-multiload/el/figures/multiload-preferences.png +share/mate/help/mate-multiload/el/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/el/figures/system_monitor.png +share/mate/help/mate-multiload/el/mate-multiload.xml +share/mate/help/mate-multiload/en_GB/figures/multiload-preferences.png +share/mate/help/mate-multiload/en_GB/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/en_GB/figures/system_monitor.png +share/mate/help/mate-multiload/en_GB/mate-multiload.xml +share/mate/help/mate-multiload/es/figures/multiload-preferences.png +share/mate/help/mate-multiload/es/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/es/figures/system_monitor.png +share/mate/help/mate-multiload/es/mate-multiload.xml +share/mate/help/mate-multiload/eu/figures/multiload-preferences.png +share/mate/help/mate-multiload/eu/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/eu/figures/system_monitor.png +share/mate/help/mate-multiload/eu/mate-multiload.xml +share/mate/help/mate-multiload/fi/figures/multiload-preferences.png +share/mate/help/mate-multiload/fi/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/fi/figures/system_monitor.png +share/mate/help/mate-multiload/fi/mate-multiload.xml +share/mate/help/mate-multiload/fr/figures/multiload-preferences.png +share/mate/help/mate-multiload/fr/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/fr/figures/system_monitor.png +share/mate/help/mate-multiload/fr/mate-multiload.xml +share/mate/help/mate-multiload/ko/figures/multiload-preferences.png +share/mate/help/mate-multiload/ko/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ko/figures/system_monitor.png +share/mate/help/mate-multiload/ko/mate-multiload.xml +share/mate/help/mate-multiload/oc/figures/multiload-preferences.png +share/mate/help/mate-multiload/oc/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/oc/figures/system_monitor.png +share/mate/help/mate-multiload/oc/mate-multiload.xml +share/mate/help/mate-multiload/pa/figures/multiload-preferences.png +share/mate/help/mate-multiload/pa/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/pa/figures/system_monitor.png +share/mate/help/mate-multiload/pa/mate-multiload.xml +share/mate/help/mate-multiload/pt_BR/figures/multiload-preferences.png +share/mate/help/mate-multiload/pt_BR/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/pt_BR/figures/system_monitor.png +share/mate/help/mate-multiload/pt_BR/mate-multiload.xml +share/mate/help/mate-multiload/ru/figures/multiload-preferences.png +share/mate/help/mate-multiload/ru/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ru/figures/system_monitor.png +share/mate/help/mate-multiload/ru/mate-multiload.xml +share/mate/help/mate-multiload/sv/figures/multiload-preferences.png +share/mate/help/mate-multiload/sv/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/sv/figures/system_monitor.png +share/mate/help/mate-multiload/sv/mate-multiload.xml +share/mate/help/mate-multiload/uk/figures/multiload-preferences.png +share/mate/help/mate-multiload/uk/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/uk/figures/system_monitor.png +share/mate/help/mate-multiload/uk/mate-multiload.xml +share/mate/help/mate-multiload/zh_CN/figures/multiload-preferences.png +share/mate/help/mate-multiload/zh_CN/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/zh_CN/figures/system_monitor.png +share/mate/help/mate-multiload/zh_CN/mate-multiload.xml +share/mate/help/mate-stickynotes_applet/C/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/C/legal.xml +share/mate/help/mate-stickynotes_applet/C/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ca/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ca/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/cs/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/cs/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/de/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/de/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/el/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/el/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/en_GB/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/es/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/es/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/eu/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/eu/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/fi/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/fi/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/fr/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/fr/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ko/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ko/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/oc/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/oc/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/pa/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/pa/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/pt_BR/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ru/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ru/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/sv/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/sv/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/uk/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/uk/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_CN/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_HK/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_TW/mate-stickynotes_applet.xml +share/mate/help/mate-trashapplet/C/figures/trash-applet.png +share/mate/help/mate-trashapplet/C/legal.xml +share/mate/help/mate-trashapplet/C/mate-trashapplet.xml +share/mate/help/mate-trashapplet/ca/figures/trash-applet.png +share/mate/help/mate-trashapplet/ca/mate-trashapplet.xml +share/mate/help/mate-trashapplet/cs/figures/trash-applet.png +share/mate/help/mate-trashapplet/cs/mate-trashapplet.xml +share/mate/help/mate-trashapplet/da/figures/trash-applet.png +share/mate/help/mate-trashapplet/da/mate-trashapplet.xml +share/mate/help/mate-trashapplet/de/figures/trash-applet.png +share/mate/help/mate-trashapplet/de/mate-trashapplet.xml +share/mate/help/mate-trashapplet/el/figures/trash-applet.png +share/mate/help/mate-trashapplet/el/mate-trashapplet.xml +share/mate/help/mate-trashapplet/en_GB/figures/trash-applet.png +share/mate/help/mate-trashapplet/en_GB/mate-trashapplet.xml +share/mate/help/mate-trashapplet/es/figures/trash-applet.png +share/mate/help/mate-trashapplet/es/mate-trashapplet.xml +share/mate/help/mate-trashapplet/eu/figures/trash-applet.png +share/mate/help/mate-trashapplet/eu/mate-trashapplet.xml +share/mate/help/mate-trashapplet/fi/figures/trash-applet.png +share/mate/help/mate-trashapplet/fi/mate-trashapplet.xml +share/mate/help/mate-trashapplet/fr/figures/trash-applet.png +share/mate/help/mate-trashapplet/fr/mate-trashapplet.xml +share/mate/help/mate-trashapplet/hu/figures/trash-applet.png +share/mate/help/mate-trashapplet/hu/mate-trashapplet.xml +share/mate/help/mate-trashapplet/it/figures/trash-applet.png +share/mate/help/mate-trashapplet/it/mate-trashapplet.xml +share/mate/help/mate-trashapplet/nl/figures/trash-applet.png +share/mate/help/mate-trashapplet/nl/mate-trashapplet.xml +share/mate/help/mate-trashapplet/oc/figures/trash-applet.png +share/mate/help/mate-trashapplet/oc/mate-trashapplet.xml +share/mate/help/mate-trashapplet/pa/figures/trash-applet.png +share/mate/help/mate-trashapplet/pa/mate-trashapplet.xml +share/mate/help/mate-trashapplet/pt_BR/figures/trash-applet.png +share/mate/help/mate-trashapplet/pt_BR/mate-trashapplet.xml +share/mate/help/mate-trashapplet/ru/figures/trash-applet.png +share/mate/help/mate-trashapplet/ru/mate-trashapplet.xml +share/mate/help/mate-trashapplet/sv/figures/trash-applet.png +share/mate/help/mate-trashapplet/sv/mate-trashapplet.xml +share/mate/help/mate-trashapplet/uk/figures/trash-applet.png +share/mate/help/mate-trashapplet/uk/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_CN/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_CN/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_HK/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_HK/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_TW/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_TW/mate-trashapplet.xml +share/mate/help/mateweather/C/figures/mateweather-details.png +share/mate/help/mateweather/C/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/C/figures/mateweather-prefs-general.png +share/mate/help/mateweather/C/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/C/figures/mateweather_applet.png +share/mate/help/mateweather/C/figures/stock_weather-cloudy.png +share/mate/help/mateweather/C/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/C/figures/stock_weather-fog.png +share/mate/help/mateweather/C/figures/stock_weather-night-clear.png +share/mate/help/mateweather/C/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/C/figures/stock_weather-showers.png +share/mate/help/mateweather/C/figures/stock_weather-snow.png +share/mate/help/mateweather/C/figures/stock_weather-storm.png +share/mate/help/mateweather/C/figures/stock_weather-sunny.png +share/mate/help/mateweather/C/legal.xml +share/mate/help/mateweather/C/mateweather.xml +share/mate/help/mateweather/ar/figures/mateweather-details.png +share/mate/help/mateweather/ar/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ar/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ar/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ar/figures/mateweather_applet.png +share/mate/help/mateweather/ar/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ar/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ar/figures/stock_weather-fog.png +share/mate/help/mateweather/ar/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ar/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ar/figures/stock_weather-showers.png +share/mate/help/mateweather/ar/figures/stock_weather-snow.png +share/mate/help/mateweather/ar/figures/stock_weather-storm.png +share/mate/help/mateweather/ar/figures/stock_weather-sunny.png +share/mate/help/mateweather/ar/mateweather.xml +share/mate/help/mateweather/ca/figures/mateweather-details.png +share/mate/help/mateweather/ca/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ca/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ca/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ca/figures/mateweather_applet.png +share/mate/help/mateweather/ca/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ca/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ca/figures/stock_weather-fog.png +share/mate/help/mateweather/ca/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ca/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ca/figures/stock_weather-showers.png +share/mate/help/mateweather/ca/figures/stock_weather-snow.png +share/mate/help/mateweather/ca/figures/stock_weather-storm.png +share/mate/help/mateweather/ca/figures/stock_weather-sunny.png +share/mate/help/mateweather/ca/mateweather.xml +share/mate/help/mateweather/cs/figures/mateweather-details.png +share/mate/help/mateweather/cs/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/cs/figures/mateweather-prefs-general.png +share/mate/help/mateweather/cs/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/cs/figures/mateweather_applet.png +share/mate/help/mateweather/cs/figures/stock_weather-cloudy.png +share/mate/help/mateweather/cs/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/cs/figures/stock_weather-fog.png +share/mate/help/mateweather/cs/figures/stock_weather-night-clear.png +share/mate/help/mateweather/cs/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/cs/figures/stock_weather-showers.png +share/mate/help/mateweather/cs/figures/stock_weather-snow.png +share/mate/help/mateweather/cs/figures/stock_weather-storm.png +share/mate/help/mateweather/cs/figures/stock_weather-sunny.png +share/mate/help/mateweather/cs/mateweather.xml +share/mate/help/mateweather/de/figures/mateweather-details.png +share/mate/help/mateweather/de/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/de/figures/mateweather-prefs-general.png +share/mate/help/mateweather/de/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/de/figures/mateweather_applet.png +share/mate/help/mateweather/de/figures/stock_weather-cloudy.png +share/mate/help/mateweather/de/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/de/figures/stock_weather-fog.png +share/mate/help/mateweather/de/figures/stock_weather-night-clear.png +share/mate/help/mateweather/de/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/de/figures/stock_weather-showers.png +share/mate/help/mateweather/de/figures/stock_weather-snow.png +share/mate/help/mateweather/de/figures/stock_weather-storm.png +share/mate/help/mateweather/de/figures/stock_weather-sunny.png +share/mate/help/mateweather/de/mateweather.xml +share/mate/help/mateweather/el/figures/mateweather-details.png +share/mate/help/mateweather/el/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/el/figures/mateweather-prefs-general.png +share/mate/help/mateweather/el/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/el/figures/mateweather_applet.png +share/mate/help/mateweather/el/figures/stock_weather-cloudy.png +share/mate/help/mateweather/el/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/el/figures/stock_weather-fog.png +share/mate/help/mateweather/el/figures/stock_weather-night-clear.png +share/mate/help/mateweather/el/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/el/figures/stock_weather-showers.png +share/mate/help/mateweather/el/figures/stock_weather-snow.png +share/mate/help/mateweather/el/figures/stock_weather-storm.png +share/mate/help/mateweather/el/figures/stock_weather-sunny.png +share/mate/help/mateweather/el/mateweather.xml +share/mate/help/mateweather/en_GB/figures/mateweather-details.png +share/mate/help/mateweather/en_GB/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/en_GB/figures/mateweather-prefs-general.png +share/mate/help/mateweather/en_GB/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/en_GB/figures/mateweather_applet.png +share/mate/help/mateweather/en_GB/figures/stock_weather-cloudy.png +share/mate/help/mateweather/en_GB/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/en_GB/figures/stock_weather-fog.png +share/mate/help/mateweather/en_GB/figures/stock_weather-night-clear.png +share/mate/help/mateweather/en_GB/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/en_GB/figures/stock_weather-showers.png +share/mate/help/mateweather/en_GB/figures/stock_weather-snow.png +share/mate/help/mateweather/en_GB/figures/stock_weather-storm.png +share/mate/help/mateweather/en_GB/figures/stock_weather-sunny.png +share/mate/help/mateweather/en_GB/mateweather.xml +share/mate/help/mateweather/es/figures/mateweather-details.png +share/mate/help/mateweather/es/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/es/figures/mateweather-prefs-general.png +share/mate/help/mateweather/es/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/es/figures/mateweather_applet.png +share/mate/help/mateweather/es/figures/stock_weather-cloudy.png +share/mate/help/mateweather/es/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/es/figures/stock_weather-fog.png +share/mate/help/mateweather/es/figures/stock_weather-night-clear.png +share/mate/help/mateweather/es/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/es/figures/stock_weather-showers.png +share/mate/help/mateweather/es/figures/stock_weather-snow.png +share/mate/help/mateweather/es/figures/stock_weather-storm.png +share/mate/help/mateweather/es/figures/stock_weather-sunny.png +share/mate/help/mateweather/es/mateweather.xml +share/mate/help/mateweather/eu/figures/mateweather-details.png +share/mate/help/mateweather/eu/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/eu/figures/mateweather-prefs-general.png +share/mate/help/mateweather/eu/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/eu/figures/mateweather_applet.png +share/mate/help/mateweather/eu/figures/stock_weather-cloudy.png +share/mate/help/mateweather/eu/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/eu/figures/stock_weather-fog.png +share/mate/help/mateweather/eu/figures/stock_weather-night-clear.png +share/mate/help/mateweather/eu/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/eu/figures/stock_weather-showers.png +share/mate/help/mateweather/eu/figures/stock_weather-snow.png +share/mate/help/mateweather/eu/figures/stock_weather-storm.png +share/mate/help/mateweather/eu/figures/stock_weather-sunny.png +share/mate/help/mateweather/eu/mateweather.xml +share/mate/help/mateweather/fi/figures/mateweather-details.png +share/mate/help/mateweather/fi/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/fi/figures/mateweather-prefs-general.png +share/mate/help/mateweather/fi/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/fi/figures/mateweather_applet.png +share/mate/help/mateweather/fi/figures/stock_weather-cloudy.png +share/mate/help/mateweather/fi/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/fi/figures/stock_weather-fog.png +share/mate/help/mateweather/fi/figures/stock_weather-night-clear.png +share/mate/help/mateweather/fi/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/fi/figures/stock_weather-showers.png +share/mate/help/mateweather/fi/figures/stock_weather-snow.png +share/mate/help/mateweather/fi/figures/stock_weather-storm.png +share/mate/help/mateweather/fi/figures/stock_weather-sunny.png +share/mate/help/mateweather/fi/mateweather.xml +share/mate/help/mateweather/fr/figures/mateweather-details.png +share/mate/help/mateweather/fr/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/fr/figures/mateweather-prefs-general.png +share/mate/help/mateweather/fr/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/fr/figures/mateweather_applet.png +share/mate/help/mateweather/fr/figures/stock_weather-cloudy.png +share/mate/help/mateweather/fr/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/fr/figures/stock_weather-fog.png +share/mate/help/mateweather/fr/figures/stock_weather-night-clear.png +share/mate/help/mateweather/fr/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/fr/figures/stock_weather-showers.png +share/mate/help/mateweather/fr/figures/stock_weather-snow.png +share/mate/help/mateweather/fr/figures/stock_weather-storm.png +share/mate/help/mateweather/fr/figures/stock_weather-sunny.png +share/mate/help/mateweather/fr/mateweather.xml +share/mate/help/mateweather/ko/figures/mateweather-details.png +share/mate/help/mateweather/ko/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ko/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ko/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ko/figures/mateweather_applet.png +share/mate/help/mateweather/ko/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ko/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ko/figures/stock_weather-fog.png +share/mate/help/mateweather/ko/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ko/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ko/figures/stock_weather-showers.png +share/mate/help/mateweather/ko/figures/stock_weather-snow.png +share/mate/help/mateweather/ko/figures/stock_weather-storm.png +share/mate/help/mateweather/ko/figures/stock_weather-sunny.png +share/mate/help/mateweather/ko/mateweather.xml +share/mate/help/mateweather/nl/figures/mateweather-details.png +share/mate/help/mateweather/nl/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/nl/figures/mateweather-prefs-general.png +share/mate/help/mateweather/nl/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/nl/figures/mateweather_applet.png +share/mate/help/mateweather/nl/figures/stock_weather-cloudy.png +share/mate/help/mateweather/nl/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/nl/figures/stock_weather-fog.png +share/mate/help/mateweather/nl/figures/stock_weather-night-clear.png +share/mate/help/mateweather/nl/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/nl/figures/stock_weather-showers.png +share/mate/help/mateweather/nl/figures/stock_weather-snow.png +share/mate/help/mateweather/nl/figures/stock_weather-storm.png +share/mate/help/mateweather/nl/figures/stock_weather-sunny.png +share/mate/help/mateweather/nl/mateweather.xml +share/mate/help/mateweather/oc/figures/mateweather-details.png +share/mate/help/mateweather/oc/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/oc/figures/mateweather-prefs-general.png +share/mate/help/mateweather/oc/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/oc/figures/mateweather_applet.png +share/mate/help/mateweather/oc/figures/stock_weather-cloudy.png +share/mate/help/mateweather/oc/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/oc/figures/stock_weather-fog.png +share/mate/help/mateweather/oc/figures/stock_weather-night-clear.png +share/mate/help/mateweather/oc/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/oc/figures/stock_weather-showers.png +share/mate/help/mateweather/oc/figures/stock_weather-snow.png +share/mate/help/mateweather/oc/figures/stock_weather-storm.png +share/mate/help/mateweather/oc/figures/stock_weather-sunny.png +share/mate/help/mateweather/oc/mateweather.xml +share/mate/help/mateweather/pa/figures/mateweather-details.png +share/mate/help/mateweather/pa/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/pa/figures/mateweather-prefs-general.png +share/mate/help/mateweather/pa/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/pa/figures/mateweather_applet.png +share/mate/help/mateweather/pa/figures/stock_weather-cloudy.png +share/mate/help/mateweather/pa/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/pa/figures/stock_weather-fog.png +share/mate/help/mateweather/pa/figures/stock_weather-night-clear.png +share/mate/help/mateweather/pa/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/pa/figures/stock_weather-showers.png +share/mate/help/mateweather/pa/figures/stock_weather-snow.png +share/mate/help/mateweather/pa/figures/stock_weather-storm.png +share/mate/help/mateweather/pa/figures/stock_weather-sunny.png +share/mate/help/mateweather/pa/mateweather.xml +share/mate/help/mateweather/pt_BR/figures/mateweather-details.png +share/mate/help/mateweather/pt_BR/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/pt_BR/figures/mateweather-prefs-general.png +share/mate/help/mateweather/pt_BR/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/pt_BR/figures/mateweather_applet.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-cloudy.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-fog.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-night-clear.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-showers.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-snow.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-storm.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-sunny.png +share/mate/help/mateweather/pt_BR/mateweather.xml +share/mate/help/mateweather/ru/figures/mateweather-details.png +share/mate/help/mateweather/ru/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ru/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ru/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ru/figures/mateweather_applet.png +share/mate/help/mateweather/ru/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ru/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ru/figures/stock_weather-fog.png +share/mate/help/mateweather/ru/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ru/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ru/figures/stock_weather-showers.png +share/mate/help/mateweather/ru/figures/stock_weather-snow.png +share/mate/help/mateweather/ru/figures/stock_weather-storm.png +share/mate/help/mateweather/ru/figures/stock_weather-sunny.png +share/mate/help/mateweather/ru/mateweather.xml +share/mate/help/mateweather/sv/figures/mateweather-details.png +share/mate/help/mateweather/sv/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/sv/figures/mateweather-prefs-general.png +share/mate/help/mateweather/sv/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/sv/figures/mateweather_applet.png +share/mate/help/mateweather/sv/figures/stock_weather-cloudy.png +share/mate/help/mateweather/sv/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/sv/figures/stock_weather-fog.png +share/mate/help/mateweather/sv/figures/stock_weather-night-clear.png +share/mate/help/mateweather/sv/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/sv/figures/stock_weather-showers.png +share/mate/help/mateweather/sv/figures/stock_weather-snow.png +share/mate/help/mateweather/sv/figures/stock_weather-storm.png +share/mate/help/mateweather/sv/figures/stock_weather-sunny.png +share/mate/help/mateweather/sv/mateweather.xml +share/mate/help/mateweather/uk/figures/mateweather-details.png +share/mate/help/mateweather/uk/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/uk/figures/mateweather-prefs-general.png +share/mate/help/mateweather/uk/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/uk/figures/mateweather_applet.png +share/mate/help/mateweather/uk/figures/stock_weather-cloudy.png +share/mate/help/mateweather/uk/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/uk/figures/stock_weather-fog.png +share/mate/help/mateweather/uk/figures/stock_weather-night-clear.png +share/mate/help/mateweather/uk/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/uk/figures/stock_weather-showers.png +share/mate/help/mateweather/uk/figures/stock_weather-snow.png +share/mate/help/mateweather/uk/figures/stock_weather-storm.png +share/mate/help/mateweather/uk/figures/stock_weather-sunny.png +share/mate/help/mateweather/uk/mateweather.xml +share/mate/help/mateweather/zh_CN/figures/mateweather-details.png +share/mate/help/mateweather/zh_CN/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/zh_CN/figures/mateweather-prefs-general.png +share/mate/help/mateweather/zh_CN/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/zh_CN/figures/mateweather_applet.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-cloudy.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-fog.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-night-clear.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-showers.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-snow.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-storm.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-sunny.png +share/mate/help/mateweather/zh_CN/mateweather.xml +share/omf/mate-accessx-status/mate-accessx-status-C.omf +share/omf/mate-accessx-status/mate-accessx-status-bg.omf +share/omf/mate-accessx-status/mate-accessx-status-ca.omf +share/omf/mate-accessx-status/mate-accessx-status-cs.omf +share/omf/mate-accessx-status/mate-accessx-status-de.omf +share/omf/mate-accessx-status/mate-accessx-status-el.omf +share/omf/mate-accessx-status/mate-accessx-status-en_GB.omf +share/omf/mate-accessx-status/mate-accessx-status-es.omf +share/omf/mate-accessx-status/mate-accessx-status-eu.omf +share/omf/mate-accessx-status/mate-accessx-status-fi.omf +share/omf/mate-accessx-status/mate-accessx-status-fr.omf +share/omf/mate-accessx-status/mate-accessx-status-gl.omf +share/omf/mate-accessx-status/mate-accessx-status-it.omf +share/omf/mate-accessx-status/mate-accessx-status-ko.omf +share/omf/mate-accessx-status/mate-accessx-status-nl.omf +share/omf/mate-accessx-status/mate-accessx-status-oc.omf +share/omf/mate-accessx-status/mate-accessx-status-sv.omf +share/omf/mate-accessx-status/mate-accessx-status-uk.omf +share/omf/mate-accessx-status/mate-accessx-status-zh_CN.omf +share/omf/mate-battstat/mate-battstat-C.omf +share/omf/mate-battstat/mate-battstat-bg.omf +share/omf/mate-battstat/mate-battstat-ca.omf +share/omf/mate-battstat/mate-battstat-cs.omf +share/omf/mate-battstat/mate-battstat-da.omf +share/omf/mate-battstat/mate-battstat-de.omf +share/omf/mate-battstat/mate-battstat-el.omf +share/omf/mate-battstat/mate-battstat-en_GB.omf +share/omf/mate-battstat/mate-battstat-es.omf +share/omf/mate-battstat/mate-battstat-eu.omf +share/omf/mate-battstat/mate-battstat-fi.omf +share/omf/mate-battstat/mate-battstat-fr.omf +share/omf/mate-battstat/mate-battstat-ko.omf +share/omf/mate-battstat/mate-battstat-oc.omf +share/omf/mate-battstat/mate-battstat-pa.omf +share/omf/mate-battstat/mate-battstat-pt_BR.omf +share/omf/mate-battstat/mate-battstat-sv.omf +share/omf/mate-battstat/mate-battstat-uk.omf +share/omf/mate-battstat/mate-battstat-zh_CN.omf +share/omf/mate-char-palette/mate-char-palette-C.omf +share/omf/mate-char-palette/mate-char-palette-bg.omf +share/omf/mate-char-palette/mate-char-palette-ca.omf +share/omf/mate-char-palette/mate-char-palette-cs.omf +share/omf/mate-char-palette/mate-char-palette-de.omf +share/omf/mate-char-palette/mate-char-palette-el.omf +share/omf/mate-char-palette/mate-char-palette-en_GB.omf +share/omf/mate-char-palette/mate-char-palette-es.omf +share/omf/mate-char-palette/mate-char-palette-eu.omf +share/omf/mate-char-palette/mate-char-palette-fi.omf +share/omf/mate-char-palette/mate-char-palette-fr.omf +share/omf/mate-char-palette/mate-char-palette-it.omf +share/omf/mate-char-palette/mate-char-palette-ko.omf +share/omf/mate-char-palette/mate-char-palette-nl.omf +share/omf/mate-char-palette/mate-char-palette-oc.omf +share/omf/mate-char-palette/mate-char-palette-pt_BR.omf +share/omf/mate-char-palette/mate-char-palette-ru.omf +share/omf/mate-char-palette/mate-char-palette-sv.omf +share/omf/mate-char-palette/mate-char-palette-uk.omf +share/omf/mate-char-palette/mate-char-palette-zh_CN.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-C.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-ca.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-cs.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-de.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-el.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-en_GB.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-es.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-eu.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-fi.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-fr.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-hu.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-nl.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-oc.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-pt_BR.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-ru.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-sv.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-uk.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_CN.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_HK.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_TW.omf +share/omf/mate-drivemount/mate-drivemount-C.omf +share/omf/mate-drivemount/mate-drivemount-ca.omf +share/omf/mate-drivemount/mate-drivemount-cs.omf +share/omf/mate-drivemount/mate-drivemount-da.omf +share/omf/mate-drivemount/mate-drivemount-de.omf +share/omf/mate-drivemount/mate-drivemount-el.omf +share/omf/mate-drivemount/mate-drivemount-en_GB.omf +share/omf/mate-drivemount/mate-drivemount-es.omf +share/omf/mate-drivemount/mate-drivemount-eu.omf +share/omf/mate-drivemount/mate-drivemount-fi.omf +share/omf/mate-drivemount/mate-drivemount-fr.omf +share/omf/mate-drivemount/mate-drivemount-it.omf +share/omf/mate-drivemount/mate-drivemount-ko.omf +share/omf/mate-drivemount/mate-drivemount-oc.omf +share/omf/mate-drivemount/mate-drivemount-pa.omf +share/omf/mate-drivemount/mate-drivemount-ru.omf +share/omf/mate-drivemount/mate-drivemount-sv.omf +share/omf/mate-drivemount/mate-drivemount-uk.omf +share/omf/mate-drivemount/mate-drivemount-zh_CN.omf +share/omf/mate-geyes/mate-geyes-C.omf +share/omf/mate-geyes/mate-geyes-ast.omf +share/omf/mate-geyes/mate-geyes-bg.omf +share/omf/mate-geyes/mate-geyes-ca.omf +share/omf/mate-geyes/mate-geyes-cs.omf +share/omf/mate-geyes/mate-geyes-da.omf +share/omf/mate-geyes/mate-geyes-de.omf +share/omf/mate-geyes/mate-geyes-el.omf +share/omf/mate-geyes/mate-geyes-en_GB.omf +share/omf/mate-geyes/mate-geyes-es.omf +share/omf/mate-geyes/mate-geyes-eu.omf +share/omf/mate-geyes/mate-geyes-fi.omf +share/omf/mate-geyes/mate-geyes-fr.omf +share/omf/mate-geyes/mate-geyes-it.omf +share/omf/mate-geyes/mate-geyes-ko.omf +share/omf/mate-geyes/mate-geyes-oc.omf +share/omf/mate-geyes/mate-geyes-ru.omf +share/omf/mate-geyes/mate-geyes-sv.omf +share/omf/mate-geyes/mate-geyes-uk.omf +share/omf/mate-geyes/mate-geyes-zh_CN.omf +share/omf/mate-geyes/mate-geyes-zh_HK.omf +share/omf/mate-geyes/mate-geyes-zh_TW.omf +share/omf/mate-invest-applet/mate-invest-applet-C.omf +share/omf/mate-invest-applet/mate-invest-applet-ca.omf +share/omf/mate-invest-applet/mate-invest-applet-de.omf +share/omf/mate-invest-applet/mate-invest-applet-el.omf +share/omf/mate-invest-applet/mate-invest-applet-en_GB.omf +share/omf/mate-invest-applet/mate-invest-applet-es.omf +share/omf/mate-invest-applet/mate-invest-applet-fi.omf +share/omf/mate-invest-applet/mate-invest-applet-ru.omf +share/omf/mate-invest-applet/mate-invest-applet-sv.omf +share/omf/mate-invest-applet/mate-invest-applet-zh_CN.omf +share/omf/mate-multiload/mate-multiload-C.omf +share/omf/mate-multiload/mate-multiload-ca.omf +share/omf/mate-multiload/mate-multiload-cs.omf +share/omf/mate-multiload/mate-multiload-de.omf +share/omf/mate-multiload/mate-multiload-el.omf +share/omf/mate-multiload/mate-multiload-en_GB.omf +share/omf/mate-multiload/mate-multiload-es.omf +share/omf/mate-multiload/mate-multiload-eu.omf +share/omf/mate-multiload/mate-multiload-fi.omf +share/omf/mate-multiload/mate-multiload-fr.omf +share/omf/mate-multiload/mate-multiload-ko.omf +share/omf/mate-multiload/mate-multiload-oc.omf +share/omf/mate-multiload/mate-multiload-pa.omf +share/omf/mate-multiload/mate-multiload-pt_BR.omf +share/omf/mate-multiload/mate-multiload-ru.omf +share/omf/mate-multiload/mate-multiload-sv.omf +share/omf/mate-multiload/mate-multiload-uk.omf +share/omf/mate-multiload/mate-multiload-zh_CN.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-C.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ca.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-cs.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-de.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-el.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-en_GB.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-es.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-eu.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-fi.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-fr.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ko.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-oc.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-pa.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-pt_BR.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ru.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-sv.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-uk.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_CN.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_HK.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_TW.omf +share/omf/mate-trashapplet/mate-trashapplet-C.omf +share/omf/mate-trashapplet/mate-trashapplet-ca.omf +share/omf/mate-trashapplet/mate-trashapplet-cs.omf +share/omf/mate-trashapplet/mate-trashapplet-da.omf +share/omf/mate-trashapplet/mate-trashapplet-de.omf +share/omf/mate-trashapplet/mate-trashapplet-el.omf +share/omf/mate-trashapplet/mate-trashapplet-en_GB.omf +share/omf/mate-trashapplet/mate-trashapplet-es.omf +share/omf/mate-trashapplet/mate-trashapplet-eu.omf +share/omf/mate-trashapplet/mate-trashapplet-fi.omf +share/omf/mate-trashapplet/mate-trashapplet-fr.omf +share/omf/mate-trashapplet/mate-trashapplet-hu.omf +share/omf/mate-trashapplet/mate-trashapplet-it.omf +share/omf/mate-trashapplet/mate-trashapplet-nl.omf +share/omf/mate-trashapplet/mate-trashapplet-oc.omf +share/omf/mate-trashapplet/mate-trashapplet-pa.omf +share/omf/mate-trashapplet/mate-trashapplet-pt_BR.omf +share/omf/mate-trashapplet/mate-trashapplet-ru.omf +share/omf/mate-trashapplet/mate-trashapplet-sv.omf +share/omf/mate-trashapplet/mate-trashapplet-uk.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_CN.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_HK.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_TW.omf +share/omf/mateweather/mateweather-C.omf +share/omf/mateweather/mateweather-ar.omf +share/omf/mateweather/mateweather-ca.omf +share/omf/mateweather/mateweather-cs.omf +share/omf/mateweather/mateweather-de.omf +share/omf/mateweather/mateweather-el.omf +share/omf/mateweather/mateweather-en_GB.omf +share/omf/mateweather/mateweather-es.omf +share/omf/mateweather/mateweather-eu.omf +share/omf/mateweather/mateweather-fi.omf +share/omf/mateweather/mateweather-fr.omf +share/omf/mateweather/mateweather-ko.omf +share/omf/mateweather/mateweather-nl.omf +share/omf/mateweather/mateweather-oc.omf +share/omf/mateweather/mateweather-pa.omf +share/omf/mateweather/mateweather-pt_BR.omf +share/omf/mateweather/mateweather-ru.omf +share/omf/mateweather/mateweather-sv.omf +share/omf/mateweather/mateweather-uk.omf +share/omf/mateweather/mateweather-zh_CN.omf +share/pixmaps/mate-accessx-status-applet/ax-applet.png +share/pixmaps/mate-accessx-status-applet/ax-bouncekeys.png +share/pixmaps/mate-accessx-status-applet/ax-key-base.png +share/pixmaps/mate-accessx-status-applet/ax-key-inverse.png +share/pixmaps/mate-accessx-status-applet/ax-key-no.png +share/pixmaps/mate-accessx-status-applet/ax-key-none.png +share/pixmaps/mate-accessx-status-applet/ax-key-yes.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-no.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-pending.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-yes.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys.png +share/pixmaps/mate-accessx-status-applet/mousekeys-base.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-left.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-middle.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-right.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-left.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-middle.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-right.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-none.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-none.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-none.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-none.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-none.png +share/pixmaps/mate-accessx-status-applet/sticky-super-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-super-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-super-none.png +share/pixmaps/mate-cpufreq-applet/cpufreq-100.png +share/pixmaps/mate-cpufreq-applet/cpufreq-25.png +share/pixmaps/mate-cpufreq-applet/cpufreq-50.png +share/pixmaps/mate-cpufreq-applet/cpufreq-75.png +share/pixmaps/mate-cpufreq-applet/cpufreq-na.png +share/pixmaps/mate-stickynotes/close.png +share/pixmaps/mate-stickynotes/locked.png +share/pixmaps/mate-stickynotes/resize_se.png +share/pixmaps/mate-stickynotes/resize_sw.png +share/pixmaps/mate-stickynotes/unlocked.png +share/polkit-1/actions/org.mate.cpufreqselector.policy +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm share/pixmaps/mate-stickynotes +@dirrm share/pixmaps/mate-cpufreq-applet +@dirrm share/pixmaps/mate-accessx-status-applet +@dirrm share/omf/mateweather +@dirrm share/omf/mate-trashapplet +@dirrm share/omf/mate-stickynotes_applet +@dirrm share/omf/mate-multiload +@dirrm share/omf/mate-invest-applet +@dirrm share/omf/mate-geyes +@dirrm share/omf/mate-drivemount +@dirrm share/omf/mate-cpufreq-applet +@dirrm share/omf/mate-char-palette +@dirrm share/omf/mate-battstat +@dirrm share/omf/mate-accessx-status +@dirrm share/mate/help/mateweather/zh_CN/figures +@dirrm share/mate/help/mateweather/zh_CN +@dirrm share/mate/help/mateweather/uk/figures +@dirrm share/mate/help/mateweather/uk +@dirrm share/mate/help/mateweather/sv/figures +@dirrm share/mate/help/mateweather/sv +@dirrm share/mate/help/mateweather/ru/figures +@dirrm share/mate/help/mateweather/ru +@dirrm share/mate/help/mateweather/pt_BR/figures +@dirrm share/mate/help/mateweather/pt_BR +@dirrm share/mate/help/mateweather/pa/figures +@dirrm share/mate/help/mateweather/pa +@dirrm share/mate/help/mateweather/oc/figures +@dirrm share/mate/help/mateweather/oc +@dirrm share/mate/help/mateweather/nl/figures +@dirrm share/mate/help/mateweather/nl +@dirrm share/mate/help/mateweather/ko/figures +@dirrm share/mate/help/mateweather/ko +@dirrm share/mate/help/mateweather/fr/figures +@dirrm share/mate/help/mateweather/fr +@dirrm share/mate/help/mateweather/fi/figures +@dirrm share/mate/help/mateweather/fi +@dirrm share/mate/help/mateweather/eu/figures +@dirrm share/mate/help/mateweather/eu +@dirrm share/mate/help/mateweather/es/figures +@dirrm share/mate/help/mateweather/es +@dirrm share/mate/help/mateweather/en_GB/figures +@dirrm share/mate/help/mateweather/en_GB +@dirrm share/mate/help/mateweather/el/figures +@dirrm share/mate/help/mateweather/el +@dirrm share/mate/help/mateweather/de/figures +@dirrm share/mate/help/mateweather/de +@dirrm share/mate/help/mateweather/cs/figures +@dirrm share/mate/help/mateweather/cs +@dirrm share/mate/help/mateweather/ca/figures +@dirrm share/mate/help/mateweather/ca +@dirrm share/mate/help/mateweather/ar/figures +@dirrm share/mate/help/mateweather/ar +@dirrm share/mate/help/mateweather/C/figures +@dirrm share/mate/help/mateweather/C +@dirrm share/mate/help/mateweather +@dirrm share/mate/help/mate-trashapplet/zh_TW/figures +@dirrm share/mate/help/mate-trashapplet/zh_TW +@dirrm share/mate/help/mate-trashapplet/zh_HK/figures +@dirrm share/mate/help/mate-trashapplet/zh_HK +@dirrm share/mate/help/mate-trashapplet/zh_CN/figures +@dirrm share/mate/help/mate-trashapplet/zh_CN +@dirrm share/mate/help/mate-trashapplet/uk/figures +@dirrm share/mate/help/mate-trashapplet/uk +@dirrm share/mate/help/mate-trashapplet/sv/figures +@dirrm share/mate/help/mate-trashapplet/sv +@dirrm share/mate/help/mate-trashapplet/ru/figures +@dirrm share/mate/help/mate-trashapplet/ru +@dirrm share/mate/help/mate-trashapplet/pt_BR/figures +@dirrm share/mate/help/mate-trashapplet/pt_BR +@dirrm share/mate/help/mate-trashapplet/pa/figures +@dirrm share/mate/help/mate-trashapplet/pa +@dirrm share/mate/help/mate-trashapplet/oc/figures +@dirrm share/mate/help/mate-trashapplet/oc +@dirrm share/mate/help/mate-trashapplet/nl/figures +@dirrm share/mate/help/mate-trashapplet/nl +@dirrm share/mate/help/mate-trashapplet/it/figures +@dirrm share/mate/help/mate-trashapplet/it +@dirrm share/mate/help/mate-trashapplet/hu/figures +@dirrm share/mate/help/mate-trashapplet/hu +@dirrm share/mate/help/mate-trashapplet/fr/figures +@dirrm share/mate/help/mate-trashapplet/fr +@dirrm share/mate/help/mate-trashapplet/fi/figures +@dirrm share/mate/help/mate-trashapplet/fi +@dirrm share/mate/help/mate-trashapplet/eu/figures +@dirrm share/mate/help/mate-trashapplet/eu +@dirrm share/mate/help/mate-trashapplet/es/figures +@dirrm share/mate/help/mate-trashapplet/es +@dirrm share/mate/help/mate-trashapplet/en_GB/figures +@dirrm share/mate/help/mate-trashapplet/en_GB +@dirrm share/mate/help/mate-trashapplet/el/figures +@dirrm share/mate/help/mate-trashapplet/el +@dirrm share/mate/help/mate-trashapplet/de/figures +@dirrm share/mate/help/mate-trashapplet/de +@dirrm share/mate/help/mate-trashapplet/da/figures +@dirrm share/mate/help/mate-trashapplet/da +@dirrm share/mate/help/mate-trashapplet/cs/figures +@dirrm share/mate/help/mate-trashapplet/cs +@dirrm share/mate/help/mate-trashapplet/ca/figures +@dirrm share/mate/help/mate-trashapplet/ca +@dirrm share/mate/help/mate-trashapplet/C/figures +@dirrm share/mate/help/mate-trashapplet/C +@dirrm share/mate/help/mate-trashapplet +@dirrm share/mate/help/mate-stickynotes_applet/zh_TW/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_TW +@dirrm share/mate/help/mate-stickynotes_applet/zh_HK/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_HK +@dirrm share/mate/help/mate-stickynotes_applet/zh_CN/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_CN +@dirrm share/mate/help/mate-stickynotes_applet/uk/figures +@dirrm share/mate/help/mate-stickynotes_applet/uk +@dirrm share/mate/help/mate-stickynotes_applet/sv/figures +@dirrm share/mate/help/mate-stickynotes_applet/sv +@dirrm share/mate/help/mate-stickynotes_applet/ru/figures +@dirrm share/mate/help/mate-stickynotes_applet/ru +@dirrm share/mate/help/mate-stickynotes_applet/pt_BR/figures +@dirrm share/mate/help/mate-stickynotes_applet/pt_BR +@dirrm share/mate/help/mate-stickynotes_applet/pa/figures +@dirrm share/mate/help/mate-stickynotes_applet/pa +@dirrm share/mate/help/mate-stickynotes_applet/oc/figures +@dirrm share/mate/help/mate-stickynotes_applet/oc +@dirrm share/mate/help/mate-stickynotes_applet/ko/figures +@dirrm share/mate/help/mate-stickynotes_applet/ko +@dirrm share/mate/help/mate-stickynotes_applet/fr/figures +@dirrm share/mate/help/mate-stickynotes_applet/fr +@dirrm share/mate/help/mate-stickynotes_applet/fi/figures +@dirrm share/mate/help/mate-stickynotes_applet/fi +@dirrm share/mate/help/mate-stickynotes_applet/eu/figures +@dirrm share/mate/help/mate-stickynotes_applet/eu +@dirrm share/mate/help/mate-stickynotes_applet/es/figures +@dirrm share/mate/help/mate-stickynotes_applet/es +@dirrm share/mate/help/mate-stickynotes_applet/en_GB/figures +@dirrm share/mate/help/mate-stickynotes_applet/en_GB +@dirrm share/mate/help/mate-stickynotes_applet/el/figures +@dirrm share/mate/help/mate-stickynotes_applet/el +@dirrm share/mate/help/mate-stickynotes_applet/de/figures +@dirrm share/mate/help/mate-stickynotes_applet/de +@dirrm share/mate/help/mate-stickynotes_applet/cs/figures +@dirrm share/mate/help/mate-stickynotes_applet/cs +@dirrm share/mate/help/mate-stickynotes_applet/ca/figures +@dirrm share/mate/help/mate-stickynotes_applet/ca +@dirrm share/mate/help/mate-stickynotes_applet/C/figures +@dirrm share/mate/help/mate-stickynotes_applet/C +@dirrm share/mate/help/mate-stickynotes_applet +@dirrm share/mate/help/mate-multiload/zh_CN/figures +@dirrm share/mate/help/mate-multiload/zh_CN +@dirrm share/mate/help/mate-multiload/uk/figures +@dirrm share/mate/help/mate-multiload/uk +@dirrm share/mate/help/mate-multiload/sv/figures +@dirrm share/mate/help/mate-multiload/sv +@dirrm share/mate/help/mate-multiload/ru/figures +@dirrm share/mate/help/mate-multiload/ru +@dirrm share/mate/help/mate-multiload/pt_BR/figures +@dirrm share/mate/help/mate-multiload/pt_BR +@dirrm share/mate/help/mate-multiload/pa/figures +@dirrm share/mate/help/mate-multiload/pa +@dirrm share/mate/help/mate-multiload/oc/figures +@dirrm share/mate/help/mate-multiload/oc +@dirrm share/mate/help/mate-multiload/ko/figures +@dirrm share/mate/help/mate-multiload/ko +@dirrm share/mate/help/mate-multiload/fr/figures +@dirrm share/mate/help/mate-multiload/fr +@dirrm share/mate/help/mate-multiload/fi/figures +@dirrm share/mate/help/mate-multiload/fi +@dirrm share/mate/help/mate-multiload/eu/figures +@dirrm share/mate/help/mate-multiload/eu +@dirrm share/mate/help/mate-multiload/es/figures +@dirrm share/mate/help/mate-multiload/es +@dirrm share/mate/help/mate-multiload/en_GB/figures +@dirrm share/mate/help/mate-multiload/en_GB +@dirrm share/mate/help/mate-multiload/el/figures +@dirrm share/mate/help/mate-multiload/el +@dirrm share/mate/help/mate-multiload/de/figures +@dirrm share/mate/help/mate-multiload/de +@dirrm share/mate/help/mate-multiload/cs/figures +@dirrm share/mate/help/mate-multiload/cs +@dirrm share/mate/help/mate-multiload/ca/figures +@dirrm share/mate/help/mate-multiload/ca +@dirrm share/mate/help/mate-multiload/C/figures +@dirrm share/mate/help/mate-multiload/C +@dirrm share/mate/help/mate-multiload +@dirrm share/mate/help/mate-invest-applet/zh_CN/figures +@dirrm share/mate/help/mate-invest-applet/zh_CN +@dirrm share/mate/help/mate-invest-applet/sv/figures +@dirrm share/mate/help/mate-invest-applet/sv +@dirrm share/mate/help/mate-invest-applet/ru/figures +@dirrm share/mate/help/mate-invest-applet/ru +@dirrm share/mate/help/mate-invest-applet/fi/figures +@dirrm share/mate/help/mate-invest-applet/fi +@dirrm share/mate/help/mate-invest-applet/es/figures +@dirrm share/mate/help/mate-invest-applet/es +@dirrm share/mate/help/mate-invest-applet/en_GB/figures +@dirrm share/mate/help/mate-invest-applet/en_GB +@dirrm share/mate/help/mate-invest-applet/el/figures +@dirrm share/mate/help/mate-invest-applet/el +@dirrm share/mate/help/mate-invest-applet/de/figures +@dirrm share/mate/help/mate-invest-applet/de +@dirrm share/mate/help/mate-invest-applet/ca/figures +@dirrm share/mate/help/mate-invest-applet/ca +@dirrm share/mate/help/mate-invest-applet/C/figures +@dirrm share/mate/help/mate-invest-applet/C +@dirrm share/mate/help/mate-invest-applet +@dirrm share/mate/help/mate-geyes/zh_TW/figures +@dirrm share/mate/help/mate-geyes/zh_TW +@dirrm share/mate/help/mate-geyes/zh_HK/figures +@dirrm share/mate/help/mate-geyes/zh_HK +@dirrm share/mate/help/mate-geyes/zh_CN/figures +@dirrm share/mate/help/mate-geyes/zh_CN +@dirrm share/mate/help/mate-geyes/uk/figures +@dirrm share/mate/help/mate-geyes/uk +@dirrm share/mate/help/mate-geyes/sv/figures +@dirrm share/mate/help/mate-geyes/sv +@dirrm share/mate/help/mate-geyes/ru/figures +@dirrm share/mate/help/mate-geyes/ru +@dirrm share/mate/help/mate-geyes/oc/figures +@dirrm share/mate/help/mate-geyes/oc +@dirrm share/mate/help/mate-geyes/ko/figures +@dirrm share/mate/help/mate-geyes/ko +@dirrm share/mate/help/mate-geyes/it/figures +@dirrm share/mate/help/mate-geyes/it +@dirrm share/mate/help/mate-geyes/fr/figures +@dirrm share/mate/help/mate-geyes/fr +@dirrm share/mate/help/mate-geyes/fi/figures +@dirrm share/mate/help/mate-geyes/fi +@dirrm share/mate/help/mate-geyes/eu/figures +@dirrm share/mate/help/mate-geyes/eu +@dirrm share/mate/help/mate-geyes/es/figures +@dirrm share/mate/help/mate-geyes/es +@dirrm share/mate/help/mate-geyes/en_GB/figures +@dirrm share/mate/help/mate-geyes/en_GB +@dirrm share/mate/help/mate-geyes/el/figures +@dirrm share/mate/help/mate-geyes/el +@dirrm share/mate/help/mate-geyes/de/figures +@dirrm share/mate/help/mate-geyes/de +@dirrm share/mate/help/mate-geyes/da/figures +@dirrm share/mate/help/mate-geyes/da +@dirrm share/mate/help/mate-geyes/cs/figures +@dirrm share/mate/help/mate-geyes/cs +@dirrm share/mate/help/mate-geyes/ca/figures +@dirrm share/mate/help/mate-geyes/ca +@dirrm share/mate/help/mate-geyes/bg/figures +@dirrm share/mate/help/mate-geyes/bg +@dirrm share/mate/help/mate-geyes/ast/figures +@dirrm share/mate/help/mate-geyes/ast +@dirrm share/mate/help/mate-geyes/C/figures +@dirrm share/mate/help/mate-geyes/C +@dirrm share/mate/help/mate-geyes +@dirrm share/mate/help/mate-drivemount/zh_CN/figures +@dirrm share/mate/help/mate-drivemount/zh_CN +@dirrm share/mate/help/mate-drivemount/uk/figures +@dirrm share/mate/help/mate-drivemount/uk +@dirrm share/mate/help/mate-drivemount/sv/figures +@dirrm share/mate/help/mate-drivemount/sv +@dirrm share/mate/help/mate-drivemount/ru/figures +@dirrm share/mate/help/mate-drivemount/ru +@dirrm share/mate/help/mate-drivemount/pa/figures +@dirrm share/mate/help/mate-drivemount/pa +@dirrm share/mate/help/mate-drivemount/oc/figures +@dirrm share/mate/help/mate-drivemount/oc +@dirrm share/mate/help/mate-drivemount/ko/figures +@dirrm share/mate/help/mate-drivemount/ko +@dirrm share/mate/help/mate-drivemount/it/figures +@dirrm share/mate/help/mate-drivemount/it +@dirrm share/mate/help/mate-drivemount/fr/figures +@dirrm share/mate/help/mate-drivemount/fr +@dirrm share/mate/help/mate-drivemount/fi/figures +@dirrm share/mate/help/mate-drivemount/fi +@dirrm share/mate/help/mate-drivemount/eu/figures +@dirrm share/mate/help/mate-drivemount/eu +@dirrm share/mate/help/mate-drivemount/es/figures +@dirrm share/mate/help/mate-drivemount/es +@dirrm share/mate/help/mate-drivemount/en_GB/figures +@dirrm share/mate/help/mate-drivemount/en_GB +@dirrm share/mate/help/mate-drivemount/el/figures +@dirrm share/mate/help/mate-drivemount/el +@dirrm share/mate/help/mate-drivemount/de/figures +@dirrm share/mate/help/mate-drivemount/de +@dirrm share/mate/help/mate-drivemount/da/figures +@dirrm share/mate/help/mate-drivemount/da +@dirrm share/mate/help/mate-drivemount/cs/figures +@dirrm share/mate/help/mate-drivemount/cs +@dirrm share/mate/help/mate-drivemount/ca/figures +@dirrm share/mate/help/mate-drivemount/ca +@dirrm share/mate/help/mate-drivemount/C/figures +@dirrm share/mate/help/mate-drivemount/C +@dirrm share/mate/help/mate-drivemount +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_TW/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_TW +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_HK/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_HK +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_CN/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_CN +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/uk/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/uk +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/sv/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/sv +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ru/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ru +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/pt_BR/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/pt_BR +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/oc/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/oc +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/nl/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/nl +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/hu/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/hu +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fr/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fr +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fi/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fi +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/eu/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/eu +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/es/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/es +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/en_GB/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/en_GB +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/el/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/el +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/de/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/de +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/cs/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/cs +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ca/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ca +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/C/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/C +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet +@dirrm share/mate/help/mate-char-palette/zh_CN/figures +@dirrm share/mate/help/mate-char-palette/zh_CN +@dirrm share/mate/help/mate-char-palette/uk/figures +@dirrm share/mate/help/mate-char-palette/uk +@dirrm share/mate/help/mate-char-palette/sv/figures +@dirrm share/mate/help/mate-char-palette/sv +@dirrm share/mate/help/mate-char-palette/ru/figures +@dirrm share/mate/help/mate-char-palette/ru +@dirrm share/mate/help/mate-char-palette/pt_BR/figures +@dirrm share/mate/help/mate-char-palette/pt_BR +@dirrm share/mate/help/mate-char-palette/oc/figures +@dirrm share/mate/help/mate-char-palette/oc +@dirrm share/mate/help/mate-char-palette/nl/figures +@dirrm share/mate/help/mate-char-palette/nl +@dirrm share/mate/help/mate-char-palette/ko/figures +@dirrm share/mate/help/mate-char-palette/ko +@dirrm share/mate/help/mate-char-palette/it/figures +@dirrm share/mate/help/mate-char-palette/it +@dirrm share/mate/help/mate-char-palette/fr/figures +@dirrm share/mate/help/mate-char-palette/fr +@dirrm share/mate/help/mate-char-palette/fi/figures +@dirrm share/mate/help/mate-char-palette/fi +@dirrm share/mate/help/mate-char-palette/eu/figures +@dirrm share/mate/help/mate-char-palette/eu +@dirrm share/mate/help/mate-char-palette/es/figures +@dirrm share/mate/help/mate-char-palette/es +@dirrm share/mate/help/mate-char-palette/en_GB/figures +@dirrm share/mate/help/mate-char-palette/en_GB +@dirrm share/mate/help/mate-char-palette/el/figures +@dirrm share/mate/help/mate-char-palette/el +@dirrm share/mate/help/mate-char-palette/de/figures +@dirrm share/mate/help/mate-char-palette/de +@dirrm share/mate/help/mate-char-palette/cs/figures +@dirrm share/mate/help/mate-char-palette/cs +@dirrm share/mate/help/mate-char-palette/ca/figures +@dirrm share/mate/help/mate-char-palette/ca +@dirrm share/mate/help/mate-char-palette/bg/figures +@dirrm share/mate/help/mate-char-palette/bg +@dirrm share/mate/help/mate-char-palette/C/figures +@dirrm share/mate/help/mate-char-palette/C +@dirrm share/mate/help/mate-char-palette +%%BATTERY%%@dirrm share/mate/help/mate-battstat/zh_CN/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/zh_CN +%%BATTERY%%@dirrm share/mate/help/mate-battstat/uk/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/uk +%%BATTERY%%@dirrm share/mate/help/mate-battstat/sv/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/sv +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pt_BR/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pt_BR +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pa/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pa +%%BATTERY%%@dirrm share/mate/help/mate-battstat/oc/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/oc +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ko/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ko +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fr/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fr +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fi/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fi +%%BATTERY%%@dirrm share/mate/help/mate-battstat/eu/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/eu +%%BATTERY%%@dirrm share/mate/help/mate-battstat/es/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/es +%%BATTERY%%@dirrm share/mate/help/mate-battstat/en_GB/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/en_GB +%%BATTERY%%@dirrm share/mate/help/mate-battstat/el/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/el +%%BATTERY%%@dirrm share/mate/help/mate-battstat/de/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/de +%%BATTERY%%@dirrm share/mate/help/mate-battstat/da/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/da +%%BATTERY%%@dirrm share/mate/help/mate-battstat/cs/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/cs +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ca/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ca +%%BATTERY%%@dirrm share/mate/help/mate-battstat/bg/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/bg +%%BATTERY%%@dirrm share/mate/help/mate-battstat/C/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/C +%%BATTERY%%@dirrm share/mate/help/mate-battstat +@dirrm share/mate/help/mate-accessx-status/zh_CN/figures +@dirrm share/mate/help/mate-accessx-status/zh_CN +@dirrm share/mate/help/mate-accessx-status/uk/figures +@dirrm share/mate/help/mate-accessx-status/uk +@dirrm share/mate/help/mate-accessx-status/sv/figures +@dirrm share/mate/help/mate-accessx-status/sv +@dirrm share/mate/help/mate-accessx-status/oc/figures +@dirrm share/mate/help/mate-accessx-status/oc +@dirrm share/mate/help/mate-accessx-status/nl/figures +@dirrm share/mate/help/mate-accessx-status/nl +@dirrm share/mate/help/mate-accessx-status/ko/figures +@dirrm share/mate/help/mate-accessx-status/ko +@dirrm share/mate/help/mate-accessx-status/it/figures +@dirrm share/mate/help/mate-accessx-status/it +@dirrm share/mate/help/mate-accessx-status/gl/figures +@dirrm share/mate/help/mate-accessx-status/gl +@dirrm share/mate/help/mate-accessx-status/fr/figures +@dirrm share/mate/help/mate-accessx-status/fr +@dirrm share/mate/help/mate-accessx-status/fi/figures +@dirrm share/mate/help/mate-accessx-status/fi +@dirrm share/mate/help/mate-accessx-status/eu/figures +@dirrm share/mate/help/mate-accessx-status/eu +@dirrm share/mate/help/mate-accessx-status/es/figures +@dirrm share/mate/help/mate-accessx-status/es +@dirrm share/mate/help/mate-accessx-status/en_GB/figures +@dirrm share/mate/help/mate-accessx-status/en_GB +@dirrm share/mate/help/mate-accessx-status/el/figures +@dirrm share/mate/help/mate-accessx-status/el +@dirrm share/mate/help/mate-accessx-status/de/figures +@dirrm share/mate/help/mate-accessx-status/de +@dirrm share/mate/help/mate-accessx-status/cs/figures +@dirrm share/mate/help/mate-accessx-status/cs +@dirrm share/mate/help/mate-accessx-status/ca/figures +@dirrm share/mate/help/mate-accessx-status/ca +@dirrm share/mate/help/mate-accessx-status/bg/figures +@dirrm share/mate/help/mate-accessx-status/bg +@dirrm share/mate/help/mate-accessx-status/C/figures +@dirrm share/mate/help/mate-accessx-status/C +@dirrm share/mate/help/mate-accessx-status +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrm %%DATADIR%%/invest-applet +@dirrm %%DATADIR%%/geyes/Tango +@dirrm %%DATADIR%%/geyes/Horrid +@dirrm %%DATADIR%%/geyes/Default-tiny +@dirrm %%DATADIR%%/geyes/Default +@dirrm %%DATADIR%%/geyes/Bloodshot +@dirrm %%DATADIR%%/geyes/Bizarre +@dirrm %%DATADIR%%/geyes +@dirrm %%DATADIR%%/builder +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/es_VE/LC_MESSAGES +@dirrmtry share/locale/es_VE +@dirrmtry share/locale/es_UY/LC_MESSAGES +@dirrmtry share/locale/es_UY +@dirrmtry share/locale/es_SV/LC_MESSAGES +@dirrmtry share/locale/es_SV +@dirrmtry share/locale/es_PR/LC_MESSAGES +@dirrmtry share/locale/es_PR +@dirrmtry share/locale/es_PE/LC_MESSAGES +@dirrmtry share/locale/es_PE +@dirrmtry share/locale/es_PA/LC_MESSAGES +@dirrmtry share/locale/es_PA +@dirrmtry share/locale/es_NI/LC_MESSAGES +@dirrmtry share/locale/es_NI +@dirrmtry share/locale/es_HN/LC_MESSAGES +@dirrmtry share/locale/es_HN +@dirrmtry share/locale/es_GT/LC_MESSAGES +@dirrmtry share/locale/es_GT +@dirrmtry share/locale/es_EC/LC_MESSAGES +@dirrmtry share/locale/es_EC +@dirrmtry share/locale/es_DO/LC_MESSAGES +@dirrmtry share/locale/es_DO +@dirrmtry share/locale/es_CR/LC_MESSAGES +@dirrmtry share/locale/es_CR +@dirrmtry share/locale/es_CO/LC_MESSAGES +@dirrmtry share/locale/es_CO +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/es_AR/LC_MESSAGES +@dirrmtry share/locale/es_AR +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/icons/mate/48x48/apps +@dirrmtry share/icons/mate/48x48 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm %%PYTHON_SITELIBDIR%%/mate_invest diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile new file mode 100644 index 000000000..0a3628730 --- /dev/null +++ b/x11/mate-session-manager/Makefile @@ -0,0 +1,37 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTNAME= mate-session-manager +PORTVERSION= 1.6.1 +PORTREVISION= 1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Session component for the MATE desktop + +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo +RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ + ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig tar:xz +USE_MATE= settingsdaemon +USE_XORG= ice sm xau xext xrandr xrender xtrans xtst +USE_GNOME= glib20 gnomehier gtk20 intlhack librsvg2 libxslt pango +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-docbook-docs \ + --with-gtk=2.0 \ + --with-systemd=no +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.session.gschema.xml + +.include <bsd.port.mk> diff --git a/x11/mate-session-manager/distinfo b/x11/mate-session-manager/distinfo new file mode 100644 index 000000000..dd729c45a --- /dev/null +++ b/x11/mate-session-manager/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-session-manager-1.6.1.tar.xz) = 4ee7b4ae18df5becd986b05634428edf0ad8de150a14dc29848b6d34ab312ce9 +SIZE (mate/mate-session-manager-1.6.1.tar.xz) = 641524 diff --git a/x11/mate-session-manager/files/patch-configure b/x11/mate-session-manager/files/patch-configure new file mode 100644 index 000000000..a899ffde1 --- /dev/null +++ b/x11/mate-session-manager/files/patch-configure @@ -0,0 +1,92 @@ +--- configure.orig 2014-04-06 22:50:57.009717742 +0000 ++++ configure 2014-04-06 22:51:37.775714749 +0000 +@@ -13151,7 +13151,89 @@ + esac + + ++# We can only support old upower + ++pkg_failed=no ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UPOWER" >&5 ++$as_echo_n "checking for UPOWER... " >&6; } ++ ++if test -n "$UPOWER_CFLAGS"; then ++ pkg_cv_UPOWER_CFLAGS="$UPOWER_CFLAGS" ++ elif test -n "$PKG_CONFIG"; then ++ if test -n "$PKG_CONFIG" && \ ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"upower-glib < 0.99.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "upower-glib < 0.99.0") 2>&5 ++ ac_status=$? ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; }; then ++ pkg_cv_UPOWER_CFLAGS=`$PKG_CONFIG --cflags "upower-glib < 0.99.0" 2>/dev/null` ++ test "x$?" != "x0" && pkg_failed=yes ++else ++ pkg_failed=yes ++fi ++ else ++ pkg_failed=untried ++fi ++if test -n "$UPOWER_LIBS"; then ++ pkg_cv_UPOWER_LIBS="$UPOWER_LIBS" ++ elif test -n "$PKG_CONFIG"; then ++ if test -n "$PKG_CONFIG" && \ ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"upower-glib < 0.99.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "upower-glib < 0.99.0") 2>&5 ++ ac_status=$? ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; }; then ++ pkg_cv_UPOWER_LIBS=`$PKG_CONFIG --libs "upower-glib < 0.99.0" 2>/dev/null` ++ test "x$?" != "x0" && pkg_failed=yes ++else ++ pkg_failed=yes ++fi ++ else ++ pkg_failed=untried ++fi ++if test $pkg_failed = yes; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ ++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then ++ _pkg_short_errors_supported=yes ++else ++ _pkg_short_errors_supported=no ++fi ++ if test $_pkg_short_errors_supported = yes; then ++ UPOWER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "upower-glib < 0.99.0" 2>&1` ++ else ++ UPOWER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "upower-glib < 0.99.0" 2>&1` ++ fi ++ # Put the nasty error message in config.log where it belongs ++ echo "$UPOWER_PKG_ERRORS" >&5 ++ ++ have_old_upower=no ++elif test $pkg_failed = untried; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ have_old_upower=no ++else ++ UPOWER_CFLAGS=$pkg_cv_UPOWER_CFLAGS ++ UPOWER_LIBS=$pkg_cv_UPOWER_LIBS ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ have_old_upower=yes ++fi ++if test x$have_old_upower = xyes; then : ++ ++ ++$as_echo "#define HAVE_OLD_UPOWER 1" >>confdefs.h ++ ++ ++fi ++ if test x$have_old_upower = xyes; then ++ HAVE_OLD_UPOWER_TRUE= ++ HAVE_OLD_UPOWER_FALSE='#' ++else ++ HAVE_OLD_UPOWER_TRUE='#' ++ HAVE_OLD_UPOWER_FALSE= ++fi + + + diff --git a/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c b/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c new file mode 100644 index 000000000..f7e5285d5 --- /dev/null +++ b/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c @@ -0,0 +1,10 @@ +--- mate-session/gsm-autostart-app.c.orig 2008-08-20 14:18:52.000000000 -0400 ++++ mate-session/gsm-autostart-app.c 2008-08-20 14:19:02.000000000 -0400 +@@ -25,6 +25,7 @@ + #include <string.h> + #include <sys/wait.h> + #include <errno.h> ++#include <signal.h> + + #include <glib.h> + #include <gio/gio.h> diff --git a/x11/mate-session-manager/files/patch-mate-session_gsm-logout-dialog.c b/x11/mate-session-manager/files/patch-mate-session_gsm-logout-dialog.c new file mode 100644 index 000000000..ec5c40a9f --- /dev/null +++ b/x11/mate-session-manager/files/patch-mate-session_gsm-logout-dialog.c @@ -0,0 +1,24 @@ +--- mate-session/gsm-logout-dialog.c.orig 2014-04-06 23:10:11.756637268 +0000 ++++ mate-session/gsm-logout-dialog.c 2014-04-06 23:11:06.531633477 +0000 +@@ -200,13 +200,21 @@ + static gboolean + gsm_logout_supports_system_suspend (GsmLogoutDialog *logout_dialog) + { ++#ifdef HAVE_OLD_UPOWER + return up_client_get_can_suspend (logout_dialog->priv->up_client); ++#else ++ return FALSE; ++#endif + } + + static gboolean + gsm_logout_supports_system_hibernate (GsmLogoutDialog *logout_dialog) + { ++#ifdef HAVE_OLD_UPOWER + return up_client_get_can_hibernate (logout_dialog->priv->up_client); ++#else ++ return FALSE; ++#endif + } + + static gboolean diff --git a/x11/mate-session-manager/files/patch-mate-session_gsm-manager.c b/x11/mate-session-manager/files/patch-mate-session_gsm-manager.c new file mode 100644 index 000000000..eaef2e34f --- /dev/null +++ b/x11/mate-session-manager/files/patch-mate-session_gsm-manager.c @@ -0,0 +1,48 @@ +--- mate-session/gsm-manager.c.orig 2014-04-06 23:05:32.991656631 +0000 ++++ mate-session/gsm-manager.c 2014-04-06 23:08:50.720647766 +0000 +@@ -1101,14 +1101,22 @@ + GError *error; + gboolean ret; + ++#ifdef HAVE_OLD_UPOWER + can_hibernate = up_client_get_can_hibernate (manager->priv->up_client); ++#else ++ can_hibernate = FALSE; ++#endif + if (can_hibernate) { + + /* lock the screen before we suspend */ + manager_perhaps_lock (manager); + + error = NULL; ++#ifdef HAVE_OLD_UPOWER + ret = up_client_hibernate_sync (manager->priv->up_client, NULL, &error); ++#else ++ ret = FALSE; ++#endif + if (!ret) { + g_warning ("Unexpected hibernate failure: %s", + error->message); +@@ -1124,14 +1132,22 @@ + GError *error; + gboolean ret; + ++#ifdef HAVE_OLD_UPOWER + can_suspend = up_client_get_can_suspend (manager->priv->up_client); ++#else ++ can_suspend = FALSE; ++#endif + if (can_suspend) { + + /* lock the screen before we suspend */ + manager_perhaps_lock (manager); + + error = NULL; ++#ifdef HAVE_OLD_UPOWER + ret = up_client_suspend_sync (manager->priv->up_client, NULL, &error); ++#else ++ ret = FALSE; ++#endif + if (!ret) { + g_warning ("Unexpected suspend failure: %s", + error->message); diff --git a/x11/mate-session-manager/pkg-descr b/x11/mate-session-manager/pkg-descr new file mode 100644 index 000000000..05005ed2b --- /dev/null +++ b/x11/mate-session-manager/pkg-descr @@ -0,0 +1,4 @@ +This provides session management for the MATE desktop, and +provides the tools used to start the desktop. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-session-manager/pkg-plist b/x11/mate-session-manager/pkg-plist new file mode 100644 index 000000000..316e38d6d --- /dev/null +++ b/x11/mate-session-manager/pkg-plist @@ -0,0 +1,187 @@ +bin/mate-session +bin/mate-session-properties +bin/mate-session-save +bin/mate-wm +man/man1/mate-session-properties.1.gz +man/man1/mate-session-save.1.gz +man/man1/mate-session.1.gz +man/man1/mate-wm.1.gz +share/MateConf/gsettings/mate-session.convert +share/applications/mate-session-properties.desktop +share/icons/hicolor/16x16/apps/mate-session-properties.png +share/icons/hicolor/22x22/apps/mate-session-properties.png +share/icons/hicolor/24x24/apps/mate-session-properties.png +share/icons/hicolor/32x32/apps/mate-session-properties.png +share/icons/hicolor/48x48/apps/mate-session-properties.png +share/icons/hicolor/scalable/apps/mate-session-properties.svg +share/locale/af/LC_MESSAGES/mate-session-manager.mo +share/locale/am/LC_MESSAGES/mate-session-manager.mo +share/locale/ar/LC_MESSAGES/mate-session-manager.mo +share/locale/as/LC_MESSAGES/mate-session-manager.mo +share/locale/ast/LC_MESSAGES/mate-session-manager.mo +share/locale/az/LC_MESSAGES/mate-session-manager.mo +share/locale/be/LC_MESSAGES/mate-session-manager.mo +share/locale/be@latin/LC_MESSAGES/mate-session-manager.mo +share/locale/bg/LC_MESSAGES/mate-session-manager.mo +share/locale/bn/LC_MESSAGES/mate-session-manager.mo +share/locale/bn_IN/LC_MESSAGES/mate-session-manager.mo +share/locale/br/LC_MESSAGES/mate-session-manager.mo +share/locale/bs/LC_MESSAGES/mate-session-manager.mo +share/locale/ca/LC_MESSAGES/mate-session-manager.mo +share/locale/ca@valencia/LC_MESSAGES/mate-session-manager.mo +share/locale/crh/LC_MESSAGES/mate-session-manager.mo +share/locale/cs/LC_MESSAGES/mate-session-manager.mo +share/locale/cy/LC_MESSAGES/mate-session-manager.mo +share/locale/da/LC_MESSAGES/mate-session-manager.mo +share/locale/de/LC_MESSAGES/mate-session-manager.mo +share/locale/dz/LC_MESSAGES/mate-session-manager.mo +share/locale/el/LC_MESSAGES/mate-session-manager.mo +share/locale/en@shaw/LC_MESSAGES/mate-session-manager.mo +share/locale/en_CA/LC_MESSAGES/mate-session-manager.mo +share/locale/en_GB/LC_MESSAGES/mate-session-manager.mo +share/locale/eo/LC_MESSAGES/mate-session-manager.mo +share/locale/es/LC_MESSAGES/mate-session-manager.mo +share/locale/et/LC_MESSAGES/mate-session-manager.mo +share/locale/eu/LC_MESSAGES/mate-session-manager.mo +share/locale/fa/LC_MESSAGES/mate-session-manager.mo +share/locale/fi/LC_MESSAGES/mate-session-manager.mo +share/locale/fr/LC_MESSAGES/mate-session-manager.mo +share/locale/fur/LC_MESSAGES/mate-session-manager.mo +share/locale/fy/LC_MESSAGES/mate-session-manager.mo +share/locale/ga/LC_MESSAGES/mate-session-manager.mo +share/locale/gl/LC_MESSAGES/mate-session-manager.mo +share/locale/gu/LC_MESSAGES/mate-session-manager.mo +share/locale/ha/LC_MESSAGES/mate-session-manager.mo +share/locale/he/LC_MESSAGES/mate-session-manager.mo +share/locale/hi/LC_MESSAGES/mate-session-manager.mo +share/locale/hr/LC_MESSAGES/mate-session-manager.mo +share/locale/hu/LC_MESSAGES/mate-session-manager.mo +share/locale/hy/LC_MESSAGES/mate-session-manager.mo +share/locale/id/LC_MESSAGES/mate-session-manager.mo +share/locale/ig/LC_MESSAGES/mate-session-manager.mo +share/locale/is/LC_MESSAGES/mate-session-manager.mo +share/locale/it/LC_MESSAGES/mate-session-manager.mo +share/locale/ja/LC_MESSAGES/mate-session-manager.mo +share/locale/ka/LC_MESSAGES/mate-session-manager.mo +share/locale/kn/LC_MESSAGES/mate-session-manager.mo +share/locale/ko/LC_MESSAGES/mate-session-manager.mo +share/locale/ku/LC_MESSAGES/mate-session-manager.mo +share/locale/lt/LC_MESSAGES/mate-session-manager.mo +share/locale/lv/LC_MESSAGES/mate-session-manager.mo +share/locale/mai/LC_MESSAGES/mate-session-manager.mo +share/locale/mg/LC_MESSAGES/mate-session-manager.mo +share/locale/mi/LC_MESSAGES/mate-session-manager.mo +share/locale/mk/LC_MESSAGES/mate-session-manager.mo +share/locale/ml/LC_MESSAGES/mate-session-manager.mo +share/locale/mn/LC_MESSAGES/mate-session-manager.mo +share/locale/mr/LC_MESSAGES/mate-session-manager.mo +share/locale/ms/LC_MESSAGES/mate-session-manager.mo +share/locale/nb/LC_MESSAGES/mate-session-manager.mo +share/locale/nds/LC_MESSAGES/mate-session-manager.mo +share/locale/ne/LC_MESSAGES/mate-session-manager.mo +share/locale/nl/LC_MESSAGES/mate-session-manager.mo +share/locale/nn/LC_MESSAGES/mate-session-manager.mo +share/locale/nso/LC_MESSAGES/mate-session-manager.mo +share/locale/oc/LC_MESSAGES/mate-session-manager.mo +share/locale/or/LC_MESSAGES/mate-session-manager.mo +share/locale/pa/LC_MESSAGES/mate-session-manager.mo +share/locale/pl/LC_MESSAGES/mate-session-manager.mo +share/locale/ps/LC_MESSAGES/mate-session-manager.mo +share/locale/pt/LC_MESSAGES/mate-session-manager.mo +share/locale/pt_BR/LC_MESSAGES/mate-session-manager.mo +share/locale/ro/LC_MESSAGES/mate-session-manager.mo +share/locale/ru/LC_MESSAGES/mate-session-manager.mo +share/locale/rw/LC_MESSAGES/mate-session-manager.mo +share/locale/si/LC_MESSAGES/mate-session-manager.mo +share/locale/sk/LC_MESSAGES/mate-session-manager.mo +share/locale/sl/LC_MESSAGES/mate-session-manager.mo +share/locale/sq/LC_MESSAGES/mate-session-manager.mo +share/locale/sr/LC_MESSAGES/mate-session-manager.mo +share/locale/sr@latin/LC_MESSAGES/mate-session-manager.mo +share/locale/sv/LC_MESSAGES/mate-session-manager.mo +share/locale/ta/LC_MESSAGES/mate-session-manager.mo +share/locale/te/LC_MESSAGES/mate-session-manager.mo +share/locale/th/LC_MESSAGES/mate-session-manager.mo +share/locale/tk/LC_MESSAGES/mate-session-manager.mo +share/locale/tr/LC_MESSAGES/mate-session-manager.mo +share/locale/ug/LC_MESSAGES/mate-session-manager.mo +share/locale/uk/LC_MESSAGES/mate-session-manager.mo +share/locale/uz/LC_MESSAGES/mate-session-manager.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-session-manager.mo +share/locale/vi/LC_MESSAGES/mate-session-manager.mo +share/locale/wa/LC_MESSAGES/mate-session-manager.mo +share/locale/xh/LC_MESSAGES/mate-session-manager.mo +share/locale/yo/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_CN/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_HK/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_TW/LC_MESSAGES/mate-session-manager.mo +share/locale/zu/LC_MESSAGES/mate-session-manager.mo +share/mate-session-manager/gsm-inhibit-dialog.ui +share/mate-session-manager/session-properties.ui +share/xsessions/mate.desktop +@dirrmtry share/xsessions +@dirrm share/mate-session-manager +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 201a2640d..c07a8ea96 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -1,9 +1,9 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11/yelp3/Makefile 18692 2013-09-22 00:45:30Z kwm $ +# $MCom: ports-experimental/trunk/x11/yelp/Makefile 19337 2014-03-25 19:31:08Z kwm $ PORTNAME= yelp -PORTVERSION= 3.6.2 +PORTVERSION= 3.12.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -19,10 +19,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/yelp-xsl.pc:${PORTSDIR}/textproc/y LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/yelp-xsl.pc:${PORTSDIR}/textproc/yelp-xsl -USES= desktop-file-utils gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig tar:xz USE_XORG= x11 ice -USE_GNOME= gnomeprefix intlhack gtk30 libxslt libxml2 +USE_GNOME= gnomeprefix gtk30 intlhack libxml2 libxslt GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes @@ -40,6 +39,6 @@ LIB_DEPENDS+= liblzma.so:${PORTSDIR}/archivers/xz .endif post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyelp.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyelp.so.* .include <bsd.port.post.mk> diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo index c9a45c3dc..16176615e 100644 --- a/x11/yelp/distinfo +++ b/x11/yelp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/yelp-3.6.2.tar.xz) = f83d10cb6dfbbaa7d3d5a9ff930edd4a0eef657de0e8aeeaaef0b187038681e1 -SIZE (gnome3/yelp-3.6.2.tar.xz) = 851824 +SHA256 (gnome3/yelp-3.12.0.tar.xz) = c83991b94b12617343c0b18845eee9fcf445459c1f6d273a4ab0b6f89e0b4a4c +SIZE (gnome3/yelp-3.12.0.tar.xz) = 1413544 diff --git a/x11/yelp/files/patch-configure b/x11/yelp/files/patch-configure deleted file mode 100644 index 61097483c..000000000 --- a/x11/yelp/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig 2010-08-14 15:11:31.000000000 -0400 -+++ configure 2010-08-14 15:12:05.000000000 -0400 -@@ -2984,8 +2984,8 @@ install-data-am: install-gsettings-schem - .SECONDARY: $(gsettings_SCHEMAS) - - gsettings__base_list = \ -- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ -- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" -+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ -+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' - - install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) - @$(NORMAL_INSTALL) diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist index 83e7554ca..d36c92902 100644 --- a/x11/yelp/pkg-plist +++ b/x11/yelp/pkg-plist @@ -20,6 +20,7 @@ lib/libyelp.a lib/libyelp.la lib/libyelp.so lib/libyelp.so.0 +lib/libyelp.so.0.0.0 share/applications/yelp.desktop share/doc/libyelp/YelpDocument.html share/doc/libyelp/YelpLocationEntry.html @@ -35,7 +36,6 @@ share/doc/libyelp/index.html share/doc/libyelp/index.sgml share/doc/libyelp/left.png share/doc/libyelp/libyelp-yelp-error.html -share/doc/libyelp/libyelp.devhelp share/doc/libyelp/libyelp.devhelp2 share/doc/libyelp/object-tree.html share/doc/libyelp/right.png @@ -74,6 +74,7 @@ share/locale/fi/LC_MESSAGES/yelp.mo share/locale/fr/LC_MESSAGES/yelp.mo share/locale/fur/LC_MESSAGES/yelp.mo share/locale/ga/LC_MESSAGES/yelp.mo +share/locale/gd/LC_MESSAGES/yelp.mo share/locale/gl/LC_MESSAGES/yelp.mo share/locale/gu/LC_MESSAGES/yelp.mo share/locale/km/LC_MESSAGES/yelp.mo @@ -177,6 +178,187 @@ share/locale/zu/LC_MESSAGES/yelp.mo %%DATADIR%%/icons/hicolor/scalable/status/yelp-page-tip-symbolic.svg %%DATADIR%%/icons/hicolor/scalable/status/yelp-page-ui-symbolic.svg %%DATADIR%%/icons/hicolor/scalable/status/yelp-page-video-symbolic.svg +%%DATADIR%%/mathjax/MathJax.js +%%DATADIR%%/mathjax/config/MMLorHTML.js +%%DATADIR%%/mathjax/config/yelp.js +%%DATADIR%%/mathjax/extensions/MathEvents.js +%%DATADIR%%/mathjax/extensions/MathMenu.js +%%DATADIR%%/mathjax/extensions/MathZoom.js +%%DATADIR%%/mathjax/extensions/mml2jax.js +%%DATADIR%%/mathjax/extensions/HTML-CSS/handle-floats.js +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff +%%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff +%%DATADIR%%/mathjax/jax/element/mml/jax.js +%%DATADIR%%/mathjax/jax/element/mml/optable/Arrows.js +%%DATADIR%%/mathjax/jax/element/mml/optable/BasicLatin.js +%%DATADIR%%/mathjax/jax/element/mml/optable/CombDiacritMarks.js +%%DATADIR%%/mathjax/jax/element/mml/optable/CombDiactForSymbols.js +%%DATADIR%%/mathjax/jax/element/mml/optable/Dingbats.js +%%DATADIR%%/mathjax/jax/element/mml/optable/GeneralPunctuation.js +%%DATADIR%%/mathjax/jax/element/mml/optable/GeometricShapes.js +%%DATADIR%%/mathjax/jax/element/mml/optable/GreekAndCoptic.js +%%DATADIR%%/mathjax/jax/element/mml/optable/Latin1Supplement.js +%%DATADIR%%/mathjax/jax/element/mml/optable/LetterlikeSymbols.js +%%DATADIR%%/mathjax/jax/element/mml/optable/Makefile.am +%%DATADIR%%/mathjax/jax/element/mml/optable/MathOperators.js +%%DATADIR%%/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js +%%DATADIR%%/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js +%%DATADIR%%/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js +%%DATADIR%%/mathjax/jax/element/mml/optable/MiscTechnical.js +%%DATADIR%%/mathjax/jax/element/mml/optable/SpacingModLetters.js +%%DATADIR%%/mathjax/jax/element/mml/optable/SuppMathOperators.js +%%DATADIR%%/mathjax/jax/element/mml/optable/SupplementalArrowsA.js +%%DATADIR%%/mathjax/jax/element/mml/optable/SupplementalArrowsB.js +%%DATADIR%%/mathjax/jax/input/MathML/config.js +%%DATADIR%%/mathjax/jax/input/MathML/jax.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/a.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/b.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/c.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/d.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/e.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/f.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/fr.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/g.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/h.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/i.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/j.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/k.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/l.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/m.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/n.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/o.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/opf.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/p.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/q.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/r.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/s.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/scr.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/t.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/u.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/v.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/w.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/x.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/y.js +%%DATADIR%%/mathjax/jax/input/MathML/entities/z.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/config.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/jax.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/Makefile.am +%%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/maction.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/menclose.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/mglyph.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/ms.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/mtable.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload/multiline.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js +%%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js +%%DATADIR%%/mathjax/jax/output/NativeMML/config.js +%%DATADIR%%/mathjax/jax/output/NativeMML/jax.js %%DATADIR%%/xslt/db2html.xsl %%DATADIR%%/xslt/info2html.xsl %%DATADIR%%/xslt/mal2html.xsl @@ -184,6 +366,63 @@ share/locale/zu/LC_MESSAGES/yelp.mo %%DATADIR%%/xslt/yelp-common.xsl share/yelp-xsl/xslt/common/domains/yelp.xml @dirrm %%DATADIR%%/xslt +@dirrm %%DATADIR%%/mathjax/jax/output/NativeMML +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4 +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3 +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2 +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1 +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Script +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Math +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Main +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts/TeX +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/fonts +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS/autoload +@dirrm %%DATADIR%%/mathjax/jax/output/HTML-CSS +@dirrm %%DATADIR%%/mathjax/jax/output +@dirrm %%DATADIR%%/mathjax/jax/input/MathML/entities +@dirrm %%DATADIR%%/mathjax/jax/input/MathML +@dirrm %%DATADIR%%/mathjax/jax/input +@dirrm %%DATADIR%%/mathjax/jax/element/mml/optable +@dirrm %%DATADIR%%/mathjax/jax/element/mml +@dirrm %%DATADIR%%/mathjax/jax/element +@dirrm %%DATADIR%%/mathjax/jax +@dirrm %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX/woff +@dirrm %%DATADIR%%/mathjax/fonts/HTML-CSS/TeX +@dirrm %%DATADIR%%/mathjax/fonts/HTML-CSS +@dirrm %%DATADIR%%/mathjax/fonts +@dirrm %%DATADIR%%/mathjax/extensions/HTML-CSS +@dirrm %%DATADIR%%/mathjax/extensions +@dirrm %%DATADIR%%/mathjax/config +@dirrm %%DATADIR%%/mathjax @dirrm %%DATADIR%%/icons/hicolor/scalable/status @dirrm %%DATADIR%%/icons/hicolor/scalable/actions @dirrm %%DATADIR%%/icons/hicolor/scalable diff --git a/x11/zenity3/Makefile b/x11/zenity3/Makefile index 089ff6de6..daa4ec2ae 100644 --- a/x11/zenity3/Makefile +++ b/x11/zenity3/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= zenity -PORTVERSION= 3.6.0 +PORTVERSION= 3.8.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -18,10 +18,9 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool CONFLICTS= gtkada-1.2.* zenity-2.* -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack USE_XORG= x11 -USE_XZ= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11/zenity3/distinfo b/x11/zenity3/distinfo index bb996db67..2c0ed2416 100644 --- a/x11/zenity3/distinfo +++ b/x11/zenity3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/zenity-3.6.0.tar.xz) = 5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be -SIZE (gnome3/zenity-3.6.0.tar.xz) = 3636432 +SHA256 (gnome3/zenity-3.8.0.tar.xz) = 94fbf0b71592f26dce0e2c49b82b4401139c8434084ad24c2c6a61ace1e6563f +SIZE (gnome3/zenity-3.8.0.tar.xz) = 3651076 diff --git a/x11/zenity3/pkg-plist b/x11/zenity3/pkg-plist index 8a2f4f3c1..8794f4a36 100644 --- a/x11/zenity3/pkg-plist +++ b/x11/zenity3/pkg-plist @@ -849,6 +849,7 @@ share/locale/sr@latin/LC_MESSAGES/zenity.mo share/locale/sv/LC_MESSAGES/zenity.mo share/locale/ta/LC_MESSAGES/zenity.mo share/locale/te/LC_MESSAGES/zenity.mo +share/locale/tg/LC_MESSAGES/zenity.mo share/locale/th/LC_MESSAGES/zenity.mo share/locale/tr/LC_MESSAGES/zenity.mo share/locale/ug/LC_MESSAGES/zenity.mo |