From 749366ecd3208f95d7fc771fdfc2949010e21476 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 31 Oct 2020 21:11:00 +0200 Subject: [PATCH] icewm: update to 1.9.0. --- srcpkgs/icewm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index 0e587805a9f..ee331f65ff7 100644 --- a/srcpkgs/icewm/template +++ b/srcpkgs/icewm/template @@ -1,6 +1,6 @@ # Template file for 'icewm' pkgname=icewm -version=1.8.3 +version=1.9.0 revision=1 build_style=cmake configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON @@ -16,7 +16,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://ice-wm.org/" distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz" -checksum=8176efa28d9ec366350dd819aea8faeb512b0184fcc52c538eed90d3474ee136 +checksum=50eaba8773930be822e17c264ef0eb639d704bf3dd592698343a2148d0f7754a # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok CXXFLAGS="-Wno-odr -fno-strict-aliasing"