diff --git a/deskutils/coregarage/Makefile b/deskutils/coregarage/Makefile index 59cdb652e247..1cc9d4831dc4 100644 --- a/deskutils/coregarage/Makefile +++ b/deskutils/coregarage/Makefile @@ -1,35 +1,36 @@ PORTNAME= coregarage DISTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org COMMENT= Settings manager for C Suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libarchiveqt5.so:archivers/libarchive-qt \ libcprime-core.so:deskutils/libcprime USES= cmake localbase:ldflags qt:5 USE_QT= buildtools_build core gui qmake_build widgets USE_GITLAB= yes GL_ACCOUNT= CuboCore -GL_COMMIT= 684e579b4a03914b77ceccd6efcfc490c53ad730 +GL_COMMIT= 917d31fcd1a6f63d759897fa4d5481de2d6f6bdc 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 c9df90ac3944..d127c0beaeb1 100644 --- a/deskutils/coregarage/distinfo +++ b/deskutils/coregarage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629410694 -SHA256 (CuboCore-coregarage-684e579b4a03914b77ceccd6efcfc490c53ad730_GL0.tar.gz) = 871e8513176cf54fb1b5de3c90569d012270c3f55d35d20d68564e4813780e56 -SIZE (CuboCore-coregarage-684e579b4a03914b77ceccd6efcfc490c53ad730_GL0.tar.gz) = 102003 +TIMESTAMP = 1654344408 +SHA256 (CuboCore-coregarage-917d31fcd1a6f63d759897fa4d5481de2d6f6bdc_GL0.tar.gz) = 0f1bf6ca8965fbbd10f556cd2b30c1333d94673832109311ad3d876099fb4f97 +SIZE (CuboCore-coregarage-917d31fcd1a6f63d759897fa4d5481de2d6f6bdc_GL0.tar.gz) = 100684 diff --git a/deskutils/coregarage/files/patch-settings.cpp b/deskutils/coregarage/files/patch-settings.cpp index ff42ff643a33..d9f5d749f43b 100644 --- a/deskutils/coregarage/files/patch-settings.cpp +++ b/deskutils/coregarage/files/patch-settings.cpp @@ -1,19 +1,15 @@ ---- settings.cpp.orig 2021-08-19 22:05:32 UTC +--- settings.cpp.orig 2022-06-04 12:07:40 UTC +++ settings.cpp -@@ -75,13 +75,13 @@ void settings::setDefaultSettings() - QFont genFont = QFontDatabase::systemFont(QFontDatabase::GeneralFont); +@@ -85,10 +85,10 @@ void settings::setDefaultSettings() QFont monoFont = QFontDatabase::systemFont(QFontDatabase::FixedFont); - if ( not genFont.family().count() ) -- genFont = QFont("Cantarell", 9); -+ genFont = QFont("Cantarell", 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); } - // CoreAction +