graphics/evince: fix option handling in plist
The plist subs for some of the options got lost during the upgrade
in 1c65e8910c
.
Restore them.
PR: 259694
Reported by: VVD <vvd@unislabs.com>, amdmi3, fullermd@over-yonder.net
This commit is contained in:
parent
c3e36c84a5
commit
e06a8e0d17
1 changed files with 11 additions and 9 deletions
|
@ -51,18 +51,20 @@ 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
|
||||
%%DVI%%lib/evince/4/backends/dvidocument.evince-backend
|
||||
%%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
|
||||
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/girepository-1.0/EvinceDocument-%%VERSION%%.typelib
|
||||
lib/girepository-1.0/EvinceView-%%VERSION%%.typelib
|
||||
lib/libevdocument3.so
|
||||
|
@ -71,17 +73,17 @@ lib/libevdocument3.so.%%GTK4_VERSION%%
|
|||
lib/libevview3.so
|
||||
lib/libevview3.so.3
|
||||
lib/libevview3.so.%%GTK3_VERSION%%
|
||||
lib/nautilus/extensions-%%VERSION%%/libevince-properties-page.so
|
||||
%%NAUTILUS%%lib/nautilus/extensions-%%VERSION%%/libevince-properties-page.so
|
||||
libdata/pkgconfig/evince-document-%%VERSION%%.pc
|
||||
libdata/pkgconfig/evince-view-%%VERSION%%.pc
|
||||
libexec/evinced
|
||||
%%DBUS%%libexec/evinced
|
||||
man/man1/evince-previewer.1.gz
|
||||
man/man1/evince-thumbnailer.1.gz
|
||||
man/man1/evince.1.gz
|
||||
share/GConf/gsettings/evince.convert
|
||||
share/applications/org.gnome.Evince-previewer.desktop
|
||||
share/applications/org.gnome.Evince.desktop
|
||||
share/dbus-1/services/org.gnome.evince.Daemon.service
|
||||
%%DBUS%%share/dbus-1/services/org.gnome.evince.Daemon.service
|
||||
%%DATADIR%%/hand-open.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png
|
||||
|
|
Loading…
Reference in a new issue