From 5be5b6cc9ad3fe88121a9e68303195d823c78e56 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sat, 5 Oct 2019 01:19:47 +0200 Subject: [PATCH] WIP: occt: update to 7.4.0. [ci skip] TODO: * actually build the hole thing * check what freecad says about it * test the musl patches --- srcpkgs/occt/{patches => }/musl-fenv.patch | 0 srcpkgs/occt/template | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename srcpkgs/occt/{patches => }/musl-fenv.patch (100%) diff --git a/srcpkgs/occt/patches/musl-fenv.patch b/srcpkgs/occt/musl-fenv.patch similarity index 100% rename from srcpkgs/occt/patches/musl-fenv.patch rename to srcpkgs/occt/musl-fenv.patch diff --git a/srcpkgs/occt/template b/srcpkgs/occt/template index 70647369464..794f88a298a 100644 --- a/srcpkgs/occt/template +++ b/srcpkgs/occt/template @@ -1,6 +1,6 @@ # Template file for 'occt' pkgname=occt -version=7.3.0p3 +version=7.4.0 revision=1 _gittag="V${version//./_}" wrksrc=occt-${_gittag} @@ -16,7 +16,7 @@ homepage="https://www.opencascade.com" # distifile: use git instead of official tarball that requires registration # see https://www.opencascade.com/content/packaging-again-debian distfiles="https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_gittag};sf=tgz>occt-${_gittag}.tar.gz" -checksum=fbd46db3e75313131b88a606024ea4d4496c3c7f6e68c23988e9d3e673d4f21b +checksum=655da7717dac3460a22a6a7ee68860c1da56da2fec9c380d8ac0ac0349d67676 conflicts="oce>=0" post_install() {