diff --git a/xfdesktop-4.14.2.tar.bz2 b/xfdesktop-4.14.2.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..d5336548719a07e6e1525244997345226ccbbbe3 Binary files /dev/null and b/xfdesktop-4.14.2.tar.bz2 differ diff --git a/xfdesktop.spec b/xfdesktop.spec new file mode 100644 index 0000000000000000000000000000000000000000..f801da1f15d8653daf150c4faa9ef755564f9bd3 --- /dev/null +++ b/xfdesktop.spec @@ -0,0 +1,64 @@ +%global xfceversion 4.14 +Name: xfdesktop +Version: 4.14.2 +Release: 1%{?dist} +Summary: Desktop manager for the Xfce Desktop Environment +#Group: Development/Libraries +License: GPLv2+ +URL: http://www.xfce.org/ +Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +#BuildArch: noarch +BuildRequires: gcc-c++ +BuildRequires: libxfce4ui-devel >= %{xfceversion} +BuildRequires: gettext +BuildRequires: exo-devel >= 0.12.0 +BuildRequires: libgudev1-devel >= 145 +BuildRequires: Thunar-devel >= 1.8.0 +BuildRequires: dbus-glib-devel >= 0.84 +BuildRequires: garcon-devel >= 0.1.2 +BuildRequires: libwnck3-devel >= 3.14 +BuildRequires: libnotify-devel >= 0.4.0 +BuildRequires: xfconf-devel >= %{xfceversion} +BuildRequires: intltool +BuildRequires: desktop-file-utils +BuildRequires: libSM-devel +BuildRequires: libICE-devel +Requires: xfwm4 >= %{xfceversion} +Requires: xfce4-panel >= %{xfceversion} + +%description +This package includes a desktop manager for the Xfce Desktop Environment. + +%prep +%setup -q + +%build +%configure + +%make_build + +%install + +%make_install + +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + +desktop-file-validate \ + $RPM_BUILD_ROOT/%{_datadir}/applications/xfce-backdrop-settings.desktop + +%find_lang %{name} + +%files -f %{name}.lang +%license COPYING +%doc README TODO ChangeLog NEWS AUTHORS +%{_bindir}/* +%{_datadir}/applications/* +%{_datadir}/icons/hicolor/*/*/* +%{_datadir}/pixmaps/* +%{_datadir}/backgrounds/xfce +%{_mandir}/man1/* + +%changelog +* Tun Jul 12 2020 Dillon Chen - 4.14.2-1 +- Init package