Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
accounts-qml-module
Commits:
148c8e63 by Erwin-Iosef at 2026-02-16T23:20:00+05:30
Rebuild with gcc-libs deprecation + fix SPDX license
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,12 +4,13 @@ pkgbase = accounts-qml-module
pkgrel = 6
url = https://gitlab.com/accounts-sso/accounts-qml-module
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-only
makedepends = git
makedepends = qt6-tools
- depends = gcc-libs
depends = glibc
depends = libaccounts-qt
+ depends = libgcc
+ depends = libstdc++
depends = qt6-base
depends = qt6-declarative
depends = signond
=====================================
PKGBUILD
=====================================
@@ -6,10 +6,11 @@ pkgrel=6
pkgdesc='Expose the Online Accounts API to QML applications'
url='https://gitlab.com/accounts-sso/accounts-qml-module'
arch=(x86_64)
-license=(LGPL)
-depends=(gcc-libs
- glibc
+license=(LGPL-2.1-only)
+depends=(glibc
libaccounts-qt
+ libgcc
+ libstdc++
qt6-base
qt6-declarative
signond)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/accounts-qml-module/-/commit/148c8e63ce54fd4c20bafd4eba3307ca7611534a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/accounts-qml-module/-/commit/148c8e63ce54fd4c20bafd4eba3307ca7611534a
You're receiving this email because of your account on gitlab.archlinux.org.