George Hu pushed to branch main at Arch Linux / Packaging / Packages / gio-qt
Commits:
33c86c0a by George Hu at 2026-01-28T18:47:24+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = gio-qt
pkgrel = 1
url = https://github.com/linuxdeepin/gio-qt
arch = x86_64
- license = LGPL3
+ license = LGPL-3.0-or-later
makedepends = git
makedepends = cmake
makedepends = qt6-tools
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Gio wrapper for Qt applications'
arch=('x86_64')
url="https://github.com/linuxdeepin/gio-qt"
-license=('LGPL3')
+license=('LGPL-3.0-or-later')
depends=('glibmm' 'qt6-base')
makedepends=('git' 'cmake' 'qt6-tools')
source=("git+https://github.com/linuxdeepin/gio-qt.git#tag=$pkgver")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gio-qt/-/commit/33c86c0a8501847bf3770d6bfe4b26c7261adee0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gio-qt/-/commit/33c86c0a8501847bf3770d6bfe4b26c7261adee0
You're receiving this email because of your account on gitlab.archlinux.org.