Monday, October 04, 2021

Re: textproc/calibre depends on devel/py-jeepney

On Mon, Oct 04, 2021 at 07:23:41PM +0200, Caspar Schutijser wrote:
> Hi,
>
> Calibre depends on py-deepney. Becomes apparent for example when
> clicking "Fetch news", selecting a news source and then clicking
> "Download now". Diff below is one way to fix it.
>
> Caspar

Thanks, Caspar. This looks ok to me, FWIW. :)

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/textproc/calibre/Makefile,v
> retrieving revision 1.92
> diff -u -p -r1.92 Makefile
> --- Makefile 14 Aug 2021 10:24:26 -0000 1.92
> +++ Makefile 4 Oct 2021 17:20:35 -0000
> @@ -4,6 +4,7 @@ COMMENT = ebook management application
>
> V = 5.25.0
> DISTNAME = calibre-$V
> +REVISION = 0
>
> CATEGORIES = textproc
>
> @@ -64,6 +65,7 @@ BUILD_DEPENDS = ${COMMON_DEPENDS} \
> RUN_DEPENDS = ${COMMON_DEPENDS} \
> converters/py-html2text${MODPY_FLAVOR} \
> devel/desktop-file-utils \
> + devel/py-jeepney${MODPY_FLAVOR} \
> misc/shared-mime-info \
> net/py-netifaces${MODPY_FLAVOR} \
> print/poppler,-utils \

No comments:

Post a Comment