diff --git a/oxygen-5.8.5.tar.xz b/oxygen-5.8.5.tar.xz deleted file mode 100644 index f6bb0d4..0000000 --- a/oxygen-5.8.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07d2740709c9979eac381d4e728a3bf6670015a02c2c3478ed30fa8f8d6532a5 -size 4461696 diff --git a/oxygen-5.8.95.tar.xz b/oxygen-5.8.95.tar.xz new file mode 100644 index 0000000..03435d4 --- /dev/null +++ b/oxygen-5.8.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889bc584591a1c900eed2182b530bf069cc7c400979a284bf7a20b628f18a825 +size 4460440 diff --git a/oxygen5.changes b/oxygen5.changes index ee3c54a..8ff59c1 100644 --- a/oxygen5.changes +++ b/oxygen5.changes @@ -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 diff --git a/oxygen5.spec b/oxygen5.spec index 9c62b98..1e6ec94 100644 --- a/oxygen5.spec +++ b/oxygen5.spec @@ -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)