pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/mate-icon-theme mate-icon-theme: update to ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72fafa226be8
branches:  trunk
changeset: 419967:72fafa226be8
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Dec 30 23:15:16 2019 +0000

description:
mate-icon-theme: update to mate-icon-theme 1.22.2

Change log:

mate-icon-theme 1.22.2

  * Translations update
  * Fix mate/22x22/devices/printer.png
  * Upscale 22x22px icons to 24x24px adding 1px to the edges
  * Gen png mimetypes icons from paper-sheets.svg - Mate theme
  * use folder icon as example
  * rename mate logo

diffstat:

 graphics/mate-icon-theme/Makefile |   5 ++---
 graphics/mate-icon-theme/PLIST    |  15 ++++++++-------
 graphics/mate-icon-theme/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 15 deletions(-)

diffs (101 lines):

diff -r 6a0b3cd0aa2c -r 72fafa226be8 graphics/mate-icon-theme/Makefile
--- a/graphics/mate-icon-theme/Makefile Mon Dec 30 23:02:58 2019 +0000
+++ b/graphics/mate-icon-theme/Makefile Mon Dec 30 23:15:16 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2019/07/21 22:25:02 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/12/30 23:15:16 gutteridge Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-icon-theme-${VERSION:R}.1
-PKGREVISION=   2
+DISTNAME=      mate-icon-theme-${VERSION:R}.2
 CATEGORIES=    graphics
 
 COMMENT=       Collection of icons used as the basis for MATE themes
diff -r 6a0b3cd0aa2c -r 72fafa226be8 graphics/mate-icon-theme/PLIST
--- a/graphics/mate-icon-theme/PLIST    Mon Dec 30 23:02:58 2019 +0000
+++ b/graphics/mate-icon-theme/PLIST    Mon Dec 30 23:15:16 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/04/11 03:56:22 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/12/30 23:15:16 gutteridge Exp $
 share/icons/mate/16x16/actions/add.png
 share/icons/mate/16x16/actions/address-book-new.png
 share/icons/mate/16x16/actions/application-exit.png
@@ -412,7 +412,7 @@
 share/icons/mate/16x16/apps/kwin.png
 share/icons/mate/16x16/apps/locale.png
 share/icons/mate/16x16/apps/logviewer.png
-share/icons/mate/16x16/apps/mate.png
+share/icons/mate/16x16/apps/mate-desktop.png
 share/icons/mate/16x16/apps/multimedia-volume-control.png
 share/icons/mate/16x16/apps/multimedia.png
 share/icons/mate/16x16/apps/openterm.png
@@ -1563,7 +1563,7 @@
 share/icons/mate/22x22/apps/kwin.png
 share/icons/mate/22x22/apps/locale.png
 share/icons/mate/22x22/apps/logviewer.png
-share/icons/mate/22x22/apps/mate.png
+share/icons/mate/22x22/apps/mate-desktop.png
 share/icons/mate/22x22/apps/multimedia-volume-control.png
 share/icons/mate/22x22/apps/multimedia.png
 share/icons/mate/22x22/apps/openterm.png
@@ -2712,7 +2712,7 @@
 share/icons/mate/24x24/apps/kwin.png
 share/icons/mate/24x24/apps/locale.png
 share/icons/mate/24x24/apps/logviewer.png
-share/icons/mate/24x24/apps/mate.png
+share/icons/mate/24x24/apps/mate-desktop.png
 share/icons/mate/24x24/apps/multimedia-volume-control.png
 share/icons/mate/24x24/apps/multimedia.png
 share/icons/mate/24x24/apps/openterm.png
@@ -4611,7 +4611,7 @@
 share/icons/mate/32x32/apps/kwin.png
 share/icons/mate/32x32/apps/locale.png
 share/icons/mate/32x32/apps/logviewer.png
-share/icons/mate/32x32/apps/mate.png
+share/icons/mate/32x32/apps/mate-desktop.png
 share/icons/mate/32x32/apps/multimedia-volume-control.png
 share/icons/mate/32x32/apps/multimedia.png
 share/icons/mate/32x32/apps/openterm.png
@@ -5753,7 +5753,7 @@
 share/icons/mate/48x48/apps/kwin.png
 share/icons/mate/48x48/apps/locale.png
 share/icons/mate/48x48/apps/logviewer.png
-share/icons/mate/48x48/apps/mate.png
+share/icons/mate/48x48/apps/mate-desktop.png
 share/icons/mate/48x48/apps/multimedia-volume-control.png
 share/icons/mate/48x48/apps/multimedia.png
 share/icons/mate/48x48/apps/openterm.png
@@ -6932,7 +6932,7 @@
 share/icons/mate/scalable/apps/help-browser-symbolic.svg
 share/icons/mate/scalable/apps/help-contents-symbolic.svg
 share/icons/mate/scalable/apps/help-faq-symbolic.svg
-share/icons/mate/scalable/apps/mate.svg
+share/icons/mate/scalable/apps/mate-desktop.svg
 share/icons/mate/scalable/apps/multimedia-volume-control-symbolic.svg
 share/icons/mate/scalable/apps/preferences-color-symbolic.svg
 share/icons/mate/scalable/apps/preferences-desktop-accessibility-symbolic.svg
@@ -7854,6 +7854,7 @@
 @pkgdir share/locale/it/LC_MESSAGES
 @pkgdir share/locale/is/LC_MESSAGES
 @pkgdir share/locale/ig/LC_MESSAGES
+@pkgdir share/locale/ie/LC_MESSAGES
 @pkgdir share/locale/id/LC_MESSAGES
 @pkgdir share/locale/hy/LC_MESSAGES
 @pkgdir share/locale/hu/LC_MESSAGES
diff -r 6a0b3cd0aa2c -r 72fafa226be8 graphics/mate-icon-theme/distinfo
--- a/graphics/mate-icon-theme/distinfo Mon Dec 30 23:02:58 2019 +0000
+++ b/graphics/mate-icon-theme/distinfo Mon Dec 30 23:15:16 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/04/11 03:56:22 gutteridge Exp $
+$NetBSD: distinfo,v 1.7 2019/12/30 23:15:16 gutteridge Exp $
 
-SHA1 (mate-icon-theme-1.22.1.tar.xz) = 665ddfce6256e77f99b2a80484415107e8e3921e
-RMD160 (mate-icon-theme-1.22.1.tar.xz) = ddd9ae139babc9663b2b3c078c04022e61f96018
-SHA512 (mate-icon-theme-1.22.1.tar.xz) = 640fea3dfd4d9f2edd24353e4a36d57520de356c421b24ee1aec7fca98d3f76a789808a1d005a20ed87ee089d1777376e5b3f229ce0e90b06adf242f6a79b3b9
-Size (mate-icon-theme-1.22.1.tar.xz) = 21483380 bytes
+SHA1 (mate-icon-theme-1.22.2.tar.xz) = ce1ac45a78f860d9a454e5c7d91dd40ce510c504
+RMD160 (mate-icon-theme-1.22.2.tar.xz) = 4ff7d8ed53d97a2f169474d677772801afe3de28
+SHA512 (mate-icon-theme-1.22.2.tar.xz) = bea4676305b3b26b1a65080d960c33276c1ba30bcd442a200773745b2723700f1ff04affb2483f9c2389475b80700355e85a1fa7fe20c8ee645927d95e0d3b23
+Size (mate-icon-theme-1.22.2.tar.xz) = 21450764 bytes



Home | Main Index | Thread Index | Old Index