awesome: rebuild with lua>=5.2.
This commit is contained in:
parent
ff21584912
commit
f346fb1fbd
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'awesome'
|
||||
pkgname=awesome
|
||||
version=3.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DSYSCONFDIR=/etc"
|
||||
configure_args="-DSYSCONFDIR=/etc -DLUA_LIBRARY=/usr/lib/liblua.so.5.2"
|
||||
hostmakedepends="cmake which xmlto asciidoc>=8.6.6 pkg-config"
|
||||
makedepends="libxcb-devel
|
||||
pango-devel xcb-util-devel>=0.3.9 xcb-util-image-devel>=0.3.9
|
||||
makedepends="
|
||||
libxcb-devel pango-devel xcb-util-devel>=0.3.9 xcb-util-image-devel>=0.3.9
|
||||
xcb-util-keysyms-devel>=0.3.9 xcb-util-wm-devel>=0.3.9
|
||||
startup-notification-devel>=0.12_3 imlib2-devel ImageMagick>=6.7.9.6_2
|
||||
libxdg-basedir-devel>=1.1.1_1 gdk-pixbuf-devel libXcursor-devel
|
||||
lua-devel>=5.1<5.2 dbus-devel lgi>=0.6.2_2"
|
||||
lua-devel>=5.2 dbus-devel lgi>=0.7.2"
|
||||
short_desc="Highly configurable, next gen framework window manager for X"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="GPL-2"
|
||||
|
@ -25,7 +25,7 @@ pre_configure() {
|
|||
|
||||
awesome_package() {
|
||||
conf_files="/etc/xdg/awesome/rc.lua"
|
||||
depends="dbus-x11 lgi>=0.6.2_2"
|
||||
depends="dbus-x11 lgi>=0.7.2"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue