SHA256
1
0
forked from pool/xfconf

Accepting request 116189 from X11:xfce

- update to version 4.10.0
  - don't emit property-changed on canceled calls
  - accept NULL as a string value
  - check abicheck.sh to be more portable
  - fix more deprecated g_value_set_char
  - explicitly link against gthread
  - drop deprecated g_mapped_file_free
  - translation updates

- update to version 4.9.1
  - use LT_PREREQ and LT_INIT
  - UTF-8 check xfconf strings
  - do not dup strings in xfconf_channel_set_string
  - bump package dependency versions
  - fix comment in perl package info
  - don't use deprecated g_value_set_char
  - translation updates
- added xfconf-query manpage from Debian

- update to version 4.9.0
  - use sh as interpreter in tests
  - add hook to skip the xfconf tests
  - make the abicheck work on Solaris and PPC64
  - fix licenses and use new FSF address
  - fix compiler warnings on Solaris
  - avoid GCC 4.6 compiler warning
  - add toggle option to xfconf-query
  - remove unusable import and export options from xfconf-query
  - translate all error strings in xfconf-query
  - cleanup Makefile.am files a bit

OBS-URL: https://build.opensuse.org/request/show/116189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfconf?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2012-05-08 09:49:55 +00:00 committed by Git OBS Bridge
commit 87cc1aa36d
5 changed files with 102 additions and 6 deletions

3
xfconf-4.10.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576
size 517425

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9860737539fab2b852e8c07c50c205a5fbe894b08bcb4488a70e3fd6c75993cb
size 501216

49
xfconf-query.1 Normal file
View File

@ -0,0 +1,49 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH XFCONF-QUERY "1" "November 2009" "xfconf-query 4.6.1" "User Commands"
.SH NAME
xfconf-query \- Command line utility for xfconf system
.SH DESCRIPTION
.SS "Usage:"
.IP
xfconf\-query [OPTION...] \- xfconf commandline utility
.SS "Help Options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Show help options
.SS "Application Options:"
.TP
\fB\-V\fR, \fB\-\-version\fR
Version information
.TP
\fB\-c\fR, \fB\-\-channel\fR
The channel to query/modify
.TP
\fB\-p\fR, \fB\-\-property\fR
The property to query/modify
.TP
\fB\-s\fR, \fB\-\-set\fR
The new value to set for the property
.TP
\fB\-l\fR, \fB\-\-list\fR
List properties (or channels if \fB\-c\fR is not specified)
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Verbose output
.TP
\fB\-n\fR, \fB\-\-create\fR
Create a new property if it does not already exist
.TP
\fB\-t\fR, \fB\-\-type\fR
Specify the property value type
.TP
\fB\-r\fR, \fB\-\-reset\fR
Reset property
.TP
\fB\-R\fR, \fB\-\-recursive\fR
Recursive (use with \fB\-r\fR)
.TP
\fB\-a\fR, \fB\-\-force\-array\fR
Force array even if only one element
.TP
\fB\-m\fR, \fB\-\-monitor\fR
Monitor a channel for property changes

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sun Apr 29 07:56:26 UTC 2012 - gber@opensuse.org
- update to version 4.10.0
- don't emit property-changed on canceled calls
- accept NULL as a string value
- check abicheck.sh to be more portable
- fix more deprecated g_value_set_char
- explicitly link against gthread
- drop deprecated g_mapped_file_free
- translation updates
-------------------------------------------------------------------
Sat Apr 14 09:31:31 UTC 2012 - gber@opensuse.org
- update to version 4.9.1
- use LT_PREREQ and LT_INIT
- UTF-8 check xfconf strings
- do not dup strings in xfconf_channel_set_string
- bump package dependency versions
- fix comment in perl package info
- don't use deprecated g_value_set_char
- translation updates
- added xfconf-query manpage from Debian
-------------------------------------------------------------------
Sun Apr 8 09:32:57 UTC 2012 - gber@opensuse.org
- update to version 4.9.0
- use sh as interpreter in tests
- add hook to skip the xfconf tests
- make the abicheck work on Solaris and PPC64
- fix licenses and use new FSF address
- fix compiler warnings on Solaris
- avoid GCC 4.6 compiler warning
- add toggle option to xfconf-query
- remove unusable import and export options from xfconf-query
- translate all error strings in xfconf-query
- cleanup Makefile.am files a bit
- improve --version output in xfconf-query
- cleanup #includes
- drop usage of the G_CONST_RETURN macro
- translation updates
-------------------------------------------------------------------
Thu Mar 29 20:55:58 UTC 2012 - gber@opensuse.org

View File

@ -19,13 +19,14 @@
%define libname libxfconf-0-2
Name: xfconf
Version: 4.8.1
Version: 4.10.0
Release: 0
Summary: Simple Configuration Storage for Xfce
License: GPL-2.0+
Group: System/GUI/XFCE
Url: http://www.xfce.org/projects#core
Source: http://archive.xfce.org/src/xfce/xfconf/4.8/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/xfce/xfconf/4.10/%{name}-%{version}.tar.bz2
Source1: xfconf-query.1
Source100: %{name}-rpmlintrc
# PATCH-FIX-OPENSUSE xfconf-remove-rpath.patch gber@opensuse.org -- Do not set RPATH for Xfconf.so
Patch0: xfconf-4.7.3-remove-rpath.patch
@ -38,6 +39,7 @@ BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(libxfce4util-1.0)
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -50,7 +52,6 @@ Group: Development/Libraries/Perl
Requires: %{name} = %{version}
Requires: perl = %{perl_version}
Requires: perl(Glib)
Recommends: %{name}-lang = %{version}
%description -n perl-xfconf
This package contains the Perl interface to %{name}.
@ -104,6 +105,7 @@ make %{?_smp_mflags} V=1
%install
%make_install
install -D -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/xfconf-query.1
rm -f %{buildroot}%{_libdir}/*.la \
%{buildroot}%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs
@ -129,6 +131,7 @@ rm -rf %{buildroot}
%dir %{_libexecdir}/xfce4/xfconf
%{_libexecdir}/xfce4/xfconf/xfconfd
%{_datadir}/dbus-1/services/org.xfce.Xfconf.service
%doc %{_mandir}/man1/xfconf-query.1*
%files -n %{libname}
%defattr(-,root,root)