wayland: update to 1.1.0.
This commit is contained in:
parent
b023fc56c1
commit
a916a4a9aa
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wayland'.
|
# Template file for 'wayland'.
|
||||||
pkgname=wayland
|
pkgname=wayland
|
||||||
version=1.0.6
|
version=1.1.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"
|
||||||
|
@ -11,7 +11,7 @@ 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=f52a012df699eff434b0f49e56000d6978b5f781048402ca8e0232242970fc49
|
checksum=2ef587cf1a0e52b6dee44eeb9c288110e8180819abf4e419d247dfe234867a5c
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" libfl-devel"
|
makedepends+=" libfl-devel"
|
||||||
|
@ -19,7 +19,7 @@ fi
|
||||||
|
|
||||||
wayland-devel_package() {
|
wayland-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" -- development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue