automatic version update by autodist [release 4.20.0-1mamba;Sun Jan 05 2025]

This commit is contained in:
Automatic Build System 2025-01-05 09:07:58 +01:00
parent 809f995750
commit 1b5031c85e
2 changed files with 9 additions and 26 deletions

View File

@ -2,3 +2,4 @@
xfdesktop is a desktop manager for the Xfce Desktop Environment.

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: xfdesktop
Version: 4.18.1
Version: 4.20.0
Release: 1mamba
Summary: Desktop manager for the Xfce Desktop Environment
Group: Graphical Desktop/Applications/Other
@ -14,8 +14,6 @@ License: GPL
BuildRequires: Thunar-devel
BuildRequires: exo-devel
BuildRequires: glibc-devel
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel
@ -26,22 +24,18 @@ BuildRequires: libgtk3-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libnotify-devel
BuildRequires: libpango-devel
BuildRequires: libwnck-devel
BuildRequires: libxfce4ui-devel
BuildRequires: libxfce4util-devel
BuildRequires: libxfce4windowing-devel
BuildRequires: libxfconf-devel
BuildRequires: libyaml-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libxfce4mcs-devel >= 4.4.0
BuildRequires: libxfcegui4-devel >= 4.4.0
BuildRequires: libgtk-devel >= 2.6.0
BuildRequires: exo-devel >= 0.8
Requires: libxfce4mcs >= 4.4.0
Requires: libxfcegui4 >= 4.4.0
BuildRequires: libxfce4windowing-devel
%description
xfdesktop is a desktop manager for the Xfce Desktop Environment.
%debug_package
%prep
%setup -q
@ -59,20 +53,6 @@ xfdesktop is a desktop manager for the Xfce Desktop Environment.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
:
%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
:
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/xfdesktop
@ -80,7 +60,6 @@ fi
%{_datadir}/applications/xfce-backdrop-settings.desktop
%dir %{_datadir}/backgrounds/xfce
%{_datadir}/backgrounds/xfce/xfce-*.jpg
%{_datadir}/backgrounds/xfce/xfce-*.png
%{_datadir}/backgrounds/xfce/xfce-*.svg
%{_datadir}/icons/hicolor/*/apps/org.xfce.xfdesktop.png
%{_datadir}/icons/hicolor/scalable/apps/org.xfce.xfdesktop.svg
@ -91,6 +70,9 @@ fi
# ChangeLog NEWS README TODO
%changelog
* Sun Jan 05 2025 Automatic Build System <autodist@openmamba.org> 4.20.0-1mamba
- automatic version update by autodist
* Mon Jan 23 2023 Automatic Build System <autodist@mambasoft.it> 4.18.1-1mamba
- automatic version update by autodist