Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/wayfire/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Template file for 'wayfire'
pkgname=wayfire
version=0.10.1
version=0.11.0
revision=1
build_style=meson
configure_args="-Dprint_trace=false"
hostmakedepends="pkg-config wayland-devel"
makedepends="wf-config-devel wlroots0.19-devel cairo-devel
hostmakedepends="pkg-config wayland-devel gettext"
makedepends="wf-config-devel wlroots0.20-devel cairo-devel
pango-devel libdrm-devel libgomp-devel yyjson-devel
$(vopt_if image 'libjpeg-turbo-devel libpng-devel')"
depends="xorg-server-xwayland"
Expand All @@ -14,7 +14,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT"
homepage="https://wayfire.org"
distfiles="https://github.com/WayfireWM/wayfire/releases/download/v${version}/wayfire-${version}.tar.xz"
checksum=9257c94ae958240126fbf1e267e0b408c9afa273ed6e5febb3200e2ff3fcf1f8
checksum=29dc95468c4f954341c9ecbad889b661eb849bdb96fb47e19c9d6edc8d49640b

# Optimization for nested STL calls
CXXFLAGS="-O3"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/wf-config/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'wf-config'
pkgname=wf-config
version=0.10.0
version=0.11.0
revision=1
build_style=meson
hostmakedepends="pkg-config"
Expand All @@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://wayfire.org"
distfiles="https://github.com/WayfireWM/wf-config/archive/v${version}.tar.gz"
checksum=4264edf9f5f5ff9bccaee1ab3f5b2613a0db526bc90c15d7c82eb05a3fc81307
checksum=bdccae471c079cdccf4e8fed28622a3b1f04db09349fa0e4fa52b335e815f8d0

post_install() {
vlicense LICENSE
Expand Down