forked from pool/gsettings-desktop-schemas
Accepting request 57889 from home:fcrozat:gnome3
thanks OBS-URL: https://build.opensuse.org/request/show/57889 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gsettings-desktop-schemas?expand=0&rev=8
This commit is contained in:
parent
75d847e15c
commit
9f42eba4ae
12
_service
Normal file
12
_service
Normal file
@ -0,0 +1,12 @@
|
||||
<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>
|
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0790a1be4740d4d8f9367e5c8fe56f9c8b50b0e329243470a6b6b8953aca790
|
||||
size 89276
|
103
_service:set_version:gsettings-desktop-schemas.spec
Normal file
103
_service:set_version:gsettings-desktop-schemas.spec
Normal file
@ -0,0 +1,103 @@
|
||||
#
|
||||
# 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
|
3
gsettings-desktop-schemas-0.1.4.tar.bz2
Normal file
3
gsettings-desktop-schemas-0.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:868775e95f9e1f80c9330a3d06ae8cf219a7ea51888d37e9d5de1fc24e138646
|
||||
size 90851
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 23 12:50:14 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gsettings-desktop-schemas (Version 0.1.3)
|
||||
# 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.
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 0.1.3
|
||||
Version: 0.1.4
|
||||
Release: 1
|
||||
License: LGPLv2+
|
||||
Summary: Shared GSettings Schemas for the Desktop
|
||||
@ -28,6 +28,9 @@ 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
|
||||
@ -51,6 +54,11 @@ This package contains development files.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
%__make %{?_smp_mflags}
|
||||
@ -81,6 +89,7 @@ rm -rf %{buildroot}
|
||||
%{_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
|
||||
|
Loading…
Reference in New Issue
Block a user