pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/xfce4-conf



Module Name:    pkgsrc
Committed By:   youri
Date:           Tue May 15 22:41:36 UTC 2018

Modified Files:
        pkgsrc/devel/xfce4-conf: Makefile PLIST buildlink3.mk distinfo

Log Message:
Update:

4.13.4
======
- Fix segfault in xfconf_cache_set_property_reply_handler when
  multiple calls are made (bug #13825)
- Allow to store empty arrays (bug #13791)
- Fix a path in xfconf_cache_set where the mutex isn't locked (bug #13790)

4.13.3
======
- Flush gdbus connection on xfconf_shutdown
- Correctly use xfconf_shutdown in xfconf-query
- Check for invalid GPtrArrays in the conversion
  from GValue to GVariant.
- Fix some build issues in AM subdir-objects
- Fix some autogen.sh warnings
- Better documentation processing.

4.13.2
======
- Fix cache corruption due to a wrong g_value_unset call.
- Update API gtk documentation

4.13.1
======
- Revert the bump of libxfconf version from 0 to 1,
  to avoid massive changes in all xfce's components.

4.13.0
======
- Port xfconf to gdbus
- Bump libxfconf version from 0 to 1.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/xfce4-conf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/xfce4-conf/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/xfce4-conf/buildlink3.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/xfce4-conf/distinfo

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

Modified files:

Index: pkgsrc/devel/xfce4-conf/Makefile
diff -u pkgsrc/devel/xfce4-conf/Makefile:1.14 pkgsrc/devel/xfce4-conf/Makefile:1.15
--- pkgsrc/devel/xfce4-conf/Makefile:1.14       Mon Apr 16 14:34:22 2018
+++ pkgsrc/devel/xfce4-conf/Makefile    Tue May 15 22:41:36 2018
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.14 2018/04/16 14:34:22 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/05/15 22:41:36 youri Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       4.12.1
-PKGREVISION=   4
+VERSION=       4.13.4
 DISTNAME=      xfconf-${VERSION}
 PKGNAME=       xfce4-conf-${VERSION}
 CATEGORIES=    devel
-MASTER_SITES=  http://archive.xfce.org/src/xfce/xfconf/4.12/
+MASTER_SITES=  http://archive.xfce.org/src/xfce/xfconf/4.13/
 
 HOMEPAGE=      http://docs.xfce.org/xfce/xfconf/start
 COMMENT=       Xfce client-server configuration storage and query system

Index: pkgsrc/devel/xfce4-conf/PLIST
diff -u pkgsrc/devel/xfce4-conf/PLIST:1.2 pkgsrc/devel/xfce4-conf/PLIST:1.3
--- pkgsrc/devel/xfce4-conf/PLIST:1.2   Sun Jun 18 22:22:55 2017
+++ pkgsrc/devel/xfce4-conf/PLIST       Tue May 15 22:41:36 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/06/18 22:22:55 youri Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/05/15 22:41:36 youri Exp $
 bin/xfconf-query
 include/xfce4/xfconf-0/xfconf/xfconf-binding.h
 include/xfce4/xfconf-0/xfconf/xfconf-channel.h
@@ -12,6 +12,7 @@ share/dbus-1/services/org.xfce.Xfconf.se
 share/gtk-doc/html/xfconf/ch01.html
 share/gtk-doc/html/xfconf/ch02.html
 share/gtk-doc/html/xfconf/ch03.html
+share/gtk-doc/html/xfconf/ch04.html
 share/gtk-doc/html/xfconf/home.png
 share/gtk-doc/html/xfconf/index.html
 share/gtk-doc/html/xfconf/left-insensitive.png
@@ -21,12 +22,12 @@ share/gtk-doc/html/xfconf/right.png
 share/gtk-doc/html/xfconf/style.css
 share/gtk-doc/html/xfconf/up-insensitive.png
 share/gtk-doc/html/xfconf/up.png
-share/gtk-doc/html/xfconf/xfconf-xfconf-backend.html
-share/gtk-doc/html/xfconf/xfconf-xfconf-binding.html
-share/gtk-doc/html/xfconf/xfconf-xfconf-channel.html
-share/gtk-doc/html/xfconf/xfconf-xfconf-errors.html
-share/gtk-doc/html/xfconf/xfconf-xfconf-types.html
-share/gtk-doc/html/xfconf/xfconf-xfconf.html
+share/gtk-doc/html/xfconf/xfconf-Error-Reporting.html
+share/gtk-doc/html/xfconf/xfconf-Xfconf-Backend.html
+share/gtk-doc/html/xfconf/xfconf-Xfconf-Channel.html
+share/gtk-doc/html/xfconf/xfconf-Xfconf-GObject-Binding.html
+share/gtk-doc/html/xfconf/xfconf-Xfconf-Library-Core.html
+share/gtk-doc/html/xfconf/xfconf-Xfconf-Types.html
 share/gtk-doc/html/xfconf/xfconf.devhelp2
 share/locale/ar/LC_MESSAGES/xfconf.mo
 share/locale/ast/LC_MESSAGES/xfconf.mo

Index: pkgsrc/devel/xfce4-conf/buildlink3.mk
diff -u pkgsrc/devel/xfce4-conf/buildlink3.mk:1.7 pkgsrc/devel/xfce4-conf/buildlink3.mk:1.8
--- pkgsrc/devel/xfce4-conf/buildlink3.mk:1.7   Tue Jun 20 16:11:05 2017
+++ pkgsrc/devel/xfce4-conf/buildlink3.mk       Tue May 15 22:41:36 2018
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.7 2017/06/20 16:11:05 youri Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2018/05/15 22:41:36 youri Exp $
 
 BUILDLINK_TREE+=       xfce4-conf
 
 .if !defined(XFCE4_CONF_BUILDLINK3_MK)
 XFCE4_CONF_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.xfce4-conf+=     xfce4-conf>=4.12.1
-BUILDLINK_ABI_DEPENDS.xfce4-conf?=     xfce4-conf>=4.12.1
+BUILDLINK_API_DEPENDS.xfce4-conf+=     xfce4-conf>=4.13.4
+BUILDLINK_ABI_DEPENDS.xfce4-conf?=     xfce4-conf>=4.13.4
 BUILDLINK_PKGSRCDIR.xfce4-conf?=       ../../devel/xfce4-conf
 
 .include "../../sysutils/dbus/buildlink3.mk"

Index: pkgsrc/devel/xfce4-conf/distinfo
diff -u pkgsrc/devel/xfce4-conf/distinfo:1.4 pkgsrc/devel/xfce4-conf/distinfo:1.5
--- pkgsrc/devel/xfce4-conf/distinfo:1.4        Tue Jun 20 16:11:05 2017
+++ pkgsrc/devel/xfce4-conf/distinfo    Tue May 15 22:41:36 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/06/20 16:11:05 youri Exp $
+$NetBSD: distinfo,v 1.5 2018/05/15 22:41:36 youri Exp $
 
-SHA1 (xfconf-4.12.1.tar.bz2) = 18741118e98f7a4ea0328cd6f00752ca83d3ec14
-RMD160 (xfconf-4.12.1.tar.bz2) = 13ed038c0f23d35f70f894d137f0a304f08dd851
-SHA512 (xfconf-4.12.1.tar.bz2) = 114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
-Size (xfconf-4.12.1.tar.bz2) = 564131 bytes
+SHA1 (xfconf-4.13.4.tar.bz2) = 944fba00db7b665ae39c90b28f117e8c21e49ebd
+RMD160 (xfconf-4.13.4.tar.bz2) = d785288a33446ead24daf2396cf564287e01e3e5
+SHA512 (xfconf-4.13.4.tar.bz2) = 17c4c2ff4b02eef2d3040c21120e34863e4b38794d7670e42a31e4062a0ba0d4064d4239e8166a2c05d5d316773fdc96ae6098e78ab9b058b9c5a31f94c7f3dc
+Size (xfconf-4.13.4.tar.bz2) = 598700 bytes



Home | Main Index | Thread Index | Old Index