From 3058e690f9457c2e6d89620e81ec1a5c4efa5c80 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 22 Nov 2017 03:38:47 +0300 Subject: [PATCH] mesa: strip Software Pipe * down from 60 MB to 6 MB --- sys-libs/mesa/mesa-17.1.7.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-libs/mesa/mesa-17.1.7.recipe b/sys-libs/mesa/mesa-17.1.7.recipe index d6f4574c7..3a68b01be 100644 --- a/sys-libs/mesa/mesa-17.1.7.recipe +++ b/sys-libs/mesa/mesa-17.1.7.recipe @@ -6,7 +6,7 @@ providing 3D rendering to Haiku applications." HOMEPAGE="http://www.mesa3d.org/" COPYRIGHT="1999-2017 Brian Paul" LICENSE="MIT" -REVISION="5" +REVISION="6" SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz" CHECKSUM_SHA256="69f472a874b1122404fa0bd13e2d6bf87eb3b9ad9c21d2f39872a96d83d9e5f5" PATCHES="mesa-$portVersion.patchset" @@ -99,6 +99,7 @@ INSTALL() mkdir -p $addOnsDir/opengl mv $(find $libDir -name 'libswpipe.so') \ "$addOnsDir/opengl/Software Pipe" + strip -s "$addOnsDir/opengl/Software Pipe" rm -rf $libDir/haiku # Set some nice version info