diff --git a/srcpkgs/grive2/patches/boost-1.89.patch b/srcpkgs/grive2/patches/boost-1.89.patch new file mode 100644 index 00000000000..10e63ec7a0f --- /dev/null +++ b/srcpkgs/grive2/patches/boost-1.89.patch @@ -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) diff --git a/srcpkgs/grive2/template b/srcpkgs/grive2/template index 84cd3a2cfd5..166e570f204 100644 --- a/srcpkgs/grive2/template +++ b/srcpkgs/grive2/template @@ -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 "