Thanks aytac , change src-work, test please .
Search Criteria
Package Details: grive 0.5.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/grive.git (read-only, click to copy) |
---|---|
Package Base: | grive |
Description: | An open source Linux client for Google Drive with support for the new Drive REST API and partial sync |
Upstream URL: | https://github.com/vitalif/grive2 |
Keywords: | drive Google grive2 sync vitalif |
Licenses: | GPL2 |
Submitter: | mrbit |
Maintainer: | edh |
Last Packager: | edh |
Votes: | 282 |
Popularity: | 0.123006 |
First Submitted: | 2012-04-29 22:26 (UTC) |
Last Updated: | 2024-09-14 09:14 (UTC) |
Dependencies (12)
- boost-libs
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- json-c (json-c-gitAUR)
- libgcrypt
- yajl (yajl-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- binutils (optional) – backtrace and libiberty
- cppunit (optional) – unit tests
- inotify-tools (inotify-tools-gitAUR) (optional) – scheduled syncs and syncs on file change events
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 30 Next › Last »
mrbit commented on 2015-05-25 11:48 (UTC)
aytac commented on 2015-05-23 10:11 (UTC)
There ise a grive fork which is working right now https://github.com/vitalif/grive2
Muflone commented on 2015-05-03 22:15 (UTC)
There's a pending deletion request for this package with the following request:
"grive doesn't work because Google changed it's API and the grive team is not maintaining grive anymore."
If someone would try to fix this package, please do.
I'm temporarily rejecting the request, in order to give some time to try to fix it.
If a following deletion request will come without any fix to this package, the package itself will be deleted because it's usefulness to keep a broken package.
semeion commented on 2015-04-27 20:05 (UTC)
It have 1 pending request, probably to be deleted, what is a bad thing :(
We need a C developer urgent here for help us! I think the necessary patch is easy, google have all documentation, and grive use curl, probably with -z parameter to make the sync. Anyone could try fix it!
semeion commented on 2015-04-27 19:59 (UTC)
The github page of grive is https://github.com/Grive/grive and i don´t think it have an updated version, reason for what it is out-of-date.
The last update was like 3 years ago. If nobody make a new patch to new google API, it will not work anymore.
I don´t think this patch is hard, look like only need a new authentication/login update using new Google Drive API. The source code of grive is in C or C++, i don´t know.
I am looking for a new google drive sync/client, but i can´t found a good :/
dixi_minga commented on 2015-04-27 17:55 (UTC)
the guy who flagged this out of date could maybe reveal about the new version ? and where to find it ?
colinkeenan commented on 2015-04-21 21:51 (UTC)
https://aur.archlinux.org/packages/drive/ only has 3 dependencies, and they are all make dependencies. I have put a binary (signed by me) up on archlinuxcn. See https://wiki.archlinux.org/index.php/Unofficial_user_repositories and https://github.com/archlinuxcn/repo#arch-linux-chinese-community-repository
Pinned Comments
edh commented on 2023-10-11 23:00 (UTC)
If you encounter errors similar to
error [...] loading shared libraries
, you most likely need to rebuilt the grive package. Usually no further action is needed except for forcing a rebuilt.The error is due to grive having been built against an older version of the library mentioned in the error message. The library has likely since been updated by
pacman
and grive need to be made aware of this by rebuilding it.