File ktp-text-ui.spec of Package ktp-text-ui

#
# spec file for package ktp-text-ui
#
# Copyright (c) 2016 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:           ktp-text-ui
Version:        17.04.2
Release:        0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary:        Telepathy chat handler for KDE
License:        GPL-2.0+
Group:          Productivity/Networking/Instant Messenger
Url:            Real-Time_Communication_and_Collaboration
Source:         %{name}-%{version}.tar.xz
%if 0%{?suse_version} < 1330
# PATCH-FIX-OPENSUSE - revert WebEngine requirement on Leap
Patch0:         0001-Revert-Port-to-QWebEngine.patch
# PATCH-FIX-OPENSUSE - revert Qt requirement on Leap
Patch1:         0001-Revert-Require-Qt-5.7.0.patch
%endif
BuildRequires:  breeze5-icons
BuildRequires:  extra-cmake-modules >= 1.3.0
BuildRequires:  fdupes
BuildRequires:  karchive-devel
BuildRequires:  kcmutils-devel
BuildRequires:  kdbusaddons-devel
BuildRequires:  kdewebkit-devel
BuildRequires:  kemoticons-devel
BuildRequires:  kf5-filesystem
BuildRequires:  ki18n-devel
BuildRequires:  kiconthemes-devel
BuildRequires:  kio-devel
BuildRequires:  kitemviews-devel
BuildRequires:  knotifications-devel
BuildRequires:  knotifyconfig-devel
BuildRequires:  kpeople5-devel
BuildRequires:  kservice-devel
BuildRequires:  ktextwidgets-devel
BuildRequires:  ktp-common-internals-devel
BuildRequires:  ktp-icons
BuildRequires:  kwallet-devel
BuildRequires:  kwidgetsaddons-devel
BuildRequires:  kwindowsystem-devel
BuildRequires:  kxmlgui-devel
BuildRequires:  oxygen5-icon-theme-large
BuildRequires:  pkgconfig
BuildRequires:  sonnet-devel
BuildRequires:  telepathy-logger-qt5-devel
BuildRequires:  telepathy-qt5-devel
# Leap has only Qt 5.6, the WebEngine version is too old
%if 0%{?suse_version} < 1330
BuildRequires:  pkgconfig(Qt5WebKit)
%else
BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.6.0
%endif
Obsoletes:      %{name}-devel
Obsoletes:      %{name}5 < %{version}
Provides:       %{name}5 = %{version}
# Explicitely require logger, otherwise the ui would crash
Requires:       telepathy-logger
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
# It can only build on the same platforms as Qt Webengine
ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64

%description
Includes KDE's implementation of the Telepathy chat handler,
a chat plasmoid, and a chat log viewer application.

%if %{with lang}
%lang_package
%endif

%prep
%setup -q
%if 0%{?suse_version} < 1330
%patch0 -p1
%patch1 -p1
%endif

%build
  %cmake_kf5 -d build
  %make_jobs

%install
  %kf5_makeinstall -C build
  %if %{with lang}
    %find_lang %{name} --with-man --all-name
  %endif
  %fdupes -s %{buildroot}
  mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
  cp %{_kf5_iconsdir}/breeze/apps/48/kde-im-log-viewer.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/

%files
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libktpimagesharer.so*
%{_kf5_libdir}/libktpchat.so*
%{_kf5_libdir}/libexec/ktp-text-ui
%{_kf5_sharedir}/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TextUi.service
%{_kf5_sharedir}/telepathy/
%{_kf5_sharedir}/kxmlgui5/ktp-text-ui/
%{_kf5_libdir}/libexec/ktp-adiumxtra-protocol-handler
%{_kf5_sharedir}/ktelepathy/
%{_kf5_bindir}/ktp-log-viewer
%{_kf5_applicationsdir}/*.desktop
%{_kf5_sharedir}/ktp-log-viewer/
%{_kf5_plugindir}/
%{_kf5_servicesdir}/
%{_kf5_servicetypesdir}/
%{_kf5_iconsdir}/hicolor/scalable/apps/kde-im-log-viewer.svg

%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif

%changelog
openSUSE Build Service is sponsored by