deskutils/treesheets: Update to 3048
ChangeLog: https://github.com/aardappel/treesheets/compare/3033...3048
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= treesheets
|
||||
DISTVERSION= 3033
|
||||
DISTVERSION= 3048
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1773001382
|
||||
SHA256 (aardappel-treesheets-3033_GH0.tar.gz) = cf51ff943669b51c4fd208b5bbc9df25cbaa8285883e8cbb3267749c0e31cc3c
|
||||
SIZE (aardappel-treesheets-3033_GH0.tar.gz) = 2386752
|
||||
TIMESTAMP = 1775153726
|
||||
SHA256 (aardappel-treesheets-3048_GH0.tar.gz) = 7cd724747c418a9270fa21f3d09e514304d21c61aeb875df979577df7856de8b
|
||||
SIZE (aardappel-treesheets-3048_GH0.tar.gz) = 2387163
|
||||
SHA256 (aardappel-lobster-v2026.1_GH0.tar.gz) = fecd443c8bf03052f0eca3308bb8428e1f40292d61fb370e060e55094f853d67
|
||||
SIZE (aardappel-lobster-v2026.1_GH0.tar.gz) = 26704113
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
Build with system wx workaround:
|
||||
https://github.com/aardappel/treesheets/issues/1083
|
||||
|
||||
--- CMakeLists.txt.orig 2026-03-08 20:24:05 UTC
|
||||
--- CMakeLists.txt.orig 2026-03-22 09:59:32 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -12,7 +12,7 @@ endif()
|
||||
@@ -11,7 +11,7 @@ endif()
|
||||
message(STATUS "User-defined version: ${TREESHEETS_VERSION}")
|
||||
endif()
|
||||
|
||||
@@ -12,7 +12,7 @@ https://github.com/aardappel/treesheets/issues/1083
|
||||
DESCRIPTION "A free-form hierarchical data organizer"
|
||||
HOMEPAGE_URL "https://github.com/aardappel/treesheets"
|
||||
VERSION "${TREESHEETS_VERSION}")
|
||||
@@ -42,15 +42,6 @@ include(FetchContent)
|
||||
@@ -41,15 +41,6 @@ include(FetchContent)
|
||||
|
||||
include(FetchContent)
|
||||
|
||||
@@ -28,7 +28,7 @@ https://github.com/aardappel/treesheets/issues/1083
|
||||
if(ENABLE_LOBSTER)
|
||||
FetchContent_Declare(
|
||||
lobster
|
||||
@@ -138,7 +129,12 @@ endif(ENABLE_LOBSTER)
|
||||
@@ -137,7 +128,12 @@ endif(ENABLE_LOBSTER)
|
||||
if(ENABLE_LOBSTER)
|
||||
target_link_libraries(TreeSheets PRIVATE lobster-impl)
|
||||
endif(ENABLE_LOBSTER)
|
||||
@@ -42,7 +42,7 @@ https://github.com/aardappel/treesheets/issues/1083
|
||||
|
||||
### Installation
|
||||
|
||||
@@ -193,7 +189,7 @@ install(FILES ${treesheets_readme_files} DESTINATION $
|
||||
@@ -192,7 +188,7 @@ install(FILES ${treesheets_readme_files} DESTINATION $
|
||||
install(DIRECTORY TS/docs DESTINATION ${TREESHEETS_DOCDIR})
|
||||
file(GLOB treesheets_readme_files "TS/readme*.html")
|
||||
install(FILES ${treesheets_readme_files} DESTINATION ${TREESHEETS_DOCDIR})
|
||||
|
||||
Reference in New Issue
Block a user