Package: efte / 1.1-6

Metadata

Package Version Patches format
efte 1.1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove_template.patch | (download)

src/cocoa.mm | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove_template

# Remove uneeded copyright template
0002 Let cmake respect CMAKE_CXX_FLAGS.patch | (download)

src/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 let cmake respect cmake_cxx_flags


cmake min.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set cmake minimum required.


win man compatible.patch | (download)

src/con_x11.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] con_x11: make compatible with tiling window managers

Tiling window managers can force the window size to be larger than
supported, causing either an early abort at ConSetSize, or if compiled
with NDEBUG, a segmentation fault down the road.

Instead, just cap X and Y to their maximums. The only consequence is that
the window is not fully utilised.

replc get target loc.patch | (download)

src/CMakeLists.txt | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 replace get_target_property binary location with new method.