Compare commits
No commits in common. "rawhide" and "f36" have entirely different histories.
3 changed files with 9 additions and 18 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -25,8 +25,3 @@ 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.20.2.tar.bz2) = 396b22246b18cf15a3eea19e6dfe469fa2cb0397164c6bc2bc61b6db8289bfc6e6613cfb0193198efc091c7098370ec7d99f79b183a2c087311349c147eaf982
|
||||
SHA512 (xfdesktop-4.16.1.tar.bz2) = 87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
%global xfceversion 4.20
|
||||
%global xfceversion 4.16
|
||||
|
||||
Name: xfdesktop
|
||||
Version: 4.20.2
|
||||
Version: 4.16.1
|
||||
Release: %autorelease
|
||||
Summary: Desktop manager for the Xfce Desktop Environment
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
URL: http://www.xfce.org/
|
||||
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
|
||||
|
||||
|
|
@ -22,20 +21,14 @@ 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.
|
||||
|
|
@ -43,8 +36,11 @@ 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 --with-default-backdrop-filename=%{_datadir}/backgrounds/images/default.jxl
|
||||
%configure
|
||||
|
||||
%make_build
|
||||
|
||||
|
|
@ -60,7 +56,7 @@ desktop-file-validate \
|
|||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc ChangeLog NEWS AUTHORS
|
||||
%doc TODO ChangeLog NEWS AUTHORS
|
||||
%{_bindir}/*
|
||||
%{_datadir}/applications/*
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue