pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/zathura
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 10 07:50:33 UTC 2024
Modified Files:
pkgsrc/print/zathura: Makefile distinfo
pkgsrc/print/zathura/patches: patch-doc_meson.build
Added Files:
pkgsrc/print/zathura/patches: patch-zathura_main.c
Removed Files:
pkgsrc/print/zathura/patches: patch-zathura_database-plain.c
Log Message:
zathura: updated to 0.5.8
VERSION 0.5.8
Bump plugin ABI
VERSION 0.5.7
Split sandbox functionality into separate zathura-sandbox binary
Split off new command bjump from blist
Add initial landlock support to sandbox
Fix repeated search
Implement jumplist command
Fix issues with document with multiple page sizes
Various fixes and improvements
VERSION 0.5.6
Move to Github
Reduce minimum glib version
Remove normal sandbox mode
Various fixes and improvements
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/print/zathura/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/zathura/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/zathura/patches/patch-doc_meson.build
cvs rdiff -u -r1.2 -r0 \
pkgsrc/print/zathura/patches/patch-zathura_database-plain.c
cvs rdiff -u -r0 -r1.3 pkgsrc/print/zathura/patches/patch-zathura_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/zathura/Makefile
diff -u pkgsrc/print/zathura/Makefile:1.65 pkgsrc/print/zathura/Makefile:1.66
--- pkgsrc/print/zathura/Makefile:1.65 Wed May 29 16:34:12 2024
+++ pkgsrc/print/zathura/Makefile Sat Aug 10 07:50:33 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2024/05/29 16:34:12 adam Exp $
+# $NetBSD: Makefile,v 1.66 2024/08/10 07:50:33 adam Exp $
-DISTNAME= zathura-0.5.4
-PKGREVISION= 1
+DISTNAME= zathura-0.5.8
CATEGORIES= print
MASTER_SITES= https://pwmt.org/projects/zathura/download/
EXTRACT_SUFX= .tar.xz
@@ -15,7 +14,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-
USE_TOOLS+= pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-sphinx
# Avoid possible dependency on librsvg
MESON_ARGS+= -D convert-icon=disabled
@@ -35,13 +34,17 @@ SUBST_VARS.py+= PYVERSSUFFIX
.if ${OPSYS} == "NetBSD"
# Needs --desktop and --xml
TOOLS_PLATFORM.msgfmt=
+.elif ${OPSYS} == "Darwin"
+.include "../../x11/gtk-mac-integration/buildlink3.mk"
.endif
+USE_BUILTIN.file= no # pkgconfig files are needed
+
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../devel/gettext-tools/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
-BUILDLINK_API_DEPENDS.girara?= girara>=0.3.7
+BUILDLINK_API_DEPENDS.girara+= girara>=0.4.3
.include "../../graphics/girara/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/pyversion.mk"
Index: pkgsrc/print/zathura/distinfo
diff -u pkgsrc/print/zathura/distinfo:1.18 pkgsrc/print/zathura/distinfo:1.19
--- pkgsrc/print/zathura/distinfo:1.18 Sat May 4 21:30:27 2024
+++ pkgsrc/print/zathura/distinfo Sat Aug 10 07:50:33 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2024/05/04 21:30:27 nikita Exp $
+$NetBSD: distinfo,v 1.19 2024/08/10 07:50:33 adam Exp $
-BLAKE2s (zathura-0.5.4.tar.xz) = ff52622192ab692afd9097afefeed846f325649f21731108510fe37541abc1e5
-SHA512 (zathura-0.5.4.tar.xz) = 8b93d30547eeabea54af8cc6dc11872c85c6a1ac51a41d1bc01671feca6955246ac976643883620f7f62fa326bf58547bee03cc8f83dfc2caeb5d8311b85cc52
-Size (zathura-0.5.4.tar.xz) = 171004 bytes
-SHA1 (patch-doc_meson.build) = f989cd35ef4b1a910470117ccaf734a917e7fc8d
-SHA1 (patch-zathura_database-plain.c) = 95d461d4ac0c14bd61a14ff62b92bd5aee37228e
+BLAKE2s (zathura-0.5.8.tar.xz) = 32c5c7ef7387fafaf8591f7b507f15451813b10ba48df5b784ea771d09f951d0
+SHA512 (zathura-0.5.8.tar.xz) = 3a8d16597e07c0cc95632466e8c6a1aeb20324143732ca9c48f59de94de8577be64a7b4d44e0c1cee1f8211fa8bde89ac9866040b218421f95d7d13d8a6bd0c9
+Size (zathura-0.5.8.tar.xz) = 172524 bytes
+SHA1 (patch-doc_meson.build) = 18b2f9d78e9d249bde5c8dea8825b89a17a6ab3a
+SHA1 (patch-zathura_main.c) = 3c36f653653dfd806b28504e11c1a1aa847372ce
Index: pkgsrc/print/zathura/patches/patch-doc_meson.build
diff -u pkgsrc/print/zathura/patches/patch-doc_meson.build:1.3 pkgsrc/print/zathura/patches/patch-doc_meson.build:1.4
--- pkgsrc/print/zathura/patches/patch-doc_meson.build:1.3 Sun Oct 27 10:43:43 2019
+++ pkgsrc/print/zathura/patches/patch-doc_meson.build Sat Aug 10 07:50:33 2024
@@ -1,6 +1,6 @@
-$NetBSD: patch-doc_meson.build,v 1.3 2019/10/27 10:43:43 nia Exp $
+$NetBSD: patch-doc_meson.build,v 1.4 2024/08/10 07:50:33 adam Exp $
-Also search for versioned sphinx-build-s.
+Also search for versioned sphinx-build.
--- doc/meson.build.orig 2018-12-22 15:33:23.000000000 +0000
+++ doc/meson.build
Added files:
Index: pkgsrc/print/zathura/patches/patch-zathura_main.c
diff -u /dev/null pkgsrc/print/zathura/patches/patch-zathura_main.c:1.3
--- /dev/null Sat Aug 10 07:50:34 2024
+++ pkgsrc/print/zathura/patches/patch-zathura_main.c Sat Aug 10 07:50:33 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-zathura_main.c,v 1.3 2024/08/10 07:50:33 adam Exp $
+
+Use correct function name.
+
+--- zathura/main.c.orig 2024-08-10 07:18:20.881439447 +0000
++++ zathura/main.c
+@@ -289,7 +289,7 @@ GIRARA_VISIBLE int main(int argc, char*
+ {
+ const gchar* id = gtkosx_application_get_bundle_id();
+ if (id != NULL) {
+- girara_warn("TestIntegration Error! Bundle has ID %s", id);
++ girara_warning("TestIntegration Error! Bundle has ID %s", id);
+ }
+ }
+ #endif // GTKOSXAPPLICATION
Home |
Main Index |
Thread Index |
Old Index