git: e6e0763369e0 - main - finance/skrooge: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:10:27 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6e0763369e0dc53b8eae3af6612704662f55d0e commit e6e0763369e0dc53b8eae3af6612704662f55d0e Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-05 19:03:00 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-05 19:06:13 +0000 finance/skrooge: pet stage-qa --- finance/skrooge/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index edcfc642477b..886635d5efc5 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -1,6 +1,6 @@ PORTNAME= skrooge DISTVERSION= 2.28.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME} DIST_SUBDIR= KDE/${PORTNAME} @@ -17,7 +17,7 @@ LIB_DEPENDS= libofx.so:finance/libofx \ USES= cmake compiler:c++11-lib desktop-file-utils \ gettext grantlee:5 kde:5 pkgconfig python:3.4+ qca qt:5 shared-mime-info \ - shebangfix sqlite:3 tar:xz + shebangfix sqlite:3 tar:xz xorg USE_KDE= activities archive attica5 auth bookmarks codecs completion \ config configwidgets coreaddons crash dbusaddons \ emoticons guiaddons i18n \ @@ -30,9 +30,10 @@ USE_KDE= activities archive attica5 auth bookmarks codecs completion \ # designerplugin is weird: it's defined as a _run dependency, but # skrooge checks for it at build-time. USE_KDE+= designerplugin_build -USE_QT= concurrent core dbus declarative gui network printsupport \ - script sql svg webkit widgets xml \ +USE_QT= concurrent core dbus declarative designer gui network \ + printsupport script sql svg webkit widgets xml \ buildtools_build designer_build qmake_build testlib_build +USE_XORG= x11 SHEBANG_FILES= plugins/import/skrooge_import_backend/skrooge-sabb.py \ skgbankmodeler/skrooge-coinmarketcap.py \ skgbankmodeler/skrooge-cryptocompare.py \