icewm: update to 1.6.5
This commit is contained in:
parent
87c1b231d8
commit
b35a6b4978
@ -1,15 +0,0 @@
|
||||
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'
|
||||
pkgname=icewm
|
||||
version=1.6.4
|
||||
version=1.6.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
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"
|
||||
homepage="https://ice-wm.org/"
|
||||
distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
|
||||
checksum=798207c93246e96338e363dc09cb12f7d4cccd34c7d8700b320f458911b53a1b
|
||||
checksum=f0051257c93b9694b36ceb833f0b9b523c32195a854f8b1a43c918381197b737
|
||||
|
||||
# No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok
|
||||
CXXFLAGS="-Wno-odr -fno-strict-aliasing"
|
||||
|
Loading…
x
Reference in New Issue
Block a user