Accepting request 450047 from home:Vogtinator:plasma59

Update to Plasma 5.9 Beta

OBS-URL: https://build.opensuse.org/request/show/450047
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=141
This commit is contained in:
Hrvoje Senjan
2017-01-13 16:34:32 +00:00
committed by Git OBS Bridge
parent 29839121e3
commit 4919ee4647
6 changed files with 60 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package breeze
#
# 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
@@ -18,11 +18,11 @@
%bcond_without lang
Name: breeze
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}')}
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.13
@@ -40,6 +40,7 @@ BuildRequires: cmake(KF5Package)
BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version}
BuildRequires: cmake(KF5WindowSystem)
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(x11-xcb)
@@ -53,7 +54,7 @@ Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
Source: http://download.kde.org/unstable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description