awesome: fix reproducible build.

This commit is contained in:
Enno Boland 2016-03-06 08:32:56 +01:00
parent e9c2f09192
commit f671a55fbd
2 changed files with 12 additions and 1 deletions

View file

@ -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)

View file

@ -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