deskutils/coregarage: Update to 4.5.0

Bug fixes and minor improvements
Changes: https://gitlab.com/cubocore/coreapps/coregarage/-/commits/\
	 master?ref_type=heads
This commit is contained in:
Jason W. Bacon 2024-10-29 09:29:36 -05:00
parent 9e28e01ff1
commit 9552b6acce
3 changed files with 16 additions and 18 deletions

View file

@ -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 \

View file

@ -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

View file

@ -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")) {