Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2020 08:43:28 +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: r557263 - in head/graphics/kimageannotator: . files
Message-ID:  <202012080843.0B88hSQ2028695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Dec  8 08:43:28 2020
New Revision: 557263
URL: https://svnweb.freebsd.org/changeset/ports/557263

Log:
  graphics/kimageannotator: update to 0.4.0

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

Modified: head/graphics/kimageannotator/Makefile
==============================================================================
--- head/graphics/kimageannotator/Makefile	Tue Dec  8 08:35:34 2020	(r557262)
+++ head/graphics/kimageannotator/Makefile	Tue Dec  8 08:43:28 2020	(r557263)
@@ -2,8 +2,7 @@
 
 PORTNAME=	kImageAnnotator
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.2
-PORTREVISION=	1
+DISTVERSION=	0.4.0
 CATEGORIES=	graphics kde
 
 MAINTAINER=	kde@FreeBSD.org
@@ -14,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libkColorPicker.so:graphics/kcolorpicker
 
-USES=		cmake localbase compiler:c++11-lang qt:5
+USES=		cmake localbase compiler:c++11-lang qt:5 xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	ksnip
 USE_QT=		core gui svg widgets \

Modified: head/graphics/kimageannotator/distinfo
==============================================================================
--- head/graphics/kimageannotator/distinfo	Tue Dec  8 08:35:34 2020	(r557262)
+++ head/graphics/kimageannotator/distinfo	Tue Dec  8 08:43:28 2020	(r557263)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597313390
-SHA256 (ksnip-kImageAnnotator-v0.3.2_GH0.tar.gz) = d79d4132932ebf03f7f620281d033a74c7ee3fa7c5f204f2e86dac240cfaa8f1
-SIZE (ksnip-kImageAnnotator-v0.3.2_GH0.tar.gz) = 131905
+TIMESTAMP = 1607352051
+SHA256 (ksnip-kImageAnnotator-v0.4.0_GH0.tar.gz) = 4ce8b9853e7c55cffd5eb5fe42ca89ead55db5f432be1b715e6f2804f7e8287d
+SIZE (ksnip-kImageAnnotator-v0.4.0_GH0.tar.gz) = 164030

Modified: head/graphics/kimageannotator/files/patch-CMakeLists.txt
==============================================================================
--- head/graphics/kimageannotator/files/patch-CMakeLists.txt	Tue Dec  8 08:35:34 2020	(r557262)
+++ head/graphics/kimageannotator/files/patch-CMakeLists.txt	Tue Dec  8 08:43:28 2020	(r557263)
@@ -1,14 +1,10 @@
---- CMakeLists.txt.orig	2020-07-29 15:03:30 UTC
+--- CMakeLists.txt.orig	2020-12-06 21:01:08 UTC
 +++ CMakeLists.txt
-@@ -67,10 +67,10 @@ target_include_directories(kImageAnnotator
- 						   $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
- 						   )
+@@ -70,7 +70,7 @@ target_include_directories(kImageAnnotator
+ target_link_libraries(kImageAnnotator PUBLIC Qt5::Widgets Qt5::Svg PRIVATE kColorPicker::kColorPicker)
  
--target_link_libraries(kImageAnnotator PUBLIC Qt5::Widgets Qt5::Svg kColorPicker::kColorPicker)
-+target_link_libraries(kImageAnnotator PUBLIC Qt5::Widgets Qt5::Svg PRIVATE kColorPicker::kColorPicker)
- 
  if (UNIX AND NOT APPLE)
--	target_link_libraries(kImageAnnotator PUBLIC X11)
+-	target_link_libraries(kImageAnnotator PRIVATE X11)
 +	target_link_libraries(kImageAnnotator PRIVATE X11::X11)
  endif ()
  

Modified: head/graphics/kimageannotator/pkg-plist
==============================================================================
--- head/graphics/kimageannotator/pkg-plist	Tue Dec  8 08:35:34 2020	(r557262)
+++ head/graphics/kimageannotator/pkg-plist	Tue Dec  8 08:43:28 2020	(r557263)
@@ -27,4 +27,4 @@ lib/libkImageAnnotator.so.%%SHLIB_VER%%
 %%DATADIR%%/translations/kImageAnnotator_sv.qm
 %%DATADIR%%/translations/kImageAnnotator_tr.qm
 %%DATADIR%%/translations/kImageAnnotator_uk.qm
-%%DATADIR%%/translations/kImageAnnotator_zh_Hans.qm
+%%DATADIR%%/translations/kImageAnnotator_zh_CN.qm



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