From eefc0639d814ee5c45f57f04b2a9dd1734b8131e Mon Sep 17 00:00:00 2001 From: cat Date: Wed, 19 Nov 2025 16:23:00 +0200 Subject: [PATCH] added magnum-all metapackage + fixed shlibs --- common/shlibs | 7 +++---- srcpkgs/magnum-all/template | 11 +++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/magnum-all/template diff --git a/common/shlibs b/common/shlibs index 5f5e370..f123f3c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4565,9 +4565,8 @@ libMagnumShaderTools.so.2 magnum-2020.06.r3516.g3a2c1292e_1 libMagnumText.so.2 magnum-2020.06.r3516.g3a2c1292e_1 libMagnumTextureTools.so.2 magnum-2020.06.r3516.g3a2c1292e_1 libMagnumTrade.so.2 magnum-2020.06.r3516.g3a2c1292e_1 -libMagnumImGuiIntegration.so.2 magnum-integration-2020.06.r347.g090b67d2025.47_1 -libMagnumGlmIntegration.so.2 magnum-integration-2020.06.r347.g090b67d2025.47_1 -libMagnumBulletIntegration.so.2 magnum-integration-2020.06.r347.g090b67d2025.47_1 +libMagnumImGuiIntegration.so.2 magnum-integration-2020.06.r347.g090b67d_1 +libMagnumGlmIntegration.so.2 magnum-integration-2020.06.r347.g090b67d_1 +libMagnumBulletIntegration.so.2 magnum-integration-2020.06.r347.g090b67d_1 libMagnumUi.so.2 magnum-extras-2020.06.r991.gf7fe781_1 libMagnumOpenDdl.so.2 magnum-plugins-2020.06.r1686.gf2d054a1_1 - diff --git a/srcpkgs/magnum-all/template b/srcpkgs/magnum-all/template new file mode 100644 index 0000000..24715eb --- /dev/null +++ b/srcpkgs/magnum-all/template @@ -0,0 +1,11 @@ +# Template file for 'magnum-all' +pkgname=magnum-all +version=2020.06 +revision=1 +depends="corrade magnum magnum-plugins magnum-extras magnum-integration magnum-examples" +short_desc="All packages(include magnum-examples) meta package" +maintainer="Dora 'cat' " +license="Public Domain" +homepage="https://magnum.graphics/" +changelog="https://doc.magnum.graphics/magnum/changelog.html" +metapackage=yes