Accepting request 456193 from KDE:Applications
KDE Applications 16.12.2 OBS-URL: https://build.opensuse.org/request/show/456193 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-print-manager?expand=0&rev=22
This commit is contained in:
commit
c9ef2368b3
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 10 06:15:43 UTC 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Add remove-popupapplet-definition.patch:
|
||||||
|
* Removes deprecated definition which prevents AppStream
|
||||||
|
metadata generation
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 9 06:52:33 UTC 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to KDE Applications 16.12.2
|
||||||
|
* KDE Applications 16.12.2
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12.2.php
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 14 08:54:56 UTC 2017 - lbeltrame@kde.org
|
Sat Jan 14 08:54:56 UTC 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -18,16 +18,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kde-print-manager
|
Name: kde-print-manager
|
||||||
Version: 16.12.1
|
Version: 16.12.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: A new print manager for KDE
|
Summary: A new print manager for KDE
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://dantti.wordpress.com/24.9.90/02/12/print-manager/
|
Url: http://dantti.wordpress.com/24.9.90/02/12/print-manager/
|
||||||
Source: print-manager-%{version}.tar.xz
|
Source: print-manager-%{version}.tar.xz
|
||||||
|
# PATCH-FIX-UPSTREAM remove-popupapplet-definition.patch - Remove deprecated definition to enable AppStream generation
|
||||||
|
Patch0: remove-popupapplet-definition.patch
|
||||||
BuildRequires: cups
|
BuildRequires: cups
|
||||||
BuildRequires: cups-backends
|
BuildRequires: cups-backends
|
||||||
BuildRequires: cups-client
|
BuildRequires: cups-client
|
||||||
@ -75,6 +77,7 @@ Author(s):
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n print-manager-%{version}
|
%setup -q -n print-manager-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DCUPS_INCLUDE_DIR=%{_includedir}/cups
|
%cmake_kf5 -d build -- -DCUPS_INCLUDE_DIR=%{_includedir}/cups
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c6ff691baf96768596252dfcff70e2996c0fa401b634d3e34bdce4e1c3699aef
|
|
||||||
size 94252
|
|
3
print-manager-16.12.2.tar.xz
Normal file
3
print-manager-16.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7cf1ff29e8dab93ef11a68cef394af09c205e68b1b660f9d0cbfc46347a0b0aa
|
||||||
|
size 94256
|
13
remove-popupapplet-definition.patch
Normal file
13
remove-popupapplet-definition.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/plasmoid/package/metadata.desktop b/plasmoid/package/metadata.desktop
|
||||||
|
index 1bece28..06f594f 100644
|
||||||
|
--- a/plasmoid/package/metadata.desktop
|
||||||
|
+++ b/plasmoid/package/metadata.desktop
|
||||||
|
@@ -101,7 +101,7 @@ Comment[zh_TW]=列出列印工作並管理
|
||||||
|
|
||||||
|
Icon=printer
|
||||||
|
Type=Service
|
||||||
|
-X-KDE-ServiceTypes=Plasma/Applet,Plasma/PopupApplet
|
||||||
|
+X-KDE-ServiceTypes=Plasma/Applet
|
||||||
|
|
||||||
|
X-Plasma-API=declarativeappletscript
|
||||||
|
X-Plasma-MainScript=ui/printmanager.qml
|
Loading…
x
Reference in New Issue
Block a user