svn commit: r550522 - head/multimedia/totem

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 29 15:37:58 UTC 2020


Author: bapt
Date: Tue Sep 29 15:37:57 2020
New Revision: 550522
URL: https://svnweb.freebsd.org/changeset/ports/550522

Log:
  Remove dependency on nautilus not needed since 3.31*
  Add dependency on gnomedesktop forgotten previously

Modified:
  head/multimedia/totem/Makefile

Modified: head/multimedia/totem/Makefile
==============================================================================
--- head/multimedia/totem/Makefile	Tue Sep 29 15:19:40 2020	(r550521)
+++ head/multimedia/totem/Makefile	Tue Sep 29 15:37:57 2020	(r550522)
@@ -3,6 +3,7 @@
 
 PORTNAME=	totem
 PORTVERSION=	3.38.0
+PORTREVISION=	1
 CATEGORIES=	multimedia gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -38,8 +39,7 @@ PORTSCOUT=	limitw:1,even
 
 USES=		compiler desktop-file-utils gettext gl gnome localbase meson \
 		pkgconfig python:3.4+ tar:xz xorg
-USE_GNOME=	cairo gtk30 intlhack introspection libxml2 nautilus3 \
-		pygobject3
+USE_GNOME=	cairo gtk30 intlhack introspection libxml2 pygobject3 gnomedesktop3
 USE_XORG=	x11 xorgproto xtst ice sm
 USE_GSTREAMER1=	core good bad soup ugly
 INSTALLS_ICONS=	yes


More information about the svn-ports-all mailing list