From 0ee0377b417e68a3fb1a3ad35304041484036aa9 Mon Sep 17 00:00:00 2001 From: Jipok Date: Mon, 11 Sep 2023 18:04:47 +0500 Subject: [PATCH 1/3] New package: f3d-2.1.0 --- srcpkgs/f3d/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/f3d/template diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template new file mode 100644 index 00000000000000..88378d0e7b3d9e --- /dev/null +++ b/srcpkgs/f3d/template @@ -0,0 +1,18 @@ +# Template file for 'f3d' +pkgname=f3d +version=2.1.0 +revision=1 +build_style=cmake +makedepends="vtk-devel" +depends="vtk" +short_desc="Fast and minimalist 3D viewer" +maintainer="Jipok " +license="BSD-3-Clause" +homepage="https://f3d.app" +changelog="https://f3d.app/doc/CHANGELOG.html" +distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz" +checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2 + +post_install() { + vlicense LICENSE.md +} From 0a5655c2a9be2d018e1adb364bd39342427c5cd1 Mon Sep 17 00:00:00 2001 From: Jipok Date: Sun, 8 Oct 2023 22:15:44 +0500 Subject: [PATCH 2/3] f3d: update to 2.2.1. --- srcpkgs/f3d/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template index 88378d0e7b3d9e..4a8f69e4b7cd3c 100644 --- a/srcpkgs/f3d/template +++ b/srcpkgs/f3d/template @@ -1,6 +1,6 @@ # Template file for 'f3d' pkgname=f3d -version=2.1.0 +version=2.2.1 revision=1 build_style=cmake makedepends="vtk-devel" @@ -11,7 +11,7 @@ license="BSD-3-Clause" homepage="https://f3d.app" changelog="https://f3d.app/doc/CHANGELOG.html" distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz" -checksum=3e5e6c2c16da4d7ccce8b6e316ab8007592a2bc0fc11a513f1ebac8c7f0f95d2 +checksum=4d3a73b0107c8db7f0556107c74087d3748232a73981f65f7c5186ac1003ec8d post_install() { vlicense LICENSE.md From 653bb0fb5296e7de45f1a685983c08f961b1c3d5 Mon Sep 17 00:00:00 2001 From: Jipok Date: Wed, 3 Apr 2024 22:25:31 +0500 Subject: [PATCH 3/3] f3d: update to 2.4.0. --- srcpkgs/f3d/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/f3d/template b/srcpkgs/f3d/template index 4a8f69e4b7cd3c..ca2db29314c164 100644 --- a/srcpkgs/f3d/template +++ b/srcpkgs/f3d/template @@ -1,6 +1,6 @@ # Template file for 'f3d' pkgname=f3d -version=2.2.1 +version=2.4.0 revision=1 build_style=cmake makedepends="vtk-devel" @@ -11,7 +11,7 @@ license="BSD-3-Clause" homepage="https://f3d.app" changelog="https://f3d.app/doc/CHANGELOG.html" distfiles="https://github.com/f3d-app/f3d/archive/refs/tags/v${version}.tar.gz" -checksum=4d3a73b0107c8db7f0556107c74087d3748232a73981f65f7c5186ac1003ec8d +checksum=3286ad1b324b995fd95818679b4ced80ebc3cc3b4bd4c8e6964695c05c934c8f post_install() { vlicense LICENSE.md