svn commit: r510297 - in head/graphics: gwenview spectacle

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 30 21:45:20 UTC 2019


Author: tcberner
Date: Fri Aug 30 21:45:19 2019
New Revision: 510297
URL: https://svnweb.freebsd.org/changeset/ports/510297

Log:
  graphics/gwenview, graphics/spectacle: pull in kipiplugins at runtime

Modified:
  head/graphics/gwenview/Makefile
  head/graphics/spectacle/Makefile

Modified: head/graphics/gwenview/Makefile
==============================================================================
--- head/graphics/gwenview/Makefile	Fri Aug 30 21:34:38 2019	(r510296)
+++ head/graphics/gwenview/Makefile	Fri Aug 30 21:45:19 2019	(r510297)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gwenview
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -12,6 +13,7 @@ BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/doc
 LIB_DEPENDS=	libexiv2.so:graphics/exiv2 \
 		liblcms2.so:graphics/lcms2 \
 		libpng.so:graphics/png
+RUN_DEPENDS=	kipi-plugins>=0:graphics/kipi-plugins
 
 USES=		compiler:c++11-lang cmake desktop-file-utils gettext jpeg pkgconfig \
 		kde:5 qt:5 tar:xz

Modified: head/graphics/spectacle/Makefile
==============================================================================
--- head/graphics/spectacle/Makefile	Fri Aug 30 21:34:38 2019	(r510296)
+++ head/graphics/spectacle/Makefile	Fri Aug 30 21:45:19 2019	(r510297)
@@ -2,6 +2,7 @@
 
 PORTNAME=	spectacle
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -10,6 +11,7 @@ COMMENT=	KDE screen capture program
 LIB_DEPENDS=	libxcb-cursor.so:x11/xcb-util-cursor \
 		libxcb-image.so:x11/xcb-util-image \
 		libxcb-util.so:x11/xcb-util
+RUN_DEPENDS=	kipi-plugins>=0:graphics/kipi-plugins
 
 USES=		cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz
 USE_KDE=	attica auth codecs completion config configwidgets coreaddons \


More information about the svn-ports-all mailing list