diff --git a/deskutils/coregarage/Makefile b/deskutils/coregarage/Makefile index e46c290da736..9918b48ff24c 100644 --- a/deskutils/coregarage/Makefile +++ b/deskutils/coregarage/Makefile @@ -1,37 +1,36 @@ PORTNAME= coregarage -DISTVERSION= 4.3.0 -PORTREVISION= 2 +DISTVERSION= 4.5.0 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org COMMENT= Settings manager for C Suite WWW= https://gitlab.com/cubocore/coregarage LICENSE= GPLv3 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 \ share/icons/hicolor/scalable/apps/org.cubocore.CoreGarage.svg pre-configure: @${REINPLACE_CMD} \ -e 's|/usr/bin|${PREFIX}/bin|g' \ -e 's|/usr/lib|${PREFIX}/lib|g' \ -e 's|/usr/share|${PREFIX}/share|g' \ ${WRKSRC}/coregarage.cpp \ ${WRKSRC}/coregarage.h \ ${WRKSRC}/org.cubocore.CoreGarage.desktop \ ${WRKSRC}/settings.cpp .include 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")) {