Accepting request 69088 from GNOME:Factory
Pushing G:F (including GNOME3) OBS-URL: https://build.opensuse.org/request/show/69088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsettings-desktop-schemas?expand=0&rev=9
This commit is contained in:
commit
8b663f8355
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eeb092bae065da866cc7160f97c9d2357b2d7b23e2fdff1e1205524f8cdbb78
|
||||
size 90764
|
3
gsettings-desktop-schemas-3.0.1.tar.bz2
Normal file
3
gsettings-desktop-schemas-3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e72158a0e70ae50b8bb992e1486dd2fda43207f4ec4eb03a0d769f210363fd9
|
||||
size 136439
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 11:52:02 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 3.0.1:
|
||||
+ Don't migrate background-related keys
|
||||
+ Don't migrate custom GTK+ color schemes and various GTK+ tweaks
|
||||
keys.
|
||||
- Drop gsettings-desktop-schemas-overoptimistic-convert.patch:
|
||||
fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 8 16:05:15 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Add gsettings-desktop-schemas-overoptimistic-convert.patch:
|
||||
Remove some questionable conversions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 16:45:42 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 3.0.0
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 15:42:10 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 2.91.92:
|
||||
+ Use picture-uri instead of picture-filename (bgo#633983)
|
||||
+ Remove at mobility schema conversion
|
||||
+ Use seconds instead of minutes in idle and lock times
|
||||
+ Remove idle and screensaver settings form the conversion
|
||||
- Changes from version 2.91.91:
|
||||
+ Disable toolkit-accessibility by default.
|
||||
+ Add "disable-log-out" to lockdown.
|
||||
+ Remove mobility configuration, we only support caribou's.
|
||||
on-screen keyboard.
|
||||
+ Remove default-applications.browser schema from conversion
|
||||
script.
|
||||
+ Remove unused "use-custom-font" setting.
|
||||
+ Add "text-scaling-factor" key.
|
||||
+ Remove obsolete screensaver settings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 16:18:34 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
- Add cantarell-fonts Recommends, since it's the default font in
|
||||
the schemas.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 13:32:16 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 0.1.7:
|
||||
+ Change org.gnome.desktop.session/idle-delay to a uint
|
||||
+ Move gnome-screensaver settings here
|
||||
+ Remove "status-bar-meter-on-right" setting
|
||||
+ Remove duplicated "idle-delay" key
|
||||
+ Remove web browser default preference
|
||||
+ Make sure all the schemas are translatable
|
||||
+ Use Cantarell 11pt as the default UI font
|
||||
+ Add magnifier schemas from gnome-shell
|
||||
+ Fix schemas path in a11y schemas
|
||||
+ Add "session-name" to org.gnome.desktop.session
|
||||
+ Rename "accessibility" key to "toolkit-accessibility"
|
||||
+ Remove AT visual preference, we only support orca as a screen
|
||||
reader
|
||||
+ Remove the duplicate on-screen keyboard startup key
|
||||
- Create lang subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 8 13:51:20 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 0.1.5
|
||||
Version: 3.0.1
|
||||
Release: 1
|
||||
License: LGPLv2+
|
||||
Summary: Shared GSettings Schemas for the Desktop
|
||||
@ -31,6 +31,9 @@ BuildRequires: intltool
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
%endif
|
||||
Recommends: %{name}-lang
|
||||
# default font in the schemas
|
||||
Recommends: cantarell-fonts
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%glib2_gsettings_schema_requires
|
||||
@ -51,6 +54,7 @@ components of a desktop.
|
||||
|
||||
This package contains development files.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -64,6 +68,7 @@ This package contains development files.
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
@ -80,14 +85,16 @@ rm -rf %{buildroot}
|
||||
%{_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.a11y.magnifier.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.screensaver.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.desktop.session.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
|
||||
@ -100,4 +107,6 @@ rm -rf %{buildroot}
|
||||
%{_includedir}/%{name}/
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user