OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-integration?expand=0&rev=49
This commit is contained in:
parent
8bf25f2431
commit
50414458a2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c84fdf4bd2d285485d0703248d3ae502443737f0cbc9870171560e872ce1d17
|
|
||||||
size 49688
|
|
3
plasma-integration-5.9.95.tar.xz
Normal file
3
plasma-integration-5.9.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b744ae1eb48ae14250fe168a4b4c5d70d6cdd82b8dce2b2ed0c21b20b01eaa40
|
||||||
|
size 51504
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 11 20:26:29 CEST 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.9.95
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.9.95.php
|
||||||
|
- Changes since 5.9.5:
|
||||||
|
* Move code on wayland surface being created.
|
||||||
|
* Implement QPlatformTheme::fileIconPixmap() to make QFileIconProvider work.
|
||||||
|
* Implement support for selected mime type filters
|
||||||
|
* Fix cmake warning
|
||||||
|
* Test is fixed, remove all the qDebugs
|
||||||
|
* Use our own temporary dir instead of QDir::tempPath()
|
||||||
|
* Rework how we expect the checkbox in the test
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 25 18:58:05 CEST 2017 - lbeltrame@kde.org
|
Tue Apr 25 18:58:05 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -18,17 +18,17 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: plasma5-integration
|
Name: plasma5-integration
|
||||||
Version: 5.9.5
|
Version: 5.9.95
|
||||||
Release: 0
|
Release: 0
|
||||||
# Full Plasma 5 version (e.g. 5.9.4)
|
# Full Plasma 5 version (e.g. 5.8.95)
|
||||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||||
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.4 in KUF)
|
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
||||||
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz
|
Source: plasma-integration-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules >= 5.17.0
|
BuildRequires: extra-cmake-modules >= 5.17.0
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: libQt5Gui-private-headers-devel >= 5.5.0
|
BuildRequires: libQt5Gui-private-headers-devel >= 5.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user