Date: Tuesday, February 8, 2022 @ 08:59:14 Author: felixonmars Revision: 1129057
upgpkg: deepin-qt5platform-plugins 5.0.46-1 Modified: deepin-qt5platform-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-08 08:57:34 UTC (rev 1129056) +++ PKGBUILD 2022-02-08 08:59:14 UTC (rev 1129057) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=deepin-qt5platform-plugins -pkgver=5.0.42 +pkgver=5.0.46 pkgrel=1 pkgdesc='Qt platform plugins for DDE' arch=('x86_64') @@ -14,7 +14,7 @@ makedepends=('expac' 'qt5-xcb-private-headers' 'libglvnd' 'libxcb') groups=('deepin') source=("https://github.com/linuxdeepin/qt5platform-plugins/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('ca63b32551e9e918696a78accdfab09b185a7a82af501c091688865479f898ba2ce6a2e2fafe54035c2041dd1e12dea4d7e04b04bb149f9fa5711277f1a7430d') +sha512sums=('e7c4590d016a3b6c9666ac0b21d4465b04da218bff5779205da9f6ce7e067fb516cd213b4ff136cda048b556ec927239990f5983be5fdbf4cc4c8f9dd9dcca34') prepare() { cd qt5platform-plugins-$pkgver @@ -22,6 +22,7 @@ rm -r xcb/libqt5xcbqpa-dev wayland/qtwayland-dev sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += /usr/include/qtxcb-private|' xcb/linux.pri + sed -i '/wayland/d' qt5platform-plugins.pro } build() {
