1
0

Accepting request 58123 from home:vuntz:branches:GNOME:Factory

ok

OBS-URL: https://build.opensuse.org/request/show/58123
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gsettings-desktop-schemas?expand=0&rev=9
This commit is contained in:
Vincent Untz 2011-01-14 09:48:00 +00:00 committed by Git OBS Bridge
parent 9f42eba4ae
commit f6de5a8e7b
5 changed files with 5 additions and 123 deletions

View File

@ -1,12 +0,0 @@
<services>
<service name="tar_scm">
<param name="versionprefix">0.1.4git</param>
<param name="url">git://git.gnome.org/gsettings-desktop-schemas</param>
<param name="scm">git</param>
</service>
<service name="recompress">
<param name="file">*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version"/>
</services>

View File

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

View File

@ -1,103 +0,0 @@
#
# spec file for package gsettings-desktop-schemas (Version 0.1.4)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gsettings-desktop-schemas
Version: 0.1.4git.1294674581
Release: 0
License: LGPLv2+
Summary: Shared GSettings Schemas for the Desktop
Url: http://gnome.org/
Group: System/GUI/GNOME
Source0: %{name}-%{version}.tar.bz2
BuildRequires: glib2-devel
BuildRequires: intltool
%if 0%{?BUILD_FROM_VCS}
BuildRequires: gnome-common
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%glib2_gsettings_schema_requires
%description
A collection of GSettings schemas for settings shared by various
components of a desktop.
%package devel
License: GPLv2+
Summary: Shared GSettings Schemas for the Desktop -- Development Files
Group: Development/Languages/C and C++
Requires: %{name} = %{version}
%description devel
A collection of GSettings schemas for settings shared by various
components of a desktop.
This package contains development files.
%prep
%setup -q
%if 0%{?BUILD_FROM_VCS}
NOCONFIGURE=1 ./autogen.sh
%endif
%build
%configure
%__make %{?_smp_mflags}
%install
%makeinstall
%clean
rm -rf %{buildroot}
%post
%glib2_gsettings_schema_post
%postun
%glib2_gsettings_schema_postun
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog HACKING MAINTAINERS NEWS README
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.mouse.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml
%dir %{_datadir}/GConf
%dir %{_datadir}/GConf/gsettings
%{_datadir}/GConf/gsettings/gsettings-desktop-schemas.convert
%files devel
%defattr(-,root,root)
%{_includedir}/%{name}/
%{_datadir}/pkgconfig/%{name}.pc
%changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75a432a98b45bd8310ba1b90ee1b887eedef08de0d81db9fb39031af670f02e7
size 90608

View File

@ -2,8 +2,11 @@
Tue Jan 11 14:14:19 UTC 2011 - fcrozat@novell.com
- Update to version 0.1.4 :
+ Add thumbnailer schemas
+ Don't show icons on the desktop by default
+ Add thumbnailer schemas
+ Don't show icons on the desktop by default
- Add support for source service checkout, with %BUILD_FROM_VCS:
+ Add gnome-common BuildRequires.
+ Add call to ./autogen.sh.
-------------------------------------------------------------------
Thu Dec 23 12:50:14 CET 2010 - dimstar@opensuse.org