Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / treeland
Commits:
1079e2d7 by Felix Yan at 2025-12-10T16:23:07+08:00
upgpkg: 0.7.8-4: depend on deepin-session for running wayland session
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = treeland
pkgdesc = New wayland compositer for DDE
pkgver = 0.7.8
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/linuxdeepin/treeland
arch = x86_64
groups = deepin
@@ -34,6 +34,7 @@ pkgbase = treeland
depends = wlroots0.19
depends = xorg-xhost
depends = xorg-xwayland
+ depends = deepin-session
conflicts = waylib
conflicts = qwlroots
replaces = waylib
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=treeland
pkgver=0.7.8
-pkgrel=3
+pkgrel=4
pkgdesc='New wayland compositer for DDE'
arch=('x86_64')
url="https://github.com/linuxdeepin/treeland"
@@ -11,7 +11,7 @@ license=('Apache-2.0' 'LGPL-3.0-only' 'GPL-2.0-only'
'GPL-3.0-only')
# xhost & xwayland are needed for XWayland support (not optional)
depends=('ddm' 'dtk6core' 'dtk6declarative' 'dtk6systemsettings' 'gcc-libs'
'glibc'
'libdrm' 'libinput' 'pam' 'pixman' 'qt6-base' 'qt6-declarative'
- 'systemd-libs' 'wayland' 'wlroots0.19' 'xorg-xhost' 'xorg-xwayland')
+ 'systemd-libs' 'wayland' 'wlroots0.19' 'xorg-xhost' 'xorg-xwayland'
'deepin-session')
makedepends=('git' 'cmake' 'ninja' 'qt6-tools' 'wayland-protocols'
'wlr-protocols'
'treeland-protocols' 'vulkan-headers')
groups=('deepin')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/treeland/-/commit/1079e2d7f35eb6e354b5e70ffcf79b4c40e69ce0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/treeland/-/commit/1079e2d7f35eb6e354b5e70ffcf79b4c40e69ce0
You're receiving this email because of your account on gitlab.archlinux.org.