From afd388bee3466fd040f4a5854a2ad80c67aa47ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 11 May 2019 00:03:46 +0200 Subject: [PATCH] icewm: don't use external (unsupported) systray MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/icewm/template | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index 7d1d2a71c1..e094706368 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 -}