[arch-commits] Commit in deepin-qt5platform-plugins/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 8 05:45:28 UTC 2021
Date: Thursday, July 8, 2021 @ 05:45:27
Author: felixonmars
Revision: 975575
upgpkg: deepin-qt5platform-plugins 5.0.23-3: re-enable wayland support
Modified:
deepin-qt5platform-plugins/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-08 05:45:18 UTC (rev 975574)
+++ PKGBUILD 2021-07-08 05:45:27 UTC (rev 975575)
@@ -2,7 +2,7 @@
pkgname=deepin-qt5platform-plugins
pkgver=5.0.23
-pkgrel=2
+pkgrel=3
pkgdesc='Qt platform plugins for DDE'
arch=('x86_64')
url="https://github.com/linuxdeepin/qt5platform-plugins"
@@ -10,7 +10,7 @@
provides=('deepin-qt5dxcb-plugin')
conflicts=('deepin-qt5dxcb-plugin')
replaces=('deepin-qt5dxcb-plugin')
-depends=('cairo' 'kwayland' 'qt5-wayland' 'qt5-x11extras')
+depends=('cairo' 'deepin-wayland' 'kwayland' 'qt5-x11extras')
makedepends=('expac' 'qt5-xcb-private-headers' 'libglvnd' 'libxcb')
groups=('deepin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5platform-plugins/archive/$pkgver.tar.gz"
@@ -30,11 +30,8 @@
patch -Np1 -i ../deepin-only.patch
rm -r xcb/libqt5xcbqpa-dev wayland/qtwayland-dev
- # Disable wayland for now: https://github.com/linuxdeepin/qt5platform-plugins/issues/47
- sed -i '/wayland/d' qt5platform-plugins.pro
sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += /usr/include/qtxcb-private|' xcb/linux.pri
- sed -i "/qtwayland-dev/a /usr/include/qt/QtWaylandClient/$(expac %v qt5-wayland | cut -d - -f 1) /usr/include/qt/QtXkbCommonSupport/$(expac %v qt5-base | cut -d - -f 1) \\\\" wayland/wayland.pro
}
build() {
More information about the arch-commits
mailing list