diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2024-05-14 20:51:29 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2024-05-14 20:51:29 +0000 |
commit | f5c3189a57da020da516e0ca2fa4dbf7fb827a77 (patch) | |
tree | bd2688a4bdaa9f8d08d9525b6d597f0d8d9c0571 | |
parent | 9e661609317b6032e0da3aabe5998bab26782fd8 (diff) | |
download | ports-f5c3189a57da020da516e0ca2fa4dbf7fb827a77.tar.gz ports-f5c3189a57da020da516e0ca2fa4dbf7fb827a77.zip |
graphics/zathura-*: Chase girara library version bump
Also add missing dependency on girata to graphics/zathura-djvu [1]
PR: 278853, 278854
Reported by: mew14930xvi@inbox.lv [1]
-rw-r--r-- | graphics/zathura-cb/Makefile | 2 | ||||
-rw-r--r-- | graphics/zathura-djvu/Makefile | 5 | ||||
-rw-r--r-- | graphics/zathura-pdf-mupdf/Makefile | 2 | ||||
-rw-r--r-- | graphics/zathura-pdf-poppler/Makefile | 1 | ||||
-rw-r--r-- | graphics/zathura-ps/Makefile | 2 |
5 files changed, 7 insertions, 5 deletions
diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile index 9fecb42212f3..eb2fb9defd2f 100644 --- a/graphics/zathura-cb/Makefile +++ b/graphics/zathura-cb/Makefile @@ -1,6 +1,6 @@ PORTNAME= zathura-cb DISTVERSION= 0.1.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile index 293e766fe425..46a03a2c8755 100644 --- a/graphics/zathura-djvu/Makefile +++ b/graphics/zathura-djvu/Makefile @@ -1,6 +1,6 @@ PORTNAME= zathura-djvu DISTVERSION= 0.2.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ @@ -11,7 +11,8 @@ WWW= https://pwmt.org/projects/zathura/plugins/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre +LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre \ + libgirara-gtk3.so:x11-toolkits/girara BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile index efcbdeebf19b..f64cb3151902 100644 --- a/graphics/zathura-pdf-mupdf/Makefile +++ b/graphics/zathura-pdf-mupdf/Makefile @@ -1,6 +1,6 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= uzsolt@FreeBSD.org diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index 220a1ca07b8e..3e3e7f04c0ec 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -1,5 +1,6 @@ PORTNAME= zathura-pdf-poppler DISTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-poppler/download/ diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index 3536ef7d908f..ca43e3a34567 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -1,6 +1,6 @@ PORTNAME= zathura-ps DISTVERSION= 0.2.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ |