Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / treeland
Commits: d31f2330 by Felix Yan at 2025-10-02T22:58:32+08:00 upgpkg: 0.7.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = treeland pkgdesc = New wayland compositer for DDE - pkgver = 0.7.0 + pkgver = 0.7.1 pkgrel = 1 url = https://github.com/linuxdeepin/treeland arch = x86_64 @@ -37,7 +37,7 @@ pkgbase = treeland conflicts = qwlroots replaces = waylib replaces = qwlroots - source = git+https://github.com/linuxdeepin/treeland.git#tag=0.7.0 - sha256sums = 51b920f05b1c84aa2587f77bef2524256962dbcc96ee484b82b2f0447ad5e858 + source = git+https://github.com/linuxdeepin/treeland.git#tag=0.7.1 + sha256sums = 67b1a59f839003cf7f021e062287341ae6eaa52ebab7752e32a49bd34a01534a pkgname = treeland ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: zccrs <zhangj...@deepin.org> pkgname=treeland -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc='New wayland compositer for DDE' arch=('x86_64') @@ -16,7 +16,12 @@ makedepends=('git' 'cmake' 'ninja' 'qt6-tools' 'wayland-protocols' 'wlr-protocol replaces=('waylib' 'qwlroots') conflicts=('waylib' 'qwlroots') source=("git+https://github.com/linuxdeepin/treeland.git#tag=$pkgver") -sha256sums=('51b920f05b1c84aa2587f77bef2524256962dbcc96ee484b82b2f0447ad5e858') +sha256sums=('67b1a59f839003cf7f021e062287341ae6eaa52ebab7752e32a49bd34a01534a') + +prepare() { + cd treeland + sed -i '/Q_MOC_INCLUDE(<QDBusObjectPath>)/aQ_MOC_INCLUDE("treelandconfig.hpp")' src/seat/helper.h +} build() { cd treeland View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/treeland/-/commit/d31f233023a618be53c69960681556342fe94af3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/treeland/-/commit/d31f233023a618be53c69960681556342fe94af3 You're receiving this email because of your account on gitlab.archlinux.org.