From e0f9c7ad9c82ec960aaef600efdf3692256da8d6 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Wed, 13 May 2020 22:48:42 +0100 Subject: [PATCH] Fix sn-watcher issue --- xapps.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xapps.spec b/xapps.spec index 92f2265..b7f6e22 100644 --- a/xapps.spec +++ b/xapps.spec @@ -1,7 +1,7 @@ # this is only turned on during transitional periods Name: xapps Version: 1.8.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common files for XApp desktop apps License: LGPLv2+ @@ -94,13 +94,15 @@ find %buildroot -name '*.la' -exec rm -f {} ';' %{_bindir}/xfce4-set-wallpaper %{_libdir}/libxapp.so.* %{_libdir}/girepository-1.0/XApp-1.0.typelib +%dir %{_libexecdir}/xapps/ +%{_libexecdir}/xapps/sn-watcher/ %{_datadir}/dbus-1/services/org.x.StatusNotifierWatcher.service %{_datadir}/iso-flag-png/ %{_datadir}/glib-2.0/schemas/org.x.apps.*.xml %{_datadir}/icons/hicolor/scalable/*/*.svg %files mate -%{_libexecdir}/xapps/ +%{_libexecdir}/xapps/*.py %{_datadir}/dbus-1/services/org.mate.panel.applet.MateXAppStatusAppletFactory.service %{_datadir}/mate-panel/applets/org.x.MateXAppStatusApplet.mate-panel-applet @@ -118,6 +120,9 @@ find %buildroot -name '*.la' -exec rm -f {} ';' %{python3_sitearch}/gi/overrides/__pycache__/XApp.cpython-%{python3_version_nodots}*.py* %changelog +* Wed May 13 2020 Leigh Scott - 1.8.4-2 +- Fix sn-watcher issue + * Tue May 12 2020 Leigh Scott - 1.8.4-1 - Update to 1.8.4 release