2016-10-18 10:39:42 +02:00
|
|
|
#
|
|
|
|
# spec file for package kio-gdrive
|
|
|
|
#
|
2019-04-28 20:14:41 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2016-10-18 10:39:42 +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.
|
|
|
|
|
2019-04-28 20:14:41 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-10-18 10:39:42 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%bcond_without lang
|
|
|
|
Name: kio-gdrive
|
2019-05-22 11:17:11 +02:00
|
|
|
Version: 1.2.6
|
2016-10-18 10:39:42 +02:00
|
|
|
Release: 0
|
2017-08-24 18:35:06 +02:00
|
|
|
Summary: Google Drive KIO slave for KDE applications
|
2018-10-01 08:20:08 +02:00
|
|
|
License: GPL-2.0-or-later
|
2016-10-18 10:39:42 +02:00
|
|
|
Group: System/GUI/KDE
|
2019-04-28 20:14:41 +02:00
|
|
|
URL: https://community.kde.org/KIO_GDrive
|
|
|
|
Source: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
2019-07-28 10:22:51 +02:00
|
|
|
# PATCH-FIX-UPSTREAM
|
|
|
|
Patch0: Adapt-to-LibKGAPI-setFields-changes.patch
|
|
|
|
Patch1: Remove-useless-FileFetchJob-field-specifications.patch
|
2016-10-18 10:39:42 +02:00
|
|
|
BuildRequires: extra-cmake-modules
|
2017-08-24 18:35:06 +02:00
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libaccounts-glib-devel
|
|
|
|
BuildRequires: libsignon-qt5-devel
|
2019-04-28 20:14:41 +02:00
|
|
|
BuildRequires: cmake(KAccounts)
|
2019-07-28 10:22:51 +02:00
|
|
|
BuildRequires: cmake(KF5DocTools)
|
2019-04-28 20:14:41 +02:00
|
|
|
BuildRequires: cmake(KF5I18n) >= 5.14.0
|
|
|
|
BuildRequires: cmake(KF5KIO) >= 5.14.0
|
2019-07-28 10:22:51 +02:00
|
|
|
BuildRequires: cmake(KF5Notifications)
|
2017-08-24 18:35:06 +02:00
|
|
|
BuildRequires: cmake(KPimGAPI) >= 5.5.0
|
2019-04-28 20:14:41 +02:00
|
|
|
BuildRequires: cmake(Qt5Network) >= 5.2.0
|
|
|
|
BuildRequires: cmake(Qt5Widgets) >= 5.2.0
|
2016-10-18 10:39:42 +02:00
|
|
|
# Used by the .desktop file
|
|
|
|
Recommends: dolphin
|
2019-08-23 11:08:52 +02:00
|
|
|
# libkgapi has no ABI stability
|
|
|
|
%requires_eq libKPimGAPICore5
|
2018-10-01 08:20:08 +02:00
|
|
|
|
2016-10-18 10:39:42 +02:00
|
|
|
%lang_package
|
|
|
|
|
|
|
|
%description
|
2017-08-24 18:35:06 +02:00
|
|
|
Google Drive KIO slave for KDE applications.
|
2016-10-18 10:39:42 +02:00
|
|
|
KIO GDrive requires a KIO-enabled file manager at runtime,
|
|
|
|
otherwise there is no way to setup a Google Drive account.
|
2017-05-22 10:48:45 +02:00
|
|
|
This can be Dolphin or Gwenview or Konqueror.
|
2016-10-18 10:39:42 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2019-07-28 10:22:51 +02:00
|
|
|
%if %pkg_vcmp cmake(KPimGAPI) >= 19.07.80
|
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
%endif
|
2016-10-18 10:39:42 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
%if %{with lang}
|
|
|
|
%find_lang kio5_gdrive %{name}.lang
|
2017-05-22 10:48:45 +02:00
|
|
|
%kf5_find_htmldocs
|
2016-10-18 10:39:42 +02:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%files
|
2018-10-01 08:20:08 +02:00
|
|
|
%license COPYING
|
|
|
|
%doc README.md README.packagers
|
2017-02-16 17:06:25 +01:00
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en/kioslave5/gdrive/
|
2017-08-24 18:35:06 +02:00
|
|
|
%{_kf5_plugindir}/kaccounts/
|
2016-10-18 10:39:42 +02:00
|
|
|
%{_kf5_plugindir}/kf5/
|
2017-02-16 17:06:25 +01:00
|
|
|
%dir %{_datadir}/remoteview
|
|
|
|
%{_datadir}/remoteview/gdrive-network.desktop
|
2017-08-24 18:35:06 +02:00
|
|
|
%{_kf5_appstreamdir}/org.kde.kio-gdrive.appdata.xml
|
|
|
|
%{_datadir}/accounts/
|
|
|
|
%{_kf5_notifydir}/gdrive.notifyrc
|
2016-10-18 10:39:42 +02:00
|
|
|
|
|
|
|
%if %{with lang}
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|