summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-05-08 02:20:49 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-05-08 02:20:49 +0000
commitf4e68daf93cd461a25688cc32c9d32513d4a2c5b (patch)
tree3c69c62ba2e24adf97c56d7af17cad04a160ccfc /misc
parent62d13b2feaa5c10da4e9ee2774f36194d71f39ad (diff)
downloadpkgsrc-f4e68daf93cd461a25688cc32c9d32513d4a2c5b.tar.gz
mate-utils: update to 1.22.1
NB this release has added Inkscape as a tool dependency. (Upstream has also now excluded a file that was causing itstool failures.) ### mate-utils 1.22.1 tx: sync with transifex Fix -Werror=cast-function-type with GCC 8 mate-disk-usage-analyzer: Memory leak GEN png icons from svg files Update documenters in about dialog mate-dictionary: Use g_strjoin to build license text Use program-name and title in gtk_show_about_dialog call help: update copyright
Diffstat (limited to 'misc')
-rw-r--r--misc/mate-utils/Makefile6
-rw-r--r--misc/mate-utils/PLIST18
-rw-r--r--misc/mate-utils/distinfo11
-rw-r--r--misc/mate-utils/patches/patch-gsearchtool_help_Makefile.in17
4 files changed, 23 insertions, 29 deletions
diff --git a/misc/mate-utils/Makefile b/misc/mate-utils/Makefile
index f20ce8ca695..eb8bff99714 100644
--- a/misc/mate-utils/Makefile
+++ b/misc/mate-utils/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.18 2019/04/25 07:33:07 maya Exp $
+# $NetBSD: Makefile,v 1.19 2019/05/08 02:20:49 gutteridge Exp $
.include "../../meta-pkgs/mate/Makefile.common"
-DISTNAME= mate-utils-${VERSION}
-PKGREVISION= 2
+DISTNAME= mate-utils-${VERSION:R}.1
CATEGORIES= misc
COMMENT= Utilities for MATE Desktop
USE_LANGUAGES= c c++
+TOOL_DEPENDS+= inkscape-[0-9]*:../../graphics/inkscape
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
diff --git a/misc/mate-utils/PLIST b/misc/mate-utils/PLIST
index 88c3fa3835d..a7ab45e26f4 100644
--- a/misc/mate-utils/PLIST
+++ b/misc/mate-utils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/04/10 01:07:10 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/05/08 02:20:49 gutteridge Exp $
bin/mate-dictionary
bin/mate-disk-usage-analyzer
bin/mate-panel-screenshot
@@ -1149,6 +1149,15 @@ share/help/fi/mate-search-tool/legal.xml
share/help/fi/mate-system-log/figures/syslog_window.png
share/help/fi/mate-system-log/index.docbook
share/help/fi/mate-system-log/legal.xml
+share/help/fil/mate-disk-usage-analyzer/figures/baobab_fullscan.png
+share/help/fil/mate-disk-usage-analyzer/figures/baobab_prefs.png
+share/help/fil/mate-disk-usage-analyzer/figures/baobab_remote.png
+share/help/fil/mate-disk-usage-analyzer/figures/baobab_ringschart1.png
+share/help/fil/mate-disk-usage-analyzer/figures/baobab_ringschart2.png
+share/help/fil/mate-disk-usage-analyzer/figures/baobab_treemaps.png
+share/help/fil/mate-disk-usage-analyzer/figures/baobab_window.png
+share/help/fil/mate-disk-usage-analyzer/index.docbook
+share/help/fil/mate-disk-usage-analyzer/legal.xml
share/help/fr/mate-dictionary/figures/mate-dictionary-add-source.png
share/help/fr/mate-dictionary/figures/mate-dictionary-applet-window.png
share/help/fr/mate-dictionary/figures/mate-dictionary-applet.png
@@ -3076,11 +3085,15 @@ share/help/zu/mate-search-tool/legal.xml
share/help/zu/mate-system-log/figures/syslog_window.png
share/help/zu/mate-system-log/index.docbook
share/help/zu/mate-system-log/legal.xml
+share/icons/hicolor/128x128/apps/mate-disk-usage-analyzer.png
+share/icons/hicolor/16x16/apps/mate-disk-usage-analyzer.png
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/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
+share/icons/hicolor/48x48/apps/mate-disk-usage-analyzer.png
share/icons/hicolor/48x48/apps/mate-system-log.png
share/icons/hicolor/scalable/apps/mate-disk-usage-analyzer.svg
share/icons/hicolor/scalable/apps/mate-system-log-symbolic.svg
@@ -3214,7 +3227,6 @@ share/mate-dictionary/mate-dictionary-source.ui
share/mate-dictionary/mate-dictionary-ui.xml
share/mate-disk-usage-analyzer/baobab-dialog-scan-props.ui
share/mate-disk-usage-analyzer/baobab-main-window.ui
-share/mate-disk-usage-analyzer/pixmaps/shot.png
share/mate-panel/applets/org.mate.DictionaryApplet.mate-panel-applet
share/mate-screenshot/mate-screenshot.ui
share/mate-utils/logview-filter.ui
diff --git a/misc/mate-utils/distinfo b/misc/mate-utils/distinfo
index 1cd646f6679..87aa4cafe23 100644
--- a/misc/mate-utils/distinfo
+++ b/misc/mate-utils/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.7 2019/04/10 01:07:10 gutteridge Exp $
+$NetBSD: distinfo,v 1.8 2019/05/08 02:20:49 gutteridge Exp $
-SHA1 (mate-utils-1.22.0.tar.xz) = fe21875689db1563e021a103e9f3968239141a8b
-RMD160 (mate-utils-1.22.0.tar.xz) = 6c0ef499454833d05b4e465f2dd61e458a6240ab
-SHA512 (mate-utils-1.22.0.tar.xz) = 248c6e4108900768a4e8b272d20ac9b2d70e8bf77375f4669a099f4d8386c2e8affeafb772d209f00906f96f20d7ee347167ef4837186f44d8aaad85ef855f70
-Size (mate-utils-1.22.0.tar.xz) = 7300112 bytes
-SHA1 (patch-gsearchtool_help_Makefile.in) = 0f206122e9e35da0f79d224982c00529c2514b30
+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 (patch-logview_src_logview-utils.c) = 218670ddcc013c31d75e7654acf138e4153c0be9
diff --git a/misc/mate-utils/patches/patch-gsearchtool_help_Makefile.in b/misc/mate-utils/patches/patch-gsearchtool_help_Makefile.in
deleted file mode 100644
index 6ce268219a0..00000000000
--- a/misc/mate-utils/patches/patch-gsearchtool_help_Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-gsearchtool_help_Makefile.in,v 1.1 2019/04/10 01:07:10 gutteridge Exp $
-
-Disable the pt translation, since it causes itstool to fail at random.
-This is PR pkg/54071 in pkgsrc.
-Upstream is https://github.com/itstool/itstool/issues/36
-
---- gsearchtool/help/Makefile.in.orig 2019-02-25 18:52:25.000000000 +0000
-+++ gsearchtool/help/Makefile.in
-@@ -338,7 +338,7 @@ HELP_FILES = index.docbook legal.xml
- HELP_MEDIA = figures/mate-search-tool_window.png
-
- # Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr
--IGNORE_HELP_LINGUAS =
-+IGNORE_HELP_LINGUAS = pt
- HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \
- $(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \
- $(subst /,,$(dir $(wildcard */*.po))) )