2015-09-28 23:58:15 +02:00
|
|
|
#
|
|
|
|
# spec file for package kgamma5
|
|
|
|
#
|
2016-01-06 15:23:00 +01:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2015-09-28 23:58:15 +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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%bcond_without lang
|
|
|
|
Name: kgamma5
|
2016-12-28 23:08:48 +01:00
|
|
|
Version: 5.8.5
|
2015-09-28 23:58:15 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Display gamma configuration
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: Productivity/Graphics/Other
|
|
|
|
Url: http://www.kde.org
|
2016-10-18 22:18:38 +02:00
|
|
|
Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
2015-11-29 18:46:09 +01:00
|
|
|
BuildRequires: extra-cmake-modules >= 1.0.0
|
2015-09-28 23:58:15 +02:00
|
|
|
BuildRequires: kf5-filesystem
|
|
|
|
BuildRequires: xz
|
2015-11-29 18:46:09 +01:00
|
|
|
BuildRequires: cmake(KF5DocTools)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
BuildRequires: cmake(KF5KDELibs4Support)
|
|
|
|
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5Gui) >= 5.4.0
|
|
|
|
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
|
|
|
BuildRequires: pkgconfig(x11)
|
2015-09-28 23:58:15 +02:00
|
|
|
%if %{with lang}
|
|
|
|
Recommends: %{name}-lang
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
|
|
|
Provides: kgamma = %{version}
|
2016-09-23 20:21:33 +02:00
|
|
|
Obsoletes: kgamma < %{version}
|
2015-09-28 23:58:15 +02:00
|
|
|
%endif
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains a KDE system settings module to configure display
|
|
|
|
gamma.
|
|
|
|
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
2016-09-23 20:21:33 +02:00
|
|
|
%if %{with lang}
|
2016-07-06 18:37:43 +02:00
|
|
|
%kf5_find_lang
|
|
|
|
%endif
|
2015-09-28 23:58:15 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2015-10-06 18:19:24 +02:00
|
|
|
%doc COPYING*
|
2015-09-28 23:58:15 +02:00
|
|
|
%{_kf5_plugindir}/
|
|
|
|
%{_kf5_servicesdir}/
|
|
|
|
%{_kf5_sharedir}/kgamma/
|
|
|
|
%dir %{_kf5_htmldir}
|
|
|
|
%dir %{_kf5_htmldir}/en
|
2015-12-03 07:43:25 +01:00
|
|
|
%doc %{_kf5_htmldir}/en/*/
|
2015-09-28 23:58:15 +02:00
|
|
|
|
|
|
|
%if %{with lang}
|
2016-07-06 18:37:43 +02:00
|
|
|
%files lang -f %{name}.lang
|
2015-09-28 23:58:15 +02:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|