diff --git a/common/shlibs b/common/shlibs index 730f0c4780..81692fc51c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -541,6 +541,7 @@ libkdexoauth2.so.3 kdepim-runtime-17.12.3_1 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 +libkColorPicker.so.0.0.1 kColorPicker-0.0.1_1 libbabl-0.1.so.0 babl-0.1.16_1 libbamf3.so.2 bamf-0.5.1_1 libicuio.so.64 icu-libs-64.1_1 diff --git a/srcpkgs/kColorPicker-devel b/srcpkgs/kColorPicker-devel new file mode 120000 index 0000000000..bc2cf83a86 --- /dev/null +++ b/srcpkgs/kColorPicker-devel @@ -0,0 +1 @@ +kColorPicker \ No newline at end of file diff --git a/srcpkgs/kColorPicker/template b/srcpkgs/kColorPicker/template new file mode 100644 index 0000000000..899c185193 --- /dev/null +++ b/srcpkgs/kColorPicker/template @@ -0,0 +1,28 @@ +# Template file for 'kColorPicker' +pkgname=kColorPicker +version=0.0.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" +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=858f4205be2b35e55d41520073564e8a2254b9c1c78c718ad1ec32d35a5cf968 + +pre_check() { + export QT_QPA_PLATFORM=offscreen +} + +kColorPicker-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}