git: 23941c954fd7 - main - deskutils/coregarage: Update to latest commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jun 2022 15:59:03 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=23941c954fd7a3e7730d499f76f2483c3c93ed1c commit 23941c954fd7a3e7730d499f76f2483c3c93ed1c Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2022-06-07 15:54:22 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2022-06-07 15:54:22 +0000 deskutils/coregarage: Update to latest commit Minor build system updates Changes: https://gitlab.com/cubocore/coreapps/coregarage/-/tags --- deskutils/coregarage/Makefile | 3 ++- deskutils/coregarage/distinfo | 6 +++--- deskutils/coregarage/files/patch-settings.cpp | 10 +++------- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/deskutils/coregarage/Makefile b/deskutils/coregarage/Makefile index 59cdb652e247..1cc9d4831dc4 100644 --- a/deskutils/coregarage/Makefile +++ b/deskutils/coregarage/Makefile @@ -1,5 +1,6 @@ PORTNAME= coregarage DISTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org @@ -16,7 +17,7 @@ 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 \ 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,11 +1,7 @@ ---- 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); @@ -16,4 +12,4 @@ + monoFont = QFont("monospace", 12); } - // CoreAction +