Accepting request 797585 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/797585 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio-gdrive?expand=0&rev=19
This commit is contained in:
parent
d58da7fe4b
commit
a057900fe0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1b59e4d9940deb290cc4d7441d4ae8762ccb1de8d14dbd0bdbd3bc9a5fc266a4
|
|
||||||
size 46748
|
|
3
kio-gdrive-1.3.0.tar.xz
Normal file
3
kio-gdrive-1.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:697a9382bebb6b6fdfd37cadad9c6e9516258e375704b979799447ad629f7906
|
||||||
|
size 51668
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 15 10:28:49 UTC 2020 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Update to 1.3.0
|
||||||
|
* Support for the Shared Drives feature of Google Drive
|
||||||
|
* New "Copy Google URL to clipboard" action in the Dolphin
|
||||||
|
context-menu
|
||||||
|
* Support for the new kaccounts-integration 20.04 release
|
||||||
|
* Improved appstream metadata
|
||||||
|
* Fixed opening docx files as archives in remote folders
|
||||||
|
(kde#401151)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 24 22:49:39 UTC 2019 - wbauer@tmo.at
|
Sat Aug 24 22:49:39 UTC 2019 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kio-gdrive
|
# spec file for package kio-gdrive
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,23 +18,22 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kio-gdrive
|
Name: kio-gdrive
|
||||||
Version: 1.2.7
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Drive KIO slave for KDE applications
|
Summary: Google Drive KIO slave for KDE applications
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://community.kde.org/KIO_GDrive
|
URL: https://community.kde.org/KIO_GDrive
|
||||||
Source: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules >= 5.48.0
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libaccounts-glib-devel
|
BuildRequires: cmake(KAccounts) >= 20.03.80
|
||||||
BuildRequires: libsignon-qt5-devel
|
BuildRequires: cmake(KF5DocTools) >= 5.48.0
|
||||||
BuildRequires: cmake(KAccounts)
|
BuildRequires: cmake(KF5I18n) >= 5.48.0
|
||||||
BuildRequires: cmake(KF5DocTools)
|
BuildRequires: cmake(KF5KIO) >= 5.48.0
|
||||||
BuildRequires: cmake(KF5I18n) >= 5.14.0
|
BuildRequires: cmake(KF5Notifications) >= 5.48.0
|
||||||
BuildRequires: cmake(KF5KIO) >= 5.14.0
|
BuildRequires: cmake(KPimGAPI) >= 5.11.41
|
||||||
BuildRequires: cmake(KF5Notifications)
|
BuildRequires: cmake(Qt5Gui) >= 5.2.0
|
||||||
BuildRequires: cmake(KPimGAPI) >= 5.5.0
|
|
||||||
BuildRequires: cmake(Qt5Network) >= 5.2.0
|
BuildRequires: cmake(Qt5Network) >= 5.2.0
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.2.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.2.0
|
||||||
# Used by the .desktop file
|
# Used by the .desktop file
|
||||||
@ -72,7 +71,7 @@ This can be Dolphin or Gwenview or Konqueror.
|
|||||||
%{_kf5_plugindir}/kf5/
|
%{_kf5_plugindir}/kf5/
|
||||||
%dir %{_datadir}/remoteview
|
%dir %{_datadir}/remoteview
|
||||||
%{_datadir}/remoteview/gdrive-network.desktop
|
%{_datadir}/remoteview/gdrive-network.desktop
|
||||||
%{_kf5_appstreamdir}/org.kde.kio-gdrive.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.kio_gdrive.metainfo.xml
|
||||||
%{_datadir}/accounts/
|
%{_datadir}/accounts/
|
||||||
%{_kf5_notifydir}/gdrive.notifyrc
|
%{_kf5_notifydir}/gdrive.notifyrc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user