pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-settings



Module Name:    pkgsrc
Committed By:   youri
Date:           Tue May 15 22:18:03 UTC 2018

Modified Files:
        pkgsrc/x11/xfce4-settings: Makefile PLIST distinfo
        pkgsrc/x11/xfce4-settings/patches: patch-xfsettingsd_xsettings.xml

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/xfce4-settings/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xfce4-settings/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xfce4-settings/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/x11/xfce4-settings/patches/patch-xfsettingsd_xsettings.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xfce4-settings/Makefile
diff -u pkgsrc/x11/xfce4-settings/Makefile:1.39 pkgsrc/x11/xfce4-settings/Makefile:1.40
--- pkgsrc/x11/xfce4-settings/Makefile:1.39     Mon Apr 16 14:35:27 2018
+++ pkgsrc/x11/xfce4-settings/Makefile  Tue May 15 22:18:03 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2018/04/16 14:35:27 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2018/05/15 22:18:03 youri Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       4.13.0
+VERSION=       4.13.2
 DISTNAME=      xfce4-settings-${VERSION}
 CATEGORIES=    x11
 MASTER_SITES=  http://archive.xfce.org/src/xfce/xfce4-settings/4.13/

Index: pkgsrc/x11/xfce4-settings/PLIST
diff -u pkgsrc/x11/xfce4-settings/PLIST:1.4 pkgsrc/x11/xfce4-settings/PLIST:1.5
--- pkgsrc/x11/xfce4-settings/PLIST:1.4 Tue Apr 21 08:56:45 2015
+++ pkgsrc/x11/xfce4-settings/PLIST     Tue May 15 22:18:03 2018
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2015/04/21 08:56:45 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/05/15 22:18:03 youri Exp $
 bin/xfce4-accessibility-settings
 bin/xfce4-appearance-settings
 bin/xfce4-display-settings
+bin/xfce4-find-cursor
 bin/xfce4-keyboard-settings
 bin/xfce4-mime-settings
 bin/xfce4-mouse-settings
@@ -24,8 +25,10 @@ share/icons/hicolor/128x128/devices/xfce
 share/icons/hicolor/128x128/devices/xfce-display-external.png
 share/icons/hicolor/128x128/devices/xfce-display-internal.png
 share/icons/hicolor/128x128/devices/xfce-display-mirror.png
+share/locale/am/LC_MESSAGES/xfce4-settings.mo
 share/locale/ar/LC_MESSAGES/xfce4-settings.mo
 share/locale/ast/LC_MESSAGES/xfce4-settings.mo
+share/locale/be/LC_MESSAGES/xfce4-settings.mo
 share/locale/bg/LC_MESSAGES/xfce4-settings.mo
 share/locale/bn/LC_MESSAGES/xfce4-settings.mo
 share/locale/ca/LC_MESSAGES/xfce4-settings.mo

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

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



Home | Main Index | Thread Index | Old Index