diff --git a/srcpkgs/awesome/patches/fix-reproducible.patch b/srcpkgs/awesome/patches/fix-reproducible.patch new file mode 100644 index 00000000000..738eed27c7a --- /dev/null +++ b/srcpkgs/awesome/patches/fix-reproducible.patch @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2016-03-03 23:43:53.903916566 +0100 ++++ CMakeLists.txt 2016-03-03 23:44:03.708916323 +0100 +@@ -266,7 +266,7 @@ macro(a_icon_convert match replacement i + set(ALL_ICONS ${ALL_ICONS} ${output}) + + add_custom_command( +- COMMAND ${CONVERT_EXECUTABLE} ${input} ${ARGN} ${output} ++ COMMAND ${CONVERT_EXECUTABLE} ${input} -strip ${ARGN} ${output} + OUTPUT ${output} + DEPENDS ${input} + VERBATIM) diff --git a/srcpkgs/awesome/template b/srcpkgs/awesome/template index 1fa7c7b2600..61b1df18a8c 100644 --- a/srcpkgs/awesome/template +++ b/srcpkgs/awesome/template @@ -1,7 +1,7 @@ # Template file for 'awesome' pkgname=awesome version=3.5.8 -revision=2 +revision=3 build_style=cmake configure_args="-DSYSCONFDIR=/etc -DLUA_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/lua5.2