Accepting request 508493 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/508493 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio-gdrive?expand=0&rev=6
This commit is contained in:
parent
d5a748213d
commit
e025568410
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:90a1d0d670d1c5bd523516b2fa93a6280ed84aca88c23c0de31d2d27ca83f260
|
|
||||||
size 28860
|
|
3
kio-gdrive-1.2.0.1.tar.xz
Normal file
3
kio-gdrive-1.2.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7abe7352ae87e16580c6274502c7475d00d852bad96052aec5a3ce09f70a8009
|
||||||
|
size 34356
|
@ -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
|
Fri May 19 14:52:49 UTC 2017 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -18,20 +18,23 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kio-gdrive
|
Name: kio-gdrive
|
||||||
Version: 1.1.2
|
Version: 1.2.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Drive KIO-slave for KDE applications
|
Summary: Google Drive KIO slave for KDE applications
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
Source: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: intltool
|
||||||
|
BuildRequires: kaccounts-integration-devel
|
||||||
BuildRequires: ki18n-devel >= 5.14.0
|
BuildRequires: ki18n-devel >= 5.14.0
|
||||||
BuildRequires: kio-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: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: cmake(Qt5Keychain) >= 0.6.0
|
BuildRequires: cmake(KPimGAPI) >= 5.5.0
|
||||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
# Used by the .desktop file
|
# Used by the .desktop file
|
||||||
@ -42,7 +45,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%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,
|
KIO GDrive requires a KIO-enabled file manager at runtime,
|
||||||
otherwise there is no way to setup a Google Drive account.
|
otherwise there is no way to setup a Google Drive account.
|
||||||
This can be Dolphin or Gwenview or Konqueror.
|
This can be Dolphin or Gwenview or Konqueror.
|
||||||
@ -58,31 +61,20 @@ This can be Dolphin or Gwenview or Konqueror.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang kio5_gdrive %{name}.lang
|
%find_lang kio5_gdrive %{name}.lang
|
||||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300
|
|
||||||
%kf5_find_htmldocs
|
%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
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README.md README.packagers
|
%doc COPYING README.md README.packagers
|
||||||
%doc %lang(en) %{_kf5_htmldir}/en/kioslave5/gdrive/
|
%doc %lang(en) %{_kf5_htmldir}/en/kioslave5/gdrive/
|
||||||
|
%{_kf5_plugindir}/kaccounts/
|
||||||
%{_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
|
||||||
|
%{_datadir}/accounts/
|
||||||
|
%{_kf5_notifydir}/gdrive.notifyrc
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user