git: 9552b6acce7f - main - deskutils/coregarage: Update to 4.5.0

From: Jason W. Bacon <jwb_at_FreeBSD.org>
Date: Tue, 29 Oct 2024 14:33:38 UTC
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9552b6acce7fcb7837db626345a23205df130771

commit 9552b6acce7fcb7837db626345a23205df130771
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2024-10-29 14:29:36 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2024-10-29 14:29:36 +0000

    deskutils/coregarage: Update to 4.5.0
    
    Bug fixes and minor improvements
    Changes: https://gitlab.com/cubocore/coreapps/coregarage/-/commits/\
             master?ref_type=heads
---
 deskutils/coregarage/Makefile                 |  7 +++----
 deskutils/coregarage/distinfo                 |  6 +++---
 deskutils/coregarage/files/patch-settings.cpp | 21 ++++++++++-----------
 3 files changed, 16 insertions(+), 18 deletions(-)

diff --git a/deskutils/coregarage/Makefile b/deskutils/coregarage/Makefile
index e46c290da736..9918b48ff24c 100644
--- a/deskutils/coregarage/Makefile
+++ b/deskutils/coregarage/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	coregarage
-DISTVERSION=	4.3.0
-PORTREVISION=	2
+DISTVERSION=	4.5.0
 CATEGORIES=	deskutils
 
 MAINTAINER=	jwb@FreeBSD.org
@@ -13,12 +12,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libarchiveqt5.so:archivers/libarchive-qt \
 		libcprime-core.so:deskutils/libcprime
 
-USES=		cmake localbase:ldflags qt:5
+USES=		cmake desktop-file-utils localbase:ldflags qt:5
 USE_QT=		buildtools:build core gui network qmake:build widgets
 USE_GITLAB=	yes
 
 GL_ACCOUNT=	CuboCore
-GL_TAGNAME=	50d4c4f246a50df522c08e4b9af690a00ad96c1b
+GL_TAGNAME=	c03fd7d1bd37d4a11017cf242c55c66b157033fa
 
 PLIST_FILES=	bin/coregarage \
 		share/applications/org.cubocore.CoreGarage.desktop \
diff --git a/deskutils/coregarage/distinfo b/deskutils/coregarage/distinfo
index 8a4d12212d16..14de16709547 100644
--- a/deskutils/coregarage/distinfo
+++ b/deskutils/coregarage/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655761371
-SHA256 (CuboCore-coregarage-50d4c4f246a50df522c08e4b9af690a00ad96c1b_GL0.tar.gz) = d130999248e3aad18462d4a7d1654679c31f4287f53015969a0e816d8facb7a0
-SIZE (CuboCore-coregarage-50d4c4f246a50df522c08e4b9af690a00ad96c1b_GL0.tar.gz) = 101241
+TIMESTAMP = 1730204804
+SHA256 (CuboCore-coregarage-c03fd7d1bd37d4a11017cf242c55c66b157033fa_GL0.tar.gz) = bfdf824302448466df9de5ded410378db2cb21e0f1957a5ce03522e8ac6cd90a
+SIZE (CuboCore-coregarage-c03fd7d1bd37d4a11017cf242c55c66b157033fa_GL0.tar.gz) = 102326
diff --git a/deskutils/coregarage/files/patch-settings.cpp b/deskutils/coregarage/files/patch-settings.cpp
index d9f5d749f43b..7bb7311ada83 100644
--- a/deskutils/coregarage/files/patch-settings.cpp
+++ b/deskutils/coregarage/files/patch-settings.cpp
@@ -1,15 +1,14 @@
---- settings.cpp.orig	2022-06-04 12:07:40 UTC
+--- settings.cpp.orig	2023-08-27 20:32:18 UTC
 +++ settings.cpp
-@@ -85,10 +85,10 @@ void settings::setDefaultSettings()
+@@ -177,9 +177,9 @@ void settings::setDefaultSettings(QSettings& settings)
+     // Add system font to CorePad, CoreTerminal
      QFont monoFont = QFontDatabase::systemFont(QFontDatabase::FixedFont);
- 
-     if ( not monoFont.family().count() )
--        monoFont = QFont("monospace", 9);
-+        monoFont = QFont("monospace", 12);
- 
+     if ( not monoFont.family().count() ) {
+-        monoFont = QFont("monospace", 9);}
++        monoFont = QFont("monospace", 12);}
      if (monoFont.styleHint() != QFont::Monospace) {
--        monoFont = QFont("monospace", 9);
-+        monoFont = QFont("monospace", 12);
-     }
- 
+-        monoFont = QFont("monospace", 9);}
++        monoFont = QFont("monospace", 12);}
  
+     // CorePad
+     if (!settings.contains("CorePad/Font")) {