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:   nia
Date:           Sat Aug 14 07:36:55 UTC 2021

Modified Files:
        pkgsrc/print/zathura: Makefile distinfo

Log Message:
zathura: update to 0.4.8

Changelog

     * Account for page padding in full scroll
     * Add forefground color for links
     * Add :save and :save! aliases for :write and :write!
     * Various fixes and improvements
     * Updated translations


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/print/zathura/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/zathura/distinfo

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.42 pkgsrc/print/zathura/Makefile:1.43
--- pkgsrc/print/zathura/Makefile:1.42  Wed Apr 21 11:42:34 2021
+++ pkgsrc/print/zathura/Makefile       Sat Aug 14 07:36:55 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2021/04/21 11:42:34 adam Exp $
+# $NetBSD: Makefile,v 1.43 2021/08/14 07:36:55 nia Exp $
 
-DISTNAME=      zathura-0.4.7
-PKGREVISION=   2
+DISTNAME=      zathura-0.4.8
 CATEGORIES=    print
 MASTER_SITES=  https://pwmt.org/projects/zathura/download/
 EXTRACT_SUFX=  .tar.xz
@@ -13,9 +12,6 @@ LICENSE=      zlib
 
 USE_TOOLS+=    pkg-config
 
-# XXX: msgfmt needs to support `--xml', always use the one from pkgsrc
-TOOL_DEPENDS+= gettext-tools>=0.15:../../devel/gettext-tools
-
 PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
 
 # Avoid possible dependency on librsvg
@@ -32,6 +28,7 @@ SUBST_VARS.py+=               PYVERSSUFFIX
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../graphics/cairo/buildlink3.mk"
+BUILDLINK_ABI_DEPENDS.girara?= girara>=0.3.6
 .include "../../graphics/girara/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/versioned_dependencies.mk"

Index: pkgsrc/print/zathura/distinfo
diff -u pkgsrc/print/zathura/distinfo:1.13 pkgsrc/print/zathura/distinfo:1.14
--- pkgsrc/print/zathura/distinfo:1.13  Sun Sep  6 20:22:10 2020
+++ pkgsrc/print/zathura/distinfo       Sat Aug 14 07:36:55 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2020/09/06 20:22:10 leot Exp $
+$NetBSD: distinfo,v 1.14 2021/08/14 07:36:55 nia Exp $
 
-SHA1 (zathura-0.4.7.tar.xz) = 3cf5912d420308871c07320c34fc80c2290658c2
-RMD160 (zathura-0.4.7.tar.xz) = 26e0d4d0330655289bb7d4cb0d86f6492a539d24
-SHA512 (zathura-0.4.7.tar.xz) = 3db51d364cc4964d1c9ebca2d9c0442a1ad5e5317abd90e380035b298e2df2f66971b88a4c1ae27392d0d29cf4844ed27f26482d22cd88404f157c23d4f735af
-Size (zathura-0.4.7.tar.xz) = 157916 bytes
+SHA1 (zathura-0.4.8.tar.xz) = 87974f1851af0e6720682394f8cbbf4d15cdc5bb
+RMD160 (zathura-0.4.8.tar.xz) = 966553db8193fd38199dd7833c0c8ce5cc90ca2d
+SHA512 (zathura-0.4.8.tar.xz) = e160c0a02370ee1ed797013437f80d8841f684389695e5422b616b45410fe897f8d9183e8264f6c98a6ec5a09c5a7c21063aece96e454e3a2d4a02b8b86f6e97
+Size (zathura-0.4.8.tar.xz) = 159500 bytes
 SHA1 (patch-doc_meson.build) = f989cd35ef4b1a910470117ccaf734a917e7fc8d
 SHA1 (patch-zathura_database-plain.c) = 95d461d4ac0c14bd61a14ff62b92bd5aee37228e



Home | Main Index | Thread Index | Old Index