Package: libcsfml / 2.3-3

Metadata

Package Version Patches format
libcsfml 2.3-3 3.0 (quilt)

Patch series

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

cmake/Config.cmake | 3 3 + 0 - 0 !
include/SFML/Config.h | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 1 deletion(-)

 allow building on gnu/hurd
02_build doc once.patch | (download)

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

 adjust build script to build documentation only once
 This patch removes the ALL option from the documentation build command so
 that it must be run manually with "make doc". This prevents the documentation
 being built twice (normal build + install phase). It also allows the
 documentation building to happen after the code building, which makes the
 logs much more readable in parallel builds.
 Patch "stolen" from libsfml package.
03_remove googleapi css.patch | (download)

doc/header.htm | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove commented out googleapi css in documentation
 There isn't actually any privacy breach here (since the line is commented
 out), but removing it shuts up lintian.
 Patch "stolen" from libsfml package.