awesome: update to 3.5.6.

This commit is contained in:
Juan RP 2015-01-11 09:38:56 +01:00
parent 48bc136b54
commit 21685cdb6c

View file

@ -1,7 +1,7 @@
# Template file for 'awesome'
pkgname=awesome
version=3.5.5
revision=3
version=3.5.6
revision=1
build_style=cmake
configure_args="-DSYSCONFDIR=/etc -DLUA_LIBRARY=/usr/lib/liblua.so.5.2"
hostmakedepends="cmake which xmlto asciidoc>=8.6.6 pkg-config"
@ -17,13 +17,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://awesome.naquadah.org"
distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
checksum=bf30dbd7c4621742b2565919404f009588ea482574ddb85aaa5301bce5258d47
checksum=37f49de187825425cb3096fc870959d5fec9302b22ffd0f2874d8a18e85046d7
pre_configure() {
# Russian manpages fail to build.
sed -i -e "s|es fr de ru|es fr de|g" CMakeLists.txt
}
post_install() {
vinstall awesome.desktop 644 usr/share/xsessions
}