Tue May 15 22:18:03 2018 UTC ()
Update:

4.13.2
======
- New: Show location of the mouse pointer on keypress
- Fix: syncdaemon not starting with certain locales
- Fix: division by 0 crash from gdk_screen_height_mm()
- Fix: Remove existing socket from socket viewport (Xfce #13847)
- Fix: Use transient notifications for improved logging
- Fix: Do not expand event sounds section so font scaling is correctly
  positioned
- Improvements for multimonitor support:
  - Visualize all three display configuration states
  - Visually note if two displays overlap (mirrored) but are not cloned
  - Always draw active display last so it's on top
  - Fix: Correctly position monitors in extended mode
  - Fix: Race condition with monitor connect and disconnect
  - Fix: Segfault on monitor reconnect
  - Fix: Leave monitors where they were if possible (Xfce #14096)
- Deprecations:
  - Resolved GTK+ 3.22 deprecations (Xfce #14273)
- Translation updates: Amharic, Arabic, Asturian, Basque, Belarusian,
  Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
  English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokm奪l, Norwegian Nynorsk, Occitan (post 1500),
  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak,
  Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian

4.13.1
======
- This release now requires xfconf 4.13+
- New: Default monospace font option in the Appearance dialog
- New: Improved support for embedded DisplayPort connectors
- Fix: Display dialog drawing of displays
- Fix: Display dialog DND usability issue introduced in 4.13.0
- Fix: Make minimal dialog single instance (Xfce #11169)
- Fix: Linking to dbus-glib with xfconf 4.13+ (Xfce #13633)
- Deprecations:
  - Resolved gtk_menu_popup deprecation
  - Resolved gdk_error_trap_pop deprecation
  - Ignoring GdkScreen and GdkCairo deprecations in the display settings
    until GNOME or others find a resolution in their display management
- Code Quality:
  - Several indentation fixes
  - Drop duplicate drawing code
- Translation updates: Arabic, Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician,
  German, Greek, Hebrew, Indonesian, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokmal, Norwegian Nynorsk, Occitan,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish,
  Swedish, Thai, Ukrainian


(youri)
diff -r1.39 -r1.40 pkgsrc/x11/xfce4-settings/Makefile
diff -r1.4 -r1.5 pkgsrc/x11/xfce4-settings/PLIST
diff -r1.8 -r1.9 pkgsrc/x11/xfce4-settings/distinfo
diff -r1.2 -r1.3 pkgsrc/x11/xfce4-settings/patches/patch-xfsettingsd_xsettings.xml

cvs diff -r1.39 -r1.40 pkgsrc/x11/xfce4-settings/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-settings/Makefile 2018/04/16 14:35:27 1.39
+++ pkgsrc/x11/xfce4-settings/Makefile 2018/05/15 22:18:03 1.40
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.39 2018/04/16 14:35:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.40 2018/05/15 22:18:03 youri Exp $
2 2
3PKGREVISION= 3 
4.include "../../meta-pkgs/xfce4/Makefile.common" 3.include "../../meta-pkgs/xfce4/Makefile.common"
5 4
6VERSION= 4.13.0 5VERSION= 4.13.2
7DISTNAME= xfce4-settings-${VERSION} 6DISTNAME= xfce4-settings-${VERSION}
8CATEGORIES= x11 7CATEGORIES= x11
9MASTER_SITES= http://archive.xfce.org/src/xfce/xfce4-settings/4.13/ 8MASTER_SITES= http://archive.xfce.org/src/xfce/xfce4-settings/4.13/
10 9
11HOMEPAGE= http://docs.xfce.org/xfce/xfce4-settings/start 10HOMEPAGE= http://docs.xfce.org/xfce/xfce4-settings/start
12COMMENT= Xfce settings manager 11COMMENT= Xfce settings manager
13 12
14BUILD_DEFS+= PKG_SYSCONFBASE 13BUILD_DEFS+= PKG_SYSCONFBASE
15 14
16CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} 15CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
17CONFIGURE_ARGS+= --enable-sound-settings 16CONFIGURE_ARGS+= --enable-sound-settings
18 17
19PKG_SYSCONFSUBDIR= xdg 18PKG_SYSCONFSUBDIR= xdg

cvs diff -r1.4 -r1.5 pkgsrc/x11/xfce4-settings/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-settings/PLIST 2015/04/21 08:56:45 1.4
+++ pkgsrc/x11/xfce4-settings/PLIST 2018/05/15 22:18:03 1.5
@@ -1,41 +1,44 @@ @@ -1,41 +1,44 @@
1@comment $NetBSD: PLIST,v 1.4 2015/04/21 08:56:45 jperkin Exp $ 1@comment $NetBSD: PLIST,v 1.5 2018/05/15 22:18:03 youri Exp $
2bin/xfce4-accessibility-settings 2bin/xfce4-accessibility-settings
3bin/xfce4-appearance-settings 3bin/xfce4-appearance-settings
4bin/xfce4-display-settings 4bin/xfce4-display-settings
 5bin/xfce4-find-cursor
5bin/xfce4-keyboard-settings 6bin/xfce4-keyboard-settings
6bin/xfce4-mime-settings 7bin/xfce4-mime-settings
7bin/xfce4-mouse-settings 8bin/xfce4-mouse-settings
8bin/xfce4-settings-editor 9bin/xfce4-settings-editor
9bin/xfce4-settings-manager 10bin/xfce4-settings-manager
10bin/xfsettingsd 11bin/xfsettingsd
11lib/xfce4/settings/appearance-install-theme 12lib/xfce4/settings/appearance-install-theme
12share/applications/xfce-display-settings.desktop 13share/applications/xfce-display-settings.desktop
13share/applications/xfce-keyboard-settings.desktop 14share/applications/xfce-keyboard-settings.desktop
14share/applications/xfce-mouse-settings.desktop 15share/applications/xfce-mouse-settings.desktop
15share/applications/xfce-settings-manager.desktop 16share/applications/xfce-settings-manager.desktop
16share/applications/xfce-ui-settings.desktop 17share/applications/xfce-ui-settings.desktop
17share/applications/xfce4-accessibility-settings.desktop 18share/applications/xfce4-accessibility-settings.desktop
18share/applications/xfce4-mime-settings.desktop 19share/applications/xfce4-mime-settings.desktop
19share/applications/xfce4-settings-editor.desktop 20share/applications/xfce4-settings-editor.desktop
20share/examples/xfce4/autostart/xfsettingsd.desktop 21share/examples/xfce4/autostart/xfsettingsd.desktop
21share/examples/xfce4/menus/xfce-settings-manager.menu 22share/examples/xfce4/menus/xfce-settings-manager.menu
22share/examples/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 23share/examples/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
23share/icons/hicolor/128x128/devices/xfce-display-extend.png 24share/icons/hicolor/128x128/devices/xfce-display-extend.png
24share/icons/hicolor/128x128/devices/xfce-display-external.png 25share/icons/hicolor/128x128/devices/xfce-display-external.png
25share/icons/hicolor/128x128/devices/xfce-display-internal.png 26share/icons/hicolor/128x128/devices/xfce-display-internal.png
26share/icons/hicolor/128x128/devices/xfce-display-mirror.png 27share/icons/hicolor/128x128/devices/xfce-display-mirror.png
 28share/locale/am/LC_MESSAGES/xfce4-settings.mo
27share/locale/ar/LC_MESSAGES/xfce4-settings.mo 29share/locale/ar/LC_MESSAGES/xfce4-settings.mo
28share/locale/ast/LC_MESSAGES/xfce4-settings.mo 30share/locale/ast/LC_MESSAGES/xfce4-settings.mo
 31share/locale/be/LC_MESSAGES/xfce4-settings.mo
29share/locale/bg/LC_MESSAGES/xfce4-settings.mo 32share/locale/bg/LC_MESSAGES/xfce4-settings.mo
30share/locale/bn/LC_MESSAGES/xfce4-settings.mo 33share/locale/bn/LC_MESSAGES/xfce4-settings.mo
31share/locale/ca/LC_MESSAGES/xfce4-settings.mo 34share/locale/ca/LC_MESSAGES/xfce4-settings.mo
32share/locale/cs/LC_MESSAGES/xfce4-settings.mo 35share/locale/cs/LC_MESSAGES/xfce4-settings.mo
33share/locale/da/LC_MESSAGES/xfce4-settings.mo 36share/locale/da/LC_MESSAGES/xfce4-settings.mo
34share/locale/de/LC_MESSAGES/xfce4-settings.mo 37share/locale/de/LC_MESSAGES/xfce4-settings.mo
35share/locale/el/LC_MESSAGES/xfce4-settings.mo 38share/locale/el/LC_MESSAGES/xfce4-settings.mo
36share/locale/en_AU/LC_MESSAGES/xfce4-settings.mo 39share/locale/en_AU/LC_MESSAGES/xfce4-settings.mo
37share/locale/en_GB/LC_MESSAGES/xfce4-settings.mo 40share/locale/en_GB/LC_MESSAGES/xfce4-settings.mo
38share/locale/es/LC_MESSAGES/xfce4-settings.mo 41share/locale/es/LC_MESSAGES/xfce4-settings.mo
39share/locale/eu/LC_MESSAGES/xfce4-settings.mo 42share/locale/eu/LC_MESSAGES/xfce4-settings.mo
40share/locale/fi/LC_MESSAGES/xfce4-settings.mo 43share/locale/fi/LC_MESSAGES/xfce4-settings.mo
41share/locale/fr/LC_MESSAGES/xfce4-settings.mo 44share/locale/fr/LC_MESSAGES/xfce4-settings.mo

cvs diff -r1.8 -r1.9 pkgsrc/x11/xfce4-settings/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-settings/distinfo 2017/06/18 22:41:54 1.8
+++ pkgsrc/x11/xfce4-settings/distinfo 2018/05/15 22:18:03 1.9
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.8 2017/06/18 22:41:54 youri Exp $ 1$NetBSD: distinfo,v 1.9 2018/05/15 22:18:03 youri Exp $
2 2
3SHA1 (xfce4-settings-4.13.0.tar.bz2) = 5d358958a77abbdc72ce58dd042a94d03a54be4e 3SHA1 (xfce4-settings-4.13.2.tar.bz2) = dc1257ac084100f061f96a9fca085447879155a3
4RMD160 (xfce4-settings-4.13.0.tar.bz2) = 1e284087d053b24ec16fb8d1f51cb2923f6b8138 4RMD160 (xfce4-settings-4.13.2.tar.bz2) = babfcab442abae05e1f2c9cd544e27bae6ec75e6
5SHA512 (xfce4-settings-4.13.0.tar.bz2) = ae9094ce0a2a85d7d38a72bbc355f5d06741ec5db16ebcfab74e7504f1ba17360d1fc3e38b357665c3bacf065c02cd6c12c2d1619a18523b42efb311877dfa62 5SHA512 (xfce4-settings-4.13.2.tar.bz2) = 3564ee50914a6cb1955457c2b7bc5b515815142b04df418c70ed87692bc9aa87365af61682f07a5d979501df0fe32fe229f5be927fe0233855dfd9f454ff9643
6Size (xfce4-settings-4.13.0.tar.bz2) = 1037084 bytes 6Size (xfce4-settings-4.13.2.tar.bz2) = 1043277 bytes
7SHA1 (patch-xfce4-settings-manager_Makefile.in) = c02cd0ccede9cea56c5d123eb1b5146039712f39 7SHA1 (patch-xfce4-settings-manager_Makefile.in) = c02cd0ccede9cea56c5d123eb1b5146039712f39
8SHA1 (patch-xfsettingsd_Makefile.in) = ebe7d40d67fedaa846273242e1ba25f4a74a2b20 8SHA1 (patch-xfsettingsd_Makefile.in) = ebe7d40d67fedaa846273242e1ba25f4a74a2b20
9SHA1 (patch-xfsettingsd_xsettings.xml) = 3f8c3e0c28482ab63f2088a4a6a9a6ea6ad5b6e3 9SHA1 (patch-xfsettingsd_xsettings.xml) = ac1573b8443888946d88880cb910a9fa3d1e0fc9

cvs diff -r1.2 -r1.3 pkgsrc/x11/xfce4-settings/patches/patch-xfsettingsd_xsettings.xml (expand / switch to unified diff)

--- pkgsrc/x11/xfce4-settings/patches/patch-xfsettingsd_xsettings.xml 2017/06/18 22:41:54 1.2
+++ pkgsrc/x11/xfce4-settings/patches/patch-xfsettingsd_xsettings.xml 2018/05/15 22:18:03 1.3
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: patch-xfsettingsd_xsettings.xml,v 1.2 2017/06/18 22:41:54 youri Exp $ 1$NetBSD: patch-xfsettingsd_xsettings.xml,v 1.3 2018/05/15 22:18:03 youri Exp $
2 2
3Use an Xfce theme and icon theme by default. 3Use a good icon theme by default.
4 4
5--- xfsettingsd/xsettings.xml.orig 2015-02-24 01:33:11.000000000 +0000 5--- xfsettingsd/xsettings.xml.orig 2018-03-18 20:59:33.000000000 +0000
6+++ xfsettingsd/xsettings.xml 6+++ xfsettingsd/xsettings.xml
7@@ -6,8 +6,8 @@ 7@@ -6,8 +6,8 @@
8 <?xml version="1.0" encoding="UTF-8"?> 8 <?xml version="1.0" encoding="UTF-8"?>
9 <channel name="xsettings" version="1.0"> 9 <channel name="xsettings" version="1.0">
10 <property name="Net" type="empty"> 10 <property name="Net" type="empty">
11- <property name="ThemeName" type="empty"/> 11- <property name="ThemeName" type="empty"/>
12- <property name="IconThemeName" type="empty"/> 12- <property name="IconThemeName" type="empty"/>
13+ <property name="ThemeName" type="string" value="Xfce-dusk"/> 13+ <property name="ThemeName" type="string" value="empty"/>
14+ <property name="IconThemeName" type="string" value="elementary-xfce"/> 14+ <property name="IconThemeName" type="string" value="elementary-xfce"/>
15 <property name="DoubleClickTime" type="int" value="400"/> 15 <property name="DoubleClickTime" type="int" value="400"/>
16 <property name="DoubleClickDistance" type="int" value="5"/> 16 <property name="DoubleClickDistance" type="int" value="5"/>
17 <property name="DndDragThreshold" type="int" value="8"/> 17 <property name="DndDragThreshold" type="int" value="8"/>