mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
deskutils/normcap: Add missing dependency; Update WWW
This commit is contained in:
parent
ec03e56fa9
commit
e96983b408
1 changed files with 5 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
|||
PORTNAME= normcap
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.5.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= OCR powered screen-capture tool
|
||||
WWW= https://dynobo.github.io/normcap/
|
||||
WWW= https://dynobo.github.io/normcap/ \
|
||||
https://github.com/dynobo/normcap
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
|
@ -19,7 +21,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.12.1:devel/py-babel@${PY_FLAVOR}
|
|||
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4.0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jeepney>=0.8.0:devel/py-jeepney@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyside6>0:devel/pyside6@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}shiboken6>=6.6.1:devel/shiboken6@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}shiboken6>=6.6.1:devel/shiboken6@${PY_FLAVOR} \
|
||||
tesseract:graphics/tesseract
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= pep517 noflavors autoplist
|
||||
|
|
Loading…
Add table
Reference in a new issue