diff options
Diffstat (limited to 'finance/skrooge/Makefile')
-rw-r--r-- | finance/skrooge/Makefile | 38 |
1 files changed, 26 insertions, 12 deletions
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 75bc09e78018..e7cf9530f9a6 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -1,9 +1,15 @@ PORTNAME= skrooge -DISTVERSION= 2.32.0 +DISTVERSION= 2.33.0 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME} DIST_SUBDIR= KDE/${PORTNAME} +PATCH_SITES= https://invent.kde.org/office/skrooge/-/commit/ +PATCHFILES+= 5758d908b5918401a0e75b17b1d23253fb12272a.patch:-p1 +PATCHFILES+= 7e50a40c90147698de7a1848e62566548646ec77.patch:-p1 +PATCHFILES+= 07c3967161169c32b98c21a0bbca6722618c63de.patch:-p1 +PATCHFILES+= 0f70ff87a5a087d149f6c3edf0d64145d3308f22.patch:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= Personal finance manager WWW= https://skrooge.org @@ -14,11 +20,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xsltproc:textproc/libxslt LIB_DEPENDS= libofx.so:finance/libofx \ libsqlcipher.so:databases/sqlcipher +RUN_DEPENDS= ${LOCALBASE}/bin/aqbanking-cli:finance/aqbanking \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.12.2:www/py-beautifulsoup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}woob>=3.6:www/py-woob@${PY_FLAVOR} USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 \ - kde:5 pkgconfig python qca qt:5 shared-mime-info \ + kde:5 pkgconfig python qt:5 shared-mime-info \ shebangfix tar:xz xorg -USE_KDE= activities archive attica auth bookmarks codecs completion \ +USE_KDE= archive attica auth bookmarks codecs completion \ config configwidgets coreaddons dbusaddons emoticons \ guiaddons i18n iconthemes init itemviews jobwidgets \ kio newstuff notifications notifyconfig package parts \ @@ -27,21 +37,25 @@ USE_KDE= activities archive attica auth bookmarks codecs completion \ doctools:build ecm:build # 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 designer gui location network \ - printsupport script sql svg webchannel webengine widgets xml \ - xmlpatterns \ - buildtools:build designer:build qmake:build testlib:build +USE_KDE+= designerplugin:build designerplugin:run +USE_LDCONFIG= yes +USE_QT= concurrent core dbus declarative designer gui location \ + network printsupport quickcontrols2 script sql svg \ + webchannel webengine widgets xml xmlpatterns \ + buildtools:build qmake:build testlib:build USE_XORG= x11 + SHEBANG_FILES= plugins/import/skrooge_import_backend/skrooge-sabb.py \ + plugins/import/skrooge_import_backend/skrooge-woob.py \ + skgbankmodeler/skrooge-boursorama.py \ skgbankmodeler/skrooge-coinmarketcap.py \ skgbankmodeler/skrooge-cryptocompare.py \ skgbankmodeler/skrooge-exchangerates.py \ - skgbankmodeler/skrooge-exchangerates_apilayer.py \ - skgbankmodeler/skrooge-ratesapi.py \ - skgbankmodeler/skrooge-yahoodl.py + skgbankmodeler/skrooge-exchangerates_apilayer.py -USE_LDCONFIG= yes +# This is temporarily needed to run the fix-shebang target after the patches +# are applied and should be removed in the next version. +TARGET_ORDER_OVERRIDE= 750:fix-shebang PLIST_SUB= SHLIB_VER="${PORTVERSION}" |