Skip to content
Merged
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
6 changes: 3 additions & 3 deletions srcpkgs/wayfire-plugins-extra/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'wayfire-plugins-extra'
pkgname=wayfire-plugins-extra
version=0.9.0
version=0.10.0
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wayfire-devel glibmm-devel"
makedepends="wayfire-devel glibmm-devel boost-devel-minimal"
depends="wayfire"
short_desc="Additional plugins for Wayfire"
maintainer="Érico Nogueira <[email protected]>"
license="MIT"
homepage="https://wayfire.org/"
distfiles="https://github.com/WayfireWM/wayfire-plugins-extra/archive/refs/tags/v${version}.tar.gz"
checksum=5fd08387fb02ce541b7f9dfbeefbbef9cd19b2c88347517f40afab4da54b83bf
checksum=b986c7df5b25c9dfaad0ee17aadc21166042faa7c278bba98759fd5505d247ea

post_install() {
vlicense LICENSE
Expand Down
11 changes: 6 additions & 5 deletions srcpkgs/wayfire/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Template file for 'wayfire'
pkgname=wayfire
version=0.9.0
version=0.10.1
revision=1
build_style=meson
configure_args="-Dprint_trace=false"
hostmakedepends="pkg-config wayland-devel"
makedepends="wf-config-devel wlroots0.17-devel cairo-devel pango-devel json-c++
libgomp-devel $(vopt_if image 'libjpeg-turbo-devel libpng-devel')"
makedepends="wf-config-devel wlroots0.19-devel cairo-devel
pango-devel libdrm-devel libgomp-devel yyjson-devel
$(vopt_if image 'libjpeg-turbo-devel libpng-devel')"
depends="xorg-server-xwayland"
short_desc="3D wayland compositor"
maintainer="Érico Nogueira <[email protected]>"
license="MIT"
homepage="https://wayfire.org"
distfiles="https://github.com/WayfireWM/wayfire/releases/download/v${version}/wayfire-${version}.tar.xz"
checksum=dd0c9c08b8a72a2d8c3317c8be6c42b17a493c25abab1d02ac09c24eaa95229d
checksum=9257c94ae958240126fbf1e267e0b408c9afa273ed6e5febb3200e2ff3fcf1f8

# Optimization for nested STL calls
CXXFLAGS="-O3"
Expand Down Expand Up @@ -41,7 +42,7 @@ wayfire-devel_package() {
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"

# At least one unverisoned shlib is a plugin helper
# At least one unversioned shlib is a plugin helper
# that should remain in the main package
local shlib
for shlib in "${DESTDIR}"/usr/lib/*.so; do
Expand Down
5 changes: 2 additions & 3 deletions srcpkgs/wcm/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Template file for 'wcm'
pkgname=wcm
version=0.9.0
version=0.10.0
revision=1
build_style=meson
configure_args="-Denable_wdisplays=false"
hostmakedepends="pkg-config wayland-devel"
makedepends="wayfire-devel gtkmm-devel wf-shell"
short_desc="Wayfire Config Manager"
maintainer="Érico Nogueira <[email protected]>"
license="MIT"
homepage="https://wayfire.org/"
distfiles="https://github.com/WayfireWM/wcm/archive/v${version}.tar.gz"
checksum=35205c165b83ac387235b0415f58f0e80a8975421de23250c7cb70c471aeee87
checksum=9d42754243d3eed44426b0e9efab92a40277df691e592ae990b4733f2243a841

post_install() {
vlicense LICENSE
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.9.0
version=0.10.0
revision=1
build_style=meson
hostmakedepends="pkg-config"
Expand All @@ -10,7 +10,7 @@ maintainer="Orphaned <[email protected]>"
license="MIT"
homepage="https://wayfire.org"
distfiles="https://github.com/WayfireWM/wf-config/archive/v${version}.tar.gz"
checksum=973a47795d3397d281d89c561903867f691c9fe8c3d141ba887afd12902c790d
checksum=4264edf9f5f5ff9bccaee1ab3f5b2613a0db526bc90c15d7c82eb05a3fc81307

post_install() {
vlicense LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/wf-shell/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'wf-shell'
pkgname=wf-shell
version=0.9.0
version=0.10.0
revision=1
build_style=meson
build_helper="gir"
Expand All @@ -12,7 +12,7 @@ maintainer="Orphaned <[email protected]>"
license="MIT"
homepage="https://wayfire.org"
distfiles="https://github.com/WayfireWM/wf-shell/releases/download/v${version}/wf-shell-${version}.tar.xz"
checksum=c8ac529b9fa6a4f65bd430140394b6b6a486c7b2def6c22b811396612ba94bb4
checksum=49a7fc861849051a3be5de353e3d7442a37170c990a3ffd8d83b67a369edca93

post_install() {
vlicense LICENSE
Expand Down