Skip to content
Snippets Groups Projects
Commit 793bdb42 authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

graphics/evince: reinstate PDF backend

The PDF backend was dropped, as evince was updated to 42.2
which requires poppler >=22.02 while that one still being
at 22.01 in fe838ad3.

While here, add missing plist-subs to the @Lite plist

PR:		263009
PR:		263536
PR:		263577
parent 0ee78759
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
PORTNAME= evince
DISTVERSION= 42.2
PORTREVISION= 1
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
......
......@@ -57,9 +57,11 @@ include/evince/%%VERSION%%/libview/ev-view.h
%%COMICS%%lib/evince/4/backends/libcomicsdocument.so
%%DJVU%%lib/evince/4/backends/libdjvudocument.so
%%DVI%%lib/evince/4/backends/libdvidocument.so
lib/evince/4/backends/libpdfdocument.so
lib/evince/4/backends/libpsdocument.so
lib/evince/4/backends/libtiffdocument.so
%%XPS%%lib/evince/4/backends/libxpsdocument.so
lib/evince/4/backends/pdfdocument.evince-backend
lib/evince/4/backends/psdocument.evince-backend
lib/evince/4/backends/tiffdocument.evince-backend
%%XPS%%lib/evince/4/backends/xpsdocument.evince-backend
......@@ -2848,6 +2850,7 @@ share/locale/zu/LC_MESSAGES/evince.mo
%%COMICS%%share/metainfo/evince-comicsdocument.metainfo.xml
%%DJVU%%share/metainfo/evince-djvudocument.metainfo.xml
%%DVI%%share/metainfo/evince-dvidocument.metainfo.xml
share/metainfo/evince-pdfdocument.metainfo.xml
share/metainfo/evince-psdocument.metainfo.xml
share/metainfo/evince-tiffdocument.metainfo.xml
%%XPS%%share/metainfo/evince-xpsdocument.metainfo.xml
......
......@@ -49,16 +49,18 @@ include/evince/%%VERSION%%/libview/ev-stock-icons.h
include/evince/%%VERSION%%/libview/ev-view-presentation.h
include/evince/%%VERSION%%/libview/ev-view-type-builtins.h
include/evince/%%VERSION%%/libview/ev-view.h
lib/evince/4/backends/comicsdocument.evince-backend
lib/evince/4/backends/djvudocument.evince-backend
lib/evince/4/backends/libcomicsdocument.so
lib/evince/4/backends/libdjvudocument.so
%%COMICS%%lib/evince/4/backends/comicsdocument.evince-backend
%%DJVU%%lib/evince/4/backends/djvudocument.evince-backend
%%COMICS%%lib/evince/4/backends/libcomicsdocument.so
%%DJVU%%lib/evince/4/backends/libdjvudocument.so
lib/evince/4/backends/libpdfdocument.so
lib/evince/4/backends/libpsdocument.so
lib/evince/4/backends/libtiffdocument.so
lib/evince/4/backends/libxpsdocument.so
%%XPS%%lib/evince/4/backends/libxpsdocument.so
lib/evince/4/backends/pdfdocument.evince-backend
lib/evince/4/backends/psdocument.evince-backend
lib/evince/4/backends/tiffdocument.evince-backend
lib/evince/4/backends/xpsdocument.evince-backend
%%XPS%%lib/evince/4/backends/xpsdocument.evince-backend
lib/libevdocument3.so
lib/libevdocument3.so.4
lib/libevdocument3.so.%%GTK4_VERSION%%
......@@ -2836,6 +2838,7 @@ share/locale/zu/LC_MESSAGES/evince.mo
%%COMICS%%share/metainfo/evince-comicsdocument.metainfo.xml
%%DJVU%%share/metainfo/evince-djvudocument.metainfo.xml
%%DVI%%share/metainfo/evince-dvidocument.metainfo.xml
share/metainfo/evince-pdfdocument.metainfo.xml
share/metainfo/evince-psdocument.metainfo.xml
share/metainfo/evince-tiffdocument.metainfo.xml
%%XPS%%share/metainfo/evince-xpsdocument.metainfo.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment