Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
dtkdeclarative
Commits:
d93d9355 by Felix Yan at 2025-07-30T21:43:40+08:00
upgpkg: 5.7.14-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dtkdeclarative
pkgdesc = Deepin Toolkit, declarative module for DDE look and feel
- pkgver = 5.7.13
+ pkgver = 5.7.14
pkgrel = 1
url = https://github.com/linuxdeepin/dtkdeclarative
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = dtkdeclarative
depends = qt5-base
depends = libgl
depends = gcc-libs
- source =
git+https://github.com/linuxdeepin/dtkdeclarative.git#tag=5.7.13
- sha512sums =
86e6c8864613f638fac5ec00744f1d2b72c6a7a8dbf5ce57014c9111927028a301c62f42f3452762c2f630178cd7cccd74dc83074afcdaf1817fdb6af375bdd8
+ source =
git+https://github.com/linuxdeepin/dtkdeclarative.git#tag=5.7.14
+ sha512sums =
541ef0fe5bbbd00a1f86d0bc84dfb9f0529d0cdddf40ba738a5a671da8bbb50e6503f279c8bbd284aedba850c9b76cae3c3b41182d3d4bfdff1a882c4a3ccd8e
pkgname = dtkdeclarative
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: zccrs <[email protected]>
pkgname=dtkdeclarative
-pkgver=5.7.13
+pkgver=5.7.14
pkgrel=1
pkgdesc='Deepin Toolkit, declarative module for DDE look and feel'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('LGPL3')
depends=('dtkgui' 'dtkcore' 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-base'
'libgl' 'gcc-libs')
makedepends=('git' 'cmake' 'ninja' 'qt5-tools' 'doxygen' 'gtest' 'gmock')
source=("git+https://github.com/linuxdeepin/dtkdeclarative.git#tag=$pkgver")
-sha512sums=('86e6c8864613f638fac5ec00744f1d2b72c6a7a8dbf5ce57014c9111927028a301c62f42f3452762c2f630178cd7cccd74dc83074afcdaf1817fdb6af375bdd8')
+sha512sums=('541ef0fe5bbbd00a1f86d0bc84dfb9f0529d0cdddf40ba738a5a671da8bbb50e6503f279c8bbd284aedba850c9b76cae3c3b41182d3d4bfdff1a882c4a3ccd8e')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtkdeclarative/-/commit/d93d9355da3c47941cecaa9e640be3659a97b2e4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtkdeclarative/-/commit/d93d9355da3c47941cecaa9e640be3659a97b2e4
You're receiving this email because of your account on gitlab.archlinux.org.