Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=220
This commit is contained in:
Wolfgang Bauer
2018-09-15 12:29:37 +00:00
committed by Git OBS Bridge
parent b243f1e6d7
commit e9981e774b
6 changed files with 134 additions and 40 deletions

View File

@@ -17,33 +17,40 @@
Name: breeze4-style
Version: 5.13.5
Version: 5.13.90
Release: 0
Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org
Source: http://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz
# 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
BuildRequires: automoc4
BuildRequires: cmake >= 2.8.12
BuildRequires: fftw3-devel
BuildRequires: kde4-filesystem
BuildRequires: libkde4-devel
BuildRequires: libqt4-devel
BuildRequires: libxcb-devel
Supplements: packageand(breeze5-style:libqt4)
# This sets the breeze4 style as default in a Plasma environment
Recommends: kdebase4-workspace-libs
Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0-or-later
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
# 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.)
Patch: add-support-for-Q3ListView-to-the-KDE4-style.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Supplements: packageand(breeze5-style:libqt4)
%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.
%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.
%prep
%setup -q -n breeze-%{version}
%patch -p1
%autopatch -p1
%build
%cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON
@@ -52,10 +59,16 @@ This package contains kde4 backport of new default Plasma 5 style.
%install
%kde4_makeinstall -C build
%post -p /sbin/ldconfig -n libbreezecommon4-5
%postun -p /sbin/ldconfig -n libbreezecommon4-5
%files
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kde4_modulesdir}/
%{_kde4_appsdir}/
%files -n libbreezecommon4-5
%license COPYING*
%{_libdir}/libbreezecommon4.so.*
%changelog