Accepting request 1002635 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/1002635 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=487
This commit is contained in:
parent
fb6195ef65
commit
0612f3decb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce0ae3650de2af7ebcb0a7e1fc9912eddb6eff8d257f3fe50ff8b29c19341c7e
|
||||
size 6242028
|
3
gnome-control-center-43.rc.tar.xz
Normal file
3
gnome-control-center-43.rc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da152e068e70a3643abd5a2a08cb033420b94c8538938e0376fb1fe6e29cbe7c
|
||||
size 5673392
|
8
gnome-control-center-rpmlintrc
Normal file
8
gnome-control-center-rpmlintrc
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# Safe to ignore Warnings/Errors
|
||||
#
|
||||
|
||||
# English should be installed by the main package to ensure things don't go South.
|
||||
addFilter("W: file-not-in-%lang /usr/share/locale/en/LC_MESSAGES/gnome-control-center-2.0.mo")
|
||||
# GOA and Color and siblings don't have binaries of their own, they use "Exec=gnome-control-center PANEL".
|
||||
addFilter("W: desktopfile-without-binary /usr/share/applications/gnome-.*.desktop gnome-control-center")
|
@ -1,9 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 4 09:30:30 UTC 2022 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
- Update to version 43.rc:
|
||||
+ Fix AM/PM labeling issue;
|
||||
+ Remove no longer used icon;
|
||||
+ Select panel only if non-folded when search is canceled;
|
||||
+ Several UI improvements regarding device security;
|
||||
+ Fix primary monitor selection.
|
||||
+ Allow backgrounds to use any image format;
|
||||
+ Improve dark theme support;
|
||||
+ Keyboard: Fix activation of input source toggle button and
|
||||
improve handling of Shift shortcuts.
|
||||
+ Power: Fix blank screen and power button behavior settings;
|
||||
+ Printers: Show empty state after removing last printer;
|
||||
+ Fix Move Up and Move Down actions when searching;
|
||||
+ Fix sound alert selection;
|
||||
+ Improve support to Wacom Express Key Remote;
|
||||
+ Updated translations.
|
||||
- Update URL tag to https://apps.gnome.org/app/org.gnome.Settings/,
|
||||
the new upstream web page dedicated to Settings (this package).
|
||||
- Bump meson build requirement from 0.53.0 to 0.57.0.
|
||||
- Add noarch as BuildArch for color, goa, user-faces, and devel
|
||||
subpackages as they do not contain any native code/binaries.
|
||||
- Add rpmlintrc to filter false-positives about
|
||||
desktopfile-without-binary warnings for color, goa and user-faces
|
||||
subpackages since they call "gnome-control-center color/goa/etc"
|
||||
rather than a binary of their own. Also filter the
|
||||
file-not-in-%lang warning because we strip the English language
|
||||
from the lang subpackage and package it in the main package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 22:50:51 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Replace pkgconfig(gcr-3) with pkgconfig(gcr-base-3)
|
||||
BuildRequires: Align with what meson checks for.
|
||||
- Drop explicit pkgconfig(libsoup-2.4) BuildRequires: No longer
|
||||
needed, as color sub-module was ported away from it. See
|
||||
https://gitlab.gnome.org/GNOME/gnome-control-center/-/commit/a9c398e5d9d45fb4638b38d6bb3f677a2b12b249
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 07:09:52 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 43.beta:
|
||||
+ Cellular: Add WWAN 5G connection support.
|
||||
+ Device Security:
|
||||
- Polish failure messages.
|
||||
- Various style updates.
|
||||
+ Display: Support privacy screens.
|
||||
+ Info: Show build id in a separate row.
|
||||
+ Network: Fix VPN empty state.
|
||||
+ Sound: Update default sounds.
|
||||
+ User Accounts: Fix back button not appearing sometimes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 17 18:33:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.alpha:
|
||||
+ Improved accessibility in various panels.
|
||||
+ New Device Security panel.
|
||||
+ Date & Time: Update visual style of the timezone map.
|
||||
+ Display: Various visual improvements.
|
||||
+ Sound: Remove dog barking sounds.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 3 19:20:25 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
|
||||
|
||||
- Update to version 42.3:
|
||||
+ Display:
|
||||
- Use virtual clone modes when mirroring.
|
||||
+ Display: Use virtual clone modes when mirroring.
|
||||
+ Network:
|
||||
- Prevent crash bi disconnecting device.
|
||||
- Fix Wi-fi network with "&" in name not appearing.
|
||||
|
@ -26,13 +26,14 @@
|
||||
%endif
|
||||
|
||||
Name: gnome-control-center
|
||||
Version: 42.3
|
||||
Version: 43.rc
|
||||
Release: 0
|
||||
Summary: The GNOME Control Center
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://www.gnome.org
|
||||
Source0: https://download.gnome.org/sources/gnome-control-center/42/%{name}-%{version}.tar.xz
|
||||
URL: https://apps.gnome.org/app/org.gnome.Settings
|
||||
Source0: https://download.gnome.org/sources/gnome-control-center/43/%{name}-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
|
||||
# PATCH-NEEDS-REBASE gnome-control-center-disable-error-message-for-NM.patch bsc#989801 sckang@suse.com -- network: Improve the check for whether NM or wicked is running Was:PATCH-FIX-OPENSUSE
|
||||
Patch0: gnome-control-center-disable-error-message-for-NM.patch
|
||||
@ -51,7 +52,7 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: meson >= 0.53.0
|
||||
BuildRequires: meson >= 0.57.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-dbusmock
|
||||
BuildRequires: xsltproc
|
||||
@ -60,7 +61,7 @@ BuildRequires: pkgconfig(cairo-gobject)
|
||||
BuildRequires: pkgconfig(colord) >= 0.1.34
|
||||
BuildRequires: pkgconfig(colord-gtk4)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gcr-3)
|
||||
BuildRequires: pkgconfig(gcr-base-3)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.23.0
|
||||
BuildRequires: pkgconfig(gdk-wayland-3.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
@ -80,14 +81,13 @@ BuildRequires: pkgconfig(gsound)
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.alpha
|
||||
BuildRequires: pkgconfig(libgtop-2.0)
|
||||
BuildRequires: pkgconfig(libnm) >= 1.24.0
|
||||
BuildRequires: pkgconfig(libnma-gtk4)
|
||||
BuildRequires: pkgconfig(libpulse) >= 2.0
|
||||
BuildRequires: pkgconfig(libpulse-mainloop-glib)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(malcontent-0) => 0.7.0
|
||||
BuildRequires: pkgconfig(mm-glib) >= 0.7
|
||||
@ -135,6 +135,7 @@ various aspects of your desktop.
|
||||
%package user-faces
|
||||
Summary: Login manager user avatars
|
||||
Group: System/GUI/GNOME
|
||||
BuildArch: noarch
|
||||
|
||||
%description user-faces
|
||||
This package provides user avatars to be used by display managers
|
||||
@ -143,6 +144,7 @@ This package provides user avatars to be used by display managers
|
||||
Summary: Header files for the GNOME Control Center
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel
|
||||
The control center is GNOME's main interface for configuration of
|
||||
@ -157,6 +159,7 @@ Requires: colord
|
||||
# The color panel interacts with binaries from gnome-color-manager
|
||||
Requires: gnome-color-manager
|
||||
Supplements: %{name}
|
||||
BuildArch: noarch
|
||||
|
||||
%description color
|
||||
This package provides the color management configuration panel for
|
||||
@ -169,6 +172,7 @@ Requires: %{name} = %{version}
|
||||
# The online accounts panel interacts with binaries and icons from gnome-online-accounts
|
||||
Requires: gnome-online-accounts
|
||||
Supplements: (%{name} and gnome-online-accounts)
|
||||
BuildArch: noarch
|
||||
|
||||
%description goa
|
||||
This package provides the online accounts onfiguration panel for
|
||||
|
Loading…
Reference in New Issue
Block a user