Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-tray-loader
Commits:
15a8930a by Felix Yan at 2026-01-25T16:10:59+08:00
upgpkg: 2.0.21-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
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.20
+ pkgver = 2.0.21
pkgrel = 1
url = https://github.com/linuxdeepin/dde-tray-loader
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = deepin-tray-loader
depends = dtk6widget
depends = gcc-libs
depends = glibc
+ depends = kwindowsystem
depends = libx11
depends = libxcb
depends = libxcursor
@@ -28,7 +29,7 @@ pkgbase = deepin-tray-loader
depends = wayland
depends = xcb-util-image
depends = xcb-util-wm
- source =
git+https://github.com/linuxdeepin/dde-tray-loader.git#tag=2.0.20
- sha512sums =
5c25b3ba1ce93a5ac7c5e4560fcb0a9d5bce002bf26d0b50a3475f2a22ee8c31835764dd3fcccc9ce3396b22fbac27d82b8fa5b276f52f6ae2ccf1a0bec137dc
+ source =
git+https://github.com/linuxdeepin/dde-tray-loader.git#tag=2.0.21
+ sha512sums =
b535ca2563310698a5e7f3ea322c7ad49b1a0793253cf53439d6db75ada9429972dc8a2e7a57d042386eed6863b3941959a7b7cdc7f80ede29fa127cf19800a2
pkgname = deepin-tray-loader
=====================================
PKGBUILD
=====================================
@@ -2,18 +2,18 @@
# Contributor: justforlxz <[email protected]>
pkgname=deepin-tray-loader
-pkgver=2.0.20
+pkgver=2.0.21
pkgrel=1
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' 'wayland' 'xcb-util-image' 'xcb-util-wm')
+ 'dtk6widget' 'gcc-libs' 'glibc' 'kwindowsystem' 'libx11' 'libxcb'
'libxcursor' 'libxtst'
+ 'qt6-base' '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")
-sha512sums=('5c25b3ba1ce93a5ac7c5e4560fcb0a9d5bce002bf26d0b50a3475f2a22ee8c31835764dd3fcccc9ce3396b22fbac27d82b8fa5b276f52f6ae2ccf1a0bec137dc')
+sha512sums=('b535ca2563310698a5e7f3ea322c7ad49b1a0793253cf53439d6db75ada9429972dc8a2e7a57d042386eed6863b3941959a7b7cdc7f80ede29fa127cf19800a2')
build() {
cd dde-tray-loader
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-tray-loader/-/commit/15a8930a5676990e63fa1111c58a5d10b09a3fb9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-tray-loader/-/commit/15a8930a5676990e63fa1111c58a5d10b09a3fb9
You're receiving this email because of your account on gitlab.archlinux.org.