pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-desktop



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

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

Log Message:
mate-desktop: Update to 1.21.2:

### mate-desktop 1.21.2

  * Translations update
  * Add new setting to control XKB modifier latching

### mate-desktop 1.21.1

  * Translations update
  * interface: add key to enable/disable primary paste from middlemouse
  * mate-desktop-item: replace deprecated gdk_error_trap_push/pop
  * mate-rr-config: replace deprecated gdk_flush
  * mate-rr: replace deprecated Gdk functions
  * mate-bg-crossfade: replace deprecated gdk_error_trap_push/pop
  * mate-bg: replace deprecated gdk_error_trap_push/pop
  * fix distcheck
  * add mate-language apis

### mate-desktop 1.21.0

  * Translations update
  * drop ancient and unused acinclude.m4
  * Add toggle for synchronizing QT_SCALE_FACTOR to GDK_SCALE_FACTOR
  * Change default cursor-size to 24px
  * Support background fallback on HiDPI
* mate-rr-labeler: fix font-color for dark themes


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/mate-desktop/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/mate-desktop/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/mate-desktop/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-desktop/Makefile
diff -u pkgsrc/x11/mate-desktop/Makefile:1.13 pkgsrc/x11/mate-desktop/Makefile:1.14
--- pkgsrc/x11/mate-desktop/Makefile:1.13       Wed Nov 14 22:22:46 2018
+++ pkgsrc/x11/mate-desktop/Makefile    Wed Jan 16 15:07:39 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2018/11/14 22:22:46 kleink Exp $
+# $NetBSD: Makefile,v 1.14 2019/01/16 15:07:39 youri Exp $
 
-PKGREVISION= 2
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-desktop-${VERSION:R}.1
+DISTNAME=      mate-desktop-${VERSION:R}.2
 CATEGORIES=    x11
 
 COMMENT=       MATE desktop library
@@ -23,6 +22,7 @@ SUBST_SED.prefix=     -e 's,$${prefix},${PRE
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/iso-codes/buildlink3.mk"
 .include "../../devel/dconf/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/mate-desktop/PLIST
diff -u pkgsrc/x11/mate-desktop/PLIST:1.4 pkgsrc/x11/mate-desktop/PLIST:1.5
--- pkgsrc/x11/mate-desktop/PLIST:1.4   Mon May 14 12:55:02 2018
+++ pkgsrc/x11/mate-desktop/PLIST       Wed Jan 16 15:07:39 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/05/14 12:55:02 youri Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/01/16 15:07:39 youri Exp $
 bin/mate-about
 bin/mate-color-select
 include/mate-desktop-2.0/libmate-desktop/mate-bg-crossfade.h
@@ -12,6 +12,7 @@ include/mate-desktop-2.0/libmate-desktop
 include/mate-desktop-2.0/libmate-desktop/mate-desktop-utils.h
 include/mate-desktop-2.0/libmate-desktop/mate-desktop.h
 include/mate-desktop-2.0/libmate-desktop/mate-gsettings.h
+include/mate-desktop-2.0/libmate-desktop/mate-languages.h
 include/mate-desktop-2.0/libmate-desktop/mate-rr-config.h
 include/mate-desktop-2.0/libmate-desktop/mate-rr-labeler.h
 include/mate-desktop-2.0/libmate-desktop/mate-rr.h
@@ -47,9 +48,11 @@ share/gtk-doc/html/mate-desktop/backgrou
 share/gtk-doc/html/mate-desktop/home.png
 share/gtk-doc/html/mate-desktop/index.html
 share/gtk-doc/html/mate-desktop/intro.html
+share/gtk-doc/html/mate-desktop/languages.html
 share/gtk-doc/html/mate-desktop/left-insensitive.png
 share/gtk-doc/html/mate-desktop/left.png
 share/gtk-doc/html/mate-desktop/libmate.html
+share/gtk-doc/html/mate-desktop/mate-desktop-Language-Utilities.html
 share/gtk-doc/html/mate-desktop/mate-desktop-Miscellaneous-Functions.html
 share/gtk-doc/html/mate-desktop/mate-desktop-Miscellaneous-Thumbnail-Functions.html
 share/gtk-doc/html/mate-desktop/mate-desktop-mate-rr-config.html
@@ -177,6 +180,7 @@ share/locale/te/LC_MESSAGES/mate-desktop
 share/locale/th/LC_MESSAGES/mate-desktop.mo
 share/locale/tk/LC_MESSAGES/mate-desktop.mo
 share/locale/tr/LC_MESSAGES/mate-desktop.mo
+share/locale/tt/LC_MESSAGES/mate-desktop.mo
 share/locale/ug/LC_MESSAGES/mate-desktop.mo
 share/locale/uk/LC_MESSAGES/mate-desktop.mo
 share/locale/ur/LC_MESSAGES/mate-desktop.mo
@@ -184,6 +188,7 @@ share/locale/uz/LC_MESSAGES/mate-desktop
 share/locale/vi/LC_MESSAGES/mate-desktop.mo
 share/locale/wa/LC_MESSAGES/mate-desktop.mo
 share/locale/xh/LC_MESSAGES/mate-desktop.mo
+share/locale/yi/LC_MESSAGES/mate-desktop.mo
 share/locale/yo/LC_MESSAGES/mate-desktop.mo
 share/locale/zh_CN/LC_MESSAGES/mate-desktop.mo
 share/locale/zh_HK/LC_MESSAGES/mate-desktop.mo

Index: pkgsrc/x11/mate-desktop/distinfo
diff -u pkgsrc/x11/mate-desktop/distinfo:1.5 pkgsrc/x11/mate-desktop/distinfo:1.6
--- pkgsrc/x11/mate-desktop/distinfo:1.5        Mon Jun 11 23:43:40 2018
+++ pkgsrc/x11/mate-desktop/distinfo    Wed Jan 16 15:07:39 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2018/06/11 23:43:40 youri Exp $
+$NetBSD: distinfo,v 1.6 2019/01/16 15:07:39 youri Exp $
 
-SHA1 (mate-desktop-1.20.1.tar.xz) = 90cb6bc78c64920d7ba50954d65ab0782782032b
-RMD160 (mate-desktop-1.20.1.tar.xz) = 8141ef9b111ae742a1d34568f07b1c7ce0a0c50c
-SHA512 (mate-desktop-1.20.1.tar.xz) = cbd9215ad37a99564245b4d8721e5af83979826026126e06075743dea5de4ea28d53a277591b35f1894e078b8069d9965f0e7401cb336eac82bbf9dd744d9c16
-Size (mate-desktop-1.20.1.tar.xz) = 816196 bytes
+SHA1 (mate-desktop-1.21.2.tar.xz) = 431e6ed84b67456da2a393826ee8f307aaa29e57
+RMD160 (mate-desktop-1.21.2.tar.xz) = d3f07bb8bd0e1e332c2284f0fb9ca4ffe1934b65
+SHA512 (mate-desktop-1.21.2.tar.xz) = d53b3336521bd394dda45f91fc0125c95d4875d090d536bb5f392efdfb8e7e1a7d952b0954545a5c1c14c5873393c8cbfba7204e74c6d2dc31deca250b13a5a9
+Size (mate-desktop-1.21.2.tar.xz) = 959100 bytes
 SHA1 (patch-libmate-desktop_mate-desktop-thumbnail.c) = 31320a4a6db879f633f684a8e91f57c6b5f9c608
 SHA1 (patch-schemas_org.mate.interface.gschema.xml.in) = dc8fcfcfd1dbb231c372d3c76960a1b04cc87593



Home | Main Index | Thread Index | Old Index