Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 16:35:51 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550286 - head/graphics/evince
Message-ID:  <202009271635.08RGZpNs028417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Sep 27 16:35:51 2020
New Revision: 550286
URL: https://svnweb.freebsd.org/changeset/ports/550286

Log:
  graphics/evince: fix packaging
  
  - fix DVI option linkage against kpathsea
  - fix plist when DBUS=off
  
  PR:		249935
  Submitted by:	VVD <vvd@unislabs.com>

Modified:
  head/graphics/evince/Makefile
  head/graphics/evince/pkg-plist

Modified: head/graphics/evince/Makefile
==============================================================================
--- head/graphics/evince/Makefile	Sun Sep 27 16:17:41 2020	(r550285)
+++ head/graphics/evince/Makefile	Sun Sep 27 16:35:51 2020	(r550286)
@@ -30,7 +30,7 @@ PORTSCOUT=	limitw:1,even
 SLAVEPORT?=	no
 
 USES=		compiler:c++11-lib desktop-file-utils gettext \
-		gnome libarchive localbase meson pkgconfig tar:xz xorg
+		gnome libarchive localbase:ldflags meson pkgconfig tar:xz xorg
 USE_GNOME=	cairo gtk30
 USE_GSTREAMER1=	yes
 USE_LDCONFIG=	yes

Modified: head/graphics/evince/pkg-plist
==============================================================================
--- head/graphics/evince/pkg-plist	Sun Sep 27 16:17:41 2020	(r550285)
+++ head/graphics/evince/pkg-plist	Sun Sep 27 16:35:51 2020	(r550286)
@@ -75,7 +75,7 @@ lib/libevview3.so.%%GTK3_VERSION%%
 %%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
 share/applications/org.gnome.Evince-previewer.desktop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009271635.08RGZpNs028417>