Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / lxqt-config
Commits: f8aad48a by Chih-Hsuan Yen at 2026-02-16T16:25:57+08:00 upgpkg: 2.3.1-2 https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,14 @@ pkgbase = lxqt-config pkgdesc = LXQt system configuration. pkgver = 2.3.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/lxqt/lxqt-config arch = x86_64 groups = lxqt license = LGPL2.1 makedepends = lxqt-build-tools depends = glibc - depends = gcc-libs + depends = libstdc++ depends = qt6-base depends = qt6-svg depends = libkscreen ===================================== PKGBUILD ===================================== @@ -3,14 +3,14 @@ pkgname=lxqt-config pkgver=2.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="LXQt system configuration." arch=("x86_64") groups=("lxqt") url="https://github.com/lxqt/$pkgname" # Upstream licenses are messy and need clarifications... https://github.com/lxqt/lxqt-config/issues/966 license=("LGPL2.1") -depends=("glibc" "gcc-libs" +depends=("glibc" "libstdc++" "qt6-base" "qt6-svg" "libkscreen" "libQt6Xdg.so" "liblxqt" "lxqt-themes" "lxqt-menu-data" "libx11" "libxcb" "libxcursor" "libxfixes" "libxi" "xf86-input-libinput" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-config/-/commit/f8aad48a09a022b74e0d24b18a65b5d4dfb3eab5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-config/-/commit/f8aad48a09a022b74e0d24b18a65b5d4dfb3eab5 You're receiving this email because of your account on gitlab.archlinux.org.
