Fix sn-watcher issue
This commit is contained in:
parent
d89295e952
commit
e0f9c7ad9c
1 changed files with 7 additions and 2 deletions
|
|
@ -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 <leigh123linux@gmail.com> - 1.8.4-2
|
||||
- Fix sn-watcher issue
|
||||
|
||||
* Tue May 12 2020 Leigh Scott <leigh123linux@gmail.com> - 1.8.4-1
|
||||
- Update to 1.8.4 release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue