deskutils/treesheets: Update to 1.0.20241202
Upstream changed binary name from treesheets to TreeSheets
ChangeLog:
1163768306...1212547922
This commit is contained in:
parent
57b5a6ab49
commit
7ebff0e5da
8
UPDATING
8
UPDATING
@ -5,6 +5,14 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20241203:
|
||||
AFFECTS: users of deskutils/treesheets
|
||||
AUTHOR: eduardo@FreeBSD.org
|
||||
|
||||
The binary have been renamed from treesheets to TreeSheets
|
||||
|
||||
- https://github.com/aardappel/treesheets/pull/760
|
||||
|
||||
20241202:
|
||||
AFFECTS: users of net/gdrive
|
||||
AUTHOR: meta@FreeBSD.org
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
PORTNAME= treesheets
|
||||
DISTVERSION= 1.0.20241101
|
||||
DISTVERSION= 1.0.20241202
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt
|
||||
USES= cmake desktop-file-utils shared-mime-info
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= aardappel
|
||||
GH_TAGNAME= 11637683065
|
||||
GH_TAGNAME= 12125479228
|
||||
USE_WX= 3.2
|
||||
|
||||
PORTSCOUT= ignore:1 # upstream uses CI run ids as releases
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1730545606
|
||||
SHA256 (aardappel-treesheets-1.0.20241101-11637683065_GH0.tar.gz) = 3619741729745f8d4ef7c339dbd525eab57e9be9088dceca9a146e1fa09037ce
|
||||
SIZE (aardappel-treesheets-1.0.20241101-11637683065_GH0.tar.gz) = 3243286
|
||||
TIMESTAMP = 1733217990
|
||||
SHA256 (aardappel-treesheets-1.0.20241202-12125479228_GH0.tar.gz) = 84477982e13df3cf464b58853c9484a5ff15e88af19e09dc814bc2cdd5220250
|
||||
SIZE (aardappel-treesheets-1.0.20241202-12125479228_GH0.tar.gz) = 3222705
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
--- CMakeLists.txt.orig 2024-03-24 04:56:12 UTC
|
||||
--- CMakeLists.txt.orig 2024-12-02 18:19:04 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -95,11 +95,11 @@ target_link_libraries(
|
||||
@@ -136,11 +136,11 @@ target_link_libraries(
|
||||
|
||||
########## TREESHEETS INSTALLATION SETTINGS ###############
|
||||
|
||||
-if(LINUX)
|
||||
+if(LINUX OR BSD)
|
||||
OPTION(TREESHEETS_RELOCATABLE_INSTALLATION "Install data relative to the treesheets binary, instead of respecting the Filesystem Hierarchy Standard" OFF)
|
||||
OPTION(TREESHEETS_RELOCATABLE_INSTALLATION "Install data relative to the TreeSheets binary, instead of respecting the Filesystem Hierarchy Standard" OFF)
|
||||
endif()
|
||||
|
||||
-if(LINUX AND NOT TREESHEETS_RELOCATABLE_INSTALLATION)
|
||||
@ -14,8 +14,8 @@
|
||||
include(GNUInstallDirs)
|
||||
|
||||
set(TREESHEETS_BINDIR ${CMAKE_INSTALL_BINDIR})
|
||||
@@ -125,7 +125,7 @@ install(FILES TS/readme.html DESTINATION ${TREESHEETS_
|
||||
install(TARGETS treesheets DESTINATION ${TREESHEETS_BINDIR})
|
||||
@@ -170,7 +170,7 @@ install(FILES TS/readme.html DESTINATION ${TREESHEETS_
|
||||
install(TARGETS TreeSheets DESTINATION ${TREESHEETS_BINDIR})
|
||||
install(DIRECTORY TS/docs DESTINATION ${TREESHEETS_DOCDIR})
|
||||
install(FILES TS/readme.html DESTINATION ${TREESHEETS_DOCDIR})
|
||||
-install(DIRECTORY TS/examples DESTINATION ${TREESHEETS_DOCDIR})
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
bin/treesheets
|
||||
bin/TreeSheets
|
||||
share/applications/com.strlen.TreeSheets.desktop
|
||||
share/icons/hicolor/scalable/apps/com.strlen.TreeSheets.svg
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/ts.mo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user