pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-settings-daemon



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Dec 30 22:29:46 UTC 2019

Modified Files:
        pkgsrc/x11/mate-settings-daemon: Makefile PLIST distinfo
        pkgsrc/x11/mate-settings-daemon/patches:
            patch-plugins_a11y-keyboard_Makefile.in

Log Message:
mate-settings-daemon: update to mate-settings-daemon 1.22.1

Change log:

mate-settings-daemon 1.22.1

  * update translations
  * Hide MATE Settings Daemon from Startup Applications capplet
  * plugins: drop libXxf86 dependency
  * locate-pointer: Do not grab pointer button when trying to locate


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/mate-settings-daemon/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/mate-settings-daemon/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/mate-settings-daemon/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/x11/mate-settings-daemon/patches/patch-plugins_a11y-keyboard_Makefile.in

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-settings-daemon/Makefile
diff -u pkgsrc/x11/mate-settings-daemon/Makefile:1.27 pkgsrc/x11/mate-settings-daemon/Makefile:1.28
--- pkgsrc/x11/mate-settings-daemon/Makefile:1.27       Wed Sep 18 14:17:20 2019
+++ pkgsrc/x11/mate-settings-daemon/Makefile    Mon Dec 30 22:29:45 2019
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2019/09/18 14:17:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2019/12/30 22:29:45 gutteridge Exp $
 
-PKGREVISION= 4
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-settings-daemon-${VERSION}
+DISTNAME=      mate-settings-daemon-${VERSION:R}.1
 CATEGORIES=    x11
 
 COMMENT=       MATE settings daemon

Index: pkgsrc/x11/mate-settings-daemon/PLIST
diff -u pkgsrc/x11/mate-settings-daemon/PLIST:1.9 pkgsrc/x11/mate-settings-daemon/PLIST:1.10
--- pkgsrc/x11/mate-settings-daemon/PLIST:1.9   Sat Mar 30 05:18:11 2019
+++ pkgsrc/x11/mate-settings-daemon/PLIST       Mon Dec 30 22:29:45 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/03/30 05:18:11 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.10 2019/12/30 22:29:45 gutteridge Exp $
 include/mate-settings-daemon/mate-settings-client.h
 include/mate-settings-daemon/mate-settings-plugin.h
 lib/mate-settings-daemon/a11y-keyboard.mate-settings-plugin
@@ -140,6 +140,7 @@ share/locale/hr/LC_MESSAGES/mate-setting
 share/locale/hu/LC_MESSAGES/mate-settings-daemon.mo
 share/locale/hy/LC_MESSAGES/mate-settings-daemon.mo
 share/locale/id/LC_MESSAGES/mate-settings-daemon.mo
+share/locale/ie/LC_MESSAGES/mate-settings-daemon.mo
 share/locale/is/LC_MESSAGES/mate-settings-daemon.mo
 share/locale/it/LC_MESSAGES/mate-settings-daemon.mo
 share/locale/ja/LC_MESSAGES/mate-settings-daemon.mo

Index: pkgsrc/x11/mate-settings-daemon/distinfo
diff -u pkgsrc/x11/mate-settings-daemon/distinfo:1.5 pkgsrc/x11/mate-settings-daemon/distinfo:1.6
--- pkgsrc/x11/mate-settings-daemon/distinfo:1.5        Wed Mar  6 07:42:03 2019
+++ pkgsrc/x11/mate-settings-daemon/distinfo    Mon Dec 30 22:29:45 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2019/03/06 07:42:03 gutteridge Exp $
+$NetBSD: distinfo,v 1.6 2019/12/30 22:29:45 gutteridge Exp $
 
-SHA1 (mate-settings-daemon-1.22.0.tar.xz) = eef05c20e8b3af1baf8ec0db8dcc3b6f55f1c14e
-RMD160 (mate-settings-daemon-1.22.0.tar.xz) = efd9d7f77d642be491abafc8ee8d9d9978993947
-SHA512 (mate-settings-daemon-1.22.0.tar.xz) = e8fa2ba07195dd66a94312909be37abe67089c7a687afee3bfde5860a598e84481949c9cdc7408886f90776556b41d5574bd6efc0614ed7583908214d59c6cb5
-Size (mate-settings-daemon-1.22.0.tar.xz) = 810696 bytes
-SHA1 (patch-plugins_a11y-keyboard_Makefile.in) = aff615da1711ed635e1c6ef2727a7b6bb5d29300
+SHA1 (mate-settings-daemon-1.22.1.tar.xz) = c6b7a731f67bbe5189e6e38018d9cbd5bfb20efc
+RMD160 (mate-settings-daemon-1.22.1.tar.xz) = c114a6818420064876eafdd4a04c9f9bc043a975
+SHA512 (mate-settings-daemon-1.22.1.tar.xz) = 9a7d9d81f18e2603c45fab223b3341df1939ee92b0e2db00f0ca5c095a88511c67b33d668b951b1a8f93c81c1e801bfd35729e64fab8bf2962af1e443d8448b6
+Size (mate-settings-daemon-1.22.1.tar.xz) = 766556 bytes
+SHA1 (patch-plugins_a11y-keyboard_Makefile.in) = 0b88b66ab1cb24d08b754875ca4d44d797ed4782

Index: pkgsrc/x11/mate-settings-daemon/patches/patch-plugins_a11y-keyboard_Makefile.in
diff -u pkgsrc/x11/mate-settings-daemon/patches/patch-plugins_a11y-keyboard_Makefile.in:1.1 pkgsrc/x11/mate-settings-daemon/patches/patch-plugins_a11y-keyboard_Makefile.in:1.2
--- pkgsrc/x11/mate-settings-daemon/patches/patch-plugins_a11y-keyboard_Makefile.in:1.1 Sat May 21 19:15:33 2016
+++ pkgsrc/x11/mate-settings-daemon/patches/patch-plugins_a11y-keyboard_Makefile.in     Mon Dec 30 22:29:45 2019
@@ -1,14 +1,14 @@
-$NetBSD: patch-plugins_a11y-keyboard_Makefile.in,v 1.1 2016/05/21 19:15:33 youri Exp $
+$NetBSD: patch-plugins_a11y-keyboard_Makefile.in,v 1.2 2019/12/30 22:29:45 gutteridge Exp $
 
 Add libXi.
 
---- plugins/a11y-keyboard/Makefile.in.orig     2016-04-07 12:30:50.000000000 +0000
+--- plugins/a11y-keyboard/Makefile.in.orig     2019-09-22 13:36:43.000000000 +0000
 +++ plugins/a11y-keyboard/Makefile.in
-@@ -481,6 +481,7 @@ liba11y_keyboard_la_LDFLAGS = \
+@@ -498,6 +498,7 @@ liba11y_keyboard_la_LDFLAGS = \
  liba11y_keyboard_la_LIBADD = \
        $(SETTINGS_PLUGIN_LIBS)         \
-       $(XF86MISC_LIBS)                \
-+      $(XINPUT_LIBS)                  \
        $(LIBNOTIFY_LIBS)               \
++      $(XINPUT_LIBS)                  \
        $(NULL)
  
+ plugin_in_files = \



Home | Main Index | Thread Index | Old Index