diff options
Diffstat (limited to 'print/py-frescobaldi/Makefile')
-rw-r--r-- | print/py-frescobaldi/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/print/py-frescobaldi/Makefile b/print/py-frescobaldi/Makefile index b2fda03b26f6..e863b7132221 100644 --- a/print/py-frescobaldi/Makefile +++ b/print/py-frescobaldi/Makefile @@ -1,7 +1,6 @@ PORTNAME= frescobaldi DISTVERSIONPREFIX= v -DISTVERSION= 3.3.0 -PORTREVISION= 3 +DISTVERSION= 4.0.4 CATEGORIES= print kde python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,17 +9,17 @@ COMMENT= Music score editor for lilypond WWW= https://www.frescobaldi.org/ LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qpageview>=0:graphics/py-qpageview@${PY_FLAVOR} -USES= desktop-file-utils gettext gmake pyqt:5 python qmake qt:5 +USES= gettext-tools pyqt:6 python qt:6 USE_GITHUB= yes -GH_ACCOUNT= frescobaldi -USE_PYQT= pyqt5 webengine sip:build -USE_PYTHON= autoplist distutils noflavors +USE_PYQT= pyqt6 webengine sip:build +USE_PYTHON= autoplist noflavors pep517 NO_ARCH= yes @@ -32,6 +31,6 @@ LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond post-build: - (cd ${WRKSRC} && ${GMAKE} -C linux) + (cd ${WRKSRC} && tox -e linux-generate) .include <bsd.port.mk> |