From a1ccc8d29d1d32d61afab7aa47727957f83b10a2 Mon Sep 17 00:00:00 2001 From: glaulher Date: Sun, 8 Jun 2025 21:40:29 -0300 Subject: [PATCH] icewm: update to 3.7.5. --- srcpkgs/icewm/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index aa84e7ccb54..d1c03a4d7af 100644 --- a/srcpkgs/icewm/template +++ b/srcpkgs/icewm/template @@ -1,6 +1,6 @@ # Template file for 'icewm' pkgname=icewm -version=3.6.0 +version=3.7.5 revision=1 build_style=cmake make_cmd=make @@ -18,7 +18,7 @@ license="GPL-2.0-or-later" homepage="https://ice-wm.org/" changelog="https://raw.githubusercontent.com/ice-wm/icewm/master/NEWS" distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz" -checksum=0fa15f252983d21b1bc434142c787b16bdfc347a83c3057586d0e0091f26617b +checksum=ffcaa0eb86af022edbf8b3ad7d57c6c20125a64f678cf451a0665d891a4683e0 # broken tests make_check=no @@ -31,3 +31,7 @@ CXXFLAGS="-Wno-odr -fno-strict-aliasing" pre_install() { cp lib/IceWM.jpg build/lib/IceWM.jpg } +post_install() { + # See https://github.com/ice-wm/icewm/commit/5d735df293e61fd94e114ef58e800d757f98d01c + rm -rf "${DESTDIR}/builddir/" +}