Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 21:45:19 +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: r510297 - in head/graphics: gwenview spectacle
Message-ID:  <201908302145.x7ULjJPm035802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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 \



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