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