From 0ada3b0eadb61cab9ea6b2226aa70428edfa75d6 Mon Sep 17 00:00:00 2001 From: glaulher Date: Sat, 9 Jan 2021 13:35:16 -0300 Subject: [PATCH] icewm: update to 2.0.0. --- srcpkgs/icewm/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index e039fc70099..1fb9fdf252b 100644 --- a/srcpkgs/icewm/template +++ b/srcpkgs/icewm/template @@ -1,9 +1,9 @@ # Template file for 'icewm' pkgname=icewm -version=1.9.2 +version=2.0.0 revision=1 build_style=cmake -configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON +configure_args="-DENABLE_LTO=ON -DCONFIG_GDK_PIXBUF_XLIB=ON -DCONFIG_IMLIB2=OFF -DCFGDIR=/etc/icewm" hostmakedepends="asciidoc gettext-devel libtool mkfontdir perl pkg-config" @@ -16,10 +16,10 @@ maintainer="Glaulher " license="GPL-2.0-or-later" homepage="https://ice-wm.org/" distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz" -checksum=d40965a74e001f7c514c6581cec1b6dfed1d4b0d5479dd29a816bce9fe0c75ed +checksum=6a46231b3ee8b347996ebe93a1e987ca3ea9b51bc40e58f4657d88fc1e2329c7 # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok -CXXFLAGS="-Wno-odr -fno-strict-aliasing" +CXXFLAGS="-w -Wno-odr -fno-strict-aliasing" pre_install() { cp lib/IceWM.jpg build/lib/IceWM.jpg