mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
icewm: update to 3.7.5.
This commit is contained in:
parent
36a7afe67a
commit
a1ccc8d29d
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'icewm'
|
||||
pkgname=icewm
|
||||
version=3.6.0
|
||||
version=3.7.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
make_cmd=make
|
||||
|
@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://ice-wm.org/"
|
||||
changelog="https://raw.githubusercontent.com/ice-wm/icewm/master/NEWS"
|
||||
distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
|
||||
checksum=0fa15f252983d21b1bc434142c787b16bdfc347a83c3057586d0e0091f26617b
|
||||
checksum=ffcaa0eb86af022edbf8b3ad7d57c6c20125a64f678cf451a0665d891a4683e0
|
||||
# broken tests
|
||||
make_check=no
|
||||
|
||||
|
@ -31,3 +31,7 @@ CXXFLAGS="-Wno-odr -fno-strict-aliasing"
|
|||
pre_install() {
|
||||
cp lib/IceWM.jpg build/lib/IceWM.jpg
|
||||
}
|
||||
post_install() {
|
||||
# See https://github.com/ice-wm/icewm/commit/5d735df293e61fd94e114ef58e800d757f98d01c
|
||||
rm -rf "${DESTDIR}/builddir/"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue