Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4471ea642 | ||
|
|
ad0cf08c24 | ||
|
|
c93f4caea0 | ||
|
|
5690969726 |
||
|
|
d87d3a0324 | ||
|
|
abeefd8f35 | ||
|
|
71745fc82f | ||
|
|
729ce94ad6 | ||
|
|
ea64ced495 | ||
|
|
18e67d5955 | ||
|
|
4e7b0ad87e | ||
|
|
63e3a43f7e | ||
|
|
e5de463919 | ||
|
|
f71ad14a0f | ||
|
|
616579c27d | ||
|
|
11818e25a9 | ||
|
|
b3644036c4 | ||
|
|
4875e68398 | ||
|
|
e71f34dfde |
3 changed files with 18 additions and 9 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -25,3 +25,8 @@ xfdesktop-4.6.2.tar.bz2
|
|||
/xfdesktop-4.14.3.tar.bz2
|
||||
/xfdesktop-4.16.0.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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfdesktop-4.16.1.tar.bz2) = 87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
|
||||
SHA512 (xfdesktop-4.20.2.tar.bz2) = 396b22246b18cf15a3eea19e6dfe469fa2cb0397164c6bc2bc61b6db8289bfc6e6613cfb0193198efc091c7098370ec7d99f79b183a2c087311349c147eaf982
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
%global xfceversion 4.16
|
||||
%global xfceversion 4.20
|
||||
|
||||
Name: xfdesktop
|
||||
Version: 4.16.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,14 +22,20 @@ 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 && 0%{?fedora} < 43
|
||||
Requires: webp-pixbuf-loader%{?_isa}
|
||||
%endif
|
||||
|
||||
%description
|
||||
This package includes a desktop manager for the Xfce Desktop Environment.
|
||||
|
|
@ -36,11 +43,8 @@ This package includes a desktop manager for the Xfce Desktop Environment.
|
|||
%prep
|
||||
%setup -q
|
||||
|
||||
# change default background for Fedora
|
||||
sed -i 's|/backgrounds/xfce/xfce-verticals.png|/backgrounds/images/default.png|' common/xfdesktop-common.h
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --with-default-backdrop-filename=%{_datadir}/backgrounds/images/default.jxl
|
||||
|
||||
%make_build
|
||||
|
||||
|
|
@ -56,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/*/*/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue