mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wayfire: update to 0.9.0.
Switch to release tarball which includes submodules. We only use it for wf-utils and wf-touch, anyway; wlroots and wf-config are provided by system libraries.
This commit is contained in:
parent
f1f8912815
commit
abf0139592
1 changed files with 5 additions and 17 deletions
|
@ -1,26 +1,19 @@
|
||||||
# Template file for 'wayfire'
|
# Template file for 'wayfire'
|
||||||
pkgname=wayfire
|
pkgname=wayfire
|
||||||
version=0.8.1
|
version=0.9.0
|
||||||
revision=2
|
revision=1
|
||||||
_utils_commit=15f8e16721585ae3eaf278ba71d7064237eb23f5
|
|
||||||
_touch_commit=8974eb0f6a65464b63dd03b842795cb441fb6403
|
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dprint_trace=false"
|
configure_args="-Dprint_trace=false"
|
||||||
hostmakedepends="pkg-config wayland-devel"
|
hostmakedepends="pkg-config wayland-devel"
|
||||||
makedepends="wf-config-devel wlroots0.17-devel cairo-devel pango-devel json-c++
|
makedepends="wf-config-devel wlroots0.17-devel cairo-devel pango-devel json-c++
|
||||||
$(vopt_if image 'libjpeg-turbo-devel libpng-devel')"
|
libgomp-devel $(vopt_if image 'libjpeg-turbo-devel libpng-devel')"
|
||||||
depends="xorg-server-xwayland"
|
depends="xorg-server-xwayland"
|
||||||
short_desc="3D wayland compositor"
|
short_desc="3D wayland compositor"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://wayfire.org"
|
homepage="https://wayfire.org"
|
||||||
distfiles="https://github.com/WayfireWM/wayfire/archive/refs/tags/v${version}.tar.gz
|
distfiles="https://github.com/WayfireWM/wayfire/releases/download/v${version}/wayfire-${version}.tar.xz"
|
||||||
https://github.com/WayfireWM/wf-utils/archive/${_utils_commit}.tar.gz
|
checksum=dd0c9c08b8a72a2d8c3317c8be6c42b17a493c25abab1d02ac09c24eaa95229d
|
||||||
https://github.com/WayfireWM/wf-touch/archive/${_touch_commit}.tar.gz"
|
|
||||||
checksum="04f43df21167db15d266f7e01085b111680d57779ebc27a410201f995b33c6df
|
|
||||||
5f0a0f523b29bd73e0f11d63079315d3a0a3c3cae6ce9b557e0433e25b5a0d92
|
|
||||||
09061c8a4d3d964e8dcfd1a7b97f7dc43d0fc30743b0993585439c6923ce422f"
|
|
||||||
skip_extraction="${_utils_commit}.tar.gz ${_touch_commit}.tar.gz"
|
|
||||||
|
|
||||||
# Optimization for nested STL calls
|
# Optimization for nested STL calls
|
||||||
CXXFLAGS="-O3"
|
CXXFLAGS="-O3"
|
||||||
|
@ -34,11 +27,6 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" libexecinfo-devel"
|
makedepends+=" libexecinfo-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
vsrcextract -C subprojects/wf-utils "${_utils_commit}.tar.gz"
|
|
||||||
vsrcextract -C subprojects/wf-touch "${_touch_commit}.tar.gz"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsconf wayfire.ini
|
vsconf wayfire.ini
|
||||||
|
|
Loading…
Add table
Reference in a new issue