Skip to content

Commit

Permalink
xfce4-conf: update to 4.16.0
Browse files Browse the repository at this point in the history
Change log:

4.16.0
======
- Don't use shebang for bash completion file
- Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
- bump glib (and gio, gthread, etc) minimum to 2.50.0
- remove last traces of xfconf-perl
- Fix make distcheck and enable it on gitlab CI
- Add README.md to EXTRA_DIST
- Post release autoconf git revision


4.15.1
======
- Fix stray double-quote in bash-completion PKG_CONFIG invocation
- Disable parallelism on all tests
- Adds new README.md and updates AM_INIT_AUTOMAKE
- xfconf-cache: Fix access to freed data (#16)
- Translation Updates: oc, he, hu, hy_AM, lt, sk, sq, ug, tr.

4.15.0
======
- Implement custom test driver
- Use 'gsettings' as a common channel name for the GSetting backend
- Bug #14789 Fix GSettings backend assertion error, when probed but not used
- Enable GSettings backend build by default
- Add Bash completion for xfconf-query
- Bug #15960: Add some missing xfconf_shutdown() in xfconf-query
- Bug #15951: Fix 'xfconf_get_error_quark' introspecting warning
- Remove perl bindings
- Fix vala binding in dist tarball
- Translation Updates: be, da, el, es, he, hr, hu, hye, gl, nl,
  sl, sq, zh_CN, zh_HK, zh_TW
  • Loading branch information
dhgutteridge committed Nov 30, 2021
1 parent 384b846 commit 010b7a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/xfce4-conf/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.33 2021/05/24 19:52:04 wiz Exp $
# $NetBSD: Makefile,v 1.34 2021/11/30 14:08:14 gutteridge Exp $

PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"

VERSION= 4.14.3
VERSION= 4.16.0
DISTNAME= xfconf-${VERSION}
PKGNAME= xfce4-conf-${VERSION}
CATEGORIES= devel
Expand Down
5 changes: 4 additions & 1 deletion devel/xfce4-conf/PLIST
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
@comment $NetBSD: PLIST,v 1.7 2020/05/15 00:14:56 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.8 2021/11/30 14:08:14 gutteridge Exp $
bin/xfconf-query
include/xfce4/xfconf-0/xfconf/xfconf-binding.h
include/xfce4/xfconf-0/xfconf/xfconf-channel.h
include/xfce4/xfconf-0/xfconf/xfconf-errors.h
include/xfce4/xfconf-0/xfconf/xfconf-types.h
include/xfce4/xfconf-0/xfconf/xfconf.h
lib/gio/modules/libxfconfgsettingsbackend.la
lib/libxfconf-0.la
lib/pkgconfig/libxfconf-0.pc
lib/xfce4/xfconf/xfconfd
share/bash-completion/completions/xfconf-query
share/dbus-1/services/org.xfce.Xfconf.service
share/gtk-doc/html/xfconf/ch01.html
share/gtk-doc/html/xfconf/ch02.html
Expand Down Expand Up @@ -51,6 +53,7 @@ share/locale/he/LC_MESSAGES/xfconf.mo
share/locale/hr/LC_MESSAGES/xfconf.mo
share/locale/hu/LC_MESSAGES/xfconf.mo
share/locale/hy_AM/LC_MESSAGES/xfconf.mo
share/locale/hye/LC_MESSAGES/xfconf.mo
share/locale/id/LC_MESSAGES/xfconf.mo
share/locale/is/LC_MESSAGES/xfconf.mo
share/locale/it/LC_MESSAGES/xfconf.mo
Expand Down
8 changes: 4 additions & 4 deletions devel/xfce4-conf/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2021/10/26 10:20:09 nia Exp $
$NetBSD: distinfo,v 1.14 2021/11/30 14:08:14 gutteridge Exp $

BLAKE2s (xfconf-4.14.3.tar.bz2) = 8fd2e0ca19bb0ab5c48c01a23c65d3afc6b1bc4d877ab1ec7930599eb9a4f1d6
SHA512 (xfconf-4.14.3.tar.bz2) = e3add05018215cc597bb76d852903077e1fd0a21429c462116c560739eaf32167f9dddac3adb36e89b9380b87fc4b4c38d4ee9fdd5139b540268be437fc3a713
Size (xfconf-4.14.3.tar.bz2) = 591432 bytes
BLAKE2s (xfconf-4.16.0.tar.bz2) = 9c9f55fe0df9dd69f2b052ce36a0d4ec103804739b17f487e2ab50f71daa8086
SHA512 (xfconf-4.16.0.tar.bz2) = d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344
Size (xfconf-4.16.0.tar.bz2) = 634858 bytes

0 comments on commit 010b7a3

Please sign in to comment.