Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / libqtxdg
Commits: b03c3de4 by Chih-Hsuan Yen at 2025-04-22T21:35:16+08:00 upgpkg: 4.2.0-2; drop unneeded dependencies They were added in 21d51d10f72e5320fa3fb99f0be817291a115aa3 for Qt's xcb plugin. Now many things are changed: * Packages needed for the xcb plugin were added to qt package: https://github.com/archlinux/svntogit-packages/commit/32d65f6f6426405df0a2926d663996569d09855c * LXQt now supports Wayland besides X11 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libqtxdg pkgdesc = Library providing freedesktop.org XDG specs implementations for Qt pkgver = 4.2.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/lxqt/libqtxdg arch = x86_64 license = LGPL @@ -9,8 +9,6 @@ pkgbase = libqtxdg checkdepends = xorg-server-xvfb makedepends = cmake makedepends = lxqt-build-tools - depends = libsm - depends = libxkbcommon-x11 depends = qt6-base depends = qt6-svg optdepends = xterm: the default terminal for running .desktop files ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgname=libqtxdg pkgver=4.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt" arch=("x86_64") url="https://github.com/lxqt/$pkgname" license=("LGPL" "custom") -depends=("libsm" "libxkbcommon-x11" "qt6-base" "qt6-svg") +depends=("qt6-base" "qt6-svg") makedepends=("cmake" "lxqt-build-tools") checkdepends=("xorg-server-xvfb") optdepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libqtxdg/-/commit/b03c3de472d03b204ae991779a721d78dddfe690 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libqtxdg/-/commit/b03c3de472d03b204ae991779a721d78dddfe690 You're receiving this email because of your account on gitlab.archlinux.org.
