Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / qt5-ukui-platformtheme
Commits: ac7c7f4d by Chih-Hsuan Yen at 2024-04-24T16:30:18+08:00 upgpkg: 1.0.8-11: Switch to libqt5xdg, see https://archlinux.org/todo/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = qt5-ukui-platformtheme pkgdesc = The UKUI platform theme for qt5 QPA pkgver = 1.0.8 - pkgrel = 10 + pkgrel = 11 url = https://github.com/ukui/qt5-ukui-platformtheme arch = x86_64 groups = ukui @@ -11,7 +11,7 @@ pkgbase = qt5-ukui-platformtheme depends = gsettings-qt depends = kwayland5 depends = kwindowsystem5 - depends = libqtxdg + depends = libqt5xdg source = https://github.com/ukui/qt5-ukui-platformtheme/archive/v1.0.8/qt5-ukui-platformtheme-1.0.8.tar.gz sha512sums = e66bacfc3e00bd62e86f5c87ff9d204b851e7a56a17c64900c31ec612ce6b994f41b0107b826efa9d803799410b936ec7b2f0ea2ab77aa3d6b8878f30fb37591 ===================================== PKGBUILD ===================================== @@ -2,13 +2,13 @@ pkgname=qt5-ukui-platformtheme pkgver=1.0.8 -pkgrel=10 +pkgrel=11 pkgdesc="The UKUI platform theme for qt5 QPA" arch=('x86_64') license=('GPL') url="https://github.com/ukui/qt5-ukui-platformtheme" groups=('ukui') -depends=('dconf' 'gsettings-qt' 'kwayland5' 'kwindowsystem5' 'libqtxdg') +depends=('dconf' 'gsettings-qt' 'kwayland5' 'kwindowsystem5' 'libqt5xdg') makedepends=('qt5-tools') source=("https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('e66bacfc3e00bd62e86f5c87ff9d204b851e7a56a17c64900c31ec612ce6b994f41b0107b826efa9d803799410b936ec7b2f0ea2ab77aa3d6b8878f30fb37591') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-ukui-platformtheme/-/commit/ac7c7f4d094da7ffd3a54dcd61193adbe61cf6cd -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-ukui-platformtheme/-/commit/ac7c7f4d094da7ffd3a54dcd61193adbe61cf6cd You're receiving this email because of your account on gitlab.archlinux.org.
