diff --git a/srcpkgs/awesome/template b/srcpkgs/awesome/template index 5e8bed4cfd5..c53c89fb4df 100644 --- a/srcpkgs/awesome/template +++ b/srcpkgs/awesome/template @@ -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 " 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 }