diff --git a/common/shlibs b/common/shlibs index 9220340b482..1fc80ac4e7b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -523,7 +523,7 @@ libakonadi-filestore.so.5 kdepim-runtime-17.12.3_1 libmaildir.so.5 kdepim-runtime-17.12.3_1 libfolderarchivesettings.so.5 kdepim-runtime-17.12.3_1 libkImageAnnotator.so.0 kImageAnnotator-0.4.1_1 -libkColorPicker.so.0 kColorPicker-0.1.5_1 +libkColorPicker.so.0 kColorPicker-0.3.1_1 libbabl-0.1.so.0 babl-0.1.16_1 libbamf3.so.2 bamf-0.5.1_1 libicuio.so.73 icu-libs-73.2_1 diff --git a/srcpkgs/kColorPicker/template b/srcpkgs/kColorPicker/template index 0350301c5fe..595cf0951fa 100644 --- a/srcpkgs/kColorPicker/template +++ b/srcpkgs/kColorPicker/template @@ -1,17 +1,18 @@ # Template file for 'kColorPicker' pkgname=kColorPicker -version=0.2.0 +version=0.3.1 revision=1 build_style=cmake -configure_args="-DBUILD_TESTS=ON -DBUILD_EXAMPLE=OFF -DBUILD_SHARED_LIBS=ON" -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools" -makedepends="qt5-devel" +configure_args="-DBUILD_TESTS=ON -DBUILD_EXAMPLE=OFF -DBUILD_SHARED_LIBS=ON + -DBUILD_WITH_QT6=ON" +hostmakedepends="extra-cmake-modules qt6-base qt6-tools" +makedepends="qt6-base-devel" short_desc="Qt based Color Picker with popup menu" maintainer="John " license="LGPL-2.0-or-later" homepage="https://github.com/DamirPorobic/kColorPicker" distfiles="https://github.com/DamirPorobic/kColorPicker/archive/v${version}.tar.gz" -checksum=20ffc5e935333a18c5cd813c3d306d3482ec9c826fe0d0c3d7b7635419703d55 +checksum=e78c785ec4a8a22a48a91835c97601f5704b5076b154415353b0d2697dc0b4f7 kColorPicker-devel_package() { depends="${sourcepkg}>=${version}_${revision}"