mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
weston: update to 1.9.0.
This commit is contained in:
parent
8e9e6f0806
commit
9217e40b27
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'weston'.
|
# Template file for 'weston'.
|
||||||
pkgname=weston
|
pkgname=weston
|
||||||
version=1.8.0
|
version=1.9.0
|
||||||
revision=3
|
revision=1
|
||||||
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# XXX enable rdp compositor if freerdp is updated to >=1.1.
|
# XXX enable rdp compositor if freerdp is updated to >=1.1.
|
||||||
configure_args="--enable-libinput-backend --disable-setuid-install
|
configure_args="--enable-libinput-backend --disable-setuid-install
|
||||||
|
@ -13,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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=8963e69f328e815cec42c58046c4af721476c7541bb7d9edc71740fada5ad312
|
checksum=9c1b03f3184fa0b0dfdf67e215048085156e1a2ca344af6613fed36794ac48cf
|
||||||
|
|
||||||
system_groups="weston-launch"
|
system_groups="weston-launch"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
@ -51,7 +52,6 @@ esac
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# weston-launch must be setuid
|
# weston-launch must be setuid
|
||||||
chmod u+s ${DESTDIR}/usr/bin/weston-launch
|
chmod u+s ${DESTDIR}/usr/bin/weston-launch
|
||||||
|
@ -60,6 +60,7 @@ post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/include
|
||||||
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
|
|
||||||
weston-colord_package() {
|
weston-colord_package() {
|
||||||
short_desc+=" - colord plugin"
|
short_desc+=" - colord plugin"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue