2014-02-07 22:42:26 +01:00
|
|
|
#
|
|
|
|
# spec file for package kdesignerplugin
|
|
|
|
#
|
2018-01-17 16:06:48 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-02-07 22:42:26 +01: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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2015-04-10 18:25:56 +02:00
|
|
|
%bcond_without lang
|
2018-06-14 00:11:09 +02:00
|
|
|
%define _tar_path 5.47
|
2014-02-07 22:42:26 +01:00
|
|
|
Name: kdesignerplugin
|
2018-06-14 00:11:09 +02:00
|
|
|
Version: 5.47.0
|
2014-02-07 22:42:26 +01:00
|
|
|
Release: 0
|
2017-09-13 14:23:20 +02:00
|
|
|
# Full KF5 version (e.g. 5.33.0)
|
|
|
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
|
|
|
# Last major and minor KF5 version (e.g. 5.33)
|
|
|
|
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
2017-01-09 00:44:56 +01:00
|
|
|
BuildRequires: cmake >= 3.0
|
2017-09-13 14:23:20 +02:00
|
|
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kbookmarks-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kcompletion-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kdbusaddons-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kdewebkit-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kdoctools-devel >= %{_kf5_bugfix_version}
|
2014-02-07 22:42:26 +01:00
|
|
|
BuildRequires: kf5-filesystem
|
2017-09-13 14:23:20 +02:00
|
|
|
BuildRequires: kguiaddons-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kiconthemes-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kio-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kitemviews-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kplotting-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kservice-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: ktextwidgets-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version}
|
2015-04-10 18:25:56 +02:00
|
|
|
%if %{with lang}
|
2017-02-09 11:47:31 +01:00
|
|
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
2015-04-10 18:25:56 +02:00
|
|
|
%endif
|
2017-02-09 11:47:31 +01:00
|
|
|
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
|
|
|
BuildRequires: cmake(Qt5Designer) >= 5.6.0
|
2015-04-10 18:25:56 +02:00
|
|
|
%if %{with lang}
|
2014-05-05 14:19:51 +02:00
|
|
|
Recommends: %{name}-lang = %{version}
|
2015-04-10 18:25:56 +02:00
|
|
|
%endif
|
2014-02-11 00:18:56 +01:00
|
|
|
Summary: Integrating KDE frameworks widgets with Qt Designer
|
2018-03-14 14:00:29 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2014-02-07 22:42:26 +01:00
|
|
|
Group: System/GUI/KDE
|
|
|
|
Url: http://www.kde.org
|
2017-04-27 22:24:46 +02:00
|
|
|
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
2014-02-07 22:42:26 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2014-02-11 00:18:56 +01:00
|
|
|
This framework provides plugins for Qt Designer that allow it to display
|
|
|
|
the widgets provided by various KDE frameworks, as well as a utility
|
|
|
|
(kgendesignerplugin) that can be used to generate other such plugins
|
|
|
|
from ini-style description files.
|
2014-02-07 22:42:26 +01:00
|
|
|
|
|
|
|
%package devel
|
2014-02-11 00:18:56 +01:00
|
|
|
Summary: Integrating KDE frameworks widgets with Qt Designer
|
2014-02-07 22:42:26 +01:00
|
|
|
Group: Development/Libraries/KDE
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: extra-cmake-modules
|
2017-02-09 11:47:31 +01:00
|
|
|
Requires: cmake(Qt5Core) >= 5.6.0
|
2014-02-07 22:42:26 +01:00
|
|
|
|
|
|
|
%description devel
|
2014-02-11 00:18:56 +01:00
|
|
|
This framework provides plugins for Qt Designer that allow it to display
|
|
|
|
the widgets provided by various KDE frameworks, as well as a utility
|
|
|
|
(kgendesignerplugin) that can be used to generate other such plugins
|
|
|
|
from ini-style description files. Development files.
|
2014-02-07 22:42:26 +01:00
|
|
|
|
2014-05-05 14:19:51 +02:00
|
|
|
%lang_package
|
2014-02-07 22:42:26 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
2015-04-10 18:25:56 +02:00
|
|
|
%if %{with lang}
|
2017-05-15 20:19:39 +02:00
|
|
|
%find_lang %{name} --with-qt --with-man --without-mo --all-name
|
2015-04-10 18:25:56 +02:00
|
|
|
%endif
|
2014-05-05 14:19:51 +02:00
|
|
|
|
2014-02-07 22:42:26 +01:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2015-04-10 18:25:56 +02:00
|
|
|
%if %{with lang}
|
2017-05-15 20:19:39 +02:00
|
|
|
%files lang -f %{name}.lang
|
2015-04-10 18:25:56 +02:00
|
|
|
%endif
|
2014-05-05 14:19:51 +02:00
|
|
|
|
2014-02-07 22:42:26 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING* README*
|
|
|
|
%{_kf5_bindir}/kgendesignerplugin
|
2014-11-03 00:22:50 +01:00
|
|
|
%doc %lang(en) %{_kf5_mandir}/*/kgendesignerplugin.*
|
2014-05-04 03:35:20 +02:00
|
|
|
%{_kf5_datadir}/widgets/
|
2014-07-02 02:39:52 +02:00
|
|
|
%dir %{_kf5_plugindir}
|
|
|
|
%{_kf5_plugindir}/designer/
|
2014-02-07 22:42:26 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_kf5_libdir}/cmake/KF5DesignerPlugin/
|
|
|
|
|
|
|
|
%changelog
|