Compare commits

...
Sign in to create a new pull request.

14 commits

Author SHA1 Message Date
Fedora Release Engineering
a4471ea642 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:13:20 +00:00
Kevin Fenzi
ad0cf08c24 Update to 4.20.2. Fixes rhbz#2452225
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-03-29 14:27:20 -07:00
Fedora Release Engineering
c93f4caea0 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:40:17 +00:00
Fabio Valentini
5690969726
Drop dependency on webp-pixbuf-loader (obsolete on f43+) 2025-09-11 16:57:11 +02:00
Fedora Release Engineering
d87d3a0324 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:50:17 +00:00
Kevin Fenzi
abeefd8f35 Update to 4.20.1 (fixes rhbz#2346086 )
Fix background to new default.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-03-08 13:23:50 -08:00
Fedora Release Engineering
71745fc82f Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:50:06 +00:00
Mukundan Ragavan
729ce94ad6 Add BR:libyaml-devel 2024-12-26 16:39:36 -06:00
Mukundan Ragavan
ea64ced495 Update to v4.20.0 2024-12-22 08:16:16 -06:00
Marek Marczykowski-Górecki
18e67d5955 Fix setting default background
Xfce 4.18 has different default background, so update the sed expression

Furthermore, there is already (yet unreleased) change upstream to set
default backdrop via configure option - add a comment about that.
2024-08-16 17:23:54 +02:00
Miroslav Suchý
4e7b0ad87e convert GPLv2+ license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-07-26 03:55:33 +02:00
Fedora Release Engineering
63e3a43f7e Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 10:04:08 +00:00
Fedora Release Engineering
e5de463919 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 09:42:14 +00:00
Fedora Release Engineering
f71ad14a0f Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 18:51:27 +00:00
3 changed files with 14 additions and 14 deletions

3
.gitignore vendored
View file

@ -27,3 +27,6 @@ xfdesktop-4.6.2.tar.bz2
/xfdesktop-4.16.1.tar.bz2
/xfdesktop-4.18.0.tar.bz2
/xfdesktop-4.18.1.tar.bz2
/xfdesktop-4.20.0.tar.bz2
/xfdesktop-4.20.1.tar.bz2
/xfdesktop-4.20.2.tar.bz2

View file

@ -1 +1 @@
SHA512 (xfdesktop-4.18.1.tar.bz2) = cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
SHA512 (xfdesktop-4.20.2.tar.bz2) = 396b22246b18cf15a3eea19e6dfe469fa2cb0397164c6bc2bc61b6db8289bfc6e6613cfb0193198efc091c7098370ec7d99f79b183a2c087311349c147eaf982

View file

@ -1,11 +1,12 @@
%global xfceversion 4.18
%global xfceversion 4.20
Name: xfdesktop
Version: 4.18.1
Version: 4.20.2
Release: %autorelease
Summary: Desktop manager for the Xfce Desktop Environment
License: GPLv2+
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
URL: http://www.xfce.org/
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
@ -21,15 +22,18 @@ BuildRequires: garcon-devel >= 0.1.2
BuildRequires: libwnck3-devel >= 3.14
BuildRequires: libnotify-devel >= 0.4.0
BuildRequires: xfconf-devel >= %{xfceversion}
BuildRequires: libyaml-devel
BuildRequires: intltool
BuildRequires: desktop-file-utils
BuildRequires: libSM-devel
BuildRequires: libICE-devel
BuildRequires: libxfce4windowing-devel
Requires: xfwm4 >= %{xfceversion}
Requires: xfce4-panel >= %{xfceversion}
Requires: redhat-menus
Requires: desktop-backgrounds-compat
%if 0%{?fedora}>= 37
%if 0%{?fedora} >= 37 && 0%{?fedora} < 43
Requires: webp-pixbuf-loader%{?_isa}
%endif
@ -39,15 +43,8 @@ This package includes a desktop manager for the Xfce Desktop Environment.
%prep
%setup -q
# change default background for Fedora
%if 0%{fedora} >= 37
sed -i 's|/backgrounds/xfce/xfce-verticals.png|/backgrounds/images/default.webp|' common/xfdesktop-common.h
%else
sed -i 's|/backgrounds/xfce/xfce-verticals.png|/backgrounds/images/default.png|' common/xfdesktop-common.h
%endif
%build
%configure
%configure --with-default-backdrop-filename=%{_datadir}/backgrounds/images/default.jxl
%make_build
@ -63,7 +60,7 @@ desktop-file-validate \
%files -f %{name}.lang
%license COPYING
%doc TODO ChangeLog NEWS AUTHORS
%doc ChangeLog NEWS AUTHORS
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/*/*