Skip to content
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
wants to merge 123 commits into
base: master
Choose a base branch
from

Commits on Oct 9, 2016

  1. Configuration menu
    Copy the full SHA
    32f62c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    150a817 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Fix man page to reflect fix #58

    "Make ignore regexp non-persistent (fix #58)" should be reflected in the
    man page.
    aschei committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    f8ea376 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Configuration menu
    Copy the full SHA
    bddf8cf View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Configuration menu
    Copy the full SHA
    974733f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. Merge pull request #137 from JanST123/old_curl

    also compile with cURL Version less than 7.32.0
    vitalif committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    e8a8801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0aff5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63bb138 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Fix #139

    vitalif committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    4b6cf69 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Add user systemd units

    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 grive-timer@google-drive.timer
    systemctl --user start grive-timer@google-drive.timer
    systemctl --user enable grive-changes@google-drive.service
    systemctl --user start grive-changes@google-drive.service
    ```
    
    The units can be enabled multiple times
    jankatins committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    d996989 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Configuration menu
    Copy the full SHA
    4fe1e71 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. added 3 more dependencies

    on linux mint 18.3 I also had to install "debhelper", "zlib1g-dev" & "dpkg-dev" to be able to run the dpkg-buildpackage command
    mitoskalandiel committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    90c603d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Merge pull request #155 from mitoskalandiel/patch-1

    added 3 more dependencies
    vitalif committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    3c90425 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. Adding command-line options to specify authentication id and secret.

    On branch custom-id-secret
    Changes to be committed:
    	modified:   grive/src/main.cc
    redmercury committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    31b5ab5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    81a7c34 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Merge pull request #132 from doronbehar/master

    Add completion file for zsh.
    vitalif committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    5561c0e View commit details
    Browse the repository at this point in the history
  2. Add pkg-config (fixes #126)

    vitalif committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    4e5c61b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #143 from janschulz/systemd_grive

    Add user systemd units
    vitalif committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    d84e0d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    262edd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcbdbfc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #122 from aschei/master

    Fix man page to reflect fix #58
    vitalif committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    76d7600 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #170 from vlachoudis/master

    Added libstdc++-7-dev in the Build-Depends for Ubuntu 17.10
    vitalif committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    2155b75 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #115 from sizeofvoid/master

    OpenBSD install and compile fixes and improvements
    vitalif committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    84c57c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    70c5c64 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Removed debug line

    psfloyd committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    94bda77 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Configuration menu
    Copy the full SHA
    d698d59 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Configuration menu
    Copy the full SHA
    2e75fc6 View commit details
    Browse the repository at this point in the history
  2. Link against specific Boost libraries, avoid using Boost_LIBRARIES

    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.
    Pavel Roskin committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    8f2f217 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. FreeBSD fixes and improvements

    cpu82 committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    bff4622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06f66c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    cdea48e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    2de114b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Configuration menu
    Copy the full SHA
    80bbe5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fddabe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48bfe66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5e1b67 View commit details
    Browse the repository at this point in the history
  5. Adding dumb-init.

    TopherGopher committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    1443dd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0e3892 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f19406e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Exclude symlinks from sync

    psfloyd committed May 13, 2018
    Configuration menu
    Copy the full SHA
    b47dd70 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Merge pull request #201 from TopherGopher/master

    Drastically increases page sizes for listing - Dockerizes grive2 (cross-platform)
    vitalif committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    5949932 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from proski/boost-only-needed-libraries

    Link against specific Boost libraries, avoid using Boost_LIBRARIES
    vitalif committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    8384f0c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #186 from cpu82/master

    FreeBSD fixes and improvements
    vitalif committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    ad9b66a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #179 from proski/c2-uninitialized

    Fix uninitialized use of c2 variable in State::FromLocal
    vitalif committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    6b03e24 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #177 from psfloyd/master

    Fix for systemd services and script, so it works with directories with sapces in their names.
    vitalif committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    6fe5f0c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #160 from redmercury/custom-id-secret

    New command line options
    vitalif committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    34d4582 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #196 from jankatins/systemd_files_readme

    Systemd files readme
    vitalif committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    f516356 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Followup to fddabe7 - should fix #217

    vitalif committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    98d5b92 View commit details
    Browse the repository at this point in the history
  2. Fix #169

    vitalif committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    93cae25 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Fix #218 - Impossible to ignore sub-subdirectory via griveignore

    Now an example .griveignore will look like this:
    
    **
    !dir/subdir/subdir
    vitalif committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    cbac85a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Added the install instruction for Fedora

    Tested on Fedora 28
    a martin committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    d4a0445 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

  1. Configuration menu
    Copy the full SHA
    cf51167 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Changed the g++ package to gcc-c++

    Fixed the Fedora install directions.
    Alex Martin committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    60ecd5b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Escape folder when calling sync from change listener

    The old version would pass in an unescaped directory, which then got unescaped by the sync call.
    
    In some cases it worked but resulted in foldername wold not matched reality (example: google-drive -> google/drive) and error out when checking if that folder exists.
    jankatins committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    e3e18fe View commit details
    Browse the repository at this point in the history
  2. Update readme how to enable and start systemd units

    It missed that escaping was essential if you didn't use a all [a-z] foldername...
    jankatins committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    f9cad3b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Define off64_t=off_t for macOS

    Detect the systemd binary and install the systemd units conditionally.
    Tatsh committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    8e3c3d2 View commit details
    Browse the repository at this point in the history
  2. Fix line

    Tatsh committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    e972a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef50e9 View commit details
    Browse the repository at this point in the history
  4. libgrive: fix formatting

    Tatsh committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    6354689 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4742fd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Merge pull request #247 from jankatins/remove-unneded-dependencies

    Remove unneded link-time dependency on libz and libexpat
    vitalif committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    00d5148 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from jankatins/fix_unescaped_folder_name

    Escape folder when calling sync from change listener
    vitalif committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    294b1b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #221 from martinak1/master

    Added the install instruction for Fedora
    vitalif committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    f039e38 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Add 'project' directive to the build script

    Gianluca Recchia committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    fe17d71 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    13ac9bd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    548ea36 View commit details
    Browse the repository at this point in the history
  2. Move to 0.5.2-dev

    vitalif committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    3929909 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. modified: README.md

    	modified:   debian/rules
    daniel committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    ad7844b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Extends support application id and secret support

    - persistent id's in config
    - cmake supports id's during config
    - priority: default(cmake), config, cli
    AmonRaNet committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    79312b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Merge pull request #294 from AmonRaNet/extend-custom-app-id-secret

    Extends support application id and secret support
    vitalif committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    bdcb76e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Fix Fedora (and RHEL) suggested dependencies

    We need boost-devel to compile.
    fbicknel committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    de6404b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Add instruction for replacing the OAuth2 client

    AmonRaNet committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    9418297 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Merge pull request #297 from AmonRaNet/update-readme

    Add instruction for replacing the OAuth2 client
    vitalif committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    37df02a View commit details
    Browse the repository at this point in the history
  2. Small corrections

    vitalif committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    a3cce71 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. [SymbolInfo.cc] Support compilation with binutils >= 2.33.1 on Debian.

    bfd_get_section_vma macro was removed.
    bfd_section_size changed signature.
    
    See inline comment for details.
    Giuseppe Corbelli committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b4d6ac0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Adding CMake's Backtrace package to resolve issue where the project f…

    …ails to compile under BSD.
    redmercury committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    6aeec25 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. fix ubuntu/debian suggested dependencies

    lmmamercy committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    dc19464 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #303 from lmmamercy/master

    fix ubuntu/debian suggested dependencies
    vitalif committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    fa3c394 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #299 from cowo78/master

    Support compilation with binutils >= 2.33.1 on Debian.
    vitalif committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    af2a6de View commit details
    Browse the repository at this point in the history
  4. Merge pull request #295 from fbicknel/patch-1

    Fix Fedora (and RHEL) suggested dependencies
    vitalif committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    58a689a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ddc023 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #259 from Tatsh/mac

    macOS fixes
    vitalif committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    a295641 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ae61ab View commit details
    Browse the repository at this point in the history
  8. Merge pull request #289 from danielsouzat/master

    +clean debian packaging
    vitalif committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    1456e6e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #300 from redmercury/master

    This change fixed a BSD compile issue.
    vitalif committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    03bbc20 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #285 from brainplot/cmake-fix

    Add 'project' directive to the build script
    vitalif committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    ffb744a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. fix systemd-escape hyphen usage

    Michael Bartlett committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    7b42e2d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Support Debian 10

    Added support for building on Debian 10 without installing gcc7.
    crborga committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    97a9726 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    a8b8493 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Revert "Exclude symlinks from sync"

    This reverts commit b47dd70.
    
    This could trigger a infinite loop between the timer unit (running a sync and changing the griveignore file at the start) and the changes unit (reacting to the griveignore change and retriggering the sync).
    jankatins committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    c7a949d View commit details
    Browse the repository at this point in the history
  2. Add systemd unit to enable both timer and changes based syncs

    Now it's enough to enable and start `grive@<folder>.service`.
    jankatins committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    1bab757 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    d7008b8 View commit details
    Browse the repository at this point in the history
  2. Increment version for debian package and add some changes there

    * Updated debhelper compat level to latest stable one
    jankatins committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    0b53b08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    378df28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dfc9a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5510ca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Remove the libstdc++ dependency

    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  :-(
    jankatins committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e0965f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ca714 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Ensure that the systemd files get installed in debian

    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.
    jankatins committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    9076e3a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Move helper script into libexec dir

    This seems to be a proper dir for such "not-for-normal-user" things...
    jankatins committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    050fcf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    814b724 View commit details
    Browse the repository at this point in the history
  2. Add compatibility define for off64_t.

    Not all systems define off64_t.
    0-wiz-0 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    30763e2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Merge pull request #342 from 0-wiz-0/master

    Fix build on NetBSD
    vitalif committed May 14, 2021
    Configuration menu
    Copy the full SHA
    e36f362 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #340 from jankatins/update_debian_version

    Update debian packaging
    vitalif committed May 14, 2021
    Configuration menu
    Copy the full SHA
    3a28149 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #310 from mbartlet/systemd-escape

    fix systemd-escape hyphen usage
    vitalif committed May 14, 2021
    Configuration menu
    Copy the full SHA
    cb3c586 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #325 from agusalex/master

    Optimized (using Alpine) Docker image size (compressed) 214MB -> 62MB
    vitalif committed May 14, 2021
    Configuration menu
    Copy the full SHA
    b112fcc View commit details
    Browse the repository at this point in the history
  5. Fix Dockerfile

    agusalex committed May 14, 2021
    Configuration menu
    Copy the full SHA
    03a2c58 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #344 from agusalex/patch-1

    Fix Dockerfile
    vitalif committed May 14, 2021
    Configuration menu
    Copy the full SHA
    d55fe7f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Merge pull request #246 from jankatins/add-main-systemd-unit

    Add systemd unit to enable both timer and changes based syncs
    vitalif committed May 27, 2021
    Configuration menu
    Copy the full SHA
    dedb762 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #245 from jankatins/revert_symlink_handling_in_sync

    Revert "Exclude symlinks from sync"
    vitalif committed May 27, 2021
    Configuration menu
    Copy the full SHA
    e6fcc63 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. fixed: CMAKE_INSTALL_FULL_LIBDIR -> CMAKE_INSTALL_FULL_LIBEXECDIR

    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)
    ncaq committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    48f5f0e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Merge pull request #345 from ncaq/fix-shell-script-path

    fixed: CMAKE_INSTALL_FULL_LIBDIR -> CMAKE_INSTALL_FULL_LIBEXECDIR
    vitalif committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    6901fbb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    3cf1c05 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Fix CMake CMP0004 Error

    jasper1378 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5c8e87e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    6645206 View commit details
    Browse the repository at this point in the history
  2. Fix readme

    vitalif committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    328987e View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.5.3

    vitalif committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d03c4a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    cd4665a View commit details
    Browse the repository at this point in the history
  2. Syncer.hh: fix build with gcc-12

    junghans authored and jumoog committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    b788284 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Merge pull request #371 from jasper1378/master

    Fix CMake CMP0004 Error
    vitalif committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    ae38035 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #363 from junghans/patch-1

    Syncer.hh: fix build with gcc-12
    vitalif committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    f9e9fe5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #361 from jumoog/master

    reduce docker image size even more
    vitalif committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    eb82bfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    648ff8e View commit details
    Browse the repository at this point in the history