Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2018 17:21:00 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481173 - head/graphics/spectacle
Message-ID:  <201810031721.w93HL0Fh011298@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Oct  3 17:21:00 2018
New Revision: 481173
URL: https://svnweb.freebsd.org/changeset/ports/481173

Log:
  USE_QT+=quickcontrols, or spectacle can launch but cannot capture screen
  
  PR:		231921
  Submitted by:	lwhsu
  Approved by:	tcberner

Modified:
  head/graphics/spectacle/Makefile

Modified: head/graphics/spectacle/Makefile
==============================================================================
--- head/graphics/spectacle/Makefile	Wed Oct  3 17:03:52 2018	(r481172)
+++ head/graphics/spectacle/Makefile	Wed Oct  3 17:21:00 2018	(r481173)
@@ -2,6 +2,7 @@
 
 PORTNAME=	spectacle
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -17,7 +18,7 @@ USE_KDE=	attica auth codecs completion config configwi
 		libkipi newstuff notifications package service widgetsaddons \
 		windowsystem xmlgui
 USE_QT=		core concurrent dbus gui network printsupport qml quick \
-		widgets x11extras xml \
+		quickcontrols widgets x11extras xml \
 		buildtools_build qmake_build
 USE_XORG=	x11 xcb xext xfixes
 



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