Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-qt6integration
Commits:
8f2310ca by Felix Yan at 2024-10-21T23:32:33+03:00
upgpkg: 6.0.16-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-qt6integration
pkgdesc = Qt 6 platform theme integration plugins for DDE
- pkgver = 6.0.15
+ pkgver = 6.0.16
pkgrel = 1
url = https://github.com/linuxdeepin/qt6integration
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = deepin-qt6integration
depends = qt6-base
depends = glibc
depends = gcc-libs
- source =
git+https://github.com/linuxdeepin/qt6integration.git#tag=6.0.15
- sha512sums =
6d00eec813625561635d8e0a41e4819857305fcdd0caf29e916f08e6887f2d1db8aa890dc9d8d35da039e07ffbdd692ee73ffdb37abab4446df5638f9baedcc3
+ source =
git+https://github.com/linuxdeepin/qt6integration.git#tag=6.0.16
+ sha512sums =
6fcf26698d6709fec1da1e4b7bc591c846bef3f96b56e71e486dcc8fb0051f56239ad5f6048c0b4e13e38da2e64d7a7027de243c3f6c700defd0c4f417f2ed1b
pkgname = deepin-qt6integration
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-qt6integration
-pkgver=6.0.15
+pkgver=6.0.16
pkgrel=1
pkgdesc='Qt 6 platform theme integration plugins for DDE'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('dtk6core' 'dtk6gui' 'dtk6widget' 'qt6-base' 'glibc'
'gcc-libs')
makedepends=('git' 'cmake' 'ninja' 'qt6-tools' 'xcb-util-renderutil' 'gtest')
groups=('deepin')
source=("git+https://github.com/linuxdeepin/qt6integration.git#tag=$pkgver")
-sha512sums=('6d00eec813625561635d8e0a41e4819857305fcdd0caf29e916f08e6887f2d1db8aa890dc9d8d35da039e07ffbdd692ee73ffdb37abab4446df5638f9baedcc3')
+sha512sums=('6fcf26698d6709fec1da1e4b7bc591c846bef3f96b56e71e486dcc8fb0051f56239ad5f6048c0b4e13e38da2e64d7a7027de243c3f6c700defd0c4f417f2ed1b')
build() {
cd qt6integration
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-qt6integration/-/commit/8f2310ca2050fc231b0b0d98c3773844f0d73610
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-qt6integration/-/commit/8f2310ca2050fc231b0b0d98c3773844f0d73610
You're receiving this email because of your account on gitlab.archlinux.org.