kcolorpicker: updated signature

This commit is contained in:
Tim Biermann 2024-04-25 22:13:15 +02:00
parent f39564c076
commit 52d7a3b59e
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 3 deletions

5
kcolorpicker/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3jdZj8iRTFW4M6U56kFmr9+8iuiy47iZJyac1umxEsDSeqYXO4w5fu0BU5wEcJd4Ulf9FMrWhF8JKkmuDDhSiwE=
SHA256 (Pkgfile) = 9a06cab032798b4977b5b8b9542c8d1daad81a828644fd9d1801e766ca5590e6
SHA256 (.footprint) = 51743c6e2a7edab3c823538b85fd7eb6a12c8e2da897c7d075a78bb49dc1d9aa
SHA256 (kcolorpicker-0.3.1.tar.gz) = e78c785ec4a8a22a48a91835c97601f5704b5076b154415353b0d2697dc0b4f7

View File

@ -1,5 +1,5 @@
# Description: Qt based Color Picker with popup menu
# URL: https://github.com/ksnip/kColorPicker
# URL: https://github.com/ksnip/kColorPicker
# Maintainer: CRUX KDE Ports, kde-ports at crux dot nu
# Depends on: qt6-base
@ -16,10 +16,10 @@ build() {
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D BUILD_WITH_QT6=ON \
-D BUILD_SHARED_LIBS=ON \
-D BUILD_TESTS=OFF \
-D BUILD_EXAMPLE=OFF \
-D BUILD_WITH_QT6=ON \
-DBUILD_SHARED_LIBS=ON \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build