awesome: fix reproducible build.
This commit is contained in:
parent
e9c2f09192
commit
f671a55fbd
|
@ -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)
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'awesome'
|
# Template file for 'awesome'
|
||||||
pkgname=awesome
|
pkgname=awesome
|
||||||
version=3.5.8
|
version=3.5.8
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSYSCONFDIR=/etc
|
configure_args="-DSYSCONFDIR=/etc
|
||||||
-DLUA_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/lua5.2
|
-DLUA_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/lua5.2
|
||||||
|
|
Loading…
Reference in New Issue