From 29d82c6b9811fd4985bf6ef3f345024995c89d18 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 1 May 2021 11:08:18 +0200 Subject: [PATCH] New package: qt6-lottie-6.1.0 --- common/shlibs | 1 + srcpkgs/qt6-lottie-devel | 1 + srcpkgs/qt6-lottie/template | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 120000 srcpkgs/qt6-lottie-devel create mode 100644 srcpkgs/qt6-lottie/template diff --git a/common/shlibs b/common/shlibs index f98b1e473be..38ed206a639 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2025,6 +2025,7 @@ libQt6ScxmlQml.so.6 qt6-scxml-6.1.0rc2_1 libQt6Scxml.so.6 qt6-scxml-6.1.0rc2_1 libQt6StateMachine.so.6 qt6-scxml-6.1.0rc2_1 libQt6StateMachineQml.so.6 qt6-scxml-6.1.0rc2_1 +libQt6Bodymovin.so.6 qt6-lottie-6.1.0rc2_1 libnpth.so.0 npth-1.1_1 libnpupnp.so.4 libnpupnp-4.0.2_1 libglfw.so.3 glfw-3.0.4_1 diff --git a/srcpkgs/qt6-lottie-devel b/srcpkgs/qt6-lottie-devel new file mode 120000 index 00000000000..ba915c5589b --- /dev/null +++ b/srcpkgs/qt6-lottie-devel @@ -0,0 +1 @@ +qt6-lottie \ No newline at end of file diff --git a/srcpkgs/qt6-lottie/template b/srcpkgs/qt6-lottie/template new file mode 100644 index 00000000000..21ad418162b --- /dev/null +++ b/srcpkgs/qt6-lottie/template @@ -0,0 +1,27 @@ +# Template file for 'qt6-lottie' +pkgname=qt6-lottie +version=6.1.0 +revision=1 +wrksrc="qtlottie-everywhere-src-${version}" +build_style=cmake +configure_args="-DQT_HOST_PATH=/usr" +hostmakedepends="perl qt6-base-devel" +makedepends="qt6-declarative-devel" +short_desc="Cross-platform application and UI framework - lottie" +maintainer="John " +license="GPL-3.0-only" +homepage="https://qt.io/" +distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtlottie-everywhere-src-${version}.tar.xz" +checksum=3c2478f1064574939cfc151d7df0743d6bb1119d8cee6ed3ca3bc1cdfb8fece8 + +qt6-lottie-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove usr/lib/qt6/mkspecs + vmove "usr/lib/*.so" + vmove "usr/lib/*.prl" + } +}