svn commit: r462390 - in head/graphics: evince evince-lite
Kurt Jaeger
pi at FreeBSD.org
Tue Feb 20 12:19:39 UTC 2018
Author: pi
Date: Tue Feb 20 12:19:38 2018
New Revision: 462390
URL: https://svnweb.freebsd.org/changeset/ports/462390
Log:
graphics/evince: fix plist if DBUS is not selected
PR: 221781
Submitted by: vvd at unislabs.com
Modified:
head/graphics/evince-lite/pkg-plist
head/graphics/evince/pkg-plist
Modified: head/graphics/evince-lite/pkg-plist
==============================================================================
--- head/graphics/evince-lite/pkg-plist Tue Feb 20 12:02:37 2018 (r462389)
+++ head/graphics/evince-lite/pkg-plist Tue Feb 20 12:19:38 2018 (r462390)
@@ -126,7 +126,7 @@ lib/mozilla/plugins/libevbrowserplugin.so
lib/systemd/user/evince.service
libdata/pkgconfig/evince-document-%%VERSION%%.pc
libdata/pkgconfig/evince-view-%%VERSION%%.pc
-libexec/evinced
+%%DBUS%%libexec/evinced
man/man1/evince.1.gz
share/GConf/gsettings/evince.convert
share/appdata/evince-pdfdocument.metainfo.xml
@@ -135,7 +135,7 @@ share/appdata/evince-tiffdocument.metainfo.xml
share/appdata/evince.appdata.xml
share/applications/evince-previewer.desktop
share/applications/evince.desktop
-share/dbus-1/services/org.gnome.evince.Daemon.service
+%%DBUS%%share/dbus-1/services/org.gnome.evince.Daemon.service
share/gtk-doc/html/evince/EvFileMonitor.html
share/gtk-doc/html/evince/EvHistory.html
share/gtk-doc/html/evince/EvMessageArea.html
Modified: head/graphics/evince/pkg-plist
==============================================================================
--- head/graphics/evince/pkg-plist Tue Feb 20 12:02:37 2018 (r462389)
+++ head/graphics/evince/pkg-plist Tue Feb 20 12:19:38 2018 (r462390)
@@ -87,7 +87,7 @@ lib/mozilla/plugins/libevbrowserplugin.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.1.gz
share/GConf/gsettings/evince.convert
%%COMICS%%share/appdata/evince-comicsdocument.metainfo.xml
@@ -100,7 +100,7 @@ share/appdata/evince-tiffdocument.metainfo.xml
share/appdata/evince.appdata.xml
share/applications/evince-previewer.desktop
share/applications/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
More information about the svn-ports-all
mailing list