forked from pool/discover
This commit is contained in:
parent
b256a451cb
commit
4ede697a36
@ -74,6 +74,8 @@ Requires: %{name} = %{version}
|
||||
%description plasmoid
|
||||
This is the systray plasmoid to notify the user that updates are available
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
@ -87,6 +89,13 @@ This is the systray plasmoid to notify the user that updates are available
|
||||
%suse_update_desktop_file -r org.kde.discover Qt KDE System PackageManager
|
||||
%suse_update_desktop_file -r muon-updater Qt KDE System PackageManager
|
||||
|
||||
%find_lang muon-notifier ${name}.lang
|
||||
%find_lang muon-updater ${name}.lang
|
||||
%find_lang muon-exporter ${name}.lang
|
||||
%find_lang muon-discover ${name}.lang
|
||||
%find_lang libdiscover ${name}.lang
|
||||
|
||||
%find_lang plasma_applet_org.kde.muonnotifier plasma.lang
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -103,14 +112,17 @@ This is the systray plasmoid to notify the user that updates are available
|
||||
%{_kf5_qmldir}/org/kde/discovernotifier/
|
||||
%{_kf5_applicationsdir}/org.kde.discover.desktop
|
||||
%{_kf5_applicationsdir}/plasma-discover-updater.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/plasmadiscover.*
|
||||
%{_kf5_notifydir}/discoverabstractnotifier.notifyrc
|
||||
%{_kf5_kxmlguidir}/plasmadiscover/
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/muondiscover.*
|
||||
%{_kf5_notifydir}/muonabstractnotifier.notifyrc
|
||||
%{_kf5_kxmlguidir}/muondiscover/
|
||||
%{_kf5_kxmlguidir}/plasmadiscoverupdater/
|
||||
%{_datadir}/libdiscover/
|
||||
%{_datadir}/plasmadiscover/
|
||||
%{_datadir}/muondiscover/
|
||||
|
||||
%files plasmoid
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
|
||||
%files plasmoid -f plasma.lang
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.GFDL COPYING.LIB
|
||||
%dir %{_datadir}/plasma
|
||||
|
Loading…
Reference in New Issue
Block a user