grive2: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:31 +07:00
parent 8aa972b885
commit 9f52948bcb
2 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--- a/libgrive/CMakeLists.txt
+++ b/libgrive/CMakeLists.txt
@@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PAT
find_package(LibGcrypt REQUIRED)
find_package(CURL REQUIRED)
find_package(Backtrace)
-find_package(Boost 1.40.0 COMPONENTS program_options filesystem unit_test_framework regex system REQUIRED)
+find_package(Boost 1.40.0 COMPONENTS program_options filesystem unit_test_framework REQUIRED)
find_package(BFD)
find_package(CppUnit)
find_package(Iberty)

View file

@ -1,11 +1,11 @@
# Template file for 'grive2'
pkgname=grive2
version=0.5.3
revision=5
revision=6
build_style=cmake
hostmakedepends="pkg-config"
makedepends="boost-devel-minimal libboost_program_options libboost_filesystem
libboost_unit_test_framework libboost_regex libboost_regex
libboost_unit_test_framework
libcurl-devel yajl-devel libgcrypt-devel expat-devel"
short_desc="Google Drive client with support for partial sync"
maintainer="Duncaen <duncaen@voidlinux.org>"