diff --git a/common/shlibs b/common/shlibs index 81692fc51c..01a26839a2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -542,6 +542,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 libkColorPicker.so.0.0.1 kColorPicker-0.0.1_1 +libkImageAnnotator.so.0.0.2 kImageAnnotator-0.0.2_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/kImageAnnotator-devel b/srcpkgs/kImageAnnotator-devel new file mode 120000 index 0000000000..d26188257d --- /dev/null +++ b/srcpkgs/kImageAnnotator-devel @@ -0,0 +1 @@ +kImageAnnotator \ No newline at end of file diff --git a/srcpkgs/kImageAnnotator/template b/srcpkgs/kImageAnnotator/template new file mode 100644 index 0000000000..79399acc36 --- /dev/null +++ b/srcpkgs/kImageAnnotator/template @@ -0,0 +1,28 @@ +# Template file for 'kImageAnnotator' +pkgname=kImageAnnotator +version=0.0.2 +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 kColorPicker-devel" +short_desc="Tool for annotating images" +maintainer="John " +license="LGPL-2.0-or-later" +homepage="https://github.com/DamirPorobic/kImageAnnotator" +distfiles="https://github.com/DamirPorobic/kImageAnnotator/archive/v${version}.tar.gz" +checksum=b68220170fbf10b2d38e9ed29d07e0606e4f2f4ceb03ba9c28ef67bc0d42c855 + +pre_check() { + export QT_QPA_PLATFORM=offscreen +} + +kImageAnnotator-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}