mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
icewm: don't use external (unsupported) systray
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
eba0262518
commit
afd388bee3
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue