pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/mate-utils



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Dec 30 22:54:52 UTC 2019

Modified Files:
        pkgsrc/misc/mate-utils: Makefile PLIST distinfo

Log Message:
mate-utils: update to mate-utils 1.22.2

(pkgsrc TBD: review inkscape and rsvg-convert dependencies.)

Change log:

mate-utils 1.22.2

  * Translations update
  * Add hicolor_apps_24x24_mate-system-log.png
  * Install hicolor_apps_24x24_mate-disk-usage-analyzer.png
  * mate-disk-usage-analyzer: Remove blank space before right parenthesis
  * gdict-applet: Variable 'detail' is allocated memory that is never used
  * Make inkscape and rsvg-convert optional


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/mate-utils/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/mate-utils/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/mate-utils/distinfo

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

Modified files:

Index: pkgsrc/misc/mate-utils/Makefile
diff -u pkgsrc/misc/mate-utils/Makefile:1.20 pkgsrc/misc/mate-utils/Makefile:1.21
--- pkgsrc/misc/mate-utils/Makefile:1.20        Sun Jul 21 22:25:23 2019
+++ pkgsrc/misc/mate-utils/Makefile     Mon Dec 30 22:54:52 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2019/07/21 22:25:23 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/12/30 22:54:52 gutteridge Exp $
 
-PKGREVISION= 1
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-utils-${VERSION:R}.1
+DISTNAME=      mate-utils-${VERSION:R}.2
 CATEGORIES=    misc
 
 COMMENT=       Utilities for MATE Desktop

Index: pkgsrc/misc/mate-utils/PLIST
diff -u pkgsrc/misc/mate-utils/PLIST:1.7 pkgsrc/misc/mate-utils/PLIST:1.8
--- pkgsrc/misc/mate-utils/PLIST:1.7    Wed May  8 02:20:49 2019
+++ pkgsrc/misc/mate-utils/PLIST        Mon Dec 30 22:54:52 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/05/08 02:20:49 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/12/30 22:54:52 gutteridge Exp $
 bin/mate-dictionary
 bin/mate-disk-usage-analyzer
 bin/mate-panel-screenshot
@@ -1524,6 +1524,31 @@ share/help/id/mate-search-tool/legal.xml
 share/help/id/mate-system-log/figures/syslog_window.png
 share/help/id/mate-system-log/index.docbook
 share/help/id/mate-system-log/legal.xml
+share/help/ie/mate-dictionary/figures/mate-dictionary-add-source.png
+share/help/ie/mate-dictionary/figures/mate-dictionary-applet-window.png
+share/help/ie/mate-dictionary/figures/mate-dictionary-applet.png
+share/help/ie/mate-dictionary/figures/mate-dictionary-application.png
+share/help/ie/mate-dictionary/figures/mate-dictionary-find.png
+share/help/ie/mate-dictionary/figures/mate-dictionary-lookup.png
+share/help/ie/mate-dictionary/figures/mate-dictionary-preferences-print.png
+share/help/ie/mate-dictionary/figures/mate-dictionary-preferences-source.png
+share/help/ie/mate-dictionary/index.docbook
+share/help/ie/mate-dictionary/legal.xml
+share/help/ie/mate-disk-usage-analyzer/figures/baobab_fullscan.png
+share/help/ie/mate-disk-usage-analyzer/figures/baobab_prefs.png
+share/help/ie/mate-disk-usage-analyzer/figures/baobab_remote.png
+share/help/ie/mate-disk-usage-analyzer/figures/baobab_ringschart1.png
+share/help/ie/mate-disk-usage-analyzer/figures/baobab_ringschart2.png
+share/help/ie/mate-disk-usage-analyzer/figures/baobab_treemaps.png
+share/help/ie/mate-disk-usage-analyzer/figures/baobab_window.png
+share/help/ie/mate-disk-usage-analyzer/index.docbook
+share/help/ie/mate-disk-usage-analyzer/legal.xml
+share/help/ie/mate-search-tool/figures/mate-search-tool_window.png
+share/help/ie/mate-search-tool/index.docbook
+share/help/ie/mate-search-tool/legal.xml
+share/help/ie/mate-system-log/figures/syslog_window.png
+share/help/ie/mate-system-log/index.docbook
+share/help/ie/mate-system-log/legal.xml
 share/help/ig/mate-dictionary/figures/mate-dictionary-add-source.png
 share/help/ig/mate-dictionary/figures/mate-dictionary-applet-window.png
 share/help/ig/mate-dictionary/figures/mate-dictionary-applet.png
@@ -3090,6 +3115,8 @@ share/icons/hicolor/16x16/apps/mate-disk
 share/icons/hicolor/16x16/apps/mate-system-log.png
 share/icons/hicolor/22x22/apps/mate-disk-usage-analyzer.png
 share/icons/hicolor/22x22/apps/mate-system-log.png
+share/icons/hicolor/24x24/apps/mate-disk-usage-analyzer.png
+share/icons/hicolor/24x24/apps/mate-system-log.png
 share/icons/hicolor/256x256/apps/mate-system-log.png
 share/icons/hicolor/32x32/apps/mate-disk-usage-analyzer.png
 share/icons/hicolor/32x32/apps/mate-system-log.png
@@ -3151,6 +3178,7 @@ share/locale/hu/LC_MESSAGES/mate-utils.m
 share/locale/hy/LC_MESSAGES/mate-utils.mo
 share/locale/ia/LC_MESSAGES/mate-utils.mo
 share/locale/id/LC_MESSAGES/mate-utils.mo
+share/locale/ie/LC_MESSAGES/mate-utils.mo
 share/locale/ig/LC_MESSAGES/mate-utils.mo
 share/locale/is/LC_MESSAGES/mate-utils.mo
 share/locale/it/LC_MESSAGES/mate-utils.mo

Index: pkgsrc/misc/mate-utils/distinfo
diff -u pkgsrc/misc/mate-utils/distinfo:1.8 pkgsrc/misc/mate-utils/distinfo:1.9
--- pkgsrc/misc/mate-utils/distinfo:1.8 Wed May  8 02:20:49 2019
+++ pkgsrc/misc/mate-utils/distinfo     Mon Dec 30 22:54:52 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2019/05/08 02:20:49 gutteridge Exp $
+$NetBSD: distinfo,v 1.9 2019/12/30 22:54:52 gutteridge Exp $
 
-SHA1 (mate-utils-1.22.1.tar.xz) = 611fc02b9f268395895e225046c0c21f95fd5b6b
-RMD160 (mate-utils-1.22.1.tar.xz) = 0ace5ab819ff709e3a74b65ba13a103f0a15c225
-SHA512 (mate-utils-1.22.1.tar.xz) = 0f70f088de80440ff6954c899eab75c2bf22d332293c1ec61bf8391396ed31a2ab126279dc4d9dab6f4932225120309bc52e122bcd5a8dc17abccfd6e480390d
-Size (mate-utils-1.22.1.tar.xz) = 7284496 bytes
+SHA1 (mate-utils-1.22.2.tar.xz) = a75469df0990e3211d6133aa82c28bc7de86ccff
+RMD160 (mate-utils-1.22.2.tar.xz) = cba88213417eb3b4e6f19877dafee7a39c4134d5
+SHA512 (mate-utils-1.22.2.tar.xz) = bf33019ebd1dc4ff6010ba0824981334b7065a62dfc7a73170487df5f165ad20831a900ef4e4e0641ca130aa618f82aa27606f0a48c2cb9907ea7ef118f02a60
+Size (mate-utils-1.22.2.tar.xz) = 7306448 bytes
 SHA1 (patch-logview_src_logview-utils.c) = 218670ddcc013c31d75e7654acf138e4153c0be9



Home | Main Index | Thread Index | Old Index