forked from pool/kde-print-manager
Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kde-print-manager?expand=0&rev=74
This commit is contained in:
parent
4d4baa14b4
commit
24983dd54c
@ -17,6 +17,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kde-print-manager
|
Name: kde-print-manager
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -73,6 +75,10 @@ current printing management of KDE.
|
|||||||
Author(s):
|
Author(s):
|
||||||
Dantti
|
Dantti
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n print-manager-%{version}
|
%setup -q -n print-manager-%{version}
|
||||||
|
|
||||||
@ -82,6 +88,9 @@ Author(s):
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%endif
|
||||||
%suse_update_desktop_file -r org.kde.PrintQueue Utility DesktopUtility
|
%suse_update_desktop_file -r org.kde.PrintQueue Utility DesktopUtility
|
||||||
%suse_update_desktop_file -r org.kde.AddPrinter Utility DesktopUtility
|
%suse_update_desktop_file -r org.kde.AddPrinter Utility DesktopUtility
|
||||||
|
|
||||||
@ -111,4 +120,9 @@ Author(s):
|
|||||||
%{_kf5_notifydir}/printmanager.notifyrc
|
%{_kf5_notifydir}/printmanager.notifyrc
|
||||||
%{_kf5_appstreamdir}/org.kde.plasma.printmanager.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.plasma.printmanager.appdata.xml
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user