libical: update to 3.0.20

Update libical to the latest 3.0.20 version,
refreshing the single patch in the progress.

Signed-off-by: Til Kaiser <mail@tk154.de>
This commit is contained in:
Til Kaiser
2025-06-20 13:03:21 +02:00
committed by Josef Schlehofer
parent e0d761e79b
commit ffec24dfcc
2 changed files with 13 additions and 13 deletions

View File

@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=libical PKG_NAME:=libical
PKG_VERSION:=3.0.9 PKG_VERSION:=3.0.20
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=bd26d98b7fcb2eb0cd5461747bbb02024ebe38e293ca53a7dfdcb2505265a728 PKG_HASH:=e73de92f5a6ce84c1b00306446b290a2b08cdf0a80988eca0a2c9d5c3510b4c2
PKG_SOURCE_URL:=https://github.com/libical/libical/releases/download/v$(PKG_VERSION)/ PKG_SOURCE_URL:=https://github.com/libical/libical/releases/download/v$(PKG_VERSION)/
PKG_MAINTAINER:=Jose Zapater <jzapater@gmail.com> PKG_MAINTAINER:=Jose Zapater <jzapater@gmail.com>

View File

@@ -1,18 +1,18 @@
--- a/CMakeLists.txt --- a/CMakeLists.txt
+++ b/CMakeLists.txt +++ b/CMakeLists.txt
@@ -192,7 +192,6 @@ endif() @@ -211,7 +211,6 @@ if(NOT DEFINED ENV{ICU_ROOT} AND APPLE)
# libicu is highly recommended for RSCALE support #Use the homebrew version. MacOS provided ICU doesn't provide development files
# libicu can be found at http://www.icu-project.org set(ICU_ROOT "/usr/local/opt/icu4c")
# RSCALE info at https://tools.ietf.org/html/rfc7529 endif()
-find_package(ICU) -find_package(ICU COMPONENTS uc i18n data)
set_package_properties(ICU PROPERTIES set_package_properties(ICU PROPERTIES
TYPE RECOMMENDED TYPE RECOMMENDED
PURPOSE "For RSCALE (RFC7529) support" PURPOSE "For RSCALE (RFC7529) support"
@@ -216,7 +215,6 @@ if(ICU_I18N_FOUND) @@ -253,7 +252,6 @@ if(NOT "$ENV{BerkeleyDB_ROOT_DIR}")
set(BerkeleyDB_ROOT_DIR "/usr/local/opt/berkeley-db")
endif()
endif() endif()
-find_package(BerkeleyDB)
# compile in Berkeley DB support set_package_properties(BerkeleyDB PROPERTIES
-find_package(BDB)
set_package_properties(BDB PROPERTIES
TYPE OPTIONAL TYPE OPTIONAL
PURPOSE "For Berkeley DB storage support" PURPOSE "For Berkeley DB storage support"