redshift-gtk: require python-pyxdg-py3 instead of python-xdg-py3 [release 1.12-3mamba;Mon Feb 14 2022]
This commit is contained in:
parent
b2e57e4e57
commit
9c1520beca
@ -1,6 +1,6 @@
|
|||||||
Name: redshift
|
Name: redshift
|
||||||
Version: 1.12
|
Version: 1.12
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Adjusts the color temperature of your screen according to time of day
|
Summary: Adjusts the color temperature of your screen according to time of day
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -17,8 +17,10 @@ BuildRequires: libXau-devel
|
|||||||
BuildRequires: libXdmcp-devel
|
BuildRequires: libXdmcp-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXxf86vm-devel
|
BuildRequires: libXxf86vm-devel
|
||||||
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: libdrm-devel
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
@ -32,7 +34,7 @@ Summary: Redshift widget for GTK
|
|||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
#Requires: pygtk
|
#Requires: pygtk
|
||||||
Requires: geoclue
|
Requires: geoclue
|
||||||
Requires: python-xdg-py3
|
Requires: python-pyxdg-py3
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: gtk-%{name}
|
Provides: gtk-%{name}
|
||||||
|
|
||||||
@ -84,6 +86,9 @@ autoreconf -if
|
|||||||
%{python3_sitelib}/redshift_gtk
|
%{python3_sitelib}/redshift_gtk
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12-3mamba
|
||||||
|
- redshift-gtk: require python-pyxdg-py3 instead of python-xdg-py3
|
||||||
|
|
||||||
* Mon Nov 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12-2mamba
|
* Mon Nov 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12-2mamba
|
||||||
- require geoclue, remove requirement for pygtk
|
- require geoclue, remove requirement for pygtk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user