32 lines
1.1 KiB
Bash
32 lines
1.1 KiB
Bash
# Template file for 'icewm'
|
|
pkgname=icewm
|
|
version=2.8.0
|
|
revision=1
|
|
build_style=cmake
|
|
make_cmd=make
|
|
configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON
|
|
-DCONFIG_XPM=ON -DCONFIG_LIBJPEG=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 imlib2-devel"
|
|
depends="shared-mime-info"
|
|
short_desc="Window Manager designed for speed, usability, and consistency"
|
|
maintainer="Glaulher <glaulher.developer@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://ice-wm.org/"
|
|
distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
|
|
checksum=f225a7e5cf225493b6ae8d427d3a08ab9d3ab6bcd2a297ec41350655ddba7be1
|
|
# broken tests
|
|
make_check=no
|
|
|
|
# Ninja build files generation fails
|
|
export CMAKE_GENERATOR="Unix Makefiles"
|
|
|
|
# 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
|
|
}
|