pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/mate-panel



Module Name:    pkgsrc
Committed By:   youri
Date:           Wed Jan 16 18:07:18 UTC 2019

Modified Files:
        pkgsrc/x11/mate-panel: Makefile PLIST distinfo

Log Message:
mate-panel: update to 1.21.3:

### mate-panel 1.21.3

    update translations
    Use make functions for HELP_LINGUAS
    Check if manager->proxy is NULL
    Migrate mate-panel from dbus-glib to gdbus
    notification-area-preferences-dialog.ui: avoid GtkButton:use-stock
    Fix GdkSeat warning
    Ensure alt-F1 can show the menu even if no menu applet on panel
    na-tray: add preferences dialog and applet menu entry
    na-tray: wide panels, add GSettings to the applet
    na-tray: wide panels, convert main GtkBox display to GtkGrid
    na-tray: wide panels, preliminary batch box to grid rename
    button-widget: wide panels, more suitable resize limits on Widgets and arrows
    README - Add dependency list
    update legal.xml
    Clock applet help: To Adjust the System Date or Time
    Clock applet help: Add Show week numbers in calendar
    Clock applet help: Fix speed unit for meters per second

### mate-panel 1.21.2

    sync with transifex
    menu-bar: transfer focus correctly on alt-F1
    panel: avoid a critical
    panel-toplevel: fix memory leak in calculate_minimum_height
    Change GTK_CHECK_VERSION to match next gtk+ release
    applets: Guard against GTK scale-factor fixes on GtkSocket
    window-list: Skip setting size hints until WnckTasklist has items to show.
    applets: Fix runtime error messages
    mate-panel-applet: setup_x_error_handler for in-process applets too
    GTK 3.23: fix applet size allocation
    fish: avoid deprecated 'gtk_window_set_wmclass'
    Tray: simplify force-redraw, use code that actually works
    panel-actions: replace deprecated gtk_menu_popup
    applet-context-menu: replace deprecated gtk_menu_popup
    panel-context-menu: replace deprecated gtk_menu_popup
    GTK 3.23: don't cut tray icons too narrow in HiDPI mode
    na-tray-child: remove na_tray_child_size_allocate
    panel-menu-button: replace deprecated gtk_menu_popup
    na-tray-child: replace deprecated gdk_error_trap_push/pop functions
    libmate-panel-applet: replace deprecated gdk_error_trap functions
    panel-xutils: replace deprecated gdk_error_trap functions
    panel-util: replace deprecated gdk_flush
    main: replace deprecated gdk_flush
    panel-widget: replace deprecated gdk_flush
    panel-toplevel: add position css class
    panel-force-quit: replace deprecated gdk_device_grab
    panel-force-quit: replace deprecated gdk_error_trap functions
    panel-force-quit: replace deprecated gdk_flush
    menu.c: Fix: Keep spaces in the left if "menus-have-icons" is off
    Panel-gtk.c: Show menu icons only when "menus-have-icons" is set
    workspace-switcher: provide themed fallback color

### mate-panel 1.21.1

  * Translations update
  * update mate-menus requiremnt
  * panel-menu-button.c: Force use basename for compare
  * Support new mate-menus api
  * Convert launcher icons to cairo surfaces
  * fix rendering and removal of in-process applets on unexpanded panel
  * applet.c: avoid deprecated GtkImageMenuItem
  * limit size of panel-hide-button
  * clock: fix weird thing in comments
  * clock: fix actual copy/paste error which caused use-after-free
  * clock: fix use-after-free
  * fish: Install fish animations in fish-specific directory
  * fish: drop wanda image from gresource

### mate-panel 1.21.0

  * Translations update
  * css: use parsing-error signal to warn on bad css file or image
  * css: Convert to GResource
  * na-tray: Convert to GResource
  * wncklet: Convert to GResource
  * panel: Convert to GResource
  * clock: Use new GdkPixbuf API to load resources
  * clock: Convert to GResource
  * fish: Convert to GResource
  * libpanel-applet: Add panel_applet_setup_menu_from_resource() API
  * Theme: consistant theming for applet drag handles in all themes
  * Revert "panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide()"
  * panel-context-menu.c: avoid deprecated GtkImageMenuItem
  * avoid 'gtk_file_chooser_dialog_new' with stock ids
  * Accessibility: white/black applet handles in GNOME high contrast themes
  * panel-run-dialog.ui: avoid deprecated:
  * fish.c: avoid 'gtk_dialog_new_with_buttons' with stock id
  * panel-test-applets.ui: avoid deprecated:
  * window-list.ui: avoid GtkVBox and GtkButton:use-stock
  * workspace-switcher.ui: avoid deprecated GtkButton:use-stock
  * Theme: show applet handles on non-MATE themes
  * panel-properties-dialog.ui: avoid GtkButton:use-stock and GtkImage:stock
  * fish.ui: avoid deprecated:
  * clock.ui: avoid deprecated:
  * avoid gtk_dialog_add_buttons with stock ids
  * workspace-switcher: support i3 WM
  * tx: update config with branch specific resoures
  * workspace-switcher: support metacity WM
  * Apply fix for workspace-switcher by vkareh
  * Fix rendering of out-of-process window list with hidpi
  * hidpi: fix tray icon spacing with window-scaling > 1
  * Fix out-of-process applet sizes for HiDPI
  * Fix hide buttons make panel bigger
  * run dialog: force icon size when loading app icon
  * run dialog: fix expand of content on window resize
  * Fix run dialog show-program-list enabling fix
  * tx: add makepot and .pot files
  * run-dialog: use F6 to switch between entry field and program list
  * transifex: set minimum_perc and type in config file
  * Fix strut sizes for HiDPI multi-monitors
  * Do not down-scale monitor geometries for GDK monitors
  * Scale monitor geometries down to device pixels to support multiple monitors in HiDPI
  * Drawer cleanup and fix arrow behavior


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/mate-panel/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/mate-panel/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/mate-panel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mate-panel/Makefile
diff -u pkgsrc/x11/mate-panel/Makefile:1.22 pkgsrc/x11/mate-panel/Makefile:1.23
--- pkgsrc/x11/mate-panel/Makefile:1.22 Sun Dec  9 18:52:51 2018
+++ pkgsrc/x11/mate-panel/Makefile      Wed Jan 16 18:07:18 2019
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2018/12/09 18:52:51 adam Exp $
+# $NetBSD: Makefile,v 1.23 2019/01/16 18:07:18 youri Exp $
 
 PYTHON_VERSIONS_ACCEPTED=      27
-PKGREVISION= 6
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-panel-${VERSION:R}.1
+DISTNAME=      mate-panel-${VERSION:R}.3
 CATEGORIES=    x11
 
 COMMENT=       MATE panel application

Index: pkgsrc/x11/mate-panel/PLIST
diff -u pkgsrc/x11/mate-panel/PLIST:1.5 pkgsrc/x11/mate-panel/PLIST:1.6
--- pkgsrc/x11/mate-panel/PLIST:1.5     Mon May 14 13:08:26 2018
+++ pkgsrc/x11/mate-panel/PLIST Wed Jan 16 18:07:18 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/05/14 13:08:26 youri Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/01/16 18:07:18 youri Exp $
 bin/mate-desktop-item-edit
 bin/mate-panel
 bin/mate-panel-test-applets
@@ -17,6 +17,7 @@ man/man1/mate-panel.1
 share/applications/mate-panel.desktop
 share/glib-2.0/schemas/org.mate.panel.applet.clock.gschema.xml
 share/glib-2.0/schemas/org.mate.panel.applet.fish.gschema.xml
+share/glib-2.0/schemas/org.mate.panel.applet.notification-area.gschema.xml
 share/glib-2.0/schemas/org.mate.panel.applet.window-list.gschema.xml
 share/glib-2.0/schemas/org.mate.panel.applet.workspace-switcher.gschema.xml
 share/glib-2.0/schemas/org.mate.panel.enums.xml
@@ -49,66 +50,393 @@ share/help/C/mate-clock/legal.xml
 share/help/C/mate-fish/figures/fish_applet.png
 share/help/C/mate-fish/index.docbook
 share/help/C/mate-fish/legal.xml
+share/help/af/mate-clock/figures/clock_applet.png
+share/help/af/mate-clock/index.docbook
+share/help/af/mate-clock/legal.xml
+share/help/af/mate-fish/figures/fish_applet.png
+share/help/af/mate-fish/index.docbook
+share/help/af/mate-fish/legal.xml
+share/help/am/mate-clock/figures/clock_applet.png
+share/help/am/mate-clock/index.docbook
+share/help/am/mate-clock/legal.xml
+share/help/am/mate-fish/figures/fish_applet.png
+share/help/am/mate-fish/index.docbook
+share/help/am/mate-fish/legal.xml
+share/help/an/mate-fish/figures/fish_applet.png
+share/help/an/mate-fish/index.docbook
+share/help/an/mate-fish/legal.xml
 share/help/ar/mate-clock/figures/clock_applet.png
 share/help/ar/mate-clock/index.docbook
 share/help/ar/mate-clock/legal.xml
+share/help/ar/mate-fish/figures/fish_applet.png
+share/help/ar/mate-fish/index.docbook
+share/help/ar/mate-fish/legal.xml
+share/help/as/mate-clock/figures/clock_applet.png
+share/help/as/mate-clock/index.docbook
+share/help/as/mate-clock/legal.xml
+share/help/as/mate-fish/figures/fish_applet.png
+share/help/as/mate-fish/index.docbook
+share/help/as/mate-fish/legal.xml
+share/help/ast/mate-clock/figures/clock_applet.png
+share/help/ast/mate-clock/index.docbook
+share/help/ast/mate-clock/legal.xml
+share/help/ast/mate-fish/figures/fish_applet.png
+share/help/ast/mate-fish/index.docbook
+share/help/ast/mate-fish/legal.xml
+share/help/az/mate-clock/figures/clock_applet.png
+share/help/az/mate-clock/index.docbook
+share/help/az/mate-clock/legal.xml
+share/help/az/mate-fish/figures/fish_applet.png
+share/help/az/mate-fish/index.docbook
+share/help/az/mate-fish/legal.xml
+share/help/be/mate-clock/figures/clock_applet.png
+share/help/be/mate-clock/index.docbook
+share/help/be/mate-clock/legal.xml
+share/help/be/mate-fish/figures/fish_applet.png
+share/help/be/mate-fish/index.docbook
+share/help/be/mate-fish/legal.xml
+share/help/bg/mate-clock/figures/clock_applet.png
+share/help/bg/mate-clock/index.docbook
+share/help/bg/mate-clock/legal.xml
+share/help/bg/mate-fish/figures/fish_applet.png
+share/help/bg/mate-fish/index.docbook
+share/help/bg/mate-fish/legal.xml
+share/help/bn/mate-clock/figures/clock_applet.png
+share/help/bn/mate-clock/index.docbook
+share/help/bn/mate-clock/legal.xml
+share/help/bn/mate-fish/figures/fish_applet.png
+share/help/bn/mate-fish/index.docbook
+share/help/bn/mate-fish/legal.xml
+share/help/bn_IN/mate-clock/figures/clock_applet.png
+share/help/bn_IN/mate-clock/index.docbook
+share/help/bn_IN/mate-clock/legal.xml
+share/help/bn_IN/mate-fish/figures/fish_applet.png
+share/help/bn_IN/mate-fish/index.docbook
+share/help/bn_IN/mate-fish/legal.xml
+share/help/br/mate-clock/figures/clock_applet.png
+share/help/br/mate-clock/index.docbook
+share/help/br/mate-clock/legal.xml
+share/help/br/mate-fish/figures/fish_applet.png
+share/help/br/mate-fish/index.docbook
+share/help/br/mate-fish/legal.xml
+share/help/bs/mate-clock/figures/clock_applet.png
+share/help/bs/mate-clock/index.docbook
+share/help/bs/mate-clock/legal.xml
+share/help/bs/mate-fish/figures/fish_applet.png
+share/help/bs/mate-fish/index.docbook
+share/help/bs/mate-fish/legal.xml
 share/help/ca/mate-clock/figures/clock_applet.png
 share/help/ca/mate-clock/index.docbook
 share/help/ca/mate-clock/legal.xml
 share/help/ca/mate-fish/figures/fish_applet.png
 share/help/ca/mate-fish/index.docbook
 share/help/ca/mate-fish/legal.xml
+share/help/ca@valencia/mate-clock/figures/clock_applet.png
+share/help/ca@valencia/mate-clock/index.docbook
+share/help/ca@valencia/mate-clock/legal.xml
+share/help/ca@valencia/mate-fish/figures/fish_applet.png
+share/help/ca@valencia/mate-fish/index.docbook
+share/help/ca@valencia/mate-fish/legal.xml
+share/help/cmn/mate-clock/figures/clock_applet.png
+share/help/cmn/mate-clock/index.docbook
+share/help/cmn/mate-clock/legal.xml
+share/help/cmn/mate-fish/figures/fish_applet.png
+share/help/cmn/mate-fish/index.docbook
+share/help/cmn/mate-fish/legal.xml
+share/help/crh/mate-clock/figures/clock_applet.png
+share/help/crh/mate-clock/index.docbook
+share/help/crh/mate-clock/legal.xml
+share/help/crh/mate-fish/figures/fish_applet.png
+share/help/crh/mate-fish/index.docbook
+share/help/crh/mate-fish/legal.xml
 share/help/cs/mate-clock/figures/clock_applet.png
 share/help/cs/mate-clock/index.docbook
 share/help/cs/mate-clock/legal.xml
 share/help/cs/mate-fish/figures/fish_applet.png
 share/help/cs/mate-fish/index.docbook
 share/help/cs/mate-fish/legal.xml
+share/help/csb/mate-fish/figures/fish_applet.png
+share/help/csb/mate-fish/index.docbook
+share/help/csb/mate-fish/legal.xml
+share/help/cy/mate-clock/figures/clock_applet.png
+share/help/cy/mate-clock/index.docbook
+share/help/cy/mate-clock/legal.xml
+share/help/cy/mate-fish/figures/fish_applet.png
+share/help/cy/mate-fish/index.docbook
+share/help/cy/mate-fish/legal.xml
 share/help/da/mate-clock/figures/clock_applet.png
 share/help/da/mate-clock/index.docbook
 share/help/da/mate-clock/legal.xml
+share/help/da/mate-fish/figures/fish_applet.png
+share/help/da/mate-fish/index.docbook
+share/help/da/mate-fish/legal.xml
 share/help/de/mate-clock/figures/clock_applet.png
 share/help/de/mate-clock/index.docbook
 share/help/de/mate-clock/legal.xml
 share/help/de/mate-fish/figures/fish_applet.png
 share/help/de/mate-fish/index.docbook
 share/help/de/mate-fish/legal.xml
+share/help/dz/mate-clock/figures/clock_applet.png
+share/help/dz/mate-clock/index.docbook
+share/help/dz/mate-clock/legal.xml
+share/help/dz/mate-fish/figures/fish_applet.png
+share/help/dz/mate-fish/index.docbook
+share/help/dz/mate-fish/legal.xml
 share/help/el/mate-clock/figures/clock_applet.png
 share/help/el/mate-clock/index.docbook
 share/help/el/mate-clock/legal.xml
 share/help/el/mate-fish/figures/fish_applet.png
 share/help/el/mate-fish/index.docbook
 share/help/el/mate-fish/legal.xml
+share/help/en_AU/mate-clock/figures/clock_applet.png
+share/help/en_AU/mate-clock/index.docbook
+share/help/en_AU/mate-clock/legal.xml
+share/help/en_AU/mate-fish/figures/fish_applet.png
+share/help/en_AU/mate-fish/index.docbook
+share/help/en_AU/mate-fish/legal.xml
+share/help/en_CA/mate-clock/figures/clock_applet.png
+share/help/en_CA/mate-clock/index.docbook
+share/help/en_CA/mate-clock/legal.xml
+share/help/en_CA/mate-fish/figures/fish_applet.png
+share/help/en_CA/mate-fish/index.docbook
+share/help/en_CA/mate-fish/legal.xml
 share/help/en_GB/mate-clock/figures/clock_applet.png
 share/help/en_GB/mate-clock/index.docbook
 share/help/en_GB/mate-clock/legal.xml
 share/help/en_GB/mate-fish/figures/fish_applet.png
 share/help/en_GB/mate-fish/index.docbook
 share/help/en_GB/mate-fish/legal.xml
+share/help/eo/mate-clock/figures/clock_applet.png
+share/help/eo/mate-clock/index.docbook
+share/help/eo/mate-clock/legal.xml
+share/help/eo/mate-fish/figures/fish_applet.png
+share/help/eo/mate-fish/index.docbook
+share/help/eo/mate-fish/legal.xml
 share/help/es/mate-clock/figures/clock_applet.png
 share/help/es/mate-clock/index.docbook
 share/help/es/mate-clock/legal.xml
 share/help/es/mate-fish/figures/fish_applet.png
 share/help/es/mate-fish/index.docbook
 share/help/es/mate-fish/legal.xml
+share/help/es_AR/mate-clock/figures/clock_applet.png
+share/help/es_AR/mate-clock/index.docbook
+share/help/es_AR/mate-clock/legal.xml
+share/help/es_AR/mate-fish/figures/fish_applet.png
+share/help/es_AR/mate-fish/index.docbook
+share/help/es_AR/mate-fish/legal.xml
+share/help/es_CL/mate-clock/figures/clock_applet.png
+share/help/es_CL/mate-clock/index.docbook
+share/help/es_CL/mate-clock/legal.xml
+share/help/es_CL/mate-fish/figures/fish_applet.png
+share/help/es_CL/mate-fish/index.docbook
+share/help/es_CL/mate-fish/legal.xml
+share/help/es_CO/mate-clock/figures/clock_applet.png
+share/help/es_CO/mate-clock/index.docbook
+share/help/es_CO/mate-clock/legal.xml
+share/help/es_CO/mate-fish/figures/fish_applet.png
+share/help/es_CO/mate-fish/index.docbook
+share/help/es_CO/mate-fish/legal.xml
+share/help/es_CR/mate-clock/figures/clock_applet.png
+share/help/es_CR/mate-clock/index.docbook
+share/help/es_CR/mate-clock/legal.xml
+share/help/es_CR/mate-fish/figures/fish_applet.png
+share/help/es_CR/mate-fish/index.docbook
+share/help/es_CR/mate-fish/legal.xml
+share/help/es_DO/mate-clock/figures/clock_applet.png
+share/help/es_DO/mate-clock/index.docbook
+share/help/es_DO/mate-clock/legal.xml
+share/help/es_DO/mate-fish/figures/fish_applet.png
+share/help/es_DO/mate-fish/index.docbook
+share/help/es_DO/mate-fish/legal.xml
+share/help/es_EC/mate-clock/figures/clock_applet.png
+share/help/es_EC/mate-clock/index.docbook
+share/help/es_EC/mate-clock/legal.xml
+share/help/es_EC/mate-fish/figures/fish_applet.png
+share/help/es_EC/mate-fish/index.docbook
+share/help/es_EC/mate-fish/legal.xml
+share/help/es_ES/mate-clock/figures/clock_applet.png
+share/help/es_ES/mate-clock/index.docbook
+share/help/es_ES/mate-clock/legal.xml
+share/help/es_ES/mate-fish/figures/fish_applet.png
+share/help/es_ES/mate-fish/index.docbook
+share/help/es_ES/mate-fish/legal.xml
+share/help/es_MX/mate-clock/figures/clock_applet.png
+share/help/es_MX/mate-clock/index.docbook
+share/help/es_MX/mate-clock/legal.xml
+share/help/es_MX/mate-fish/figures/fish_applet.png
+share/help/es_MX/mate-fish/index.docbook
+share/help/es_MX/mate-fish/legal.xml
+share/help/es_NI/mate-clock/figures/clock_applet.png
+share/help/es_NI/mate-clock/index.docbook
+share/help/es_NI/mate-clock/legal.xml
+share/help/es_NI/mate-fish/figures/fish_applet.png
+share/help/es_NI/mate-fish/index.docbook
+share/help/es_NI/mate-fish/legal.xml
+share/help/es_PA/mate-clock/figures/clock_applet.png
+share/help/es_PA/mate-clock/index.docbook
+share/help/es_PA/mate-clock/legal.xml
+share/help/es_PA/mate-fish/figures/fish_applet.png
+share/help/es_PA/mate-fish/index.docbook
+share/help/es_PA/mate-fish/legal.xml
+share/help/es_PE/mate-clock/figures/clock_applet.png
+share/help/es_PE/mate-clock/index.docbook
+share/help/es_PE/mate-clock/legal.xml
+share/help/es_PE/mate-fish/figures/fish_applet.png
+share/help/es_PE/mate-fish/index.docbook
+share/help/es_PE/mate-fish/legal.xml
+share/help/es_PR/mate-clock/figures/clock_applet.png
+share/help/es_PR/mate-clock/index.docbook
+share/help/es_PR/mate-clock/legal.xml
+share/help/es_PR/mate-fish/figures/fish_applet.png
+share/help/es_PR/mate-fish/index.docbook
+share/help/es_PR/mate-fish/legal.xml
+share/help/es_SV/mate-clock/figures/clock_applet.png
+share/help/es_SV/mate-clock/index.docbook
+share/help/es_SV/mate-clock/legal.xml
+share/help/es_SV/mate-fish/figures/fish_applet.png
+share/help/es_SV/mate-fish/index.docbook
+share/help/es_SV/mate-fish/legal.xml
+share/help/es_UY/mate-clock/figures/clock_applet.png
+share/help/es_UY/mate-clock/index.docbook
+share/help/es_UY/mate-clock/legal.xml
+share/help/es_UY/mate-fish/figures/fish_applet.png
+share/help/es_UY/mate-fish/index.docbook
+share/help/es_UY/mate-fish/legal.xml
+share/help/es_VE/mate-clock/figures/clock_applet.png
+share/help/es_VE/mate-clock/index.docbook
+share/help/es_VE/mate-clock/legal.xml
+share/help/es_VE/mate-fish/figures/fish_applet.png
+share/help/es_VE/mate-fish/index.docbook
+share/help/es_VE/mate-fish/legal.xml
+share/help/et/mate-clock/figures/clock_applet.png
+share/help/et/mate-clock/index.docbook
+share/help/et/mate-clock/legal.xml
+share/help/et/mate-fish/figures/fish_applet.png
+share/help/et/mate-fish/index.docbook
+share/help/et/mate-fish/legal.xml
 share/help/eu/mate-clock/figures/clock_applet.png
 share/help/eu/mate-clock/index.docbook
 share/help/eu/mate-clock/legal.xml
 share/help/eu/mate-fish/figures/fish_applet.png
 share/help/eu/mate-fish/index.docbook
 share/help/eu/mate-fish/legal.xml
+share/help/fa/mate-clock/figures/clock_applet.png
+share/help/fa/mate-clock/index.docbook
+share/help/fa/mate-clock/legal.xml
+share/help/fa/mate-fish/figures/fish_applet.png
+share/help/fa/mate-fish/index.docbook
+share/help/fa/mate-fish/legal.xml
 share/help/fi/mate-clock/figures/clock_applet.png
 share/help/fi/mate-clock/index.docbook
 share/help/fi/mate-clock/legal.xml
 share/help/fi/mate-fish/figures/fish_applet.png
 share/help/fi/mate-fish/index.docbook
 share/help/fi/mate-fish/legal.xml
+share/help/fil/mate-fish/figures/fish_applet.png
+share/help/fil/mate-fish/index.docbook
+share/help/fil/mate-fish/legal.xml
 share/help/fr/mate-clock/figures/clock_applet.png
 share/help/fr/mate-clock/index.docbook
 share/help/fr/mate-clock/legal.xml
 share/help/fr/mate-fish/figures/fish_applet.png
 share/help/fr/mate-fish/index.docbook
 share/help/fr/mate-fish/legal.xml
+share/help/fr_CA/mate-fish/figures/fish_applet.png
+share/help/fr_CA/mate-fish/index.docbook
+share/help/fr_CA/mate-fish/legal.xml
+share/help/frp/mate-fish/figures/fish_applet.png
+share/help/frp/mate-fish/index.docbook
+share/help/frp/mate-fish/legal.xml
+share/help/fur/mate-clock/figures/clock_applet.png
+share/help/fur/mate-clock/index.docbook
+share/help/fur/mate-clock/legal.xml
+share/help/fur/mate-fish/figures/fish_applet.png
+share/help/fur/mate-fish/index.docbook
+share/help/fur/mate-fish/legal.xml
+share/help/fy/mate-clock/figures/clock_applet.png
+share/help/fy/mate-clock/index.docbook
+share/help/fy/mate-clock/legal.xml
+share/help/fy/mate-fish/figures/fish_applet.png
+share/help/fy/mate-fish/index.docbook
+share/help/fy/mate-fish/legal.xml
+share/help/ga/mate-clock/figures/clock_applet.png
+share/help/ga/mate-clock/index.docbook
+share/help/ga/mate-clock/legal.xml
+share/help/ga/mate-fish/figures/fish_applet.png
+share/help/ga/mate-fish/index.docbook
+share/help/ga/mate-fish/legal.xml
+share/help/gl/mate-clock/figures/clock_applet.png
+share/help/gl/mate-clock/index.docbook
+share/help/gl/mate-clock/legal.xml
+share/help/gl/mate-fish/figures/fish_applet.png
+share/help/gl/mate-fish/index.docbook
+share/help/gl/mate-fish/legal.xml
+share/help/gu/mate-clock/figures/clock_applet.png
+share/help/gu/mate-clock/index.docbook
+share/help/gu/mate-clock/legal.xml
+share/help/gu/mate-fish/figures/fish_applet.png
+share/help/gu/mate-fish/index.docbook
+share/help/gu/mate-fish/legal.xml
+share/help/ha/mate-clock/figures/clock_applet.png
+share/help/ha/mate-clock/index.docbook
+share/help/ha/mate-clock/legal.xml
+share/help/ha/mate-fish/figures/fish_applet.png
+share/help/ha/mate-fish/index.docbook
+share/help/ha/mate-fish/legal.xml
+share/help/he/mate-clock/figures/clock_applet.png
+share/help/he/mate-clock/index.docbook
+share/help/he/mate-clock/legal.xml
+share/help/he/mate-fish/figures/fish_applet.png
+share/help/he/mate-fish/index.docbook
+share/help/he/mate-fish/legal.xml
+share/help/hi/mate-clock/figures/clock_applet.png
+share/help/hi/mate-clock/index.docbook
+share/help/hi/mate-clock/legal.xml
+share/help/hi/mate-fish/figures/fish_applet.png
+share/help/hi/mate-fish/index.docbook
+share/help/hi/mate-fish/legal.xml
+share/help/hr/mate-clock/figures/clock_applet.png
+share/help/hr/mate-clock/index.docbook
+share/help/hr/mate-clock/legal.xml
+share/help/hr/mate-fish/figures/fish_applet.png
+share/help/hr/mate-fish/index.docbook
+share/help/hr/mate-fish/legal.xml
+share/help/hu/mate-clock/figures/clock_applet.png
+share/help/hu/mate-clock/index.docbook
+share/help/hu/mate-clock/legal.xml
+share/help/hu/mate-fish/figures/fish_applet.png
+share/help/hu/mate-fish/index.docbook
+share/help/hu/mate-fish/legal.xml
+share/help/hy/mate-clock/figures/clock_applet.png
+share/help/hy/mate-clock/index.docbook
+share/help/hy/mate-clock/legal.xml
+share/help/hy/mate-fish/figures/fish_applet.png
+share/help/hy/mate-fish/index.docbook
+share/help/hy/mate-fish/legal.xml
+share/help/ia/mate-clock/figures/clock_applet.png
+share/help/ia/mate-clock/index.docbook
+share/help/ia/mate-clock/legal.xml
+share/help/ia/mate-fish/figures/fish_applet.png
+share/help/ia/mate-fish/index.docbook
+share/help/ia/mate-fish/legal.xml
+share/help/id/mate-clock/figures/clock_applet.png
+share/help/id/mate-clock/index.docbook
+share/help/id/mate-clock/legal.xml
+share/help/id/mate-fish/figures/fish_applet.png
+share/help/id/mate-fish/index.docbook
+share/help/id/mate-fish/legal.xml
+share/help/ig/mate-clock/figures/clock_applet.png
+share/help/ig/mate-clock/index.docbook
+share/help/ig/mate-clock/legal.xml
+share/help/ig/mate-fish/figures/fish_applet.png
+share/help/ig/mate-fish/index.docbook
+share/help/ig/mate-fish/legal.xml
+share/help/is/mate-clock/figures/clock_applet.png
+share/help/is/mate-clock/index.docbook
+share/help/is/mate-clock/legal.xml
+share/help/is/mate-fish/figures/fish_applet.png
+share/help/is/mate-fish/index.docbook
+share/help/is/mate-fish/legal.xml
 share/help/it/mate-clock/figures/clock_applet.png
 share/help/it/mate-clock/index.docbook
 share/help/it/mate-clock/legal.xml
@@ -121,57 +449,357 @@ share/help/ja/mate-clock/legal.xml
 share/help/ja/mate-fish/figures/fish_applet.png
 share/help/ja/mate-fish/index.docbook
 share/help/ja/mate-fish/legal.xml
+share/help/jv/mate-fish/figures/fish_applet.png
+share/help/jv/mate-fish/index.docbook
+share/help/jv/mate-fish/legal.xml
+share/help/ka/mate-clock/figures/clock_applet.png
+share/help/ka/mate-clock/index.docbook
+share/help/ka/mate-clock/legal.xml
+share/help/ka/mate-fish/figures/fish_applet.png
+share/help/ka/mate-fish/index.docbook
+share/help/ka/mate-fish/legal.xml
+share/help/kab/mate-clock/figures/clock_applet.png
+share/help/kab/mate-clock/index.docbook
+share/help/kab/mate-clock/legal.xml
+share/help/kab/mate-fish/figures/fish_applet.png
+share/help/kab/mate-fish/index.docbook
+share/help/kab/mate-fish/legal.xml
+share/help/kk/mate-clock/figures/clock_applet.png
+share/help/kk/mate-clock/index.docbook
+share/help/kk/mate-clock/legal.xml
+share/help/kk/mate-fish/figures/fish_applet.png
+share/help/kk/mate-fish/index.docbook
+share/help/kk/mate-fish/legal.xml
+share/help/km/mate-fish/figures/fish_applet.png
+share/help/km/mate-fish/index.docbook
+share/help/km/mate-fish/legal.xml
+share/help/kn/mate-clock/figures/clock_applet.png
+share/help/kn/mate-clock/index.docbook
+share/help/kn/mate-clock/legal.xml
+share/help/kn/mate-fish/figures/fish_applet.png
+share/help/kn/mate-fish/index.docbook
+share/help/kn/mate-fish/legal.xml
 share/help/ko/mate-clock/figures/clock_applet.png
 share/help/ko/mate-clock/index.docbook
 share/help/ko/mate-clock/legal.xml
 share/help/ko/mate-fish/figures/fish_applet.png
 share/help/ko/mate-fish/index.docbook
 share/help/ko/mate-fish/legal.xml
+share/help/ks/mate-fish/figures/fish_applet.png
+share/help/ks/mate-fish/index.docbook
+share/help/ks/mate-fish/legal.xml
+share/help/ku/mate-clock/figures/clock_applet.png
+share/help/ku/mate-clock/index.docbook
+share/help/ku/mate-clock/legal.xml
+share/help/ku/mate-fish/figures/fish_applet.png
+share/help/ku/mate-fish/index.docbook
+share/help/ku/mate-fish/legal.xml
+share/help/ku_IQ/mate-fish/figures/fish_applet.png
+share/help/ku_IQ/mate-fish/index.docbook
+share/help/ku_IQ/mate-fish/legal.xml
+share/help/ky/mate-clock/figures/clock_applet.png
+share/help/ky/mate-clock/index.docbook
+share/help/ky/mate-clock/legal.xml
+share/help/ky/mate-fish/figures/fish_applet.png
+share/help/ky/mate-fish/index.docbook
+share/help/ky/mate-fish/legal.xml
+share/help/la/mate-fish/figures/fish_applet.png
+share/help/la/mate-fish/index.docbook
+share/help/la/mate-fish/legal.xml
+share/help/lb/mate-fish/figures/fish_applet.png
+share/help/lb/mate-fish/index.docbook
+share/help/lb/mate-fish/legal.xml
+share/help/li/mate-clock/figures/clock_applet.png
+share/help/li/mate-clock/index.docbook
+share/help/li/mate-clock/legal.xml
+share/help/li/mate-fish/figures/fish_applet.png
+share/help/li/mate-fish/index.docbook
+share/help/li/mate-fish/legal.xml
+share/help/lt/mate-clock/figures/clock_applet.png
+share/help/lt/mate-clock/index.docbook
+share/help/lt/mate-clock/legal.xml
+share/help/lt/mate-fish/figures/fish_applet.png
+share/help/lt/mate-fish/index.docbook
+share/help/lt/mate-fish/legal.xml
+share/help/lv/mate-clock/figures/clock_applet.png
+share/help/lv/mate-clock/index.docbook
+share/help/lv/mate-clock/legal.xml
+share/help/lv/mate-fish/figures/fish_applet.png
+share/help/lv/mate-fish/index.docbook
+share/help/lv/mate-fish/legal.xml
+share/help/mai/mate-clock/figures/clock_applet.png
+share/help/mai/mate-clock/index.docbook
+share/help/mai/mate-clock/legal.xml
+share/help/mai/mate-fish/figures/fish_applet.png
+share/help/mai/mate-fish/index.docbook
+share/help/mai/mate-fish/legal.xml
+share/help/mg/mate-clock/figures/clock_applet.png
+share/help/mg/mate-clock/index.docbook
+share/help/mg/mate-clock/legal.xml
+share/help/mg/mate-fish/figures/fish_applet.png
+share/help/mg/mate-fish/index.docbook
+share/help/mg/mate-fish/legal.xml
+share/help/mi/mate-fish/figures/fish_applet.png
+share/help/mi/mate-fish/index.docbook
+share/help/mi/mate-fish/legal.xml
+share/help/mk/mate-clock/figures/clock_applet.png
+share/help/mk/mate-clock/index.docbook
+share/help/mk/mate-clock/legal.xml
+share/help/mk/mate-fish/figures/fish_applet.png
+share/help/mk/mate-fish/index.docbook
+share/help/mk/mate-fish/legal.xml
+share/help/ml/mate-clock/figures/clock_applet.png
+share/help/ml/mate-clock/index.docbook
+share/help/ml/mate-clock/legal.xml
+share/help/ml/mate-fish/figures/fish_applet.png
+share/help/ml/mate-fish/index.docbook
+share/help/ml/mate-fish/legal.xml
+share/help/mn/mate-clock/figures/clock_applet.png
+share/help/mn/mate-clock/index.docbook
+share/help/mn/mate-clock/legal.xml
+share/help/mn/mate-fish/figures/fish_applet.png
+share/help/mn/mate-fish/index.docbook
+share/help/mn/mate-fish/legal.xml
+share/help/mr/mate-clock/figures/clock_applet.png
+share/help/mr/mate-clock/index.docbook
+share/help/mr/mate-clock/legal.xml
+share/help/mr/mate-fish/figures/fish_applet.png
+share/help/mr/mate-fish/index.docbook
+share/help/mr/mate-fish/legal.xml
+share/help/ms/mate-clock/figures/clock_applet.png
+share/help/ms/mate-clock/index.docbook
+share/help/ms/mate-clock/legal.xml
+share/help/ms/mate-fish/figures/fish_applet.png
+share/help/ms/mate-fish/index.docbook
+share/help/ms/mate-fish/legal.xml
+share/help/my/mate-fish/figures/fish_applet.png
+share/help/my/mate-fish/index.docbook
+share/help/my/mate-fish/legal.xml
+share/help/nb/mate-clock/figures/clock_applet.png
+share/help/nb/mate-clock/index.docbook
+share/help/nb/mate-clock/legal.xml
+share/help/nb/mate-fish/figures/fish_applet.png
+share/help/nb/mate-fish/index.docbook
+share/help/nb/mate-fish/legal.xml
+share/help/nds/mate-clock/figures/clock_applet.png
+share/help/nds/mate-clock/index.docbook
+share/help/nds/mate-clock/legal.xml
+share/help/nds/mate-fish/figures/fish_applet.png
+share/help/nds/mate-fish/index.docbook
+share/help/nds/mate-fish/legal.xml
+share/help/ne/mate-clock/figures/clock_applet.png
+share/help/ne/mate-clock/index.docbook
+share/help/ne/mate-clock/legal.xml
+share/help/ne/mate-fish/figures/fish_applet.png
+share/help/ne/mate-fish/index.docbook
+share/help/ne/mate-fish/legal.xml
 share/help/nl/mate-clock/figures/clock_applet.png
 share/help/nl/mate-clock/index.docbook
 share/help/nl/mate-clock/legal.xml
+share/help/nl/mate-fish/figures/fish_applet.png
+share/help/nl/mate-fish/index.docbook
+share/help/nl/mate-fish/legal.xml
+share/help/nn/mate-clock/figures/clock_applet.png
+share/help/nn/mate-clock/index.docbook
+share/help/nn/mate-clock/legal.xml
+share/help/nn/mate-fish/figures/fish_applet.png
+share/help/nn/mate-fish/index.docbook
+share/help/nn/mate-fish/legal.xml
+share/help/nso/mate-clock/figures/clock_applet.png
+share/help/nso/mate-clock/index.docbook
+share/help/nso/mate-clock/legal.xml
+share/help/nso/mate-fish/figures/fish_applet.png
+share/help/nso/mate-fish/index.docbook
+share/help/nso/mate-fish/legal.xml
 share/help/oc/mate-clock/figures/clock_applet.png
 share/help/oc/mate-clock/index.docbook
 share/help/oc/mate-clock/legal.xml
 share/help/oc/mate-fish/figures/fish_applet.png
 share/help/oc/mate-fish/index.docbook
 share/help/oc/mate-fish/legal.xml
+share/help/or/mate-clock/figures/clock_applet.png
+share/help/or/mate-clock/index.docbook
+share/help/or/mate-clock/legal.xml
+share/help/or/mate-fish/figures/fish_applet.png
+share/help/or/mate-fish/index.docbook
+share/help/or/mate-fish/legal.xml
 share/help/pa/mate-clock/figures/clock_applet.png
 share/help/pa/mate-clock/index.docbook
 share/help/pa/mate-clock/legal.xml
+share/help/pa/mate-fish/figures/fish_applet.png
+share/help/pa/mate-fish/index.docbook
+share/help/pa/mate-fish/legal.xml
+share/help/pl/mate-clock/figures/clock_applet.png
+share/help/pl/mate-clock/index.docbook
+share/help/pl/mate-clock/legal.xml
+share/help/pl/mate-fish/figures/fish_applet.png
+share/help/pl/mate-fish/index.docbook
+share/help/pl/mate-fish/legal.xml
+share/help/pms/mate-fish/figures/fish_applet.png
+share/help/pms/mate-fish/index.docbook
+share/help/pms/mate-fish/legal.xml
+share/help/ps/mate-clock/figures/clock_applet.png
+share/help/ps/mate-clock/index.docbook
+share/help/ps/mate-clock/legal.xml
+share/help/ps/mate-fish/figures/fish_applet.png
+share/help/ps/mate-fish/index.docbook
+share/help/ps/mate-fish/legal.xml
 share/help/pt/mate-clock/figures/clock_applet.png
 share/help/pt/mate-clock/index.docbook
 share/help/pt/mate-clock/legal.xml
+share/help/pt/mate-fish/figures/fish_applet.png
+share/help/pt/mate-fish/index.docbook
+share/help/pt/mate-fish/legal.xml
 share/help/pt_BR/mate-clock/figures/clock_applet.png
 share/help/pt_BR/mate-clock/index.docbook
 share/help/pt_BR/mate-clock/legal.xml
+share/help/pt_BR/mate-fish/figures/fish_applet.png
+share/help/pt_BR/mate-fish/index.docbook
+share/help/pt_BR/mate-fish/legal.xml
+share/help/ro/mate-clock/figures/clock_applet.png
+share/help/ro/mate-clock/index.docbook
+share/help/ro/mate-clock/legal.xml
+share/help/ro/mate-fish/figures/fish_applet.png
+share/help/ro/mate-fish/index.docbook
+share/help/ro/mate-fish/legal.xml
 share/help/ru/mate-clock/figures/clock_applet.png
 share/help/ru/mate-clock/index.docbook
 share/help/ru/mate-clock/legal.xml
 share/help/ru/mate-fish/figures/fish_applet.png
 share/help/ru/mate-fish/index.docbook
 share/help/ru/mate-fish/legal.xml
+share/help/rw/mate-fish/figures/fish_applet.png
+share/help/rw/mate-fish/index.docbook
+share/help/rw/mate-fish/legal.xml
+share/help/sc/mate-fish/figures/fish_applet.png
+share/help/sc/mate-fish/index.docbook
+share/help/sc/mate-fish/legal.xml
+share/help/si/mate-clock/figures/clock_applet.png
+share/help/si/mate-clock/index.docbook
+share/help/si/mate-clock/legal.xml
+share/help/si/mate-fish/figures/fish_applet.png
+share/help/si/mate-fish/index.docbook
+share/help/si/mate-fish/legal.xml
+share/help/sk/mate-clock/figures/clock_applet.png
+share/help/sk/mate-clock/index.docbook
+share/help/sk/mate-clock/legal.xml
+share/help/sk/mate-fish/figures/fish_applet.png
+share/help/sk/mate-fish/index.docbook
+share/help/sk/mate-fish/legal.xml
+share/help/sl/mate-clock/figures/clock_applet.png
+share/help/sl/mate-clock/index.docbook
+share/help/sl/mate-clock/legal.xml
+share/help/sl/mate-fish/figures/fish_applet.png
+share/help/sl/mate-fish/index.docbook
+share/help/sl/mate-fish/legal.xml
+share/help/sq/mate-clock/figures/clock_applet.png
+share/help/sq/mate-clock/index.docbook
+share/help/sq/mate-clock/legal.xml
+share/help/sq/mate-fish/figures/fish_applet.png
+share/help/sq/mate-fish/index.docbook
+share/help/sq/mate-fish/legal.xml
 share/help/sr/mate-clock/figures/clock_applet.png
 share/help/sr/mate-clock/index.docbook
 share/help/sr/mate-clock/legal.xml
+share/help/sr/mate-fish/figures/fish_applet.png
+share/help/sr/mate-fish/index.docbook
+share/help/sr/mate-fish/legal.xml
+share/help/sr@latin/mate-clock/figures/clock_applet.png
+share/help/sr@latin/mate-clock/index.docbook
+share/help/sr@latin/mate-clock/legal.xml
+share/help/sr@latin/mate-fish/figures/fish_applet.png
+share/help/sr@latin/mate-fish/index.docbook
+share/help/sr@latin/mate-fish/legal.xml
 share/help/sv/mate-clock/figures/clock_applet.png
 share/help/sv/mate-clock/index.docbook
 share/help/sv/mate-clock/legal.xml
 share/help/sv/mate-fish/figures/fish_applet.png
 share/help/sv/mate-fish/index.docbook
 share/help/sv/mate-fish/legal.xml
+share/help/sw/mate-fish/figures/fish_applet.png
+share/help/sw/mate-fish/index.docbook
+share/help/sw/mate-fish/legal.xml
+share/help/ta/mate-clock/figures/clock_applet.png
+share/help/ta/mate-clock/index.docbook
+share/help/ta/mate-clock/legal.xml
+share/help/ta/mate-fish/figures/fish_applet.png
+share/help/ta/mate-fish/index.docbook
+share/help/ta/mate-fish/legal.xml
+share/help/te/mate-clock/figures/clock_applet.png
+share/help/te/mate-clock/index.docbook
+share/help/te/mate-clock/legal.xml
+share/help/te/mate-fish/figures/fish_applet.png
+share/help/te/mate-fish/index.docbook
+share/help/te/mate-fish/legal.xml
 share/help/th/mate-clock/figures/clock_applet.png
 share/help/th/mate-clock/index.docbook
 share/help/th/mate-clock/legal.xml
 share/help/th/mate-fish/figures/fish_applet.png
 share/help/th/mate-fish/index.docbook
 share/help/th/mate-fish/legal.xml
+share/help/tk/mate-fish/figures/fish_applet.png
+share/help/tk/mate-fish/index.docbook
+share/help/tk/mate-fish/legal.xml
+share/help/tr/mate-clock/figures/clock_applet.png
+share/help/tr/mate-clock/index.docbook
+share/help/tr/mate-clock/legal.xml
+share/help/tr/mate-fish/figures/fish_applet.png
+share/help/tr/mate-fish/index.docbook
+share/help/tr/mate-fish/legal.xml
+share/help/ts/mate-fish/figures/fish_applet.png
+share/help/ts/mate-fish/index.docbook
+share/help/ts/mate-fish/legal.xml
+share/help/ug/mate-clock/figures/clock_applet.png
+share/help/ug/mate-clock/index.docbook
+share/help/ug/mate-clock/legal.xml
+share/help/ug/mate-fish/figures/fish_applet.png
+share/help/ug/mate-fish/index.docbook
+share/help/ug/mate-fish/legal.xml
 share/help/uk/mate-clock/figures/clock_applet.png
 share/help/uk/mate-clock/index.docbook
 share/help/uk/mate-clock/legal.xml
 share/help/uk/mate-fish/figures/fish_applet.png
 share/help/uk/mate-fish/index.docbook
 share/help/uk/mate-fish/legal.xml
+share/help/ur/mate-clock/figures/clock_applet.png
+share/help/ur/mate-clock/index.docbook
+share/help/ur/mate-clock/legal.xml
+share/help/ur/mate-fish/figures/fish_applet.png
+share/help/ur/mate-fish/index.docbook
+share/help/ur/mate-fish/legal.xml
+share/help/ur_PK/mate-fish/figures/fish_applet.png
+share/help/ur_PK/mate-fish/index.docbook
+share/help/ur_PK/mate-fish/legal.xml
+share/help/uz/mate-clock/figures/clock_applet.png
+share/help/uz/mate-clock/index.docbook
+share/help/uz/mate-clock/legal.xml
+share/help/uz/mate-fish/figures/fish_applet.png
+share/help/uz/mate-fish/index.docbook
+share/help/uz/mate-fish/legal.xml
+share/help/vi/mate-clock/figures/clock_applet.png
+share/help/vi/mate-clock/index.docbook
+share/help/vi/mate-clock/legal.xml
+share/help/vi/mate-fish/figures/fish_applet.png
+share/help/vi/mate-fish/index.docbook
+share/help/vi/mate-fish/legal.xml
+share/help/wa/mate-clock/figures/clock_applet.png
+share/help/wa/mate-clock/index.docbook
+share/help/wa/mate-clock/legal.xml
+share/help/wa/mate-fish/figures/fish_applet.png
+share/help/wa/mate-fish/index.docbook
+share/help/wa/mate-fish/legal.xml
+share/help/xh/mate-clock/figures/clock_applet.png
+share/help/xh/mate-clock/index.docbook
+share/help/xh/mate-clock/legal.xml
+share/help/xh/mate-fish/figures/fish_applet.png
+share/help/xh/mate-fish/index.docbook
+share/help/xh/mate-fish/legal.xml
+share/help/yo/mate-clock/figures/clock_applet.png
+share/help/yo/mate-clock/index.docbook
+share/help/yo/mate-clock/legal.xml
+share/help/yo/mate-fish/figures/fish_applet.png
+share/help/yo/mate-fish/index.docbook
+share/help/yo/mate-fish/legal.xml
 share/help/zh_CN/mate-clock/figures/clock_applet.png
 share/help/zh_CN/mate-clock/index.docbook
 share/help/zh_CN/mate-clock/legal.xml
@@ -181,9 +809,21 @@ share/help/zh_CN/mate-fish/legal.xml
 share/help/zh_HK/mate-clock/figures/clock_applet.png
 share/help/zh_HK/mate-clock/index.docbook
 share/help/zh_HK/mate-clock/legal.xml
+share/help/zh_HK/mate-fish/figures/fish_applet.png
+share/help/zh_HK/mate-fish/index.docbook
+share/help/zh_HK/mate-fish/legal.xml
 share/help/zh_TW/mate-clock/figures/clock_applet.png
 share/help/zh_TW/mate-clock/index.docbook
 share/help/zh_TW/mate-clock/legal.xml
+share/help/zh_TW/mate-fish/figures/fish_applet.png
+share/help/zh_TW/mate-fish/index.docbook
+share/help/zh_TW/mate-fish/legal.xml
+share/help/zu/mate-clock/figures/clock_applet.png
+share/help/zu/mate-clock/index.docbook
+share/help/zu/mate-clock/legal.xml
+share/help/zu/mate-fish/figures/fish_applet.png
+share/help/zu/mate-fish/index.docbook
+share/help/zu/mate-fish/legal.xml
 share/icons/hicolor/16x16/apps/mate-panel-clock.png
 share/icons/hicolor/16x16/apps/mate-panel-drawer.png
 share/icons/hicolor/16x16/apps/mate-panel-fish.png
@@ -267,9 +907,21 @@ share/locale/en_CA/LC_MESSAGES/mate-pane
 share/locale/en_GB/LC_MESSAGES/mate-panel.mo
 share/locale/eo/LC_MESSAGES/mate-panel.mo
 share/locale/es/LC_MESSAGES/mate-panel.mo
+share/locale/es_AR/LC_MESSAGES/mate-panel.mo
+share/locale/es_CL/LC_MESSAGES/mate-panel.mo
 share/locale/es_CO/LC_MESSAGES/mate-panel.mo
+share/locale/es_CR/LC_MESSAGES/mate-panel.mo
+share/locale/es_DO/LC_MESSAGES/mate-panel.mo
+share/locale/es_EC/LC_MESSAGES/mate-panel.mo
+share/locale/es_ES/LC_MESSAGES/mate-panel.mo
 share/locale/es_MX/LC_MESSAGES/mate-panel.mo
+share/locale/es_NI/LC_MESSAGES/mate-panel.mo
+share/locale/es_PA/LC_MESSAGES/mate-panel.mo
+share/locale/es_PE/LC_MESSAGES/mate-panel.mo
 share/locale/es_PR/LC_MESSAGES/mate-panel.mo
+share/locale/es_SV/LC_MESSAGES/mate-panel.mo
+share/locale/es_UY/LC_MESSAGES/mate-panel.mo
+share/locale/es_VE/LC_MESSAGES/mate-panel.mo
 share/locale/et/LC_MESSAGES/mate-panel.mo
 share/locale/eu/LC_MESSAGES/mate-panel.mo
 share/locale/fa/LC_MESSAGES/mate-panel.mo
@@ -288,6 +940,7 @@ share/locale/hi/LC_MESSAGES/mate-panel.m
 share/locale/hr/LC_MESSAGES/mate-panel.mo
 share/locale/hu/LC_MESSAGES/mate-panel.mo
 share/locale/hy/LC_MESSAGES/mate-panel.mo
+share/locale/ia/LC_MESSAGES/mate-panel.mo
 share/locale/id/LC_MESSAGES/mate-panel.mo
 share/locale/ig/LC_MESSAGES/mate-panel.mo
 share/locale/is/LC_MESSAGES/mate-panel.mo
@@ -296,8 +949,10 @@ share/locale/ja/LC_MESSAGES/mate-panel.m
 share/locale/jv/LC_MESSAGES/mate-panel.mo
 share/locale/ka/LC_MESSAGES/mate-panel.mo
 share/locale/kk/LC_MESSAGES/mate-panel.mo
+share/locale/km/LC_MESSAGES/mate-panel.mo
 share/locale/kn/LC_MESSAGES/mate-panel.mo
 share/locale/ko/LC_MESSAGES/mate-panel.mo
+share/locale/ks/LC_MESSAGES/mate-panel.mo
 share/locale/ku/LC_MESSAGES/mate-panel.mo
 share/locale/ku_IQ/LC_MESSAGES/mate-panel.mo
 share/locale/ky/LC_MESSAGES/mate-panel.mo
@@ -330,6 +985,7 @@ share/locale/pt_BR/LC_MESSAGES/mate-pane
 share/locale/ro/LC_MESSAGES/mate-panel.mo
 share/locale/ru/LC_MESSAGES/mate-panel.mo
 share/locale/rw/LC_MESSAGES/mate-panel.mo
+share/locale/sc/LC_MESSAGES/mate-panel.mo
 share/locale/si/LC_MESSAGES/mate-panel.mo
 share/locale/sk/LC_MESSAGES/mate-panel.mo
 share/locale/sl/LC_MESSAGES/mate-panel.mo
@@ -340,7 +996,9 @@ share/locale/sv/LC_MESSAGES/mate-panel.m
 share/locale/ta/LC_MESSAGES/mate-panel.mo
 share/locale/te/LC_MESSAGES/mate-panel.mo
 share/locale/th/LC_MESSAGES/mate-panel.mo
+share/locale/tk/LC_MESSAGES/mate-panel.mo
 share/locale/tr/LC_MESSAGES/mate-panel.mo
+share/locale/tt/LC_MESSAGES/mate-panel.mo
 share/locale/ug/LC_MESSAGES/mate-panel.mo
 share/locale/uk/LC_MESSAGES/mate-panel.mo
 share/locale/ur/LC_MESSAGES/mate-panel.mo
@@ -358,39 +1016,14 @@ share/mate-panel/applets/org.mate.panel.
 share/mate-panel/applets/org.mate.panel.FishApplet.mate-panel-applet
 share/mate-panel/applets/org.mate.panel.NotificationAreaApplet.mate-panel-applet
 share/mate-panel/applets/org.mate.panel.Wncklet.mate-panel-applet
+share/mate-panel/fish/fishanim.png
+share/mate-panel/fish/footguy.png
+share/mate-panel/fish/monkey.png
+share/mate-panel/fish/oldwanda.png
+share/mate-panel/fish/wanda.png
 share/mate-panel/layouts/default.layout
 share/mate-panel/layouts/fedora.layout
 share/mate-panel/layouts/linuxmint.layout
 share/mate-panel/layouts/mageia.layout
 share/mate-panel/layouts/opensuse.layout
 share/mate-panel/layouts/ubuntu.layout
-share/mate-panel/pixmaps/clock-calendar-icon.png
-share/mate-panel/pixmaps/clock-face-large.svg
-share/mate-panel/pixmaps/clock-face-small-day.svg
-share/mate-panel/pixmaps/clock-face-small-evening.svg
-share/mate-panel/pixmaps/clock-face-small-morning.svg
-share/mate-panel/pixmaps/clock-face-small-night.svg
-share/mate-panel/pixmaps/clock-face-small.svg
-share/mate-panel/pixmaps/clock-map-location-current.png
-share/mate-panel/pixmaps/clock-map-location-hilight.png
-share/mate-panel/pixmaps/clock-map-location-marker.png
-share/mate-panel/pixmaps/clock-map.png
-share/mate-panel/pixmaps/fishanim.png
-share/mate-panel/pixmaps/footguy.png
-share/mate-panel/pixmaps/monkey.png
-share/mate-panel/pixmaps/oldwanda.png
-share/mate-panel/pixmaps/wanda.png
-share/mate-panel/ui/clock-menu.xml
-share/mate-panel/ui/clock.ui
-share/mate-panel/ui/fish-menu.xml
-share/mate-panel/ui/fish.ui
-share/mate-panel/ui/notification-area-menu.xml
-share/mate-panel/ui/panel-properties-dialog.ui
-share/mate-panel/ui/panel-run-dialog.ui
-share/mate-panel/ui/panel-test-applets.ui
-share/mate-panel/ui/showdesktop-menu.xml
-share/mate-panel/ui/window-list-menu.xml
-share/mate-panel/ui/window-list.ui
-share/mate-panel/ui/window-menu-menu.xml
-share/mate-panel/ui/workspace-switcher-menu.xml
-share/mate-panel/ui/workspace-switcher.ui

Index: pkgsrc/x11/mate-panel/distinfo
diff -u pkgsrc/x11/mate-panel/distinfo:1.4 pkgsrc/x11/mate-panel/distinfo:1.5
--- pkgsrc/x11/mate-panel/distinfo:1.4  Mon May 14 13:08:26 2018
+++ pkgsrc/x11/mate-panel/distinfo      Wed Jan 16 18:07:18 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/05/14 13:08:26 youri Exp $
+$NetBSD: distinfo,v 1.5 2019/01/16 18:07:18 youri Exp $
 
-SHA1 (mate-panel-1.20.1.tar.xz) = e676b6b1c91982164e1658f2a0ad556bc9a359e7
-RMD160 (mate-panel-1.20.1.tar.xz) = c66fd493c1749b80041e7e15a7957d9c178ea37d
-SHA512 (mate-panel-1.20.1.tar.xz) = 1edeb77018473c51f9d5f432d45459a449774cda684e1186a3c1daea51347f5ef529dce7061e9808721af4b4b9822c6d19d8e4729450de39f858b1cc8ec40b1e
-Size (mate-panel-1.20.1.tar.xz) = 1992580 bytes
+SHA1 (mate-panel-1.21.3.tar.xz) = 505b8f645977807650483d84bc09b8fe7dca46cc
+RMD160 (mate-panel-1.21.3.tar.xz) = 97cd89fe5701046f8729d3a1e01015e23d4569ce
+SHA512 (mate-panel-1.21.3.tar.xz) = 0eb305b8406192430ece88eaa1daaf3cf49b6d35258f09be003812f8502ca3c2c7a192e148242143b32dd7546ec83fc03edcd84b0f142db8091b1fb2c8e8351d
+Size (mate-panel-1.21.3.tar.xz) = 2165156 bytes



Home | Main Index | Thread Index | Old Index