weston: update to 1.0.2.
This commit is contained in:
parent
b04c27051c
commit
49e8c24df6
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'weston'.
|
# Template file for 'weston'.
|
||||||
pkgname=weston
|
pkgname=weston
|
||||||
version=1.0.1
|
version=1.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Reference implementation of a Wayland compositor"
|
short_desc="Reference implementation of a Wayland compositor"
|
||||||
|
@ -8,7 +8,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/${pkgname}-${version}.tar.xz"
|
distfiles="http://wayland.freedesktop.org/releases/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8abd6fe3f73317971e60857f1c66426f6213d2d0ee1078c3d09a8da68b942703
|
checksum=33849cadd538cab4c321bf2b5b1b0a188c08c1be24dcdb76bca7f75b21a22691
|
||||||
long_desc="
|
long_desc="
|
||||||
Weston is the reference implementation of a Wayland compositor, and a
|
Weston is the reference implementation of a Wayland compositor, and a
|
||||||
useful compositor in its own right. Weston has various backends that
|
useful compositor in its own right. Weston has various backends that
|
||||||
|
@ -21,8 +21,10 @@ long_desc="
|
||||||
and can pull X clients into the Wayland desktop and act as a X window
|
and can pull X clients into the Wayland desktop and act as a X window
|
||||||
manager."
|
manager."
|
||||||
|
|
||||||
|
depends="wayland>=1.0.2"
|
||||||
|
|
||||||
# XXX xcb-xkb.pc
|
# XXX xcb-xkb.pc
|
||||||
makedepends="pkg-config wayland-devel>=1.0.0 libxkbcommon-devel
|
makedepends="pkg-config wayland-devel>=1.0.2 libxkbcommon-devel
|
||||||
xcb-util-keysyms-devel pixman-devel libXcursor-devel MesaLib-devel
|
xcb-util-keysyms-devel pixman-devel libXcursor-devel MesaLib-devel
|
||||||
cairo-devel mtdev-devel libwebp-devel jpeg-devel poppler-glib-devel
|
cairo-devel mtdev-devel libwebp-devel jpeg-devel poppler-glib-devel
|
||||||
pam-devel systemd-devel librsvg glu-devel"
|
pam-devel systemd-devel librsvg glu-devel"
|
||||||
|
|
Loading…
Reference in a new issue