From owner-svn-ports-all@freebsd.org Fri Aug 30 21:45:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 36A51D963B; Fri, 30 Aug 2019 21:45:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46KtLm0H27z4bM5; Fri, 30 Aug 2019 21:45:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DBC9369AB; Fri, 30 Aug 2019 21:45:19 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7ULjJP8035804; Fri, 30 Aug 2019 21:45:19 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7ULjJPm035802; Fri, 30 Aug 2019 21:45:19 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201908302145.x7ULjJPm035802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 30 Aug 2019 21:45:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510297 - in head/graphics: gwenview spectacle X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/graphics: gwenview spectacle X-SVN-Commit-Revision: 510297 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2019 21:45:20 -0000 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 \