Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 10:17:40 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544797 - in head/graphics/kimageannotator: . files
Message-ID:  <202008131017.07DAHeXF052907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Thu Aug 13 10:17:40 2020
New Revision: 544797
URL: https://svnweb.freebsd.org/changeset/ports/544797

Log:
  Update graphics/kimageannotator to latest upstream version
  
  There's no release notes for kimageannotator, but looking at the log
  	https://github.com/ksnip/kImageAnnotator/commits/v0.3.2
  it's just translation fixes and patches relevant for platforms
  that are not-FreeBSD.
  
  Reported by:	portscout

Modified:
  head/graphics/kimageannotator/Makefile
  head/graphics/kimageannotator/distinfo
  head/graphics/kimageannotator/files/patch-CMakeLists.txt

Modified: head/graphics/kimageannotator/Makefile
==============================================================================
--- head/graphics/kimageannotator/Makefile	Thu Aug 13 10:05:49 2020	(r544796)
+++ head/graphics/kimageannotator/Makefile	Thu Aug 13 10:17:40 2020	(r544797)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kImageAnnotator
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.1
+DISTVERSION=	0.3.2
 CATEGORIES=	graphics kde
 
 MAINTAINER=	kde@FreeBSD.org
@@ -16,8 +16,9 @@ LIB_DEPENDS=	libkColorPicker.so:graphics/kcolorpicker
 USES=		cmake localbase compiler:c++11-lang qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	ksnip
-USE_QT=		core svg \
+USE_QT=		core gui svg widgets \
 		buildtools_build linguisttools_build qmake_build
+USE_XORG=	x11
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 CMAKE_OFF=	BUILD_EXAMPLE

Modified: head/graphics/kimageannotator/distinfo
==============================================================================
--- head/graphics/kimageannotator/distinfo	Thu Aug 13 10:05:49 2020	(r544796)
+++ head/graphics/kimageannotator/distinfo	Thu Aug 13 10:17:40 2020	(r544797)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593171353
-SHA256 (ksnip-kImageAnnotator-v0.3.1_GH0.tar.gz) = 483bc305631c018c4d7fe835fe0d1c5b39b350b66b55698f5868d4879131a776
-SIZE (ksnip-kImageAnnotator-v0.3.1_GH0.tar.gz) = 130708
+TIMESTAMP = 1597313390
+SHA256 (ksnip-kImageAnnotator-v0.3.2_GH0.tar.gz) = d79d4132932ebf03f7f620281d033a74c7ee3fa7c5f204f2e86dac240cfaa8f1
+SIZE (ksnip-kImageAnnotator-v0.3.2_GH0.tar.gz) = 131905

Modified: head/graphics/kimageannotator/files/patch-CMakeLists.txt
==============================================================================
--- head/graphics/kimageannotator/files/patch-CMakeLists.txt	Thu Aug 13 10:05:49 2020	(r544796)
+++ head/graphics/kimageannotator/files/patch-CMakeLists.txt	Thu Aug 13 10:17:40 2020	(r544797)
@@ -1,11 +1,11 @@
---- CMakeLists.txt.orig	2020-06-24 09:59:32 UTC
+--- CMakeLists.txt.orig	2020-07-29 15:03:30 UTC
 +++ CMakeLists.txt
-@@ -69,7 +69,7 @@ target_include_directories(kImageAnnotator
- target_link_libraries(kImageAnnotator PUBLIC Qt5::Widgets Qt5::Svg PRIVATE kColorPicker::kColorPicker)
+@@ -70,7 +70,7 @@ target_include_directories(kImageAnnotator
+ target_link_libraries(kImageAnnotator PUBLIC Qt5::Widgets Qt5::Svg kColorPicker::kColorPicker)
  
- if (UNIX)
--	target_link_libraries(kImageAnnotator PRIVATE X11)
-+	target_link_libraries(kImageAnnotator PRIVATE X11::X11)
+ if (UNIX AND NOT APPLE)
+-	target_link_libraries(kImageAnnotator PUBLIC X11)
++	target_link_libraries(kImageAnnotator PUBLIC X11::X11)
  endif ()
  
  target_compile_definitions(kImageAnnotator PRIVATE KIMAGEANNOTATOR_LIB)



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