diff --git a/xfce4-settings-4.14.3.tar.bz2 b/xfce4-settings-4.14.3.tar.bz2
deleted file mode 100644
index 1c159e8f8c5ec43ee71b4d1a2319ff7d15ec2825..0000000000000000000000000000000000000000
Binary files a/xfce4-settings-4.14.3.tar.bz2 and /dev/null differ
diff --git a/xfce4-settings-4.14.patch b/xfce4-settings-4.14.patch
index bfa8969bcdec70eb6a53798ba3006f5ba60825ef..7cda3b7dd67f243de5e1720a05003afcf4433403 100644
--- a/xfce4-settings-4.14.patch
+++ b/xfce4-settings-4.14.patch
@@ -7,7 +7,7 @@
-
-
+
-+
++
@@ -18,7 +18,8 @@
-
+
-
+-
++
diff --git a/xfce4-settings-4.16.0.tar.bz2 b/xfce4-settings-4.16.0.tar.bz2
new file mode 100644
index 0000000000000000000000000000000000000000..2d9878470266a5c608a15b47affffb640b081d74
Binary files /dev/null and b/xfce4-settings-4.16.0.tar.bz2 differ
diff --git a/xfce4-settings.spec b/xfce4-settings.spec
index c1b236878c958f5f633d4a32ccab19787163601e..aa247ad3c59e0d6fd6e5377750dec350d3d7ce97 100644
--- a/xfce4-settings.spec
+++ b/xfce4-settings.spec
@@ -1,30 +1,32 @@
-%global xfceversion 4.14
+%global xfceversion 4.16
+
Name: xfce4-settings
-Version: 4.14.3
-Release: 2
+Version: 4.16.0
+Release: 1
Summary: Settings Manager for Xfce
+
License: GPLv2+
-#Group: Development/Libraries
URL: http://www.xfce.org/
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
# theme and font settings
-Patch0: xfce4-settings-4.14.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-#BuildArch: noarch
+Patch10: xfce4-settings-4.14.patch
+
+BuildRequires: make
BuildRequires: gcc-c++
+BuildRequires: gettext
+BuildRequires: intltool
BuildRequires: exo-devel >= 0.5.0
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: libxfce4util-devel >= %{xfceversion}
BuildRequires: xfconf-devel >= %{xfceversion}
+BuildRequires: desktop-file-utils >= 0.7
BuildRequires: libnotify-devel
BuildRequires: colord-devel
BuildRequires: libcanberra-devel
BuildRequires: libxklavier-devel
+BuildRequires: xorg-x11-drv-libinput-devel
BuildRequires: libXrandr-devel
BuildRequires: garcon-devel >= 0.1.10
-BuildRequires: desktop-file-utils >= 0.7
-BuildRequires: gettext
-BuildRequires: intltool
Requires: xfconf
%description
@@ -32,7 +34,8 @@ This package includes the settings manager applications for the Xfce desktop.
%prep
%setup -q
-%patch0
+%patch10
+
%build
%configure --enable-sound-settings --enable-pluggable-dialogs --enable-maintainer-mode --enable-xorg-libinput
@@ -59,19 +62,23 @@ done
%config(noreplace) %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
%config(noreplace) %{_sysconfdir}/xdg/autostart/xfsettingsd.desktop
%config(noreplace) %{_sysconfdir}/xdg/menus/xfce-settings-manager.menu
+%config(noreplace) %{_sysconfdir}/xdg/xfce4/helpers.rc
+%{_bindir}/xfce4-mime-helper
%{_bindir}/xfce4-*-settings
%{_bindir}/xfce4-settings-editor
%{_bindir}/xfce4-settings-manager
%{_bindir}/xfsettingsd
%{_bindir}/xfce4-find-cursor
%{_datadir}/applications/xfce*.desktop
+%{_libdir}/xfce4
+%{_libdir}/xfce4/xfce4-compose-mail
%{_libdir}/xfce4/settings
-%{_datadir}/icons/hicolor/128x128/devices/xfce-*.png
-%{_datadir}/icons/hicolor/24x24/apps/xfce*.png
-%{_datadir}/icons/hicolor/48x48/apps/xfce*.png
-%{_datadir}/icons/hicolor/64x64/apps/xfce*.png
-%{_datadir}/icons/hicolor/scalable/apps/xfce*.svg
+%{_datadir}/icons/hicolor/*/*/*xfce*
+%{_datadir}/xfce4/helpers/*.desktop
%changelog
+* Fri Jun 18 2021 zhanglin - 4.16.0-1
+- Update to 4.16.0
+
* Sun Jul 12 2020 Dillon Chen - 4.14.3-1
- Init package