diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index 7d1d2a71c1a..e094706368d 100644 --- a/srcpkgs/icewm/template +++ b/srcpkgs/icewm/template @@ -1,10 +1,9 @@ # Template file for 'icewm' pkgname=icewm version=1.5.4 -revision=2 +revision=3 build_style=cmake -configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON - -DCONFIG_EXTERNAL_TRAY=ON -DENABLE_ALSA=ON -DCFGDIR=/etc/icewm" +configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON -DCFGDIR=/etc/icewm" hostmakedepends="asciidoc gettext-devel libtool mkfontdir perl pkg-config" makedepends="libSM-devel libXft-devel libXinerama-devel libXpm-devel libXrandr-devel libao-devel librsvg-devel libsndfile-devel" @@ -18,8 +17,3 @@ checksum=895c81d6672a3eaa91c76a0807ea8fea6789b8a3c8626635f1c11d7c5ca059ea # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok CXXFLAGS="-Wno-odr -fno-strict-aliasing" - -post_install() { - # icewmtray is not installed by 'make install' - vbin build/icewmtray -}