Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-qt5integration
Commits:
14813bf5 by Felix Yan at 2025-08-02T15:10:03+08:00
upgpkg: 5.7.14-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = deepin-qt5integration
pkgdesc = Qt platform theme integration plugins for DDE
- pkgver = 5.7.13
+ pkgver = 5.7.14
pkgrel = 1
url = https://github.com/linuxdeepin/qt5integration
arch = x86_64
groups = deepin
- license = GPL3
+ license = LGPL-3.0-or-later
makedepends = git
makedepends = cmake
makedepends = ninja
@@ -21,7 +21,7 @@ pkgbase = deepin-qt5integration
depends = libx11
depends = glibc
depends = gcc-libs
- source =
git+https://github.com/linuxdeepin/qt5integration.git#tag=5.7.13
- sha512sums =
1bdee2af4df5c2f04f7bec6462abec38639974c49f4e06274f502791619c32f1ad1c2ee609921811cb900468a3162cbfda669d4a39590988f47484f80ad6ad9d
+ source =
git+https://github.com/linuxdeepin/qt5integration.git#tag=5.7.14
+ sha512sums =
db2659c011b1b07e0eab6cefadf5a73fe222831ad9c2f3e723533006b754b847f6780008175acc3edfc560d0f5f11eae7a045de754d3ffd16e8a0b66fa9e7e44
pkgname = deepin-qt5integration
=====================================
PKGBUILD
=====================================
@@ -1,18 +1,18 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-qt5integration
-pkgver=5.7.13
+pkgver=5.7.14
pkgrel=1
pkgdesc='Qt platform theme integration plugins for DDE'
arch=('x86_64')
url="https://github.com/linuxdeepin/qt5integration"
-license=('GPL3')
+license=('LGPL-3.0-or-later')
depends=('dtkcore' 'dtkgui' 'dtkwidget' 'libqt5xdg' 'qt5-x11extras' 'qt5-base'
'libx11' 'glibc'
'gcc-libs')
makedepends=('git' 'cmake' 'ninja' 'qt5-tools' 'xcb-util-renderutil' 'gtest')
groups=('deepin')
source=("git+https://github.com/linuxdeepin/qt5integration.git#tag=$pkgver")
-sha512sums=('1bdee2af4df5c2f04f7bec6462abec38639974c49f4e06274f502791619c32f1ad1c2ee609921811cb900468a3162cbfda669d4a39590988f47484f80ad6ad9d')
+sha512sums=('db2659c011b1b07e0eab6cefadf5a73fe222831ad9c2f3e723533006b754b847f6780008175acc3edfc560d0f5f11eae7a045de754d3ffd16e8a0b66fa9e7e44')
build() {
cd qt5integration
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-qt5integration/-/commit/14813bf59443de92b8a29758a1d3c97317aeefc1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-qt5integration/-/commit/14813bf59443de92b8a29758a1d3c97317aeefc1
You're receiving this email because of your account on gitlab.archlinux.org.