icewm: don't use external (unsupported) systray

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-05-11 00:03:46 +02:00
parent eba0262518
commit afd388bee3
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -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
}