forked from pool/xfconf
Accepting request 115661 from X11:xfce:UNSTABLE
merge from X11:xfce:UNSTABLE OBS-URL: https://build.opensuse.org/request/show/115661 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfconf?expand=0&rev=40
This commit is contained in:
parent
3d0c58bf17
commit
77c87782b4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9860737539fab2b852e8c07c50c205a5fbe894b08bcb4488a70e3fd6c75993cb
|
|
||||||
size 501216
|
|
3
xfconf-4.9.1.tar.bz2
Normal file
3
xfconf-4.9.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:306e09e1a5206a78384a425425997f9471a03a63fa2f77465ecbc7e4457b9608
|
||||||
|
size 516280
|
49
xfconf-query.1
Normal file
49
xfconf-query.1
Normal 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
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Mar 29 20:55:58 UTC 2012 - gber@opensuse.org
|
||||||
|
|
||||||
|
@ -19,13 +19,14 @@
|
|||||||
%define libname libxfconf-0-2
|
%define libname libxfconf-0-2
|
||||||
|
|
||||||
Name: xfconf
|
Name: xfconf
|
||||||
Version: 4.8.1
|
Version: 4.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple Configuration Storage for Xfce
|
Summary: Simple Configuration Storage for Xfce
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/XFCE
|
Group: System/GUI/XFCE
|
||||||
Url: http://www.xfce.org/projects#core
|
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.9/%{name}-%{version}.tar.bz2
|
||||||
|
Source1: xfconf-query.1
|
||||||
Source100: %{name}-rpmlintrc
|
Source100: %{name}-rpmlintrc
|
||||||
# PATCH-FIX-OPENSUSE xfconf-remove-rpath.patch gber@opensuse.org -- Do not set RPATH for Xfconf.so
|
# 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
|
Patch0: xfconf-4.7.3-remove-rpath.patch
|
||||||
@ -38,6 +39,7 @@ BuildRequires: pkgconfig(dbus-1)
|
|||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(libxfce4util-1.0)
|
BuildRequires: pkgconfig(libxfce4util-1.0)
|
||||||
|
Recommends: %{name}-lang = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -50,7 +52,6 @@ Group: Development/Libraries/Perl
|
|||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Requires: perl(Glib)
|
Requires: perl(Glib)
|
||||||
Recommends: %{name}-lang = %{version}
|
|
||||||
|
|
||||||
%description -n perl-xfconf
|
%description -n perl-xfconf
|
||||||
This package contains the Perl interface to %{name}.
|
This package contains the Perl interface to %{name}.
|
||||||
@ -104,6 +105,7 @@ make %{?_smp_mflags} V=1
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
install -D -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/xfconf-query.1
|
||||||
|
|
||||||
rm -f %{buildroot}%{_libdir}/*.la \
|
rm -f %{buildroot}%{_libdir}/*.la \
|
||||||
%{buildroot}%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs
|
%{buildroot}%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs
|
||||||
@ -129,6 +131,7 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_libexecdir}/xfce4/xfconf
|
%dir %{_libexecdir}/xfce4/xfconf
|
||||||
%{_libexecdir}/xfce4/xfconf/xfconfd
|
%{_libexecdir}/xfce4/xfconf/xfconfd
|
||||||
%{_datadir}/dbus-1/services/org.xfce.Xfconf.service
|
%{_datadir}/dbus-1/services/org.xfce.Xfconf.service
|
||||||
|
%doc %{_mandir}/man1/xfconf-query.1*
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user