wayland: update to 1.3.0.
This commit is contained in:
parent
ebec8f2d35
commit
c242645e7b
1 changed files with 6 additions and 7 deletions
|
@ -1,23 +1,22 @@
|
|||
# Template file for 'wayland'.
|
||||
pkgname=wayland
|
||||
version=1.2.1
|
||||
version=1.3.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-documentation --disable-static"
|
||||
hostmakedepends="pkg-config flex"
|
||||
makedepends="libffi-devel expat-devel"
|
||||
makedepends="libfl-devel libffi-devel expat-devel"
|
||||
short_desc="Wayland protocol compositor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://wayland.freedesktop.org/"
|
||||
license="MIT"
|
||||
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
||||
checksum=78062e2b081731d96de6a514a91322ad6e7cf6cacfa9c32997bbb3ad6e7f166f
|
||||
checksum=2e817685f68a26acd19964d69ddbc4549ba5412114ad95e1a9f5934cce470d6e
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" automake libtool wayland-devel"
|
||||
makedepends+=" libfl-devel"
|
||||
hostmakedepends+=" libtool wayland-devel"
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
libtoolize -f
|
||||
}
|
||||
post_configure() {
|
||||
# Use host wayland-scanner
|
||||
|
@ -39,6 +38,6 @@ wayland-devel_package() {
|
|||
|
||||
wayland_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue