Accepting request 1002647 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002647 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=394
This commit is contained in:
parent
93379ee901
commit
dd8958a84b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c449714aa8ec1271c0db5137df3458195943f05ccd0ac8935d93397770bab00
|
||||
size 1483864
|
3
gnome-settings-daemon-43.rc.tar.xz
Normal file
3
gnome-settings-daemon-43.rc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:550a5666c39feebbef60ef24e88a87eb226957faa430ce9c4090521fcbc2f457
|
||||
size 1466676
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 13:45:32 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.rc:
|
||||
+ Color: Night light and color management functionality moved to
|
||||
Mutter
|
||||
+ Housekeeping: Notify of applications being closed due to OOM
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 15:22:19 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.beta:
|
||||
+ Build with gcr4 by default.
|
||||
- Replace pkgconfig(gcr-3) with pkgconfig(gcr-4) BuildRequires
|
||||
following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 3 12:53:21 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@ -5,6 +22,19 @@ Wed Aug 3 12:53:21 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
split out of polkit. Requiring the explicit capability seems
|
||||
better here than having to worry what package carries the binary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 18 12:25:57 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.alpha:
|
||||
+ Datetime: Optionally depend on libsoup3-enabled geocode-glib.
|
||||
+ Xsettings: Unset GDK_BACKEND envvar.
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(geocode-glib-1.0) with
|
||||
pkgconfig(geocode-glib-2.0) BuildRequires following upstream
|
||||
changes.
|
||||
- Add base_ver define, set it to 43, make future version updates
|
||||
easier.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 1 09:02:14 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -27,14 +27,16 @@
|
||||
%bcond_without wacom
|
||||
%endif
|
||||
|
||||
%define base_ver 43
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 42.2
|
||||
Version: 43.rc
|
||||
Release: 0
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-only
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-settings-daemon
|
||||
Source0: https://download.gnome.org/sources/gnome-settings-daemon/42/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-settings-daemon/%{base_ver}/%{name}-%{version}.tar.xz
|
||||
|
||||
# PATCH-FIX-OPENSUSE gnome-settings-daemon-initial-keyboard.patch bsc#979051 boo#1009515 federico@suse.com -- Deal with the default keyboard being set from xkb instead of GNOME
|
||||
Patch1: gnome-settings-daemon-initial-keyboard.patch
|
||||
@ -62,9 +64,9 @@ BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(colord) >= 1.3.5
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gcr-3) >= 3.7.5
|
||||
BuildRequires: pkgconfig(gcr-4) >= 3.7.5
|
||||
BuildRequires: pkgconfig(geoclue-2.0) >= 2.1.2
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.10.0
|
||||
BuildRequires: pkgconfig(geocode-glib-2.0) >= 3.10.0
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.58
|
||||
@ -178,8 +180,8 @@ rm %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.deskt
|
||||
%{_datadir}/gnome-settings-daemon/
|
||||
%{_libexecdir}/gsd-backlight-helper
|
||||
%{_libexecdir}/gsd-printer
|
||||
%dir %{_libdir}/gnome-settings-daemon-42/
|
||||
%{_libdir}/gnome-settings-daemon-42/libgsd.so
|
||||
%dir %{_libdir}/gnome-settings-daemon-%{base_ver}/
|
||||
%{_libdir}/gnome-settings-daemon-%{base_ver}/libgsd.so
|
||||
# Explicitly list all the plugins so we know we don't lose any
|
||||
|
||||
%{_libexecdir}/gsd-a11y-settings
|
||||
@ -284,7 +286,7 @@ rm %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.deskt
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS ChangeLog
|
||||
%{_includedir}/gnome-settings-daemon-42/
|
||||
%{_includedir}/gnome-settings-daemon-%{base_ver}/
|
||||
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user