Skip to content

Commit

Permalink
chore: Update gnome-settings-daemon to match mutter
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed May 2, 2024
1 parent 9e75116 commit 4db7c2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions staging/gnome-settings-daemon/gnome-settings-daemon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
%global major_version %%(echo %{gnome_version} | cut -f 1 -d '~' | cut -f 1 -d '.')

Name: gnome-settings-daemon
Version: %{gnome_version}
Release: %autorelease.xscaling.{{{ git_dir_version }}}
Version: %{gnome_version}.xscaling.{{{ git_dir_version }}}
Release: 1%{?dist}
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications

License: GPL-2.0-or-later AND LGPL-2.1-or-later
Expand Down Expand Up @@ -79,6 +79,8 @@ Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_versi
Requires: gtk3%{?_isa} >= %{gtk3_version}
Requires: libgweather4%{?_isa}

Provides: gnome-settings-daemon = %{gnome_version}-%{release}

%description
A daemon to share settings from GNOME to other applications. It also
handles global keybindings, as well as a number of desktop-wide settings.
Expand Down

0 comments on commit 4db7c2a

Please sign in to comment.