From a39c1d1ba1d90d6b7c5a0bd03a1eff4efec5d996 Mon Sep 17 00:00:00 2001 From: joneum Date: Wed, 21 Nov 2018 20:30:08 +0000 Subject: Update to 0.4.1 Changelog: - Add bash and zsh completions - Add RTL layout of pages - Various fixes and improvements - Updated translations PR: 233020 Reported by: Michael Danilov Approved by: quentin.stievenart@gmail.com (maintainer timeout) Sponsored by: Netzkommune GmbH --- graphics/zathura/Makefile | 3 +-- graphics/zathura/distinfo | 6 +++--- graphics/zathura/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'graphics') diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index f59e08f3f8f5..888188230f13 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zathura -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.4.1 CATEGORIES= graphics print MASTER_SITES= https://pwmt.org/projects/zathura/download/ \ http://www.madpilot.net/~mad/pwmt.org/ diff --git a/graphics/zathura/distinfo b/graphics/zathura/distinfo index 71eebc8f1108..6434c93cf2e5 100644 --- a/graphics/zathura/distinfo +++ b/graphics/zathura/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527371284 -SHA256 (zathura-0.4.0.tar.xz) = aa629259c6ac729e90abdda1b9b51854adaa6851192f08a55e63379500541ec8 -SIZE (zathura-0.4.0.tar.xz) = 145056 +TIMESTAMP = 1541502996 +SHA256 (zathura-0.4.1.tar.xz) = d6f56bf6e7e05d2e91213287c7aea21481c44521b622f9e9ec06a886f51dd9fe +SIZE (zathura-0.4.1.tar.xz) = 148592 diff --git a/graphics/zathura/pkg-plist b/graphics/zathura/pkg-plist index 199a79f135d0..f186fc9d997f 100644 --- a/graphics/zathura/pkg-plist +++ b/graphics/zathura/pkg-plist @@ -10,7 +10,9 @@ libdata/pkgconfig/zathura.pc man/man1/zathura.1.gz man/man5/zathurarc.5.gz share/applications/org.pwmt.zathura.desktop +share/bash-completion/completions/zathura share/dbus-1/interfaces/org.pwmt.zathura.xml +share/zsh/vendor-completions/_zathura %%NLS%%share/icons/hicolor/128x128/apps/org.pwmt.zathura.png %%NLS%%share/locale/ca/LC_MESSAGES/zathura.mo %%NLS%%share/locale/cs/LC_MESSAGES/zathura.mo -- cgit