svn commit: r481173 - head/graphics/spectacle

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Oct 3 17:21:01 UTC 2018


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 at 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
 


More information about the svn-ports-all mailing list