-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing grive on macOS through homebrew #364
Open
subhodeeps
wants to merge
124
commits into
Grive:master
Choose a base branch
from
vitalif:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Make ignore regexp non-persistent (fix #58)" should be reflected in the man page.
also compile with cURL Version less than 7.32.0
The units can be used to automatically sync a folder in the users home dir * every 3 minutes * on local file changes (requires inotify-tools). To enable the units for `~/google-drive/`: ``` systemctl --user enable [email protected] systemctl --user start [email protected] systemctl --user enable [email protected] systemctl --user start [email protected] ``` The units can be enabled multiple times
on linux mint 18.3 I also had to install "debhelper", "zlib1g-dev" & "dpkg-dev" to be able to run the dpkg-buildpackage command
added 3 more dependencies
On branch custom-id-secret Changes to be committed: modified: grive/src/main.cc
Add completion file for zsh.
Add user systemd units
Fix man page to reflect fix #58
Added libstdc++-7-dev in the Build-Depends for Ubuntu 17.10
OpenBSD install and compile fixes and improvements
grive should not be linked against the Boost unit test framework, only btest needs it. Don't specify Boost libraries for executables if libgrive uses those libraries. CMake takes care of the dependencies.
These are included in the right version via the suggested installation of build-essential, which which installs the right lib via dependencies: g++ -> g++-<version> -> libstdc++-<version> Adding it explicitly meant always adding new versions :-(
If you build in pbuilder, no systemd is installed and so the flag is set to false which means the files will not get installed. Adding the explicit flag will make sure they are included in the package.
This seems to be a proper dir for such "not-for-normal-user" things...
Not all systems define off64_t.
Fix build on NetBSD
Update debian packaging
fix systemd-escape hyphen usage
Optimized (using Alpine) Docker image size (compressed) 214MB -> 62MB
Fix Dockerfile
Add systemd unit to enable both timer and changes based syncs
Revert "Exclude symlinks from sync"
Because, It must equal GRIVE_SYNC_SH_BINARY and actual grive-sync.sh path. I patched my gentoo overlay ebuild. [added: grive: libexec patch · ncaq/ncaq-overlay@ed3354f](ncaq/ncaq-overlay@ed3354f)
fixed: CMAKE_INSTALL_FULL_LIBDIR -> CMAKE_INSTALL_FULL_LIBEXECDIR
Fix CMake CMP0004 Error
Syncer.hh: fix build with gcc-12
reduce docker image size even more
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, is it possible to install grive on macOS through homebrew?