Accepting request 695582 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/695582 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gsettings-desktop-schemas?expand=0&rev=113
This commit is contained in:
parent
0817f936f6
commit
b680ff373d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f88ea6849ffe897c51cfeca5e45c3890010c82c58be2aee18b01349648e5502f
|
|
||||||
size 652416
|
|
3
gsettings-desktop-schemas-3.32.0.tar.xz
Normal file
3
gsettings-desktop-schemas-3.32.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d59b4b3a548859dfae46314ee4666787a00d5c82db382e97df7aa9d0e310a35
|
||||||
|
size 628888
|
@ -1,4 +1,4 @@
|
|||||||
From 02c40aeea16cd570cc8238628ca9e77e76ce9d73 Mon Sep 17 00:00:00 2001
|
From 96436417da5d1f8912042124bd2a8b98f091f280 Mon Sep 17 00:00:00 2001
|
||||||
From: Chingkai <chuchingkai@gmail.com>
|
From: Chingkai <chuchingkai@gmail.com>
|
||||||
Date: Fri, 19 Oct 2018 13:37:15 +0800
|
Date: Fri, 19 Oct 2018 13:37:15 +0800
|
||||||
Subject: [PATCH] schemas: Add settings for
|
Subject: [PATCH] schemas: Add settings for
|
||||||
@ -10,36 +10,23 @@ retained to what it is currently.
|
|||||||
|
|
||||||
https://gitlab.gnome.org/GNOME/gnome-shell/issues/680
|
https://gitlab.gnome.org/GNOME/gnome-shell/issues/680
|
||||||
---
|
---
|
||||||
schemas/Makefile-schemas.include | 1 +
|
schemas/meson.build | 1 +
|
||||||
schemas/Makefile.in | 1 +
|
|
||||||
...me.desktop.background.lockdialog.gschema.xml.in | 59 ++++++++++++++++++++++
|
...me.desktop.background.lockdialog.gschema.xml.in | 59 ++++++++++++++++++++++
|
||||||
3 files changed, 61 insertions(+)
|
2 files changed, 60 insertions(+)
|
||||||
create mode 100644 schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
|
create mode 100644 schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
|
||||||
|
|
||||||
diff --git a/schemas/Makefile-schemas.include b/schemas/Makefile-schemas.include
|
diff --git a/schemas/meson.build b/schemas/meson.build
|
||||||
index f9f8514..fca5af6 100644
|
index 69a3f98..4e8c8f9 100644
|
||||||
--- a/schemas/Makefile-schemas.include
|
--- a/schemas/meson.build
|
||||||
+++ b/schemas/Makefile-schemas.include
|
+++ b/schemas/meson.build
|
||||||
@@ -15,6 +15,7 @@ desktop_gschemas_in = \
|
@@ -15,6 +15,7 @@ schemas = [
|
||||||
org.gnome.desktop.thumbnailers.gschema.xml.in \
|
'org.gnome.desktop.thumbnailers.gschema.xml',
|
||||||
org.gnome.desktop.session.gschema.xml.in \
|
'org.gnome.desktop.session.gschema.xml',
|
||||||
org.gnome.desktop.background.gschema.xml.in \
|
'org.gnome.desktop.background.gschema.xml',
|
||||||
+ org.gnome.desktop.background.lockdialog.gschema.xml.in \
|
+ 'org.gnome.desktop.background.lockdialog.gschema.xml',
|
||||||
org.gnome.desktop.calendar.gschema.xml.in \
|
'org.gnome.desktop.calendar.gschema.xml',
|
||||||
org.gnome.desktop.datetime.gschema.xml.in \
|
'org.gnome.desktop.datetime.gschema.xml',
|
||||||
org.gnome.desktop.media-handling.gschema.xml.in \
|
'org.gnome.desktop.media-handling.gschema.xml',
|
||||||
diff --git a/schemas/Makefile.in b/schemas/Makefile.in
|
|
||||||
index d0b1b9a..1a81b00 100644
|
|
||||||
--- a/schemas/Makefile.in
|
|
||||||
+++ b/schemas/Makefile.in
|
|
||||||
@@ -298,6 +298,7 @@ desktop_gschemas_in = \
|
|
||||||
org.gnome.desktop.thumbnailers.gschema.xml.in \
|
|
||||||
org.gnome.desktop.session.gschema.xml.in \
|
|
||||||
org.gnome.desktop.background.gschema.xml.in \
|
|
||||||
+ org.gnome.desktop.background.lockdialog.gschema.xml.in \
|
|
||||||
org.gnome.desktop.calendar.gschema.xml.in \
|
|
||||||
org.gnome.desktop.datetime.gschema.xml.in \
|
|
||||||
org.gnome.desktop.media-handling.gschema.xml.in \
|
|
||||||
diff --git a/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in b/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
|
diff --git a/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in b/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000..b38e699
|
index 0000000..b38e699
|
||||||
@ -106,5 +93,5 @@ index 0000000..b38e699
|
|||||||
+ </schema>
|
+ </schema>
|
||||||
+</schemalist>
|
+</schemalist>
|
||||||
--
|
--
|
||||||
2.13.7
|
2.16.4
|
||||||
|
|
||||||
|
@ -1,3 +1,68 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 22 17:16:37 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Add adobe-sourcecodepro-fonts Recommends: New default font for
|
||||||
|
monospace was added for version 3.32.x.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 21 06:54:42 UTC 2019 - Chingkai <qkzhu@suse.com>
|
||||||
|
|
||||||
|
- Rebase gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 12 06:26:12 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.32.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 6 18:52:19 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.31.92:
|
||||||
|
+ Drop legacy build systems.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 21 09:30:00 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.31.91:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 17 20:01:00 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.31.90:
|
||||||
|
+ Updated default monospace font.
|
||||||
|
+ More meson build fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
- Switch to meson build system, add meson BuildRequires and macros.
|
||||||
|
- Drop obsolete gnome-common and intltool BuildRequires.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 15 08:51:49 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.31.0.2:
|
||||||
|
+ Fixed generation of enums XML on meson builds.
|
||||||
|
+ Convert post-install script to python.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 4 20:13:11 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.31.0.1:
|
||||||
|
+ Brown paper bag release, included several fixes to meson build.
|
||||||
|
- Changes from version 3.31.0:
|
||||||
|
+ Add settings to inhibit microphone/camera.
|
||||||
|
+ Change tablets'/touchscreens' "display" setting to "output" one
|
||||||
|
with different semantics.
|
||||||
|
+ Added meson build support.
|
||||||
|
+ Changed default clock settings.
|
||||||
|
+ Added XF86Keyboard keybinding to cycle the keyboard layout.
|
||||||
|
- Disable gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch
|
||||||
|
Needs rebase.
|
||||||
|
- Add gnome-common BuildRequires and bootstrap tarball.
|
||||||
|
- Replace glib2-devel with pkgconfig(gio-2.0) BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 12 07:16:13 UTC 2018 - qkzhu@suse.com
|
Mon Nov 12 07:16:13 UTC 2018 - qkzhu@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gsettings-desktop-schemas
|
# spec file for package gsettings-desktop-schemas
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -13,29 +13,31 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gsettings-desktop-schemas
|
Name: gsettings-desktop-schemas
|
||||||
Version: 3.28.1
|
Version: 3.32.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Shared GSettings Schemas for the Desktop
|
Summary: Shared GSettings Schemas for the Desktop
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://gnome.org/
|
URL: https://gnome.org/
|
||||||
Source0: http://download.gnome.org/sources/gsettings-desktop-schemas/3.28/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gsettings-desktop-schemas/3.32/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# PATCH-FEATURE-OPENSUSE gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch fate#324570, glgo#GNOME/gnome-shell#680 qkzhu@suse.com -- This key is used by gnome-shell-fate324570-Make-GDM-background-image-configurable.patch
|
# PATCH-FEATURE-OPENSUSE gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch fate#324570, glgo#GNOME/gnome-shell#680 qkzhu@suse.com -- This key is used by gnome-shell-fate324570-Make-GDM-background-image-configurable.patch
|
||||||
Patch0: gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch
|
Patch0: gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= 2.31.0
|
|
||||||
BuildRequires: gobject-introspection-devel >= 1.31.0
|
BuildRequires: gobject-introspection-devel >= 1.31.0
|
||||||
BuildRequires: intltool
|
BuildRequires: meson
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
|
BuildRequires: pkgconfig(gio-2.0) >= 2.31.0
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
# default font in the schemas
|
# Default fonts in the schemas
|
||||||
Recommends: cantarell-fonts
|
Recommends: cantarell-fonts
|
||||||
|
Recommends: adobe-sourcecodepro-fonts
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A collection of GSettings schemas for settings shared by various
|
A collection of GSettings schemas for settings shared by various
|
||||||
@ -58,14 +60,15 @@ This package contains development files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
translation-update-upstream
|
translation-update-upstream po %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson \
|
||||||
%make_build
|
%{nil}
|
||||||
|
%meson_install
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user