Accepting request 58232 from GNOME:Factory
Accepted submit request 58232 from user vuntz OBS-URL: https://build.opensuse.org/request/show/58232 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsettings-desktop-schemas?expand=0&rev=5
This commit is contained in:
commit
d7298b9d03
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75a432a98b45bd8310ba1b90ee1b887eedef08de0d81db9fb39031af670f02e7
|
||||
size 90608
|
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,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user