Update xfce4-settings to 4.13.0:

4.13.0
======
- Initial port to GTK+ 3
- Known issues:
  - The display dialog does not always build correctly. The offending
    code exists in the port to GdkSeat. When alternating between the
    old and new versions of this code, both versions do work, so there
    seems to be some strangeness at build time.
    - See dialogs/display-settings/scrollarea.c#n513
- Translation updates: Basque, Bulgarian, Chinese (China),
  Chinese (Taiwan), Croatian, English (Australia), French, German,
  Hebrew, Japanese, Korean, Lithuanian, Malay, Occitan (post 1500),
  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
  Slovak, Spanish, Swedish, Ukrainian

4.12.1
======
- Fix: Color scheme preview on low bit depth displays (Xfce #12223)
- Fix: Memory leak in xfce4-appearance-settings (Xfce #11746)
- Fix: /Xft/Hinting is never set (Xfce #12086)
- Fix: Segfault in convert_xfce_output_info when plugging in
  an external model, fallback on 640x480 (Xfce #12580, RH #1317382)
- Fix: xfsettingsd resets TV mode to NULL on power cycle (Xfce #11107)
- Make sure icon == NULL if no icon is found
- Make the 'Settings Editor Dialog' pluggable.
- Translation updates: Arabic, Asturian, Bulgarian, Catalan,
  Croatian, English (Australia), Galician, German, Greek,
  Hebrew, Hungarian, Icelandic, Indonesian, Lithuanian,
  Occitan (post 1500), Polish, Russian, Slovak, Swedish
This commit is contained in:
youri 2017-06-18 22:41:54 +00:00
parent cf26e77025
commit c1692639de
5 changed files with 20 additions and 16 deletions

View file

@ -1,13 +1,14 @@
# $NetBSD: Makefile,v 1.35 2017/02/12 06:26:17 ryoon Exp $
# $NetBSD: Makefile,v 1.36 2017/06/18 22:41:54 youri Exp $
PKGREVISION= 5
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-settings-${XFCE4_VERSION}
CATEGORIES= x11
VERSION= 4.13.0
DISTNAME= xfce4-settings-${VERSION}
CATEGORIES= x11
MASTER_SITES= http://archive.xfce.org/src/xfce/xfce4-settings/4.13/
HOMEPAGE= http://docs.xfce.org/xfce/xfce4-settings/start
COMMENT= Xfce settings manager
COMMENT= Xfce settings manager
BUILD_DEFS+= PKG_SYSCONFBASE

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.7 2015/11/04 03:29:06 agc Exp $
$NetBSD: distinfo,v 1.8 2017/06/18 22:41:54 youri Exp $
SHA1 (xfce4-settings-4.12.0.tar.bz2) = 507a66ed160e44078f81051878c8644d5a5f344e
RMD160 (xfce4-settings-4.12.0.tar.bz2) = e778cdef17523a52d0113831734c597f5b737042
SHA512 (xfce4-settings-4.12.0.tar.bz2) = 4a61c16f1f03de98c9968a00b50595e2934aaf28b80613c59403d33a293a7f8ef9ebb6fad98b0eeb97a6590b9100e91f73dd6363133d5d8bd06714f1126d8856
Size (xfce4-settings-4.12.0.tar.bz2) = 973324 bytes
SHA1 (patch-xfce4-settings-manager_Makefile.in) = 89b91e6ba1cef48dabf8dae8f2cb17c8e983eb1e
SHA1 (patch-xfsettingsd_Makefile.in) = 68b9e1bda69df252a5e910b9b2969dc0b7f45432
SHA1 (patch-xfsettingsd_xsettings.xml) = 182108ef2739855591ef09856020dbd036c8c5a7
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 (patch-xfce4-settings-manager_Makefile.in) = c02cd0ccede9cea56c5d123eb1b5146039712f39
SHA1 (patch-xfsettingsd_Makefile.in) = ebe7d40d67fedaa846273242e1ba25f4a74a2b20
SHA1 (patch-xfsettingsd_xsettings.xml) = 3f8c3e0c28482ab63f2088a4a6a9a6ea6ad5b6e3

View file

@ -1,6 +1,7 @@
$NetBSD: patch-xfce4-settings-manager_Makefile.in,v 1.1 2015/04/21 08:56:45 jperkin Exp $
$NetBSD: patch-xfce4-settings-manager_Makefile.in,v 1.2 2017/06/18 22:41:54 youri Exp $
Adjust config path.
--- xfce4-settings-manager/Makefile.in.orig 2015-02-28 19:10:30.000000000 +0000
+++ xfce4-settings-manager/Makefile.in
@@ -489,7 +489,7 @@ xfce4_settings_manager_LDADD = \

View file

@ -1,6 +1,7 @@
$NetBSD: patch-xfsettingsd_Makefile.in,v 1.1 2015/04/21 08:56:45 jperkin Exp $
$NetBSD: patch-xfsettingsd_Makefile.in,v 1.2 2017/06/18 22:41:54 youri Exp $
Adjust config path.
--- xfsettingsd/Makefile.in.orig 2015-02-28 19:10:30.000000000 +0000
+++ xfsettingsd/Makefile.in
@@ -535,9 +535,9 @@ xfsettingsd_LDADD = $(GTK_LIBS) $(GLIB_L

View file

@ -1,6 +1,7 @@
$NetBSD: patch-xfsettingsd_xsettings.xml,v 1.1 2015/04/21 08:56:45 jperkin Exp $
$NetBSD: patch-xfsettingsd_xsettings.xml,v 1.2 2017/06/18 22:41:54 youri Exp $
Use an Xfce theme and icon theme by default.
--- xfsettingsd/xsettings.xml.orig 2015-02-24 01:33:11.000000000 +0000
+++ xfsettingsd/xsettings.xml
@@ -6,8 +6,8 @@