diff options
Diffstat (limited to 'print/py-frescobaldi')
-rw-r--r-- | print/py-frescobaldi/Makefile | 17 | ||||
-rw-r--r-- | print/py-frescobaldi/distinfo | 6 | ||||
-rw-r--r-- | print/py-frescobaldi/files/patch-frescobaldi_portmidi_____init____.py (renamed from print/py-frescobaldi/files/patch-frescobaldi__app_portmidi_____init____.py) | 4 |
3 files changed, 13 insertions, 14 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> diff --git a/print/py-frescobaldi/distinfo b/print/py-frescobaldi/distinfo index b87e69be9bd4..ffd048f5bf6c 100644 --- a/print/py-frescobaldi/distinfo +++ b/print/py-frescobaldi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680092318 -SHA256 (frescobaldi-frescobaldi-v3.3.0_GH0.tar.gz) = 89a1fb73528ef653c4b99af06bbc8d1175d56893d67422b998be8a500fe79c8c -SIZE (frescobaldi-frescobaldi-v3.3.0_GH0.tar.gz) = 9196964 +TIMESTAMP = 1754917371 +SHA256 (frescobaldi-frescobaldi-v4.0.4_GH0.tar.gz) = 8aa015ab221ac4c03237393f840325553b94df33c82a12a4a743fbacce36dcba +SIZE (frescobaldi-frescobaldi-v4.0.4_GH0.tar.gz) = 8580069 diff --git a/print/py-frescobaldi/files/patch-frescobaldi__app_portmidi_____init____.py b/print/py-frescobaldi/files/patch-frescobaldi_portmidi_____init____.py index 7ed521e86959..b4f04a283a6e 100644 --- a/print/py-frescobaldi/files/patch-frescobaldi__app_portmidi_____init____.py +++ b/print/py-frescobaldi/files/patch-frescobaldi_portmidi_____init____.py @@ -1,5 +1,5 @@ ---- frescobaldi_app/portmidi/__init__.py.orig 2020-12-26 10:15:52 UTC -+++ frescobaldi_app/portmidi/__init__.py +--- frescobaldi/portmidi/__init__.py.orig 2020-12-26 10:15:52 UTC ++++ frescobaldi/portmidi/__init__.py @@ -264,16 +264,7 @@ def _setup(): """ |