File kscreen5.spec of Package kscreen5
#
# spec file for package kscreen5
#
# Copyright (c) 2015 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
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kscreen5
Version: 5.4.2
Release: 0
Summary: KDE's screen management software
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: kscreen-%{version}.tar.xz
Source99: %{name}-rpmlintrc
# PATCH-FIX-UPSTREAM fix-crash-when-exiting-kscreen-kcm-in-systemsettings.patch
Patch0: fix-crash-when-exiting-kscreen-kcm-in-systemsettings.patch
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.6.0
BuildRequires: fdupes
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kf5-filesystem
BuildRequires: kglobalaccel-devel
BuildRequires: ki18n-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkscreen2-devel >= %{version}
BuildRequires: libxcb-devel
BuildRequires: xcb-util-devel
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
BuildRequires: pkgconfig(Qt5Gui) >= 5.4.0
BuildRequires: pkgconfig(Qt5QuickWidgets) >= 5.4.0
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.4.0
BuildRequires: pkgconfig(xcb-image)
BuildRequires: pkgconfig(xcb-keysyms)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xrandr)
Requires: kded
Requires: libkscreen2-plugin >= %{version}
%if %{with lang}
Recommends: %{name}-lang
%endif
Supplements: packageand(libkscreen2-plugin:plasma5-workspace)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
Provides: kscreen = %{version}
Obsoletes: kscreen < %{version}
%else
Conflicts: kscreen
%endif
%description
The new KDE screen management software
%lang_package
%prep
%setup -q -n kscreen-%{version}
%patch0 -p1
%build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
%make_jobs
%install
%kf5_makeinstall -C build
%files
%defattr(-,root,root)
%doc COPYING*
%{_kf5_bindir}/kscreen-console
%{_kf5_plugindir}/
%{_kf5_iconsdir}/hicolor/*/actions/kdocumentinfo.*
%{_kf5_sharedir}/kcm_kscreen/
%{_kf5_servicesdir}/
%if %{with lang}
%files lang
%defattr(-,root,root)
%{_kf5_localedir}/
%endif
%changelog