void-packages/srcpkgs/icewm/template
2020-03-21 15:38:00 +01:00

26 lines
952 B
Bash

# Template file for 'icewm'
pkgname=icewm
version=1.6.5
revision=1
build_style=cmake
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
libXcomposite-devel libXdamage-devel fribidi-devel"
depends="shared-mime-info"
short_desc="Window Manager designed for speed, usability, and consistency"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://ice-wm.org/"
distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
checksum=f0051257c93b9694b36ceb833f0b9b523c32195a854f8b1a43c918381197b737
# No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok
CXXFLAGS="-Wno-odr -fno-strict-aliasing"
pre_install() {
cp lib/IceWM.jpg build/lib/IceWM.jpg
}