wayland: update to 1.0.5.
This commit is contained in:
parent
a1be3ce6f5
commit
b6266b35a1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wayland'.
|
||||
pkgname=wayland
|
||||
version=1.0.2
|
||||
version=1.0.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-documentation --disable-static"
|
||||
|
@ -11,10 +11,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://wayland.freedesktop.org/"
|
||||
license="MIT"
|
||||
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
||||
checksum=e1e05e65e492ac1b44540e6cd0526a6bd0cc4d166ec4f8bdb1851e26f4405760
|
||||
long_desc="
|
||||
Wayland is a protocol for a compositor to talk to its clients as well as a C
|
||||
library implementation of that protocol. The compositor can be a standalone
|
||||
display server running on Linux kernel modesetting and evdev input devices,
|
||||
an X application, or a wayland client itself. The clients can be traditional
|
||||
applications, X servers (rootless or fullscreen) or other display servers."
|
||||
checksum=9c8c3a8bd6b461b7d17d4e1fbfce46ed51c8bcfb6d232b22cddae513cb3e168c
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
#
|
||||
depends="${sourcepkg}>=1.0.0"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/bin usr
|
||||
|
|
Loading…
Reference in New Issue