Le Wed, Dec 13, 2023 at 01:37:15PM +0100, Landry Breuil a écrit :
> Le Wed, Dec 13, 2023 at 01:10:29PM +0100, Landry Breuil a écrit :
> > Le Wed, Dec 13, 2023 at 12:41:08PM +0100, Justin Berthault a écrit :
> > > Hi ports@
> > > 
> > > Following my previous diff updating girara I updated zathura to the
> > > latest version and rebuilt all plugins against it.
> > > 
> > <snip>
> > 
> > > blob - 981e301fdd417b96c2e68e3f92bf702dfea66077
> > > file + textproc/zathura/plugins/Makefile.inc
> > > --- textproc/zathura/plugins/Makefile.inc
> > > +++ textproc/zathura/plugins/Makefile.inc
> > > @@ -10,7 +10,7 @@ PERMIT_PACKAGE ?=       Yes
> > >  RUN_DEPENDS ?=           devel/desktop-file-utils \
> > >                   textproc/zathura/core
> > >  LIB_DEPENDS +=           x11/girara>=0.3.2
> > 
> > here you need to update the dep for 0.4.1 if zathura doesnt build with
> > 0.4.0.
> 
> textproc/zathura/core properly sets the dep in its meson config, so the
> LIB_DEPENDS also need adapting there.
> 
> Dependency girara-gtk3 found: NO found 0.4.0 but need: '>=0.4.1'

the attached diff also fixes WANTLIB for core, and updates the poppler
plugin cf
https://pwmt.org/projects/zathura-pdf-poppler/changelog/0.3.2/index.html
Index: core/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/core/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- core/Makefile       27 Sep 2023 18:09:07 -0000      1.36
+++ core/Makefile       13 Dec 2023 12:46:33 -0000
@@ -1,9 +1,8 @@
-V =                    0.5.2
+V =                    0.5.4
 COMMENT =              document viewer for PDF and other formats with a 
vi-like UI
 DISTNAME =             zathura-${V}
 CATEGORIES =           textproc x11
 EXTRACT_SUFX =         .tar.xz
-REVISION =             0
 
 HOMEPAGE =             https://pwmt.org/projects/zathura/
 
@@ -11,7 +10,7 @@
 PERMIT_PACKAGE =       Yes
 
 WANTLIB += c cairo gio-2.0 girara-gtk3 glib-2.0 gmodule-2.0 gobject-2.0
-WANTLIB += gdk-3 gtk-3 intl m magic pango-1.0 sqlite3 synctex
+WANTLIB += gdk-3 gtk-3 intl json-glib-1.0 m magic pango-1.0 sqlite3 synctex
 
 SITES =                https://pwmt.org/projects/zathura/download/
 
@@ -23,7 +22,7 @@
                x11/gtk+4,-guic
 LIB_DEPENDS =  databases/sqlite3 \
                devel/libmagic \
-               x11/girara>=0.3.4 \
+               x11/girara>=0.4.1 \
                print/texlive/base,-synctex
 
 COMPILER =     base-clang ports-gcc
Index: core/distinfo
===================================================================
RCS file: /cvs/ports/textproc/zathura/core/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- core/distinfo       14 Dec 2022 13:41:15 -0000      1.14
+++ core/distinfo       13 Dec 2023 12:46:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (zathura-0.5.2.tar.xz) = xkuny5+s8rFJm53JKbZzbHLGn4Bi7tTylAVWyFIlYZQ=
-SIZE (zathura-0.5.2.tar.xz) = 165200
+SHA256 (zathura-0.5.4.tar.xz) = owN/eqlNQJa/2XBp9i/83KnwZDHoZjVIwc1rlFxVbzI=
+SIZE (zathura-0.5.4.tar.xz) = 171004
Index: plugins/Makefile.inc
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/Makefile.inc,v
retrieving revision 1.16
diff -u -r1.16 Makefile.inc
--- plugins/Makefile.inc        27 Sep 2023 18:09:07 -0000      1.16
+++ plugins/Makefile.inc        13 Dec 2023 12:46:33 -0000
@@ -9,8 +9,8 @@
 
 RUN_DEPENDS ?=         devel/desktop-file-utils \
                        textproc/zathura/core
-LIB_DEPENDS +=         x11/girara>=0.3.2
-BUILD_DEPENDS ?=       textproc/zathura/core>=0.5.2
+LIB_DEPENDS +=         x11/girara>=0.4.1
+BUILD_DEPENDS ?=       textproc/zathura/core>=0.5.4
 
 MODULES ?=             devel/meson
 NO_TEST ?=             Yes
Index: plugins/cb/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/cb/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- plugins/cb/Makefile 14 Dec 2022 13:41:15 -0000      1.15
+++ plugins/cb/Makefile 13 Dec 2023 12:46:33 -0000
@@ -1,5 +1,5 @@
 V =            0.1.10
-REVISION =     0
+REVISION =     1
 COMMENT =      comic book plugin for zathura
 PROJECT =      zathura-cb
 
Index: plugins/djvu/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/djvu/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- plugins/djvu/Makefile       14 Dec 2022 13:41:15 -0000      1.13
+++ plugins/djvu/Makefile       13 Dec 2023 12:46:33 -0000
@@ -1,5 +1,5 @@
 V =            0.2.9
-REVISION =     0
+REVISION =     1
 COMMENT =      djvu plugin for zathura
 PROJECT =      zathura-djvu
 
Index: plugins/mupdf/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/mupdf/Makefile,v
retrieving revision 1.47
diff -u -r1.47 Makefile
--- plugins/mupdf/Makefile      30 Nov 2023 13:44:47 -0000      1.47
+++ plugins/mupdf/Makefile      13 Dec 2023 12:46:33 -0000
@@ -1,5 +1,5 @@
 V =            0.4.1
-REVISION =     2
+REVISION =     3
 COMMENT =      mupdf pdf plugin for zathura
 PROJECT =      zathura-pdf-mupdf
 
Index: plugins/poppler/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/poppler/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- plugins/poppler/Makefile    15 Dec 2022 14:31:45 -0000      1.15
+++ plugins/poppler/Makefile    13 Dec 2023 12:46:33 -0000
@@ -1,4 +1,4 @@
-V =            0.3.1
+V =            0.3.2
 COMMENT =      poppler pdf plugin for zathura
 PROJECT =      zathura-pdf-poppler
 
Index: plugins/poppler/distinfo
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/poppler/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- plugins/poppler/distinfo    15 Dec 2022 14:31:45 -0000      1.7
+++ plugins/poppler/distinfo    13 Dec 2023 12:46:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (zathura-pdf-poppler-0.3.1.tar.xz) = 
7oEnUyzG+SvzLUimoNTGHjPNTfSaMVnldZKHe6GeEIs=
-SIZE (zathura-pdf-poppler-0.3.1.tar.xz) = 8680
+SHA256 (zathura-pdf-poppler-0.3.2.tar.xz) = 
cavu1RzR0YjO89vUwWR1jjw3FgR1aWeyOtF2rlNFMBE=
+SIZE (zathura-pdf-poppler-0.3.2.tar.xz) = 9976
Index: plugins/ps/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/ps/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- plugins/ps/Makefile 14 Dec 2022 13:41:16 -0000      1.15
+++ plugins/ps/Makefile 13 Dec 2023 12:46:33 -0000
@@ -1,5 +1,5 @@
 V =            0.2.7
-REVISION =     0
+REVISION =     1
 COMMENT =      spectre postscript plugin for zathura
 PROJECT =      zathura-ps
 

Reply via email to