mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 03:53:18 +02:00
grive2: for boost-1.89
This commit is contained in:
parent
8aa972b885
commit
9f52948bcb
2 changed files with 13 additions and 2 deletions
11
srcpkgs/grive2/patches/boost-1.89.patch
Normal file
11
srcpkgs/grive2/patches/boost-1.89.patch
Normal 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)
|
|
@ -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>"
|
||||
|
|
Loading…
Add table
Reference in a new issue