package created using the webbuild interface [release 22.04.0-1mamba;Sun Apr 24 2022]
This commit is contained in:
parent
650ac014f9
commit
9b63b652f6
@ -1,2 +1,4 @@
|
||||
# kio-gdrive
|
||||
|
||||
a KIO slave that enables KIO-aware applications (such as Dolphin, Kate or Gwenview) to access and edit Google Drive files on the cloud.
|
||||
|
||||
|
73
kio-gdrive.spec
Normal file
73
kio-gdrive.spec
Normal file
@ -0,0 +1,73 @@
|
||||
Name: kio-gdrive
|
||||
Version: 22.04.0
|
||||
Release: 1mamba
|
||||
Summary: A KIO slave that enables KIO-aware applications to access and edit Google Drive files on the cloud
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org
|
||||
Source: http://mirror.freedif.org/KDE/ftp/stable/release-service/%{version}/src/kio-gdrive-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libaccounts-qt5-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkaccounts-integration-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkgapi-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libpurpose-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
a KIO slave that enables KIO-aware applications (such as Dolphin, Kate or Gwenview) to access and edit Google Drive files on the cloud.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name} --all-name --with-html || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/metainfo/org.kde.kio_gdrive.metainfo.xml
|
||||
%{_libdir}/qt5/plugins/kaccounts/daemonplugins/gdrive.so
|
||||
%{_libdir}/qt5/plugins/kf5/kfileitemaction/gdrivecontextmenuaction.so
|
||||
%{_libdir}/qt5/plugins/kf5/kio/gdrive.so
|
||||
%{_libdir}/qt5/plugins/kf5/propertiesdialog/gdrivepropertiesplugin.so
|
||||
%{_libdir}/qt5/plugins/kf5/purpose/purpose_gdrive.so
|
||||
%{_datadir}/accounts/services/kde/google-drive.service
|
||||
%{_datadir}/knotifications5/gdrive.notifyrc
|
||||
%{_datadir}/purpose/purpose_gdrive_config.qml
|
||||
%{_datadir}/remoteview/gdrive-network.desktop
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sun Apr 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.04.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user