Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / treeland
Commits:
625b07dc by Felix Yan at 2026-02-26T19:54:21+08:00
upgpkg: 0.8.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = treeland
pkgdesc = New wayland compositer for DDE
- pkgver = 0.8.1
- pkgrel = 2
+ pkgver = 0.8.2
+ pkgrel = 1
url = https://github.com/linuxdeepin/treeland
arch = x86_64
groups = deepin
@@ -25,6 +25,7 @@ pkgbase = treeland
depends = glibc
depends = libdrm
depends = libinput
+ depends = mpv
depends = pam
depends = pixman
depends = qt6-base
@@ -38,9 +39,9 @@ pkgbase = treeland
conflicts = qwlroots
replaces = waylib
replaces = qwlroots
- source = git+https://github.com/linuxdeepin/treeland.git#tag=0.8.1
+ source = git+https://github.com/linuxdeepin/treeland.git#tag=0.8.2
source = qt-6.10.2.patch
- sha256sums =
a2485cc32bd952d1041acc1d4801117a8ac8fb6e499e75e11f56ad28627470d1
+ sha256sums =
4625eec4879fda4bebf715a79f005ae2792c6486e97aed7811d50d267275ca15
sha256sums =
47090d70005a8913effc9a2cef59c5bc3a88cba6caec6b0e9b11148e110cef43
pkgname = treeland
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,15 @@
# Contributor: zccrs <[email protected]>
pkgname=treeland
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
pkgdesc='New wayland compositer for DDE'
arch=('x86_64')
url="https://github.com/linuxdeepin/treeland"
license=('Apache-2.0' 'LGPL-3.0-only' 'GPL-2.0-only' 'GPL-3.0-only')
# xwayland is needed for XWayland support (not optional)
depends=('ddm' 'dtk6core' 'dtk6declarative' 'dtk6systemsettings' 'gcc-libs'
'glibc'
- 'libdrm' 'libinput' 'pam' 'pixman' 'qt6-base' 'qt6-declarative'
+ 'libdrm' 'libinput' 'mpv' 'pam' 'pixman' 'qt6-base' 'qt6-declarative'
'systemd-libs' 'wayland' 'wlroots0.19' 'xorg-xwayland'
'deepin-session')
makedepends=('git' 'cmake' 'ninja' 'qt6-tools' 'wayland-protocols'
'wlr-protocols'
'treeland-protocols' 'vulkan-headers')
@@ -19,7 +19,7 @@ replaces=('waylib' 'qwlroots')
conflicts=('waylib' 'qwlroots')
source=("git+https://github.com/linuxdeepin/treeland.git#tag=$pkgver"
qt-6.10.2.patch)
-sha256sums=('a2485cc32bd952d1041acc1d4801117a8ac8fb6e499e75e11f56ad28627470d1'
+sha256sums=('4625eec4879fda4bebf715a79f005ae2792c6486e97aed7811d50d267275ca15'
'47090d70005a8913effc9a2cef59c5bc3a88cba6caec6b0e9b11148e110cef43')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/treeland/-/commit/625b07dcc74d77e6b272d20e5b8f9b90f320efe4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/treeland/-/commit/625b07dcc74d77e6b272d20e5b8f9b90f320efe4
You're receiving this email because of your account on gitlab.archlinux.org.