icewm: update to 1.6.4.
This commit is contained in:
parent
07fd0a2f44
commit
89f328cc54
2 changed files with 17 additions and 2 deletions
15
srcpkgs/icewm/patches/cmake.patch
Normal file
15
srcpkgs/icewm/patches/cmake.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
diff --git src/CMakeLists.txt src/CMakeLists.txt
|
||||||
|
index 56c78f2..31d6a42 100644
|
||||||
|
Fixes undefined reference to walltime()
|
||||||
|
Patch proposed: https://github.com/ice-wm/icewm/pull/7
|
||||||
|
--
|
||||||
|
--- src/CMakeLists.txt
|
||||||
|
+++ src/CMakeLists.txt
|
||||||
|
@@ -505,7 +505,7 @@ ADD_EXECUTABLE(icewmhint${EXEEXT} icewmhint.cc ${MISC_SRCS})
|
||||||
|
target_compile_options(icewmhint${EXEEXT} PUBLIC ${CXXFLAGS_COMMON} ${icewm_pc_flags})
|
||||||
|
TARGET_LINK_LIBRARIES(icewmhint${EXEEXT} ${xext_LDFLAGS} ${x11_LDFLAGS} ${nls_LIBS} ${EXTRA_LIBS})
|
||||||
|
|
||||||
|
-ADD_EXECUTABLE(icesh${EXEEXT} icesh.cc misc.cc mstring.cc ref.cc yarray.cc)
|
||||||
|
+ADD_EXECUTABLE(icesh${EXEEXT} icesh.cc misc.cc mstring.cc ref.cc yarray.cc ytimer.cc)
|
||||||
|
target_compile_options(icesh${EXEEXT} PUBLIC ${CXXFLAGS_COMMON} ${icewm_pc_flags})
|
||||||
|
TARGET_LINK_LIBRARIES(icesh${EXEEXT} ${xext_LDFLAGS} ${xrandr_LDFLAGS} ${xinerama_LDFLAGS} ${x11_LDFLAGS} ${nls_LIBS} ${EXTRA_LIBS})
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'icewm'
|
# Template file for 'icewm'
|
||||||
pkgname=icewm
|
pkgname=icewm
|
||||||
version=1.6.3
|
version=1.6.4
|
||||||
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
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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=daa9c5b5850a26599f55d463ed250550c0309fd657cd20a5ac862976e7e8d3f9
|
checksum=798207c93246e96338e363dc09cb12f7d4cccd34c7d8700b320f458911b53a1b
|
||||||
|
|
||||||
# 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…
Add table
Add a link
Reference in a new issue