mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
This commit is contained in:
parent
be60128ad3
commit
aa8f164f57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544797
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user