aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZsolt Udvari <uzsolt@uzsolt.hu>2022-12-18 13:56:34 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2022-12-18 13:59:26 +0000
commit5a4086593b59fa3de1f22e58fbce00e434a4221e (patch)
tree51a491348d759939e6e82ce0274a3a93a2a674fb
parentf24a7111fd4eaaca4d73e01e654c84b0dd6ed420 (diff)
downloadports-5a4086593b59fa3de1f22e58fbce00e434a4221e.tar.gz
ports-5a4086593b59fa3de1f22e58fbce00e434a4221e.zip
graphics/zathura{,-pdf-mupdf,-pdf-poppler,-ps}: Update to 0.5.2, 0.4.0, 0.3.1, 0.2.7
-rw-r--r--graphics/zathura-pdf-mupdf/Makefile16
-rw-r--r--graphics/zathura-pdf-mupdf/distinfo6
-rw-r--r--graphics/zathura-pdf-poppler/Makefile9
-rw-r--r--graphics/zathura-pdf-poppler/distinfo6
-rw-r--r--graphics/zathura-ps/Makefile13
-rw-r--r--graphics/zathura-ps/distinfo6
-rw-r--r--graphics/zathura/Makefile8
-rw-r--r--graphics/zathura/distinfo6
8 files changed, 36 insertions, 34 deletions
diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile
index 741aa17e70f0..0dfa46c02ac2 100644
--- a/graphics/zathura-pdf-mupdf/Makefile
+++ b/graphics/zathura-pdf-mupdf/Makefile
@@ -1,5 +1,5 @@
PORTNAME= zathura-pdf-mupdf
-DISTVERSION= 0.3.8
+DISTVERSION= 0.4.0
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ \
http://freebsd.uzsolt.hu/src/
@@ -12,17 +12,19 @@ LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= zathura:graphics/zathura
-RUN_DEPENDS= zathura:graphics/zathura
-LIB_DEPENDS= libjbig2dec.so:graphics/jbig2dec \
- libfreetype.so:print/freetype2 \
+LIB_DEPENDS= libfreetype.so:print/freetype2 \
libgirara-gtk3.so:x11-toolkits/girara \
libharfbuzz.so:print/harfbuzz \
+ libjbig2dec.so:graphics/jbig2dec \
libmupdf.so:graphics/mupdf \
libopenjp2.so:graphics/openjpeg
+RUN_DEPENDS= zathura:graphics/zathura
-USES= compiler:c11 desktop-file-utils gnome jpeg \
- meson pkgconfig
+USES= compiler:c11 desktop-file-utils gnome jpeg meson pkgconfig
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
+USE_LDCONFIG= ${PREFIX}/lib/zathura
+
+CONFLICTS_INSTALL= zathura-pdf-poppler
#MESON_ARGS= -Dlink-external=true
@@ -30,8 +32,6 @@ PLIST_FILES= lib/zathura/libpdf-mupdf.so \
share/applications/org.pwmt.zathura-pdf-mupdf.desktop \
share/metainfo/org.pwmt.zathura-pdf-mupdf.metainfo.xml
-CONFLICTS_INSTALL= zathura-pdf-poppler
-
post-patch:
${REINPLACE_CMD} "s@\(cc.find_library(.*\))@\1,dirs:'${PREFIX}/lib')@" \
${WRKSRC}/meson.build
diff --git a/graphics/zathura-pdf-mupdf/distinfo b/graphics/zathura-pdf-mupdf/distinfo
index 4c6e88c50a10..380a3e71fe91 100644
--- a/graphics/zathura-pdf-mupdf/distinfo
+++ b/graphics/zathura-pdf-mupdf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669420397
-SHA256 (zathura-pdf-mupdf-0.3.8.tar.gz) = ba19c187fc8a441dcfb4d793624eadaea99e0d320b1e33ca25dd62be2b68bcea
-SIZE (zathura-pdf-mupdf-0.3.8.tar.gz) = 9198
+TIMESTAMP = 1671087133
+SHA256 (zathura-pdf-mupdf-0.4.0.tar.gz) = 60663e9aad4b639f86fc4e54614361a653a48dcf257499a98cb050ed19a70af8
+SIZE (zathura-pdf-mupdf-0.4.0.tar.gz) = 9323
diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile
index 23a9fafe1997..737aba79b996 100644
--- a/graphics/zathura-pdf-poppler/Makefile
+++ b/graphics/zathura-pdf-poppler/Makefile
@@ -1,6 +1,5 @@
PORTNAME= zathura-pdf-poppler
-DISTVERSION= 0.3.0
-PORTREVISION= 10
+DISTVERSION= 0.3.1
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
@@ -11,12 +10,14 @@ WWW= https://pwmt.org/projects/zathura/plugins/
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
BUILD_DEPENDS= zathura:graphics/zathura
+LIB_DEPENDS= libgirara-gtk3.so:x11-toolkits/girara \
+ libpoppler-glib.so:graphics/poppler-glib
RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig
-USE_GNOME= glib20 gtk30
+USE_GNOME= cairo glib20 gtk30
+USE_LDCONFIG= ${PREFIX}/lib/zathura
CONFLICTS= zathura-pdf-mupdf
diff --git a/graphics/zathura-pdf-poppler/distinfo b/graphics/zathura-pdf-poppler/distinfo
index cc7e31e3c170..97eed86a7398 100644
--- a/graphics/zathura-pdf-poppler/distinfo
+++ b/graphics/zathura-pdf-poppler/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583082282
-SHA256 (zathura-pdf-poppler-0.3.0.tar.gz) = 2034f70a936d458ddc9276f769e77ff308ba3bb1b7a7cdc87bab8b9ef7ade84a
-SIZE (zathura-pdf-poppler-0.3.0.tar.gz) = 8895
+TIMESTAMP = 1671365061
+SHA256 (zathura-pdf-poppler-0.3.1.tar.gz) = dc7621dd213adc9618e6c1395ce6b1afece5fa0091930ecc2e9599c625a97439
+SIZE (zathura-pdf-poppler-0.3.1.tar.gz) = 9259
diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile
index d5ae2891e281..0f2254ea8af5 100644
--- a/graphics/zathura-ps/Makefile
+++ b/graphics/zathura-ps/Makefile
@@ -1,6 +1,5 @@
PORTNAME= zathura-ps
-DISTVERSION= 0.2.6
-PORTREVISION= 4
+DISTVERSION= 0.2.7
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
@@ -11,16 +10,18 @@ WWW= https://pwmt.org/projects/zathura-ps/
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libspectre.so:print/libspectre
BUILD_DEPENDS= zathura:graphics/zathura
+LIB_DEPENDS= libgirara-gtk3.so:x11-toolkits/girara \
+ libspectre.so:print/libspectre
RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl
-USE_GNOME= glib20 gtk30
+USE_GNOME= cairo glib20 gtk30
+USE_LDCONFIG= ${PREFIX}/lib/zathura
PLIST_FILES= lib/zathura/libps.so \
- share/applications/org.pwmt.zathura-ps.desktop \
- share/appdata/org.pwmt.zathura-ps.metainfo.xml
+ share/appdata/org.pwmt.zathura-ps.metainfo.xml \
+ share/applications/org.pwmt.zathura-ps.desktop
pre-configure:
${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" \
diff --git a/graphics/zathura-ps/distinfo b/graphics/zathura-ps/distinfo
index 1b582b1878e7..e2f4082dcf75 100644
--- a/graphics/zathura-ps/distinfo
+++ b/graphics/zathura-ps/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583087128
-SHA256 (zathura-ps-0.2.6.tar.gz) = 08c1927bfb8a40e201fa3638f9523d4b6d70e3444ef070bd4aa8a869b6574567
-SIZE (zathura-ps-0.2.6.tar.gz) = 4710
+TIMESTAMP = 1671138704
+SHA256 (zathura-ps-0.2.7.tar.gz) = e7092c831e345002edc87321911faa27c5dc3210dd6e3939dfbc49192a54d35e
+SIZE (zathura-ps-0.2.7.tar.gz) = 4713
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile
index 8b13c176312f..e6091e181d2d 100644
--- a/graphics/zathura/Makefile
+++ b/graphics/zathura/Makefile
@@ -1,5 +1,5 @@
PORTNAME= zathura
-DISTVERSION= 0.4.9
+DISTVERSION= 0.5.2
CATEGORIES= graphics print
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
@@ -16,9 +16,9 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
libgirara-gtk3.so:x11-toolkits/girara \
libsynctex.so:devel/tex-synctex
-USES= compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \
- python:3.6+
-USE_GNOME= glib20 gtk30 gdkpixbuf2
+USES= compiler:c11 desktop-file-utils gettext-tools:build gnome meson \
+ ninja pkgconfig python:3.6+
+USE_GNOME= gdkpixbuf2 glib20 gtk30
OPTIONS_DEFINE= SQLITE SYNCTEX
OPTIONS_DEFAULT= SQLITE SYNCTEX
diff --git a/graphics/zathura/distinfo b/graphics/zathura/distinfo
index 9d40f6e1ee3a..ee3d7becbb82 100644
--- a/graphics/zathura/distinfo
+++ b/graphics/zathura/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649442140
-SHA256 (zathura-0.4.9.tar.gz) = 82235cbc89899421fca98477265626f2149df7d072740f0360550cc8d4e449d6
-SIZE (zathura-0.4.9.tar.gz) = 206194
+TIMESTAMP = 1671135393
+SHA256 (zathura-0.5.2.tar.gz) = 7be256b94d0e517dca5d3e0d0f7835e9ff4801c5e5df8a5e5e3034b25c7c2e74
+SIZE (zathura-0.5.2.tar.gz) = 208606