automatic version update by autodist [release 4.20.0-1mamba;Sun Jan 05 2025]
This commit is contained in:
parent
809f995750
commit
1b5031c85e
@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
xfdesktop is a desktop manager for the Xfce Desktop Environment.
|
xfdesktop is a desktop manager for the Xfce Desktop Environment.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: xfdesktop
|
Name: xfdesktop
|
||||||
Version: 4.18.1
|
Version: 4.20.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Desktop manager for the Xfce Desktop Environment
|
Summary: Desktop manager for the Xfce Desktop Environment
|
||||||
Group: Graphical Desktop/Applications/Other
|
Group: Graphical Desktop/Applications/Other
|
||||||
@ -14,8 +14,6 @@ License: GPL
|
|||||||
BuildRequires: Thunar-devel
|
BuildRequires: Thunar-devel
|
||||||
BuildRequires: exo-devel
|
BuildRequires: exo-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libICE-devel
|
|
||||||
BuildRequires: libSM-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libat-spi2-core-devel
|
BuildRequires: libat-spi2-core-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
@ -26,22 +24,18 @@ BuildRequires: libgtk3-devel
|
|||||||
BuildRequires: libharfbuzz-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libwnck-devel
|
|
||||||
BuildRequires: libxfce4ui-devel
|
BuildRequires: libxfce4ui-devel
|
||||||
BuildRequires: libxfce4util-devel
|
BuildRequires: libxfce4util-devel
|
||||||
|
BuildRequires: libxfce4windowing-devel
|
||||||
BuildRequires: libxfconf-devel
|
BuildRequires: libxfconf-devel
|
||||||
|
BuildRequires: libyaml-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libxfce4mcs-devel >= 4.4.0
|
BuildRequires: libxfce4windowing-devel
|
||||||
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
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
xfdesktop is a desktop manager for the Xfce Desktop Environment.
|
xfdesktop is a desktop manager for the Xfce Desktop Environment.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -59,20 +53,6 @@ xfdesktop is a desktop manager for the Xfce Desktop Environment.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/xfdesktop
|
%{_bindir}/xfdesktop
|
||||||
@ -80,7 +60,6 @@ fi
|
|||||||
%{_datadir}/applications/xfce-backdrop-settings.desktop
|
%{_datadir}/applications/xfce-backdrop-settings.desktop
|
||||||
%dir %{_datadir}/backgrounds/xfce
|
%dir %{_datadir}/backgrounds/xfce
|
||||||
%{_datadir}/backgrounds/xfce/xfce-*.jpg
|
%{_datadir}/backgrounds/xfce/xfce-*.jpg
|
||||||
%{_datadir}/backgrounds/xfce/xfce-*.png
|
|
||||||
%{_datadir}/backgrounds/xfce/xfce-*.svg
|
%{_datadir}/backgrounds/xfce/xfce-*.svg
|
||||||
%{_datadir}/icons/hicolor/*/apps/org.xfce.xfdesktop.png
|
%{_datadir}/icons/hicolor/*/apps/org.xfce.xfdesktop.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/org.xfce.xfdesktop.svg
|
%{_datadir}/icons/hicolor/scalable/apps/org.xfce.xfdesktop.svg
|
||||||
@ -91,6 +70,9 @@ fi
|
|||||||
# ChangeLog NEWS README TODO
|
# ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 23 2023 Automatic Build System <autodist@mambasoft.it> 4.18.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user