diff --git a/kio-gdrive-1.1.2.tar.xz b/kio-gdrive-1.1.2.tar.xz deleted file mode 100644 index 6dbb1f4..0000000 --- a/kio-gdrive-1.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90a1d0d670d1c5bd523516b2fa93a6280ed84aca88c23c0de31d2d27ca83f260 -size 28860 diff --git a/kio-gdrive-1.2.0.1.tar.xz b/kio-gdrive-1.2.0.1.tar.xz new file mode 100644 index 0000000..75cdba7 --- /dev/null +++ b/kio-gdrive-1.2.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abe7352ae87e16580c6274502c7475d00d852bad96052aec5a3ce09f70a8009 +size 34356 diff --git a/kio-gdrive.changes b/kio-gdrive.changes index 3723b5d..5b444d3 100644 --- a/kio-gdrive.changes +++ b/kio-gdrive.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 5 21:39:47 UTC 2017 - jengelh@inai.de + +- Grammar fixes to description. + +------------------------------------------------------------------- +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 diff --git a/kio-gdrive.spec b/kio-gdrive.spec index 323b6a4..d98419f 100644 --- a/kio-gdrive.spec +++ b/kio-gdrive.spec @@ -18,20 +18,23 @@ %bcond_without lang Name: kio-gdrive -Version: 1.1.2 +Version: 1.2.0.1 Release: 0 -Summary: Google Drive KIO-slave for KDE applications +Summary: Google Drive KIO slave for KDE applications 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: extra-cmake-modules +BuildRequires: intltool +BuildRequires: kaccounts-integration-devel BuildRequires: ki18n-devel >= 5.14.0 BuildRequires: kio-devel >= 5.14.0 -BuildRequires: libkgapi-devel >= 5.3.1 +BuildRequires: libaccounts-glib-devel +BuildRequires: libsignon-qt5-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: cmake(Qt5Keychain) >= 0.6.0 +BuildRequires: cmake(KPimGAPI) >= 5.5.0 BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 # Used by the .desktop file @@ -42,7 +45,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %description -Google Drive KIO-slave for KDE applications. +Google Drive KIO slave for KDE applications. KIO GDrive 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. @@ -58,31 +61,20 @@ This can be Dolphin or Gwenview or Konqueror. %kf5_makeinstall -C build %if %{with lang} %find_lang kio5_gdrive %{name}.lang - %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300 %kf5_find_htmldocs - %else - # %%kf5_find_htmldocs is only defined since Leap 42.3 - CURDIR=`pwd` - pushd %{buildroot}%{_kf5_htmldir} - for i in *; do - if ! [ -d "/usr/share/locale/${i}" ]; then - echo "Removing unsupported translation %{_kf5_htmldir}/${i}" - rm -rf "$i" - elif [ "$i" != "en" ]; then - echo "%doc %lang($i) %{_kf5_htmldir}/${i}" >> $CURDIR/%{name}.lang - fi - done - popd - %endif %endif %files %defattr(-,root,root) %doc COPYING README.md README.packagers %doc %lang(en) %{_kf5_htmldir}/en/kioslave5/gdrive/ +%{_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 %if %{with lang} %files lang -f %{name}.lang