Update to zathura 0.4.5.
Diff from Matthew Martin with WANTLIB fixes on top, ok sthen@
This commit is contained in:
parent
e8432ce6ef
commit
649f6ad8cc
@ -1,7 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2019/07/12 20:50:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2020/01/20 09:01:51 landry Exp $
|
||||
|
||||
V = 0.4.3
|
||||
REVISION = 0
|
||||
V = 0.4.5
|
||||
COMMENT = document viewer for PDF and other formats with a vi-like UI
|
||||
DISTNAME = zathura-${V}
|
||||
CATEGORIES = textproc x11
|
||||
@ -12,10 +11,8 @@ HOMEPAGE = https://pwmt.org/projects/zathura/
|
||||
# MIT
|
||||
PERMIT_PACKAGE = 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 += gtk-3 intl m magic pango-1.0 pangocairo-1.0 pthread
|
||||
WANTLIB += sqlite3 synctex
|
||||
WANTLIB += c cairo gio-2.0 girara-gtk3 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gdk-3 gtk-3 intl m magic pango-1.0 sqlite3 synctex
|
||||
|
||||
MASTER_SITES = https://pwmt.org/projects/zathura/download/
|
||||
|
||||
@ -27,7 +24,7 @@ RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+3,-guic
|
||||
LIB_DEPENDS = databases/sqlite3 \
|
||||
devel/libmagic \
|
||||
x11/girara>=0.3.2 \
|
||||
x11/girara>=0.3.4 \
|
||||
print/texlive/base,-synctex
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zathura-0.4.3.tar.xz) = fhIZRCbXCWcOD0sLEHyA3SEyKIG1fUoL+aCZmEAv/UE=
|
||||
SIZE (zathura-0.4.3.tar.xz) = 145796
|
||||
SHA256 (zathura-0.4.5.tar.xz) = DDmXqvvNqq5gpFIvIIra390nWLQyzpTqFvvO6TfLdiw=
|
||||
SIZE (zathura-0.4.5.tar.xz) = 152720
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2019/03/04 14:46:21 jca Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2020/01/20 09:01:51 landry Exp $
|
||||
@conflict zathura-<=0.0.8.5p1
|
||||
@pkgpath textproc/zathura
|
||||
@bin bin/zathura
|
||||
@ -19,6 +19,9 @@ share/bash-completion/completions/zathura
|
||||
share/dbus-1/interfaces/
|
||||
share/dbus-1/interfaces/org.pwmt.zathura.xml
|
||||
share/doc/pkg-readmes/${PKGSTEM}
|
||||
share/fish/
|
||||
share/fish/completions/
|
||||
share/fish/completions/zathura.fish
|
||||
share/icons/hicolor/128x128/apps/org.pwmt.zathura.png
|
||||
share/icons/hicolor/16x16/apps/org.pwmt.zathura.png
|
||||
share/icons/hicolor/256x256/apps/org.pwmt.zathura.png
|
||||
@ -27,6 +30,7 @@ share/icons/hicolor/64x64/apps/org.pwmt.zathura.png
|
||||
share/icons/scalable/
|
||||
share/icons/scalable/apps/
|
||||
share/icons/scalable/apps/org.pwmt.zathura.svg
|
||||
share/locale/ar/LC_MESSAGES/zathura.mo
|
||||
share/locale/ca/LC_MESSAGES/zathura.mo
|
||||
share/locale/cs/LC_MESSAGES/zathura.mo
|
||||
share/locale/de/LC_MESSAGES/zathura.mo
|
||||
@ -61,8 +65,8 @@ share/locale/uk_UA/LC_MESSAGES/zathura.mo
|
||||
share/metainfo/
|
||||
share/metainfo/org.pwmt.zathura.appdata.xml
|
||||
share/zsh/
|
||||
share/zsh/vendor-completions/
|
||||
share/zsh/vendor-completions/_zathura
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
||||
@tag gtk-update-icon-cache %D/share/icons/scalable
|
||||
@tag update-desktop-database
|
||||
share/zsh/site-functions/
|
||||
share/zsh/site-functions/_zathura
|
||||
|
Loading…
Reference in New Issue
Block a user