SHA256
1
0
forked from pool/knights
Christophe Giboudeaux 2020-03-28 14:41:59 +00:00 committed by Git OBS Bridge
parent 9d87c1d1a6
commit 9c57dcf8f2

View File

@ -54,9 +54,6 @@ Source2: applications.keyring
%if 0%{?suse_version}
BuildRequires: update-desktop-files
%endif
%if 0%{?suse_version} < 1500
BuildRequires: gcc7-c++
%endif
%description
Knights is KDE's chess frontend. It supports playing local games against
@ -71,11 +68,6 @@ against each other.
%setup -q
%build
%if 0%{?suse_version} < 1500
# gcc 4.8.5 is too old
export CC=gcc-7
export CXX=g++-7
%endif
%cmake_kf5 -d build
%cmake_build