2014-08-26 10:37:43 +02:00
#
# spec file for package breeze4-style
#
2019-01-08 19:46:37 +01:00
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
2014-08-26 10:37:43 +02:00
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
2018-10-16 21:53:05 +02:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
2014-08-26 10:37:43 +02:00
#
Name : breeze4-style
2019-03-13 09:29:33 +01:00
Version : 5.15.3
2014-08-26 10:37:43 +02:00
Release : 0
2018-09-15 14:29:37 +02:00
Summary : Plasma Desktop artwork, styles and assets
License : GPL-2.0-or-later
Group : System/GUI/KDE
URL : http://www.kde.org
2019-02-19 17:24:18 +01:00
Source : https://download.kde.org/stable/plasma/%{version} /breeze-%{version} .tar.xz
2018-09-19 06:47:20 +02:00
%if %{with lang}
2019-02-19 17:24:18 +01:00
Source1 : https://download.kde.org/stable/plasma/%{version} /breeze-%{version} .tar.xz.sig
2018-09-19 06:47:20 +02:00
Source2 : plasma.keyring
%endif
2018-09-15 14:29:37 +02:00
# PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch boo#973728 wbauer@tmo.at -- fixes collapse/expand icon in Q3ListView that still may be used by some KDE4 applications (knode e.g.)
Patch0 : add-support-for-Q3ListView-to-the-KDE4-style.patch
2014-08-26 10:37:43 +02:00
BuildRequires : automoc4
BuildRequires : cmake >= 2.8.12
BuildRequires : kde4-filesystem
BuildRequires : libkde4-devel
BuildRequires : libqt4-devel
BuildRequires : libxcb-devel
2017-08-17 10:48:33 +02:00
# This sets the breeze4 style as default in a Plasma environment
Recommends: kdebase4-workspace-libs
2018-09-15 14:29:37 +02:00
Supplements: packageand(breeze5-style:libqt4)
2014-08-26 10:37:43 +02:00
%description
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
This package contains kde4 backport of new default Plasma 5 style.
2018-09-15 14:29:37 +02:00
%package -n libbreezecommon4-5
Summary : Library containing support code for the Breeze Qt4 style
Group : System/Libraries
%description -n libbreezecommon4-5
Library containing support code for the Breeze Qt4 style.
2014-08-26 10:37:43 +02:00
%prep
%setup -q -n breeze-%{version}
2018-09-15 14:29:37 +02:00
%autopatch -p1
2014-08-26 10:37:43 +02:00
%build
%cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON
%make_jobs
%install
2014-09-24 14:24:42 +02:00
%kde4_makeinstall -C build
2014-08-26 10:37:43 +02:00
2018-09-15 14:29:37 +02:00
%post -p /sbin/ldconfig -n libbreezecommon4-5
%postun -p /sbin/ldconfig -n libbreezecommon4-5
2014-08-26 10:37:43 +02:00
%files
2018-09-15 14:29:37 +02:00
%license COPYING*
2014-08-26 10:37:43 +02:00
%{_kde4_modulesdir}/
%{_kde4_appsdir}/
2018-09-15 14:29:37 +02:00
%files -n libbreezecommon4-5
%license COPYING*
%{_libdir} /libbreezecommon4.so.*
2014-08-26 10:37:43 +02:00
%changelog