Bjørn Lie
a40d88cb74
* online-accounts: Fix gettext use for row * online-accounts: fix gettext calls to static strings * Updated translations. - Update to version 47.0.1: + Fix invalid appstream release notes syntax. - Changes from version 47.0: + Appearance: Fix accessibility regression on background names. + Apps: Handle opening details of Epiphany webapps. + Color: - Fix visibility of control buttons when expanding rows. - Fix "Show details" link on profile warning. + Sharing: Make "Media Sharing" dialog use GtkFileDialog for adding new folders. + Updated translations. - Rebase gnome-control-center-more-power-button-actions.patch. - Update some version requirements. - Update to version 47.rc: + Various ports from deprecated GTK and Libadwaita APIs + Appearance: Improve performance when loading wallpapers + Apps: Fix crash when handling invalid app permissions + Date and Time: Fix "Auto Timezone" setting visibility when Location Services are unavailable + Online Accounts: Update description of MS365 online account provider + Sharing: Fix adding "Shared Media" folders + Users: - Update feedback icons for validating username and passwords - Use a dialog to confirm removable of user fingerprints + WiFi: Fix crash when unplugging removable WiFi adapters + Updated translations. - Update to version 47.beta: + Various CI fixes + Various ports to modern libadwaita widgets + Various mnemonics additions + Use GtkWindow.set_default_icon_name for legacy sessions + Accessibility: Rename "Reduce Animation" setting to "Animation Effects" + Apps: - Rename "File and Link Associations" page to "Files and Links" - Show status page when Parental Controls aren't available - Don't show "App is not sandboxed" banner for system components + Display: - Adapt rotation labels to the screen ratio - Don't set automatic Night Light when Location Services are unavailable + Keyboard - Load input choice locales asynchronously - Fix "Move" buttons in input rows + Location: Remove reference to now retired Mozilla Location Services + Mouse: - Use monochrome assets to support different accent colors - Separate "Touchpad" row into its own preferences row group + Network: Don't set empty ignored hosts + Notifications: Turn "App Notifications" dialog into a subpage + Online Accounts: Add a toast overlay for panel notifications/error messages + Users: - Modernize the "Add User" dialog - Respect password "enforcing" based on /etc/security/pwquality.conf - Avoid user names with underscores being interpreted as mnemonics - Show correctly the remaining list of fingerprints to enroll - Reverse sorting of finger names list to prioritize most used ones + Printers: - Various tweaks for the PPD Selection dialog - Add button instead of link to open printer cups web page + Privacy: - Don't leak Bolt and Location subpages - Fix visibility of Bolt settings when Bolt isn't available + Remote Desktop: - Fix loop resetting credentials - Use new gnome-remote-desktop server configuration DBUs interface + Sound: Add an empty state page for when no sound device is available + Wacom: Set up Wacom stylus keyboard shortcuts and switch monitor + WWAN: Fix crash preventing the load of the SIM Unlock dialog + Updated translations. - Rebase patch, and disable patch 1, needs manual rebase. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=567
295 lines
10 KiB
RPMSpec
295 lines
10 KiB
RPMSpec
#
|
|
# spec file for package gnome-control-center
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
# Allow to enable/disable ibus, as GNOME is rather strict on new versions.
|
|
%bcond_without ibus
|
|
# Wacom input support
|
|
%ifarch s390 s390x
|
|
%bcond_with wacom
|
|
%else
|
|
%bcond_without wacom
|
|
%endif
|
|
|
|
Name: gnome-control-center
|
|
Version: 47.0.1+8
|
|
Release: 0
|
|
Summary: The GNOME Control Center
|
|
License: GPL-2.0-or-later
|
|
Group: System/GUI/GNOME
|
|
URL: https://apps.gnome.org/app/org.gnome.Settings
|
|
Source0: %{name}-%{version}.tar.zst
|
|
Source99: %{name}-rpmlintrc
|
|
|
|
# PATCH-NEEDS-REBASE Patch1
|
|
# PATCH-FIX-OPENSUSE 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
|
|
Patch1: gnome-control-center-disable-error-message-for-NM.patch
|
|
# PATCH-FIX-UPSTREAM gnome-control-center-users-page-Don-t-show-the-system-accounts.patch bsc#1224199 glgo#GNOME/Settings#3066 xwang@suse.com -- not show system account in Users panel
|
|
Patch2: gnome-control-center-users-page-Don-t-show-the-system-accounts.patch
|
|
|
|
### patches for Leap >= 15 plus SLE >= 15, but not TW
|
|
# PATCH-FEATURE-SLE gnome-control-center-system-never-use-gnome-software.patch bsc#999336 fezhang@suse.com -- info: Never search for gnome-software as an option when checking for updates on SLE and Leap 42.2, because we use gpk-update-viewer.
|
|
Patch1001: gnome-control-center-system-never-use-gnome-software.patch
|
|
# PATCH-FEATURE-SLE gnome-control-center-more-power-button-actions.patch bsc#993381 fezhang@suse.com -- power: Bring back the "shutdown" and "interactive" power button actions.
|
|
Patch1002: gnome-control-center-more-power-button-actions.patch
|
|
# PATCH-FEATURE-SLE gnome-control-center-bring-back-firewall-zone.patch fate#316719 sckang@suse.com -- network: Bring back the firewall zone combo box to select proper firewall zone for each connection.
|
|
Patch1003: gnome-control-center-bring-back-firewall-zone.patch
|
|
# PATCH-NEEDS-REBASE gnome-control-center-info-fix-distro-logo.patch boo#1200581 milachew@mail.lv -- Fix the size of logo icon in About system
|
|
Patch1004: gnome-control-center-info-fix-distro-logo.patch
|
|
|
|
BuildRequires: /usr/bin/Xvfb
|
|
BuildRequires: cups-devel >= 1.4
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: fdupes
|
|
BuildRequires: intltool
|
|
BuildRequires: krb5-devel
|
|
BuildRequires: meson >= 0.58.0
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: python3-dbusmock
|
|
BuildRequires: xsltproc
|
|
BuildRequires: pkgconfig(accountsservice) >= 0.6.39
|
|
BuildRequires: pkgconfig(cairo-gobject)
|
|
BuildRequires: pkgconfig(colord) >= 0.1.34
|
|
BuildRequires: pkgconfig(colord-gtk4)
|
|
BuildRequires: pkgconfig(fontconfig)
|
|
BuildRequires: pkgconfig(gcr-4) >= 4.1.0
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.23.0
|
|
BuildRequires: pkgconfig(gdk-wayland-3.0)
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
BuildRequires: pkgconfig(gl)
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.76.6
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
BuildRequires: pkgconfig(gnome-bluetooth-3.0)
|
|
BuildRequires: pkgconfig(gnome-desktop-4)
|
|
BuildRequires: pkgconfig(gnome-settings-daemon) >= 41
|
|
BuildRequires: pkgconfig(gnutls)
|
|
BuildRequires: pkgconfig(goa-1.0) >= 3.51.0
|
|
BuildRequires: pkgconfig(goa-backend-1.0)
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 47.alpha
|
|
BuildRequires: pkgconfig(gsound)
|
|
BuildRequires: pkgconfig(gthread-2.0)
|
|
BuildRequires: pkgconfig(gtk4) >= 4.15.2
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.beta
|
|
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(libxml-2.0)
|
|
BuildRequires: pkgconfig(malcontent-0) => 0.7.0
|
|
BuildRequires: pkgconfig(mm-glib) >= 0.7
|
|
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
|
BuildRequires: pkgconfig(pwquality) >= 1.2.2
|
|
BuildRequires: pkgconfig(smbclient)
|
|
BuildRequires: pkgconfig(tecla)
|
|
BuildRequires: pkgconfig(udisks2) >= 2.8.2
|
|
BuildRequires: pkgconfig(upower-glib) >= 0.99.8
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xcursor)
|
|
BuildRequires: pkgconfig(xft)
|
|
BuildRequires: pkgconfig(xi) >= 1.2
|
|
## CONDITIONAL BUILD REQUIREMENTS
|
|
%if %{with wacom}
|
|
BuildRequires: pkgconfig(libwacom) >= 1.4
|
|
%endif
|
|
%if %{with ibus}
|
|
BuildRequires: pkgconfig(ibus-1.0) >= 1.5.2
|
|
%endif
|
|
##
|
|
Requires: gnome-settings-daemon >= 41
|
|
# needed for universal access panel
|
|
Requires: gnome-themes-accessibility
|
|
Requires: gnome-version
|
|
Requires: iso-codes
|
|
# Needed for showing keyboard layout
|
|
Requires: tecla-keyboard-layout-viewer
|
|
# For the thunderbolt panel
|
|
Recommends: bolt
|
|
Recommends: %{name}-user-faces
|
|
# cups-pk-helper should only be recommended, rather than a hard Requires, see boo#904047
|
|
Recommends: cups-pk-helper
|
|
Recommends: dbus(com.intel.dleyna-server)
|
|
# the printers panel can use the dbus service
|
|
Recommends: system-config-printer-dbus-service
|
|
# For the power panel
|
|
Recommends: power-profiles-daemon
|
|
|
|
%description
|
|
The control center is GNOME's main interface for configuration of
|
|
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
|
|
|
|
%package devel
|
|
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
|
|
various aspects of your desktop.
|
|
|
|
%package color
|
|
Summary: Configuration panel for color management
|
|
Group: System/GUI/GNOME
|
|
Requires: %{name} = %{version}
|
|
# The color panel requires colord to be present for the glib schema
|
|
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
|
|
GNOME control center.
|
|
|
|
%package goa
|
|
Summary: Configuration panel for online accounts
|
|
Group: System/GUI/GNOME
|
|
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
|
|
GNOME control center.
|
|
|
|
%package users
|
|
Summary: Configuration panel for User accounts
|
|
Group: System/GUI/GNOME
|
|
Requires: %{name} = %{version}
|
|
Supplements: %{name}
|
|
BuildArch: noarch
|
|
|
|
%description users
|
|
This package provides the online accounts onfiguration panel for
|
|
GNOME control center.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch -P 1 -p1
|
|
%patch -P 2 -p1
|
|
|
|
# patches for Leap >= 15 plus SLE >= 15, but not TW
|
|
%if 0%{?sle_version} >= 150000
|
|
%patch -P 1001 -p1
|
|
%patch -P 1002 -p1
|
|
%patch -P 1003 -p1
|
|
# patch needs rebase
|
|
# %patch -P 1004 -p1
|
|
%endif
|
|
|
|
%build
|
|
%meson \
|
|
-Ddocumentation=true \
|
|
%{!?with_ibus: -Dibus=false} \
|
|
-Dmalcontent=true \
|
|
-Dtests=false \
|
|
-Dsnap=false \
|
|
-Dlocation-services=enabled \
|
|
%{nil}
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
%find_lang %{name}-2.0 %{?no_lang_C}
|
|
%find_lang %{name}-2.0-timezones %{name}-2.0.lang
|
|
%fdupes %{buildroot}%{_prefix}
|
|
|
|
# We do not package gnome-control-center.rules (bnc#804966)
|
|
rm %{buildroot}%{_datadir}/polkit-1/rules.d/gnome-control-center.rules
|
|
|
|
%check
|
|
%meson_test
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc NEWS README.md
|
|
%{_bindir}/*
|
|
%{_datadir}/metainfo/org.gnome.Settings.appdata.xml
|
|
%exclude %{_datadir}/applications/gnome-color-panel.desktop
|
|
%exclude %{_datadir}/applications/gnome-online-accounts-panel.desktop
|
|
%exclude %{_datadir}/applications/gnome-users-panel.desktop
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/bash-completion/completions/gnome-control-center
|
|
%{_datadir}/dbus-1/services/org.gnome.Settings.service
|
|
%{_datadir}/dbus-1/services/org.gnome.Settings.SearchProvider.service
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Settings.gschema.xml
|
|
%{_datadir}/gnome-control-center/
|
|
%dir %{_datadir}/gnome-shell/
|
|
%dir %{_datadir}/gnome-shell/search-providers/
|
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Settings.search-provider.ini
|
|
%{_datadir}/icons/hicolor/*/*/*.svg
|
|
%{_datadir}/icons/gnome-logo-text-dark.svg
|
|
%{_datadir}/icons/gnome-logo-text.svg
|
|
%{_datadir}/locale/en/
|
|
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.remote-login-helper.policy
|
|
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.remote-session-helper.policy
|
|
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.system.policy
|
|
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.user-accounts.policy
|
|
# We do not package gnome-control-center.rules
|
|
#{_datadir}/polkit-1/rules.d/gnome-control-center.rules
|
|
%dir %{_datadir}/sounds/gnome
|
|
%dir %{_datadir}/sounds/gnome/default
|
|
%dir %{_datadir}/sounds/gnome/default/alerts
|
|
%{_datadir}/sounds/gnome/default/alerts/*.ogg
|
|
%{_libexecdir}/gnome-control-center-print-renderer
|
|
%{_libexecdir}/gnome-control-center-search-provider
|
|
%{_mandir}/man1/gnome-control-center.1%{?ext_man}
|
|
|
|
%files user-faces
|
|
%{_datadir}/pixmaps/faces/
|
|
|
|
%files color
|
|
%{_datadir}/applications/gnome-color-panel.desktop
|
|
|
|
%files goa
|
|
%{_datadir}/applications/gnome-online-accounts-panel.desktop
|
|
|
|
%files users
|
|
%{_datadir}/applications/gnome-users-panel.desktop
|
|
|
|
%files devel
|
|
%doc gnome-control-center.doap
|
|
%{_datadir}/pkgconfig/gnome-keybindings.pc
|
|
%{_datadir}/gettext/its/gnome-keybindings.its
|
|
%{_datadir}/gettext/its/gnome-keybindings.loc
|
|
%{_datadir}/gettext/its/sounds.its
|
|
%{_datadir}/gettext/its/sounds.loc
|
|
|
|
%files lang -f %{name}-2.0.lang
|
|
# english locale should be in the main package
|
|
%exclude %{_datadir}/locale/en
|
|
|
|
%changelog
|