forked from pool/kio-stash
First try
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kio-stash?expand=0&rev=3
This commit is contained in:
parent
c01797acff
commit
8472103f04
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7abe7352ae87e16580c6274502c7475d00d852bad96052aec5a3ce09f70a8009
|
||||
size 34356
|
@ -1,70 +0,0 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 2 11:15:25 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.2.0.1
|
||||
* build fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 23:45:22 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.2.0
|
||||
* Integration with KAccounts
|
||||
* Google Drive free space is now reported
|
||||
- Adjust build requirements to enable the new KAccounts integration
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 14:52:49 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.1.2
|
||||
* Updated translations, including translated documentation which
|
||||
was previously missing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 20:52:33 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.1.1
|
||||
* Fixed wrong write permissions in the top-level accounts folder.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 11:36:51 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 1.1.0
|
||||
* Feature release
|
||||
* No changelog, see https://eang.it/kio-gdrive-1-1-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 10:14:11 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.0.5
|
||||
* Some translation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 12 14:21:52 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.0.4
|
||||
* Fixed an issue that would make some files hidden (kde#371954)
|
||||
* Added TryExec key in the .desktop file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 07:05:15 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.0.3
|
||||
* Stop trashing all account files on account removal
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 7 22:19:14 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.0.2
|
||||
* Fix copy-pasting from gdrive:// URLs to local disk (kde#369619)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 2 14:48:22 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 1.0.1
|
||||
* Fix broken QUrl construction (kde#367988, kde#369581)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 18:28:22 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to stable version 1.0.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kio-gdrive
|
||||
# spec file for package kio-stash
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,36 +17,34 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
Name: kio-gdrive
|
||||
Version: 1.2.0.1
|
||||
Name: kio-stash
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Google Drive KIO-slave for KDE applications
|
||||
Summary: KIO-slave for stashing temporary files
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake(KPimGAPI) >= 5.5.0
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: intltool
|
||||
BuildRequires: kaccounts-integration-devel
|
||||
BuildRequires: ki18n-devel >= 5.14.0
|
||||
BuildRequires: kio-devel >= 5.14.0
|
||||
BuildRequires: libaccounts-glib-devel
|
||||
BuildRequires: libsignon-qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
# Used by the .desktop file
|
||||
Recommends: dolphin
|
||||
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5DBus)
|
||||
BuildRequires: cmake(Qt5Test)
|
||||
BuildRequires: cmake(KF5Config) >= 5.22.0
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5DBusAddons)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Recommends: %{name}-lang
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%description
|
||||
Google Drive KIO-slave for KDE applications.
|
||||
KIO GDrive requires a KIO-enabled file manager at runtime,
|
||||
KIO stash requires a KIO-enabled file manager at runtime,
|
||||
otherwise there is no way to setup a Google Drive account.
|
||||
This can be Dolphin or Gwenview or Konqueror.
|
||||
|
||||
@ -60,21 +58,18 @@ This can be Dolphin or Gwenview or Konqueror.
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang kio5_gdrive %{name}.lang
|
||||
%find_lang kio5_stash %{name}.lang
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README.md README.packagers
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kioslave5/gdrive/
|
||||
%doc COPYING README.md
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kioslave5/stash/
|
||||
%{_kf5_plugindir}/kaccounts/
|
||||
%{_kf5_plugindir}/kf5/
|
||||
%dir %{_datadir}/remoteview
|
||||
%{_datadir}/remoteview/gdrive-network.desktop
|
||||
%{_kf5_appstreamdir}/org.kde.kio-gdrive.appdata.xml
|
||||
%{_datadir}/accounts/
|
||||
%{_kf5_notifydir}/gdrive.notifyrc
|
||||
%{_kf5_appstreamdir}/org.kde.kio-stash.appdata.xml
|
||||
%{_kf5_notifydir}/stash.notifyrc
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
Loading…
x
Reference in New Issue
Block a user