weston: update to 9.0.0.
This commit is contained in:
parent
aa4073baea
commit
cc548a81ca
|
@ -3016,7 +3016,7 @@ libspectrum.so.8 libspectrum-1.2.2_1
|
||||||
libbearssl.so.0 bearssl-0.3_1
|
libbearssl.so.0 bearssl-0.3_1
|
||||||
libXfont2.so.2 libXfont2-2.0.1_1
|
libXfont2.so.2 libXfont2-2.0.1_1
|
||||||
libqalculate.so.21 libqalculate-3.0.0_1
|
libqalculate.so.21 libqalculate-3.0.0_1
|
||||||
libweston-8.so.0 weston-8.0.0_1
|
libweston-9.so.0 weston-9.0.0_1
|
||||||
libostree-1.so.1 libostree-2017.3_1
|
libostree-1.so.1 libostree-2017.3_1
|
||||||
librhash.so.0 rhash-1.3.4_1
|
librhash.so.0 rhash-1.3.4_1
|
||||||
libserialport.so.0 libserialport-0.1.1_1
|
libserialport.so.0 libserialport-0.1.1_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'weston'
|
# Template file for 'weston'
|
||||||
pkgname=weston
|
pkgname=weston
|
||||||
version=8.0.0
|
version=9.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dtest-junit-xml=false -Dbackend-rdp=false -Dsystemd=false
|
configure_args="-Dtest-junit-xml=false -Dbackend-rdp=false -Dsystemd=false
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://wayland.freedesktop.org/"
|
homepage="https://wayland.freedesktop.org/"
|
||||||
distfiles="https://wayland.freedesktop.org/releases/${pkgname}-${version}.tar.xz"
|
distfiles="https://wayland.freedesktop.org/releases/${pkgname}-${version}.tar.xz"
|
||||||
checksum=7518b49b2eaa1c3091f24671bdcc124fd49fc8f1af51161927afa4329c027848
|
checksum=5cf5d6ce192e0eb15c1fc861a436bf21b5bb3b91dbdabbdebe83e1f83aa098fe
|
||||||
system_groups="weston-launch"
|
system_groups="weston-launch"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ weston-x11_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
weston-xwayland_package() {
|
weston-xwayland_package() {
|
||||||
short_desc+=" - xwayland backend"
|
short_desc+=" - xwayland plugin"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "/usr/lib/libweston-${version%%.*}/xwayland.so"
|
vmove "/usr/lib/libweston-${version%%.*}/xwayland.so"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue