icewm: update to 1.9.1
This commit is contained in:
parent
354b0416df
commit
a9472a524a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'icewm'
|
# Template file for 'icewm'
|
||||||
pkgname=icewm
|
pkgname=icewm
|
||||||
version=1.9.0
|
version=1.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON
|
configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON
|
||||||
|
@ -12,11 +12,11 @@ makedepends="libSM-devel libXft-devel libXinerama-devel libXpm-devel
|
||||||
libXcomposite-devel libXdamage-devel fribidi-devel"
|
libXcomposite-devel libXdamage-devel fribidi-devel"
|
||||||
depends="shared-mime-info"
|
depends="shared-mime-info"
|
||||||
short_desc="Window Manager designed for speed, usability, and consistency"
|
short_desc="Window Manager designed for speed, usability, and consistency"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Glaulher <glaulher.developer@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://ice-wm.org/"
|
homepage="https://ice-wm.org/"
|
||||||
distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
|
distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
|
||||||
checksum=50eaba8773930be822e17c264ef0eb639d704bf3dd592698343a2148d0f7754a
|
checksum=ad5391d8bfd943169be56471895fae35ab54ef205a1f49510e8f86c2d9a1aa7c
|
||||||
|
|
||||||
# No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok
|
# No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok
|
||||||
CXXFLAGS="-Wno-odr -fno-strict-aliasing"
|
CXXFLAGS="-Wno-odr -fno-strict-aliasing"
|
||||||
|
|
Loading…
Reference in New Issue