Accepting request 450072 from home:Vogtinator:plasma59

Update to Plasma 5.9 Beta

OBS-URL: https://build.opensuse.org/request/show/450072
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/oxygen5?expand=0&rev=132
This commit is contained in:
Hrvoje Senjan
2017-01-13 16:44:54 +00:00
committed by Git OBS Bridge
parent 1e33e1739f
commit 0b9dd09ec6
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07d2740709c9979eac381d4e728a3bf6670015a02c2c3478ed30fa8f8d6532a5
size 4461696

3
oxygen-5.8.95.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:889bc584591a1c900eed2182b530bf069cc7c400979a284bf7a20b628f18a825
size 4460440

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 12 20:39:58 UTC 2017 - fabian@ritter-vogt.de
- Update to 5.8.95 (Plasma 5.9 Beta)
* New feature release
* For more details please see:
https://www.kde.org/announcements/plasma-5.8.95.php
- Changes:
* Implement drag from free space also for QtQuickControls.
* Draw full rect in qtquick menu frames (as in, e.g. comboboxes). Fixes kde#370733
* Fix broken kcfgc files.
* [kstyle] Implement window moving on Wayland.
-------------------------------------------------------------------
Tue Dec 27 18:31:45 UTC 2016 - fabian@ritter-vogt.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package oxygen5
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,17 +20,17 @@
%define kwin_deco 1
Name: oxygen5
Version: 5.8.5
Version: 5.8.95
Release: 0
# Full Plasma 5 version (e.g. 5.8.5)
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.90 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}')}
Summary: Oxygen style, KWin decoration, cursors and sounds
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz
Source: http://download.kde.org/unstable/plasma/%{version}/oxygen-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: extra-cmake-modules >= 0.0.9
BuildRequires: kf5-filesystem
@@ -51,6 +51,7 @@ BuildRequires: cmake(KDecoration2) >= %{_plasma5_version}
%endif
BuildRequires: xz
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Quick) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
BuildRequires: pkgconfig(xcb)