Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / dtkgui
Commits: 593a7844 by Chih-Hsuan Yen at 2024-04-24T16:30:07+08:00 upgpkg: 1:5.6.26-2: Switch to libqt5xdg, see https://archlinux.org/todo/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = dtkgui pkgdesc = Deepin Toolkit, gui module for DDE look and feel pkgver = 5.6.26 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://github.com/linuxdeepin/dtkgui arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = dtkgui depends = dtkcore depends = freeimage depends = libraw - depends = libqtxdg + depends = libqt5xdg depends = librsvg depends = qt5-base depends = glib2 ===================================== PKGBUILD ===================================== @@ -2,13 +2,13 @@ pkgname=dtkgui pkgver=5.6.26 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Deepin Toolkit, gui module for DDE look and feel' arch=('x86_64') url="https://github.com/linuxdeepin/dtkgui" license=('LGPL3') -depends=('dtkcore' 'freeimage' 'libraw' 'libqtxdg' 'librsvg' 'qt5-base' 'glib2' 'libx11' 'gcc-libs') +depends=('dtkcore' 'freeimage' 'libraw' 'libqt5xdg' 'librsvg' 'qt5-base' 'glib2' 'libx11' 'gcc-libs') makedepends=('cmake' 'ninja' 'qt5-tools' 'gtest' 'doxygen') source=("https://github.com/linuxdeepin/dtkgui/archive/$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('95e86ac252b9c6e20fe48a29fd07a6924eeed2f96400aa8f4632e4eddfc13c642c11fe47dcc7d88af06c44c7ea0394733c90b1385ca8408af740653e287371ba') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtkgui/-/commit/593a7844d049f33c93c73d71036ddd4567ca2b2e -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtkgui/-/commit/593a7844d049f33c93c73d71036ddd4567ca2b2e You're receiving this email because of your account on gitlab.archlinux.org.
