Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
deepin-tray-loader
Commits:
ec3b596f by Antonio Rojas at 2025-10-10T19:41:54+02:00
upgpkg: 2.0.12-3: Drop qt6-wayland dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = deepin-tray-loader
pkgdesc = A set of tray plugins that integrated into task bar and the
tool loader which can load the plugins
pkgver = 2.0.12
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linuxdeepin/dde-tray-loader
arch = x86_64
license = GPL-3.0-or-later
@@ -25,7 +25,6 @@ pkgbase = deepin-tray-loader
depends = libxtst
depends = qt6-base
depends = qt6-svg
- depends = qt6-wayland
depends = wayland
depends = xcb-util-image
depends = xcb-util-wm
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
pkgname=deepin-tray-loader
pkgver=2.0.12
-pkgrel=2
+pkgrel=3
pkgdesc='A set of tray plugins that integrated into task bar and the tool
loader which can load the plugins'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-tray-loader"
license=('GPL-3.0-or-later')
depends=('dconf' 'deepin-api' 'deepin-daemon' 'deepin-qt6platform-plugins'
'dtk6core' 'dtk6gui'
'dtk6widget' 'gcc-libs' 'glibc' 'libx11' 'libxcb' 'libxcursor'
'libxtst' 'qt6-base'
- 'qt6-svg' 'qt6-wayland' 'wayland' 'xcb-util-image' 'xcb-util-wm')
+ 'qt6-svg' 'wayland' 'xcb-util-image' 'xcb-util-wm')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'ninja' 'qt6-tools')
source=("git+https://github.com/linuxdeepin/dde-tray-loader.git#tag=$pkgver"
qt-6.10.patch)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-tray-loader/-/commit/ec3b596f190d981e116541b2af07318d0f6d3049
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-tray-loader/-/commit/ec3b596f190d981e116541b2af07318d0f6d3049
You're receiving this email because of your account on gitlab.archlinux.org.