forked from pool/kde-print-manager
Accepting request 490404 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490404 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-print-manager?expand=0&rev=24
This commit is contained in:
commit
e369d4c35b
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:44:56 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:25:31 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:24 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* Make kded happy by prepending "kded_" to the X-KDE-Library value "printmanager"
|
||||
* Remove the depreciated Plasma PopupApplet servicetype
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:37:10 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -17,16 +17,18 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kde-print-manager
|
||||
Version: 16.12.3
|
||||
Version: 17.04.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: A new print manager for KDE
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://dantti.wordpress.com/24.9.90/02/12/print-manager/
|
||||
Url: http://www.kde.org
|
||||
Source: print-manager-%{version}.tar.xz
|
||||
BuildRequires: cups
|
||||
BuildRequires: cups-backends
|
||||
@ -60,6 +62,7 @@ Conflicts: kde4-print-manager
|
||||
Obsoletes: kde4-print-manager < %{version}
|
||||
Obsoletes: print-manager5 < %{version}
|
||||
Provides: print-manager5 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -73,6 +76,10 @@ current printing management of KDE.
|
||||
Author(s):
|
||||
Dantti
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n print-manager-%{version}
|
||||
|
||||
@ -82,6 +89,9 @@ Author(s):
|
||||
|
||||
%install
|
||||
%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.AddPrinter Utility DesktopUtility
|
||||
|
||||
@ -111,4 +121,9 @@ Author(s):
|
||||
%{_kf5_notifydir}/printmanager.notifyrc
|
||||
%{_kf5_appstreamdir}/org.kde.plasma.printmanager.appdata.xml
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29e549517b0b8ef96b25609d672419e1884a430c1e5a9397243a54e80fc65fd6
|
||||
size 94268
|
3
print-manager-17.04.0.tar.xz
Normal file
3
print-manager-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1639d6fb12a6c9f241f0f8e41fcabea1b967ad52b02ab012cee9d8f71572f383
|
||||
size 237636
|
Loading…
x
Reference in New Issue
Block a user