Hrvoje Senjan 2015-08-09 08:10:06 +00:00 committed by Git OBS Bridge
parent ea17d7af81
commit b784dcb0d4
3 changed files with 11 additions and 6 deletions

View File

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

View File

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

View File

@ -18,7 +18,7 @@
%bcond_without lang
Name: plasma5-addons
Version: 5.3.2
Version: 5.3.95
Release: 0
Summary: Additional Plasma5 Widgets
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
@ -41,6 +41,9 @@ BuildRequires: kservice-devel
BuildRequires: kunitconversion-devel
BuildRequires: libxcb-devel
BuildRequires: plasma-framework-devel
%if 0%{?suse_version} >= 1320
BuildRequires: purpose-devel
%endif
BuildRequires: sonnet-devel
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
@ -53,13 +56,15 @@ BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(ibus-1.0)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb-keysyms)
%if 0%{?suse_version} >= 1320
Requires: purpose
%endif
%if %{with lang}
Recommends: %{name}-lang
%endif
Recommends: %{name}-kimpanel
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
%if 0%{?suse_version} > 1320
Provides: plasma-addons = %{version}
Obsoletes: plasma-addons < %{version}
%else