mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
graphics/kcolorpicker: Update to 0.3.1
This commit is contained in:
parent
d78eaeb3f8
commit
1e08136a9e
6 changed files with 20 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kColorPicker
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.0
|
||||
DISTVERSION= 0.3.1
|
||||
CATEGORIES= graphics kde
|
||||
PKGNAMESUFFIX= -${FLAVOR}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1706133480
|
||||
SHA256 (ksnip-kColorPicker-v0.3.0_GH0.tar.gz) = cab1efae1ca345a831dc6975b81c344da5c9425d934d73584dd7d0d512af3946
|
||||
SIZE (ksnip-kColorPicker-v0.3.0_GH0.tar.gz) = 12998
|
||||
TIMESTAMP = 1714541691
|
||||
SHA256 (ksnip-kColorPicker-v0.3.1_GH0.tar.gz) = e78c785ec4a8a22a48a91835c97601f5704b5076b154415353b0d2697dc0b4f7
|
||||
SIZE (ksnip-kColorPicker-v0.3.1_GH0.tar.gz) = 12861
|
||||
|
|
10
graphics/kcolorpicker/files/patch-CMakeLists.txt
Normal file
10
graphics/kcolorpicker/files/patch-CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- CMakeLists.txt.orig 2024-05-01 05:41:27 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -65,6 +65,7 @@ set_target_properties(kColorPicker
|
||||
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin
|
||||
VERSION ${PROJECT_VERSION}
|
||||
SOVERSION 0
|
||||
+ OUTPUT_NAME kColorPicker-Qt${QT_MAJOR_VERSION}
|
||||
)
|
||||
|
||||
install(TARGETS kColorPicker
|
|
@ -1,7 +1,7 @@
|
|||
include/kColorPicker-Qt%%QT_VER%%/kColorPicker/KColorPicker.h
|
||||
include/kColorPicker-Qt%%QT_VER%%/kColorPicker/KColorPickerExport.h
|
||||
lib/cmake/kColorPicker-Qt%%QT_VER%%/kColorPicker-Qt%%QT_VER%%-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/kColorPicker-Qt%%QT_VER%%/kColorPicker-Qt%%QT_VER%%-targets.cmake
|
||||
lib/cmake/kColorPicker-Qt%%QT_VER%%/kColorPicker-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/kColorPicker-Qt%%QT_VER%%/kColorPicker-targets.cmake
|
||||
lib/cmake/kColorPicker-Qt%%QT_VER%%/kColorPicker-Qt%%QT_VER%%Config-version.cmake
|
||||
lib/cmake/kColorPicker-Qt%%QT_VER%%/kColorPicker-Qt%%QT_VER%%Config.cmake
|
||||
lib/libkColorPicker-Qt%%QT_VER%%.so
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
--- CMakeLists.txt.orig 2023-03-15 09:08:40 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -61,10 +61,10 @@ set(KIMAGEANNOTATOR_MIN_VERSION 0.6.1)
|
||||
@@ -60,11 +60,11 @@ find_package(Qt5 ${QT_MIN_VERSION} REQUIRED ${QT_COMPO
|
||||
|
||||
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED ${QT_COMPONENTS})
|
||||
|
||||
set(KIMAGEANNOTATOR_MIN_VERSION 0.6.1)
|
||||
-set(KIMAGEANNOTATOR_MIN_VERSION 0.6.1)
|
||||
-find_package(kImageAnnotator ${KIMAGEANNOTATOR_MIN_VERSION} REQUIRED)
|
||||
+set(KIMAGEANNOTATOR_MIN_VERSION 0.7.0)
|
||||
+find_package(kImageAnnotator-Qt5 ${KIMAGEANNOTATOR_MIN_VERSION} REQUIRED)
|
||||
|
||||
-set(KCOLORPICKER_MIN_VERSION 0.2.0)
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/CMakeLists.txt.orig 2024-01-26 06:54:23 UTC
|
||||
+++ src/CMakeLists.txt
|
||||
@@ -273,7 +273,7 @@ elseif (UNIX)
|
||||
Qt5::DBus
|
||||
Qt5::X11Extras
|
||||
kImageAnnotator::kImageAnnotator
|
||||
- kColorPicker::kColorPicker
|
||||
+ kColorPicker::kColorPicker-Qt5
|
||||
XCB::XFIXES
|
||||
)
|
||||
|
Loading…
Add table
Reference in a new issue