Hi,

an update that looked simple at the beginning, but upstream moved from
handlrolled Makefiles to meson..
works fine here in light testing with mupdf plugin only.

Landry
? girara-0.2.8-libgirara-gtk3.so.1.0
? girara-0.2.9-libgirara-gtk3.so.1.0
? patch-Makefile
? patches/patch-tests_meson_build
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/girara/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile    19 Jan 2018 09:52:12 -0000      1.13
+++ Makefile    27 Apr 2018 13:14:37 -0000
@@ -1,9 +1,10 @@
 # $OpenBSD: Makefile,v 1.13 2018/01/19 09:52:12 landry Exp $
 
 COMMENT =      user interface library from pwmt
-DISTNAME =     girara-0.2.8
+DISTNAME =     girara-0.2.9
 
-SHARED_LIBS += girara-gtk3 1.0 # 2.3
+SHARED_LIBS += girara-gtk3 1.0 # 3.1
+EXTRACT_SUFX = .tar.xz
 
 CATEGORIES =   x11
 HOMEPAGE =     http://pwmt.org/projects/girara/
@@ -11,27 +12,21 @@
 # zlib
 PERMIT_PACKAGE_CDROM =Yes
 
-WANTLIB += atk-1.0 cairo cairo-gobject gdk-3 gdk_pixbuf-2.0 gio-2.0
-WANTLIB += glib-2.0 gobject-2.0 gtk-3 intl json-c m notify pango-1.0
-WANTLIB += pangocairo-1.0
-
 MASTER_SITES = http://pwmt.org/projects/girara/download/
+MODULES =      devel/meson
 
 BUILD_DEPENDS =        devel/gettext-tools
 LIB_DEPENDS =  x11/gtk+3 \
                devel/json-c \
                devel/libnotify
+WANTLIB += gdk-3 gio-2.0 glib-2.0 gobject-2.0 gtk-3 intl json-c
+WANTLIB += notify pango-1.0
 
 # c11
 COMPILER =     base-clang ports-gcc
 COMPILER_LANGS =       c
 
-USE_GMAKE =    Yes
-
-MAKE_FLAGS +=  VERBOSE=1 TPUT=true COLOR=0
-MAKE_FLAGS +=  SOVERSION=${LIBgirara-gtk3_VERSION}
-
-FAKE_FLAGS +=  PREFIX=${TRUEPREFIX}
+CONFIGURE_ENV +=       LDFLAGS=-L${X11BASE}/lib
 
 TEST_TARGET =  test
 TEST_DEPENDS = devel/check
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/girara/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo    19 Jan 2018 09:52:12 -0000      1.7
+++ distinfo    27 Apr 2018 13:14:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (girara-0.2.8.tar.gz) = KFkF41N17L3+QYxrdzXjc9eA92pbbJDAjbKNqfTQmqM=
-SIZE (girara-0.2.8.tar.gz) = 73646
+SHA256 (girara-0.2.9.tar.xz) = qB8+lMcaL/kr9SKVtALt6BdfgvutGifynBwFpKzLfVI=
+SIZE (girara-0.2.9.tar.xz) = 57816
Index: patches/patch-Makefile
===================================================================
RCS file: patches/patch-Makefile
diff -N patches/patch-Makefile
--- patches/patch-Makefile      19 Jan 2018 09:52:12 -0000      1.5
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,28 +0,0 @@
-$OpenBSD: patch-Makefile,v 1.5 2018/01/19 09:52:12 landry Exp $
-
-Create libs with a correct soname.
-Don't symlink libs.
-
-Index: Makefile
---- Makefile.orig
-+++ Makefile
-@@ -130,7 +130,7 @@ ${BUILDDIR_RELEASE}/${BINDIR}/lib${PROJECT}.a: ${OBJEC
- ${BUILDDIR_RELEASE}/${BINDIR}/${SOVERSIONFILE}: ${OBJECTS}
-       $(call colorecho,LD,$@)
-       @mkdir -p ${BUILDDIR_RELEASE}/${BINDIR}
--      $(QUIET)${CC} -Wl,${SONAME_FLAG},${BUILDSOMAJORFILE} \
-+      $(QUIET)${CC} -Wl,${SONAME_FLAG},${SOVERSIONFILE} \
-               ${SHARED_FLAG} ${PLATFORMFLAGS} ${LDFLAGS} -o $@ ${OBJECTS} 
${LIBS}
- 
- ${PROJECT}: static shared
-@@ -264,10 +264,6 @@ install-shared: shared
-       $(call colorecho,INSTALL,"Install shared library")
-       $(QUIET)mkdir -m 755 -p ${DESTDIR}${LIBDIR}
-       $(QUIET)install -m 644 ${BUILDDIR_RELEASE}/${BINDIR}/${SOVERSIONFILE} 
${DESTDIR}${LIBDIR}
--      $(QUIET)ln -sf ${SOVERSIONFILE} ${DESTDIR}${LIBDIR}/${SOMAJORFILE} || \
--              echo "Failed to create ${SOMAJORFILE}. Please check if it 
exists and points to the correct version of ${SOFILE}."
--      $(QUIET)ln -sf ${SOVERSIONFILE} ${DESTDIR}${LIBDIR}/${SOFILE} || \
--              echo "Failed to create ${SOFILE}. Please check if it exists and 
points to the correct version of ${SOFILE}."
- 
- install-headers: ${PROJECTNV}/version.h ${BUILDDIR}/${PROJECT}.pc
-       $(call colorecho,INSTALL,"Install pkg-config file")
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/girara/pkg/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- pkg/PLIST   19 Jan 2018 09:52:12 -0000      1.5
+++ pkg/PLIST   27 Apr 2018 13:14:37 -0000
@@ -4,9 +4,9 @@
 include/girara/commands.h
 include/girara/completion.h
 include/girara/config.h
-include/girara/css-definitions.h
 include/girara/datastructures.h
 include/girara/entry.h
+include/girara/girara-version.h
 include/girara/girara.h
 include/girara/input-history.h
 include/girara/log.h
@@ -18,8 +18,6 @@
 include/girara/template.h
 include/girara/types.h
 include/girara/utils.h
-include/girara/version.h
-lib/libgirara-gtk3.a
 @lib lib/libgirara-gtk3.so.${LIBgirara-gtk3_VERSION}
 lib/pkgconfig/girara-gtk3.pc
 share/locale/de/LC_MESSAGES/libgirara-gtk3-3.mo
@@ -29,6 +27,7 @@
 share/locale/fr/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/he/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/it/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/nl/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/pl/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/pt_BR/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/ru/LC_MESSAGES/libgirara-gtk3-3.mo
? core/:xa
Index: core/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/core/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- core/Makefile       19 Jan 2018 09:54:42 -0000      1.14
+++ core/Makefile       27 Apr 2018 13:20:16 -0000
@@ -1,49 +1,40 @@
 # $OpenBSD: Makefile,v 1.14 2018/01/19 09:54:42 landry Exp $
 
-V =                    0.3.8
+V =                    0.3.9
 COMMENT =              document viewer for PDF and other formats with a 
vi-like UI
 DISTNAME =             zathura-${V}
 CATEGORIES =           textproc x11
+EXTRACT_SUFX =         .tar.xz
 
 HOMEPAGE =             http://pwmt.org/projects/zathura/
 
 # MIT
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0
-WANTLIB += gio-2.0 girara-gtk3 glib-2.0 gmodule-2.0 gobject-2.0
-WANTLIB += gthread-2.0 gtk-3 intl m magic pango-1.0 pangocairo-1.0
-WANTLIB += pthread sqlite3
-
 MASTER_SITES = http://pwmt.org/projects/zathura/download/
 
+MODULES=       devel/meson
 BUILD_DEPENDS =        textproc/py-docutils \
                devel/gettext-tools
-RUN_DEPENDS =  devel/desktop-file-utils
+RUN_DEPENDS =  devel/desktop-file-utils \
+               x11/gtk+3,-guic
 LIB_DEPENDS =  databases/sqlite3 \
-               graphics/gdk-pixbuf2 \
                devel/libmagic \
-               x11/girara>=0.2.8
-
-MAKE_FLAGS =   MANPREFIX=${PREFIX}/man \
-               DESKTOPPREFIX=${PREFIX}/share/applications \
-               TPUT=true \
-               CC="${CC}" \
-               VERBOSE=1 \
-               WITH_SYNCTEX=0
-FAKE_FLAGS =   PREFIX=${TRUEPREFIX}
+               x11/girara>=0.2.9
 
-USE_GMAKE =    Yes
+WANTLIB += c cairo gdk-3 gio-2.0 girara-gtk3 glib-2.0 gmodule-2.0
+WANTLIB += gobject-2.0 gtk-3 intl magic pango-1.0 sqlite3
 
 COMPILER =     base-clang ports-gcc
 COMPILER_LANGS = c
+CONFIGURE_ENV +=       LDFLAGS=-L${LOCALBASE}/lib
 
 TEST_DEPENDS = devel/check
 TEST_TARGET =  test
 TEST_IS_INTERACTIVE =X11
 
 post-install:
+       # install placeholder for plugins
        ${INSTALL_DATA_DIR} ${PREFIX}/lib/zathura
 
 .include <bsd.port.mk>
-
Index: core/distinfo
===================================================================
RCS file: /cvs/ports/textproc/zathura/core/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- core/distinfo       19 Jan 2018 09:54:42 -0000      1.6
+++ core/distinfo       27 Apr 2018 13:20:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (zathura-0.3.8.tar.gz) = Rr+FWPf/Eu/hG/XRnm4iOqyXEmBhZ3GZ0MPVPfy85Tc=
-SIZE (zathura-0.3.8.tar.gz) = 174962
+SHA256 (zathura-0.3.9.tar.xz) = L3Sl0ojbH0bx1wTWmpx4IphZZOkLeTY2xsgKJdKfCXw=
+SIZE (zathura-0.3.9.tar.xz) = 144880
Index: core/pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/zathura/core/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- core/pkg/PLIST      19 Jan 2018 09:54:42 -0000      1.4
+++ core/pkg/PLIST      27 Apr 2018 13:20:16 -0000
@@ -9,15 +9,16 @@
 include/zathura/page.h
 include/zathura/plugin-api.h
 include/zathura/types.h
-include/zathura/version.h
+include/zathura/zathura-version.h
 lib/pkgconfig/zathura.pc
 lib/zathura/
 @man man/man1/zathura.1
 @man man/man5/zathurarc.5
-share/applications/zathura.desktop
+share/applications/org.pwmt.zathura.desktop
 share/dbus-1/interfaces/
 share/dbus-1/interfaces/org.pwmt.zathura.xml
 share/doc/pkg-readmes/${FULLPKGNAME}
+share/icons/hicolor/128x128/org.pwmt.zathura.png
 share/locale/ca/LC_MESSAGES/zathura.mo
 share/locale/cs/LC_MESSAGES/zathura.mo
 share/locale/de/LC_MESSAGES/zathura.mo
@@ -36,6 +37,7 @@
 share/locale/id_ID/LC_MESSAGES/zathura.mo
 share/locale/it/LC_MESSAGES/zathura.mo
 share/locale/lt/LC_MESSAGES/zathura.mo
+share/locale/nl/LC_MESSAGES/zathura.mo
 share/locale/no/LC_MESSAGES/zathura.mo
 share/locale/pl/LC_MESSAGES/zathura.mo
 share/locale/pt_BR/LC_MESSAGES/zathura.mo
@@ -48,6 +50,8 @@
 share/locale/uk_UA/LC_MESSAGES/
 share/locale/uk_UA/LC_MESSAGES/zathura.mo
 share/metainfo/
-share/metainfo/zathura.appdata.xml
+share/metainfo/org.pwmt.zathura.appdata.xml
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
Index: plugins/Makefile.inc
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/Makefile.inc,v
retrieving revision 1.10
diff -u -r1.10 Makefile.inc
--- plugins/Makefile.inc        19 Jan 2018 09:54:42 -0000      1.10
+++ plugins/Makefile.inc        27 Apr 2018 13:20:16 -0000
@@ -2,20 +2,18 @@
 
 CATEGORIES ?=          textproc x11
 MASTER_SITES ?=                
https://pwmt.org/projects/zathura/plugins/download/
+EXTRACT_SUFX ?=                .tar.xz
 
 # MIT
 PERMIT_PACKAGE_CDROM ?=        Yes
 
 RUN_DEPENDS ?= devel/desktop-file-utils \
                textproc/zathura/core
-LIB_DEPENDS += x11/girara>=0.2.8
-BUILD_DEPENDS ?=       textproc/zathura/core>=0.3.8
-
-MAKE_FLAGS ?=  VERBOSE=1 \
-               DESKTOPPREFIX=${PREFIX}/share/applications
+LIB_DEPENDS += x11/girara>=0.2.9
+BUILD_DEPENDS ?=       textproc/zathura/core>=0.3.9
 
+MODULES ?=     devel/meson
 NO_TEST ?=     Yes
-USE_GMAKE ?=   Yes
 
 COMPILER ?=    base-clang ports-gcc
 COMPILER_LANGS ?= c
Index: plugins/cb/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/cb/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- plugins/cb/Makefile 19 Jan 2018 09:54:42 -0000      1.7
+++ plugins/cb/Makefile 27 Apr 2018 13:20:16 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.7 2018/01/19 09:54:42 landry Exp $
 
-V =            0.1.7
+V =            0.1.8
 COMMENT =      comic book plugin for zathura
 DISTNAME =     zathura-cb-${V}
 
@@ -8,7 +8,7 @@
 
 LIB_DEPENDS += archivers/libarchive
 
-WANTLIB += archive cairo cairo-gobject gdk-3 gdk_pixbuf-2.0 gio-2.0
-WANTLIB += girara-gtk3 glib-2.0 gobject-2.0 intl pango-1.0 pangocairo-1.0
+WANTLIB += archive cairo gdk-3 gdk_pixbuf-2.0 gio-2.0
+WANTLIB += girara-gtk3 glib-2.0 gobject-2.0
 
 .include <bsd.port.mk>
Index: plugins/cb/distinfo
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/cb/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- plugins/cb/distinfo 19 Jan 2018 09:54:42 -0000      1.4
+++ plugins/cb/distinfo 27 Apr 2018 13:20:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (zathura-cb-0.1.7.tar.gz) = g18rPEb4I1uIs8fR2kzChSd78qwsIEG+mmlI5nWMm2Q=
-SIZE (zathura-cb-0.1.7.tar.gz) = 6971
+SHA256 (zathura-cb-0.1.8.tar.xz) = RSoHAuJX2+1qhLf69rUeTrV6FjZUu83fYwEUPTdwzMQ=
+SIZE (zathura-cb-0.1.8.tar.xz) = 5616
Index: plugins/cb/pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/cb/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- plugins/cb/pkg/PLIST        2 Sep 2014 13:32:54 -0000       1.1.1.1
+++ plugins/cb/pkg/PLIST        27 Apr 2018 13:20:16 -0000
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2014/09/02 13:32:54 landry Exp $
-lib/zathura/cb.so
-share/applications/zathura-cb.desktop
+lib/zathura/libcb.so
+share/applications/org.pwmt.zathura-cb.desktop
+share/metainfo/org.pwmt.zathura-cb.metainfo.xml
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
Index: plugins/djvu/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/djvu/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- plugins/djvu/Makefile       19 Jan 2018 09:54:42 -0000      1.7
+++ plugins/djvu/Makefile       27 Apr 2018 13:20:16 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.7 2018/01/19 09:54:42 landry Exp $
 
-V =            0.2.7
+V =            0.2.8
 COMMENT =      djvu plugin for zathura
 DISTNAME =     zathura-djvu-${V}
 
@@ -8,6 +8,6 @@
 
 LIB_DEPENDS += graphics/djvulibre
 
-WANTLIB += cairo djvulibre girara-gtk3 glib-2.0 intl
+WANTLIB += cairo djvulibre girara-gtk3 glib-2.0
 
 .include <bsd.port.mk>
Index: plugins/djvu/distinfo
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/djvu/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- plugins/djvu/distinfo       19 Jan 2018 09:54:42 -0000      1.4
+++ plugins/djvu/distinfo       27 Apr 2018 13:20:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (zathura-djvu-0.2.7.tar.gz) = 
DW6UcKv6Oipnyazy9vzCYefAidWoEMJ6QQyDcr1ubuk=
-SIZE (zathura-djvu-0.2.7.tar.gz) = 10909
+SHA256 (zathura-djvu-0.2.8.tar.xz) = 
0OZk1TEr3AZ0/fjMbiWcnuE2VxQXK8gJ+cD2llnYsys=
+SIZE (zathura-djvu-0.2.8.tar.xz) = 8860
Index: plugins/djvu/pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/djvu/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- plugins/djvu/pkg/PLIST      2 Sep 2014 13:32:54 -0000       1.1.1.1
+++ plugins/djvu/pkg/PLIST      27 Apr 2018 13:20:16 -0000
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2014/09/02 13:32:54 landry Exp $
-lib/zathura/djvu.so
-share/applications/zathura-djvu.desktop
+lib/zathura/libdjvu.so
+share/applications/org.pwmt.zathura-djvu.desktop
+share/metainfo/org.pwmt.zathura-djvu.metainfo.xml
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
Index: plugins/mupdf/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/mupdf/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- plugins/mupdf/Makefile      23 Apr 2018 11:56:22 -0000      1.12
+++ plugins/mupdf/Makefile      27 Apr 2018 13:20:16 -0000
@@ -1,20 +1,13 @@
 # $OpenBSD: Makefile,v 1.12 2018/04/23 11:56:22 sthen Exp $
 
-V =            0.3.2
+V =            0.3.3
 COMMENT =      mupdf pdf plugin for zathura
 DISTNAME =     zathura-pdf-mupdf-${V}
 
 HOMEPAGE =     https://pwmt.org/projects/zathura-pdf-mupdf/
 
-MAKE_FLAGS =   VERBOSE=1 \
-               MUPDF_LIB=-lmupdf \
-               DESKTOPPREFIX=${PREFIX}/share/applications
-
 LIB_DEPENDS += textproc/mupdf
-
-WANTLIB += atk-1.0 cairo cairo-gobject crypto gdk-3 gdk_pixbuf-2.0
-WANTLIB += gio-2.0 girara-gtk3 glib-2.0 gobject-2.0 gtk-3 intl
-WANTLIB += jbig2dec jpeg mupdf openjp2 pango-1.0 pangocairo-1.0
-WANTLIB += freetype harfbuzz z
+CONFIGURE_ENV +=       LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+WANTLIB += cairo girara-gtk3 glib-2.0 mupdf
 
 .include <bsd.port.mk>
Index: plugins/mupdf/distinfo
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/mupdf/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- plugins/mupdf/distinfo      23 Apr 2018 11:56:22 -0000      1.5
+++ plugins/mupdf/distinfo      27 Apr 2018 13:20:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (zathura-pdf-mupdf-0.3.2.tar.gz) = 
kx2IxNGtw753qPqfKMJfwqqcn/ur+urEqsweHQeTanY=
-SIZE (zathura-pdf-mupdf-0.3.2.tar.gz) = 9687
+SHA256 (zathura-pdf-mupdf-0.3.3.tar.xz) = 
UrAs7uJypH9++cK3PMT2+0gMAv3ODn9rfI6TrWrEbf0=
+SIZE (zathura-pdf-mupdf-0.3.3.tar.xz) = 7880
Index: plugins/mupdf/patches/patch-meson_build
===================================================================
RCS file: plugins/mupdf/patches/patch-meson_build
diff -N plugins/mupdf/patches/patch-meson_build
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ plugins/mupdf/patches/patch-meson_build     27 Apr 2018 13:20:16 -0000
@@ -0,0 +1,18 @@
+$OpenBSD$
+
+our mupdf doesnt ship mupdfthird
+
+Index: meson.build
+--- meson.build.orig
++++ meson.build
+@@ -20,9 +20,8 @@ girara = dependency('girara-gtk3')
+ glib = dependency('glib-2.0')
+ cairo = dependency('cairo')
+ mupdf = cc.find_library('mupdf')
+-mupdfthird = cc.find_library('mupdfthird')
+ 
+-build_dependencies = [zathura, girara, glib, cairo, mupdf, mupdfthird]
++build_dependencies = [zathura, girara, glib, cairo, mupdf]
+ 
+ # defines
+ defines = [
Index: plugins/mupdf/pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/mupdf/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- plugins/mupdf/pkg/PLIST     27 May 2015 13:47:45 -0000      1.2
+++ plugins/mupdf/pkg/PLIST     27 Apr 2018 13:20:16 -0000
@@ -1,6 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.2 2015/05/27 13:47:45 espie Exp $
 @conflict zathura-pdf-poppler-*
-lib/zathura/pdf.so
-share/applications/zathura-pdf-mupdf.desktop
+lib/zathura/libpdf-mupdf.so
+share/applications/org.pwmt.zathura-pdf-mupdf.desktop
+share/metainfo/org.pwmt.zathura-pdf-mupdf.metainfo.xml
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
Index: plugins/poppler/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/poppler/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- plugins/poppler/Makefile    19 Jan 2018 09:54:42 -0000      1.8
+++ plugins/poppler/Makefile    27 Apr 2018 13:20:16 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.8 2018/01/19 09:54:42 landry Exp $
 
-V =            0.2.8
+V =            0.2.9
 COMMENT =      poppler pdf plugin for zathura
 DISTNAME =     zathura-pdf-poppler-${V}
 
@@ -8,7 +8,7 @@
 
 LIB_DEPENDS += print/poppler
 
-WANTLIB += cairo gio-2.0 girara-gtk3 glib-2.0 gobject-2.0 intl
+WANTLIB += girara-gtk3 glib-2.0 gobject-2.0
 WANTLIB += poppler-glib
 
 .include <bsd.port.mk>
Index: plugins/poppler/distinfo
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/poppler/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- plugins/poppler/distinfo    19 Jan 2018 09:54:42 -0000      1.4
+++ plugins/poppler/distinfo    27 Apr 2018 13:20:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (zathura-pdf-poppler-0.2.8.tar.gz) = 
Qh1Xo5jZfIJkus7YdDeZ/exfLPmJs0qPQs8id/SppdQ=
-SIZE (zathura-pdf-poppler-0.2.8.tar.gz) = 9504
+SHA256 (zathura-pdf-poppler-0.2.9.tar.xz) = 
vggGEW6m5slUlfXiRODXDSVRqQWOVXS0fT5aCbxlktw=
+SIZE (zathura-pdf-poppler-0.2.9.tar.xz) = 7456
Index: plugins/poppler/pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/poppler/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- plugins/poppler/pkg/PLIST   27 May 2015 13:47:45 -0000      1.2
+++ plugins/poppler/pkg/PLIST   27 Apr 2018 13:20:16 -0000
@@ -1,6 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.2 2015/05/27 13:47:45 espie Exp $
 @conflict zathura-pdf-mupdf-*
-lib/zathura/pdf.so
-share/applications/zathura-pdf-poppler.desktop
+lib/zathura/libpdf-poppler.so
+share/applications/org.pwmt.zathura-pdf-poppler.desktop
+share/metainfo/org.pwmt.zathura-pdf-poppler.metainfo.xml
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
Index: plugins/ps/Makefile
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/ps/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- plugins/ps/Makefile 19 Jan 2018 09:54:42 -0000      1.8
+++ plugins/ps/Makefile 27 Apr 2018 13:20:16 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.8 2018/01/19 09:54:42 landry Exp $
 
-V =            0.2.5
+V =            0.2.6
 COMMENT =      spectre postscript plugin for zathura
 DISTNAME =     zathura-ps-${V}
 
@@ -8,6 +8,6 @@
 
 LIB_DEPENDS += print/libspectre
 
-WANTLIB += cairo girara-gtk3 glib-2.0 intl spectre
+WANTLIB += cairo girara-gtk3 glib-2.0 spectre
 
 .include <bsd.port.mk>
Index: plugins/ps/distinfo
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/ps/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- plugins/ps/distinfo 19 Jan 2018 09:54:42 -0000      1.4
+++ plugins/ps/distinfo 27 Apr 2018 13:20:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (zathura-ps-0.2.5.tar.gz) = EvfmgpH52rIR8Vpxi36QrcWRbQJC+LFYUYJfpCS2k/Q=
-SIZE (zathura-ps-0.2.5.tar.gz) = 5845
+SHA256 (zathura-ps-0.2.6.tar.xz) = frCFtB/IiXn5lzELTnA0VeaoG27xrn2wtjJLbxPCz3M=
+SIZE (zathura-ps-0.2.6.tar.xz) = 4336
Index: plugins/ps/pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/zathura/plugins/ps/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- plugins/ps/pkg/PLIST        2 Sep 2014 13:32:54 -0000       1.1.1.1
+++ plugins/ps/pkg/PLIST        27 Apr 2018 13:20:16 -0000
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2014/09/02 13:32:54 landry Exp $
-lib/zathura/ps.so
-share/applications/zathura-ps.desktop
+lib/zathura/libps.so
+share/applications/org.pwmt.zathura-ps.desktop
+share/metainfo/org.pwmt.zathura-ps.metainfo.xml
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database

Reply via email to