Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / lxqt-admin
Commits: 6769cd6f by Chih-Hsuan Yen at 2025-04-22T21:05:47+08:00 upgpkg: 2.2.0-2; kwindowsystem is not needed anymore https://github.com/lxqt/lxqt-admin/pull/283 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = lxqt-admin pkgdesc = LXQt system administration tool. pkgver = 2.2.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/lxqt/lxqt-admin arch = x86_64 groups = lxqt @@ -11,7 +11,6 @@ pkgbase = lxqt-admin makedepends = lxqt-build-tools depends = qt6-base depends = liblxqt - depends = kwindowsystem depends = polkit-qt6 source = https://github.com/lxqt/lxqt-admin/releases/download/2.2.0/lxqt-admin-2.2.0.tar.xz source = https://github.com/lxqt/lxqt-admin/releases/download/2.2.0/lxqt-admin-2.2.0.tar.xz.asc ===================================== PKGBUILD ===================================== @@ -3,13 +3,13 @@ pkgname=lxqt-admin pkgver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="LXQt system administration tool." arch=("x86_64") groups=("lxqt") url="https://github.com/lxqt/$pkgname" license=("LGPL2.1") -depends=("qt6-base" "liblxqt" "kwindowsystem" "polkit-qt6") +depends=("qt6-base" "liblxqt" "polkit-qt6") makedepends=("cmake" "qt6-tools" "lxqt-build-tools") source=( "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-admin/-/commit/6769cd6f0b9d5985c2db1759eed6b4181b114efb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-admin/-/commit/6769cd6f0b9d5985c2db1759eed6b4181b114efb You're receiving this email because of your account on gitlab.archlinux.org.
