Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-tray-loader
Commits:
e2507cb7 by Felix Yan at 2025-10-01T15:20:36+08:00
upgpkg: 2.0.12-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.11
+ pkgver = 2.0.12
pkgrel = 1
url = https://github.com/linuxdeepin/dde-tray-loader
arch = x86_64
@@ -29,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.11
- sha512sums =
01787ae5e33950ffeb7db89f71511727f471142fdcd28fdb4dcb034c84683dc41244b8d9d3ac85aa00c99879be154bc4ffbe9bc9d0f49f6bd86316fcfc16dd30
+ source =
git+https://github.com/linuxdeepin/dde-tray-loader.git#tag=2.0.12
+ sha512sums =
92076d416177ad3af94d52ef3f6ff1f78c230d1fd9dc87dccf14a92a9a03bfb28f7aa385d45af49cca5c5a1bca4a7332b7550dfda84c75c5b527264d080c81ba
pkgname = deepin-tray-loader
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: justforlxz <[email protected]>
pkgname=deepin-tray-loader
-pkgver=2.0.11
+pkgver=2.0.12
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')
@@ -13,7 +13,7 @@ depends=('dconf' 'deepin-api' 'deepin-daemon'
'deepin-qt6platform-plugins' 'dtk6
'qt6-svg' 'qt6-wayland' '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=('01787ae5e33950ffeb7db89f71511727f471142fdcd28fdb4dcb034c84683dc41244b8d9d3ac85aa00c99879be154bc4ffbe9bc9d0f49f6bd86316fcfc16dd30')
+sha512sums=('92076d416177ad3af94d52ef3f6ff1f78c230d1fd9dc87dccf14a92a9a03bfb28f7aa385d45af49cca5c5a1bca4a7332b7550dfda84c75c5b527264d080c81ba')
build() {
cd dde-tray-loader
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-tray-loader/-/commit/e2507cb7b136699a312a8a6a0bee67de06f81ef8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-tray-loader/-/commit/e2507cb7b136699a312a8a6a0bee67de06f81ef8
You're receiving this email because of your account on gitlab.archlinux.org.