mate-settings-daemon: update to 1.26.0
Change log: ### mate-settings-daemon 1.26.0 * update translations * update copyright to 2021 ### mate-settings-daemon 1.25.1 * update translations * xsettings: Improve Qt HiDPI environment settings * xsettings: Set Xft.dpi in X resources to scaled_dpi * rfkill: g_memdup is dreprecated from glib 2.68 * media-keys: memory leak * keyboard: Remove warning -Wcast-function-type * xsettings: Remove warning -Wcast-function-type * background: Remove conversion warnings * media-keys: Remove conversion warnings * housekeeping: Remove warning -Wcast-function-type * housekeeping: override finalize method in MsdHousekeepingManager * housekeeping: promote MsdHousekeepingManager class to final type * typing-break: promote MsdTypingBreakManager class to final type * sound: promote MsdSoundManager class to final type * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME * cppcheck warning: struct member is never used * background: promote MsdBackgroundManager class to final type * mate-settings-daemon: Remove warning -Wcast-function-type * mate-settings-daemon: Remove conversion warnings * cppcheck warning: Variable is assigned a value that is never used * cppcheck warning: known condition is always true * cppcheck warning: null pointer redundant check * housekeeping: Do not use deprecated gtk_image_new_from_stock * Remove warning -Wshadow * Use g_slist_free_full * msd-background-manager: use g_list_free_full * Remove USE_MATE2_MACROS from autogen.sh (legacy) * msd-media-keys-manager: 'GTimeVal' is deprecated * a11y-keyboard: Add support for togglekeys-backend setting * a11y-keyboard: Delay registration of the plugin * a11y-keyboard: Add sanity checks on beep sequence preferences * a11y-keyboard: Manually beep for togglekeys ### mate-settings-daemon 1.25.0 * update translations * main: Do not override detailed_signal for debugging * mate-settings-plugin-info: unused parameter 'settings' * add G_GNUC_UNUSED in some unused parameters * Add option --without-libatspi and assorted status line * a11y-keyboard: Don't show UI for unavailable feature in the pref dialog * a11y-keyboard: Don't create a dummy object if AT-SPI is not available * a11y-keyboard-atspi: Switch to a final type and reduce boilerplate * a11y-keyboard: Depend on the right version of mate-desktop * a11y-keyboard: capslock-beep: Try and detect non-buggy libatspi2 * a11y-keyboard: capslock-beep: Don't ring on CapsLock itself * a11y-keyboard: Refactor in the hope the AT-SPI bug gets fixed * a11y-keyboard: Add support for ringing the bell when CapsLock is active * msd-media-keys-manager: comparison of unsigned expression in '< 0' is always false * msd-a11y-keyboard-manager: implicit declaration of function 'd' * build: Use MATE_DEBUG_CHECK macro * build: Remove unused variable DEBUG_CFLAGS * add git.mk to generate .gitignore * plugin xsettings: Fix memory leak on delayed_toggle_bg_draw * housekeeping: Remove the warning about GTimeVal is deprecated * mpris: Use namespace instead of a whitelist for player names * build: Using --header and --body at the same time is deprecated * build: silent build warnings for distcheck * mouse: Remove warnings about absolute value function for long * Remove warnings about function declaration isn���t a prototype * use MATE_COMPILE_WARNINGS from mate-common * housekeeping: Fix iconname of mate-disk-usage-analyzer
This commit is contained in:
parent
ed7e23366d
commit
839975d54a
3 changed files with 15 additions and 15 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.52 2022/11/23 16:19:11 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.53 2022/11/27 05:09:02 gutteridge Exp $
|
||||
|
||||
PKGREVISION= 7
|
||||
.include "../../meta-pkgs/mate/Makefile.common"
|
||||
|
||||
DISTNAME= mate-settings-daemon-${VERSION:R}.2
|
||||
DISTNAME= mate-settings-daemon-${VERSION}
|
||||
CATEGORIES= x11
|
||||
|
||||
COMMENT= MATE settings daemon
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.10 2021/10/26 11:34:14 nia Exp $
|
||||
$NetBSD: distinfo,v 1.11 2022/11/27 05:09:02 gutteridge Exp $
|
||||
|
||||
BLAKE2s (mate-settings-daemon-1.24.2.tar.xz) = d42e48821d7497537619327a5c692de9cd252edf485628ac8b1d455e39da6a48
|
||||
SHA512 (mate-settings-daemon-1.24.2.tar.xz) = 421848dbfd75613df73003c7520cb7c1895ef55c85773c9b7d72e5f7361bf78d7221f86ecd2d2460b10950d77818a9ddc19569aaa2749f2bee1d3245c09805f8
|
||||
Size (mate-settings-daemon-1.24.2.tar.xz) = 1053556 bytes
|
||||
SHA1 (patch-plugins_a11y-keyboard_Makefile.in) = 0b88b66ab1cb24d08b754875ca4d44d797ed4782
|
||||
BLAKE2s (mate-settings-daemon-1.26.0.tar.xz) = a26ecc4df719c75361821d6ae295c29a6d3e82f30640df291eff28448ca38fe0
|
||||
SHA512 (mate-settings-daemon-1.26.0.tar.xz) = a044d60b2ee00ea99aa29f23990942a37849ddc8cf80e1b8cd6ba12ec92a27a4e602f19586b86a0a7af067e93f71971acd6850ab5f9bc7ce451cd07518fefb91
|
||||
Size (mate-settings-daemon-1.26.0.tar.xz) = 1096588 bytes
|
||||
SHA1 (patch-plugins_a11y-keyboard_Makefile.in) = c32b1c196146b87f5ac9f7932100855be398a1cb
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
$NetBSD: patch-plugins_a11y-keyboard_Makefile.in,v 1.2 2019/12/30 22:29:45 gutteridge Exp $
|
||||
$NetBSD: patch-plugins_a11y-keyboard_Makefile.in,v 1.3 2022/11/27 05:09:02 gutteridge Exp $
|
||||
|
||||
Add libXi.
|
||||
|
||||
--- plugins/a11y-keyboard/Makefile.in.orig 2019-09-22 13:36:43.000000000 +0000
|
||||
--- plugins/a11y-keyboard/Makefile.in.orig 2021-08-05 09:22:32.000000000 +0000
|
||||
+++ plugins/a11y-keyboard/Makefile.in
|
||||
@@ -498,6 +498,7 @@ liba11y_keyboard_la_LDFLAGS = \
|
||||
liba11y_keyboard_la_LIBADD = \
|
||||
$(SETTINGS_PLUGIN_LIBS) \
|
||||
$(LIBNOTIFY_LIBS) \
|
||||
+ $(XINPUT_LIBS) \
|
||||
@@ -506,7 +506,7 @@ liba11y_keyboard_la_LDFLAGS = \
|
||||
$(NULL)
|
||||
|
||||
liba11y_keyboard_la_LIBADD = $(SETTINGS_PLUGIN_LIBS) $(LIBNOTIFY_LIBS) \
|
||||
- $(NULL) $(am__append_3)
|
||||
+ $(XINPUT_LIBS) $(NULL) $(am__append_3)
|
||||
plugin_in_files = \
|
||||
a11y-keyboard.mate-settings-plugin.desktop.in \
|
||||
$(NULL)
|
||||
|
|
Loading…
Reference in a new issue