Compare commits
10 Commits
8fb8a048a4
...
6ff57e490e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ff57e490e | ||
|
|
e715c81636 | ||
|
|
5f74dfe60c | ||
|
|
098e925979 | ||
|
|
81ef1ff4d6 | ||
|
|
5c55edf6b9 | ||
|
|
dade92a9bb | ||
|
|
00ec7348d4 | ||
|
|
5113b9dc77 | ||
|
|
adf18103e7 |
Binary file not shown.
BIN
gnome-settings-daemon-44.1.tar.xz
Normal file
BIN
gnome-settings-daemon-44.1.tar.xz
Normal file
Binary file not shown.
@ -1,35 +1,39 @@
|
||||
%global glib2_version 2.56
|
||||
%global glib2_version 2.58
|
||||
%global colord_version 1.4.5
|
||||
%global geocode_glib_version 3.10.0
|
||||
%global geocode_glib_version 3.26.3
|
||||
%global gnome_desktop_version 3.37.1
|
||||
%global gsettings_desktop_schemas_version 42.0
|
||||
%global gsettings_desktop_schemas_version 42
|
||||
%global gtk3_version 3.15.3
|
||||
%global geoclue_version 2.3.1
|
||||
|
||||
%global systemd_units org.gnome.SettingsDaemon.A11ySettings.service org.gnome.SettingsDaemon.Color.service org.gnome.SettingsDaemon.Datetime.service org.gnome.SettingsDaemon.Housekeeping.service org.gnome.SettingsDaemon.Keyboard.service org.gnome.SettingsDaemon.MediaKeys.service org.gnome.SettingsDaemon.Power.service org.gnome.SettingsDaemon.PrintNotifications.service org.gnome.SettingsDaemon.Rfkill.service org.gnome.SettingsDaemon.ScreensaverProxy.service org.gnome.SettingsDaemon.Sharing.service org.gnome.SettingsDaemon.Smartcard.service org.gnome.SettingsDaemon.Sound.service org.gnome.SettingsDaemon.UsbProtection.service org.gnome.SettingsDaemon.Wwan.service org.gnome.SettingsDaemon.XSettings.service
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
%global major_version %%(echo %{version} | cut -f 1 -d '~' | cut -f 1 -d '.')
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 42.2
|
||||
Release: 1
|
||||
Summary: Settings of GNOME Sessions and related applications
|
||||
Version: 44.1
|
||||
Release: 2
|
||||
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
|
||||
License: GPLv2+
|
||||
URL: https://download.gnome.org/sources/%{name}
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-settings-daemon
|
||||
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
||||
Source1: org.gnome.settings-daemon.plugins.power.gschema.override
|
||||
|
||||
BuildRequires: cups-devel gcc gettext meson >= 0.44.0 perl-interpreter pkgconfig(alsa)
|
||||
|
||||
BuildRequires: cups-devel gcc gettext meson >= 0.49.0 perl-interpreter pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(colord) >= %{colord_version} pkgconfig(fontconfig) pkgconfig(geoclue-2.0) >= %{geoclue_version}
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= %{geocode_glib_version} pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(geocode-glib-2.0) >= %{geocode_glib_version} pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version} pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} pkgconfig(gudev-1.0) pkgconfig(gweather4)
|
||||
BuildRequires: pkgconfig(lcms2) >= 2.2 pkgconfig(libcanberra-gtk3) pkgconfig(libgeoclue-2.0)
|
||||
BuildRequires: pkgconfig(libnm) pkgconfig(libnotify) pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib)
|
||||
BuildRequires: pkgconfig(librsvg-2.0) pkgconfig(nss) pkgconfig(polkit-gobject-1) pkgconfig(upower-glib)
|
||||
BuildRequires: pkgconfig(x11) pkgconfig(xi) pkgconfig(xtst) pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(libwacom) >= 0.7 pkgconfig(xorg-wacom) pkgconfig(gcr-base-3) pkgconfig(mm-glib) chrpath
|
||||
BuildRequires: pkgconfig(x11) pkgconfig(xi) pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(libwacom) >= 0.7 pkgconfig(xorg-wacom) pkgconfig(mm-glib) chrpath
|
||||
BuildRequires: pkgconfig(gcr-4)
|
||||
|
||||
Requires: colord >= %{colord_version} geoclue2 >= %{geoclue_version} geocode-glib >= %{geocode_glib_version} glib2 >= %{glib2_version}
|
||||
Requires: colord >= %{colord_version} geoclue2 >= %{geoclue_version} geocode-glib2 >= %{geocode_glib_version} glib2 >= %{glib2_version}
|
||||
Requires: gnome-desktop3 >= %{gnome_desktop_version} gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version}
|
||||
Requires: gtk3 >= %{gtk3_version} iio-sensor-proxy pkgconfig(gweather4)
|
||||
|
||||
@ -63,26 +67,27 @@ install -d $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
|
||||
|
||||
chrpath -d %{buildroot}%{_libexecdir}/*
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
|
||||
echo "%{_libdir}/gnome-settings-daemon-3.0" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
echo "%{_libdir}/gnome-settings-daemon-%{major_version}" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%systemd_user_post %{systemd_units}
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%preun
|
||||
%systemd_user_preun %{systemd_units}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS NEWS
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
|
||||
%{_libexecdir}/gsd-*
|
||||
%{_sysconfdir}/xdg/autostart/*
|
||||
%{_sysconfdir}/xdg/Xwayland-session.d/00-xrdb
|
||||
%{_userunitdir}/*
|
||||
%{_userunitdir}/
|
||||
%{_datadir}/glib-2.0/schemas/*
|
||||
%{_datadir}/polkit-1/actions/*
|
||||
%{_libdir}/gnome-settings-daemon-%{major_version}/libgsd.so
|
||||
%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
%{_udevrulesdir}/61-gnome-settings-daemon-rfkill.rules
|
||||
|
||||
/usr/lib/udev/rules.d/*.rules
|
||||
%{_datadir}/gnome-settings-daemon/
|
||||
@ -93,6 +98,21 @@ echo "%{_libdir}/gnome-settings-daemon-3.0" > %{buildroot}%{_sysconfdir}/ld.so.c
|
||||
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
||||
|
||||
%changelog
|
||||
* Tue Sep 10 2024 beta <beta@yfqm.date> - 44.1-2
|
||||
- Fix ldconfig search path
|
||||
|
||||
* Mon Nov 27 2023 lwg <liweiganga@uniontech.com> - 44.1-1
|
||||
- update to version 44.1
|
||||
|
||||
* Fri Feb 10 2023 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 43.0-2
|
||||
- Add missing global define %{systemd_units}
|
||||
|
||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
|
||||
- Update to 43.0
|
||||
|
||||
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.2-2
|
||||
- modify the libgsd.so search path to /usr/lib64/gnome-settings-daemon-42
|
||||
|
||||
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.2-1
|
||||
- Upgrade to 42.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user