[arch-commits] Commit in deepin-qt5platform-plugins/repos/community-x86_64 (4 files)

2020-11-26 Thread Felix Yan via arch-commits
Date: Thursday, November 26, 2020 @ 17:06:00
  Author: felixonmars
Revision: 763654

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
(from rev 763653, deepin-qt5platform-plugins/trunk/PKGBUILD)
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch
(from rev 763653, 
deepin-qt5platform-plugins/trunk/deepin-qt5platform-plugins-qt5.15.patch)
Deleted:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch

-+
 PKGBUILD|   78 -
 deepin-qt5platform-plugins-qt5.15.patch |  238 +++---
 2 files changed, 158 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-26 17:05:47 UTC (rev 763653)
+++ PKGBUILD2020-11-26 17:06:00 UTC (rev 763654)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5platform-plugins
-pkgver=5.0.18
-pkgrel=2
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5platform-plugins;
-license=('GPL3')
-provides=('deepin-qt5dxcb-plugin')
-conflicts=('deepin-qt5dxcb-plugin')
-replaces=('deepin-qt5dxcb-plugin')
-depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
-sha512sums=('cc9a4035a687f0dd37530bf583d334d1a4e0fe831a14b6a740acb47df5f30d7275947c21411ecba85ac10e76082058780e198189ceaf654b2675abc07bbb355b')
-
-prepare() {
-  cd qt5platform-plugins-$pkgver
-
-  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() {
-  cd qt5platform-plugins-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5platform-plugins-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD (from rev 
763653, deepin-qt5platform-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-26 17:06:00 UTC (rev 763654)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5platform-plugins
+pkgver=5.0.19
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5platform-plugins;
+license=('GPL3')
+provides=('deepin-qt5dxcb-plugin')
+conflicts=('deepin-qt5dxcb-plugin')
+replaces=('deepin-qt5dxcb-plugin')
+depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
+sha512sums=('f8ef56d806fa1cc26a5644c69a343e586235e420f6eeba71451c344b65e260c88275b6675435f27acafe142e4f8230141b3ae473ffcfbc4a297ca52e57c72dd3')
+
+prepare() {
+  cd qt5platform-plugins-$pkgver
+
+  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() {
+  cd qt5platform-plugins-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5platform-plugins-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-qt5platform-plugins-qt5.15.patch
===
--- deepin-qt5platform-plugins-qt5.15.patch 2020-11-26 17:05:47 UTC (rev 
763653)
+++ deepin-qt5platform-plugins-qt5.15.patch 2020-11-26 17:06:00 UTC (rev 
763654)
@@ -1,119 +0,0 @@
-diff --git a/xcb/dplatformwindowhelper.cpp b/xcb/dplatformwindowhelper.cpp
-index de4478d..a85f14e 100644
 a/xcb/dplatformwindowhelper.cpp
-+++ b/xcb/dplatformwindowhelper.cpp
-@@ -35,6 +35,8 @@
- #include 
- #include 
- 
-+#include 
-+
- Q_DECLARE_METATYPE(QPainterPath)
- Q_DECLARE_METATYPE(QMargins)
- 
-@@ -511,10 +513,17 @@ bool DPlatformWindowHelper::setWindowModified(bool 

[arch-commits] Commit in deepin-qt5platform-plugins/repos/community-x86_64 (4 files)

2020-11-15 Thread Felix Yan via arch-commits
Date: Sunday, November 15, 2020 @ 10:46:36
  Author: felixonmars
Revision: 754390

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
(from rev 754389, deepin-qt5platform-plugins/trunk/PKGBUILD)
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch
(from rev 754389, 
deepin-qt5platform-plugins/trunk/deepin-qt5platform-plugins-qt5.15.patch)
Deleted:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch

-+
 PKGBUILD|   78 -
 deepin-qt5platform-plugins-qt5.15.patch |  238 +++---
 2 files changed, 158 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 10:46:18 UTC (rev 754389)
+++ PKGBUILD2020-11-15 10:46:36 UTC (rev 754390)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5platform-plugins
-pkgver=5.0.17
-pkgrel=1
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5platform-plugins;
-license=('GPL3')
-provides=('deepin-qt5dxcb-plugin')
-conflicts=('deepin-qt5dxcb-plugin')
-replaces=('deepin-qt5dxcb-plugin')
-depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
-sha512sums=('5c3d7a0866020ea1f0d8491c990607de0f125a80ce2d83eb44ff12c69373247203fa67a80204ec1d3cb013ef131631232fe6e23cb38c5aa8621a06d6c2791932')
-
-prepare() {
-  cd qt5platform-plugins-$pkgver
-
-  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() {
-  cd qt5platform-plugins-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5platform-plugins-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD (from rev 
754389, deepin-qt5platform-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 10:46:36 UTC (rev 754390)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5platform-plugins
+pkgver=5.0.18
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5platform-plugins;
+license=('GPL3')
+provides=('deepin-qt5dxcb-plugin')
+conflicts=('deepin-qt5dxcb-plugin')
+replaces=('deepin-qt5dxcb-plugin')
+depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
+sha512sums=('cc9a4035a687f0dd37530bf583d334d1a4e0fe831a14b6a740acb47df5f30d7275947c21411ecba85ac10e76082058780e198189ceaf654b2675abc07bbb355b')
+
+prepare() {
+  cd qt5platform-plugins-$pkgver
+
+  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() {
+  cd qt5platform-plugins-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5platform-plugins-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-qt5platform-plugins-qt5.15.patch
===
--- deepin-qt5platform-plugins-qt5.15.patch 2020-11-15 10:46:18 UTC (rev 
754389)
+++ deepin-qt5platform-plugins-qt5.15.patch 2020-11-15 10:46:36 UTC (rev 
754390)
@@ -1,119 +0,0 @@
-diff --git a/xcb/dplatformwindowhelper.cpp b/xcb/dplatformwindowhelper.cpp
-index de4478d..a85f14e 100644
 a/xcb/dplatformwindowhelper.cpp
-+++ b/xcb/dplatformwindowhelper.cpp
-@@ -35,6 +35,8 @@
- #include 
- #include 
- 
-+#include 
-+
- Q_DECLARE_METATYPE(QPainterPath)
- Q_DECLARE_METATYPE(QMargins)
- 
-@@ -511,10 +513,17 @@ bool DPlatformWindowHelper::setWindowModified(bool 

[arch-commits] Commit in deepin-qt5platform-plugins/repos/community-x86_64 (4 files)

2020-09-14 Thread Felix Yan via arch-commits
Date: Monday, September 14, 2020 @ 09:58:50
  Author: felixonmars
Revision: 705963

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
(from rev 705962, deepin-qt5platform-plugins/trunk/PKGBUILD)
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch
(from rev 705962, 
deepin-qt5platform-plugins/trunk/deepin-qt5platform-plugins-qt5.15.patch)
Deleted:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch

-+
 PKGBUILD|   78 -
 deepin-qt5platform-plugins-qt5.15.patch |  238 +++---
 2 files changed, 158 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-14 09:58:39 UTC (rev 705962)
+++ PKGBUILD2020-09-14 09:58:50 UTC (rev 705963)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5platform-plugins
-pkgver=5.0.16
-pkgrel=2
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5platform-plugins;
-license=('GPL3')
-provides=('deepin-qt5dxcb-plugin')
-conflicts=('deepin-qt5dxcb-plugin')
-replaces=('deepin-qt5dxcb-plugin')
-depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
-sha512sums=('81ff5ef0ee882871981ea672876dc606ac09d58800210e782fa662fdb1e3f88728de2794457c087b2771e1d0471d1b51e7b303f03467ec2c5e2afa0566bc6957')
-
-prepare() {
-  cd qt5platform-plugins-$pkgver
-
-  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() {
-  cd qt5platform-plugins-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5platform-plugins-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD (from rev 
705962, deepin-qt5platform-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-14 09:58:50 UTC (rev 705963)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5platform-plugins
+pkgver=5.0.17
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5platform-plugins;
+license=('GPL3')
+provides=('deepin-qt5dxcb-plugin')
+conflicts=('deepin-qt5dxcb-plugin')
+replaces=('deepin-qt5dxcb-plugin')
+depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
+sha512sums=('5c3d7a0866020ea1f0d8491c990607de0f125a80ce2d83eb44ff12c69373247203fa67a80204ec1d3cb013ef131631232fe6e23cb38c5aa8621a06d6c2791932')
+
+prepare() {
+  cd qt5platform-plugins-$pkgver
+
+  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() {
+  cd qt5platform-plugins-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5platform-plugins-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-qt5platform-plugins-qt5.15.patch
===
--- deepin-qt5platform-plugins-qt5.15.patch 2020-09-14 09:58:39 UTC (rev 
705962)
+++ deepin-qt5platform-plugins-qt5.15.patch 2020-09-14 09:58:50 UTC (rev 
705963)
@@ -1,119 +0,0 @@
-diff --git a/xcb/dplatformwindowhelper.cpp b/xcb/dplatformwindowhelper.cpp
-index de4478d..a85f14e 100644
 a/xcb/dplatformwindowhelper.cpp
-+++ b/xcb/dplatformwindowhelper.cpp
-@@ -35,6 +35,8 @@
- #include 
- #include 
- 
-+#include 
-+
- Q_DECLARE_METATYPE(QPainterPath)
- Q_DECLARE_METATYPE(QMargins)
- 
-@@ -511,10 +513,17 @@ bool DPlatformWindowHelper::setWindowModified(bool 

[arch-commits] Commit in deepin-qt5platform-plugins/repos/community-x86_64 (4 files)

2020-08-28 Thread Felix Yan via arch-commits
Date: Friday, August 28, 2020 @ 08:11:07
  Author: felixonmars
Revision: 690201

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
(from rev 690199, deepin-qt5platform-plugins/trunk/PKGBUILD)
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch
(from rev 690200, 
deepin-qt5platform-plugins/trunk/deepin-qt5platform-plugins-qt5.15.patch)
Deleted:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch

-+
 PKGBUILD|   78 -
 deepin-qt5platform-plugins-qt5.15.patch |  238 +++---
 2 files changed, 158 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-28 08:11:03 UTC (rev 690200)
+++ PKGBUILD2020-08-28 08:11:07 UTC (rev 690201)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5platform-plugins
-pkgver=5.0.15
-pkgrel=1
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5platform-plugins;
-license=('GPL3')
-provides=('deepin-qt5dxcb-plugin')
-conflicts=('deepin-qt5dxcb-plugin')
-replaces=('deepin-qt5dxcb-plugin')
-depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
-sha512sums=('2575a0483587d90e11eda6f5e96f0aff6a250d5a3edccba94c96fcc146957c9ec5fd9570e3f60e3f27c2c28aeeb7e40e8d4fa07e758470f18d6f69714675265f')
-
-prepare() {
-  cd qt5platform-plugins-$pkgver
-
-  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() {
-  cd qt5platform-plugins-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5platform-plugins-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD (from rev 
690199, deepin-qt5platform-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-28 08:11:07 UTC (rev 690201)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5platform-plugins
+pkgver=5.0.16
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5platform-plugins;
+license=('GPL3')
+provides=('deepin-qt5dxcb-plugin')
+conflicts=('deepin-qt5dxcb-plugin')
+replaces=('deepin-qt5dxcb-plugin')
+depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
+sha512sums=('81ff5ef0ee882871981ea672876dc606ac09d58800210e782fa662fdb1e3f88728de2794457c087b2771e1d0471d1b51e7b303f03467ec2c5e2afa0566bc6957')
+
+prepare() {
+  cd qt5platform-plugins-$pkgver
+
+  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() {
+  cd qt5platform-plugins-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5platform-plugins-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-qt5platform-plugins-qt5.15.patch
===
--- deepin-qt5platform-plugins-qt5.15.patch 2020-08-28 08:11:03 UTC (rev 
690200)
+++ deepin-qt5platform-plugins-qt5.15.patch 2020-08-28 08:11:07 UTC (rev 
690201)
@@ -1,119 +0,0 @@
-diff --git a/xcb/dplatformwindowhelper.cpp b/xcb/dplatformwindowhelper.cpp
-index de4478d..a85f14e 100644
 a/xcb/dplatformwindowhelper.cpp
-+++ b/xcb/dplatformwindowhelper.cpp
-@@ -35,6 +35,8 @@
- #include 
- #include 
- 
-+#include 
-+
- Q_DECLARE_METATYPE(QPainterPath)
- Q_DECLARE_METATYPE(QMargins)
- 
-@@ -511,10 +513,17 @@ bool DPlatformWindowHelper::setWindowModified(bool 

[arch-commits] Commit in deepin-qt5platform-plugins/repos/community-x86_64 (4 files)

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 12:18:39
  Author: felixonmars
Revision: 683892

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
(from rev 683891, deepin-qt5platform-plugins/trunk/PKGBUILD)
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch
(from rev 683891, 
deepin-qt5platform-plugins/trunk/deepin-qt5platform-plugins-qt5.15.patch)
Deleted:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch

-+
 PKGBUILD|   78 -
 deepin-qt5platform-plugins-qt5.15.patch |  238 +++---
 2 files changed, 158 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 12:18:13 UTC (rev 683891)
+++ PKGBUILD2020-08-18 12:18:39 UTC (rev 683892)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5platform-plugins
-pkgver=5.0.14
-pkgrel=1
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5platform-plugins;
-license=('GPL3')
-provides=('deepin-qt5dxcb-plugin')
-conflicts=('deepin-qt5dxcb-plugin')
-replaces=('deepin-qt5dxcb-plugin')
-depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
-sha512sums=('e4f6056b92d468dc60877fe1c4b648bd87fc1a79844ca3921601d991571ebe9f8d2766c690bb9b26562eab52bc2edf305fcbb23f05ea2b21660b1e63b016bef6')
-
-prepare() {
-  cd qt5platform-plugins-$pkgver
-
-  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() {
-  cd qt5platform-plugins-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5platform-plugins-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD (from rev 
683891, deepin-qt5platform-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 12:18:39 UTC (rev 683892)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5platform-plugins
+pkgver=5.0.15
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5platform-plugins;
+license=('GPL3')
+provides=('deepin-qt5dxcb-plugin')
+conflicts=('deepin-qt5dxcb-plugin')
+replaces=('deepin-qt5dxcb-plugin')
+depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
+sha512sums=('2575a0483587d90e11eda6f5e96f0aff6a250d5a3edccba94c96fcc146957c9ec5fd9570e3f60e3f27c2c28aeeb7e40e8d4fa07e758470f18d6f69714675265f')
+
+prepare() {
+  cd qt5platform-plugins-$pkgver
+
+  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() {
+  cd qt5platform-plugins-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5platform-plugins-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-qt5platform-plugins-qt5.15.patch
===
--- deepin-qt5platform-plugins-qt5.15.patch 2020-08-18 12:18:13 UTC (rev 
683891)
+++ deepin-qt5platform-plugins-qt5.15.patch 2020-08-18 12:18:39 UTC (rev 
683892)
@@ -1,119 +0,0 @@
-diff --git a/xcb/dplatformwindowhelper.cpp b/xcb/dplatformwindowhelper.cpp
-index de4478d..a85f14e 100644
 a/xcb/dplatformwindowhelper.cpp
-+++ b/xcb/dplatformwindowhelper.cpp
-@@ -35,6 +35,8 @@
- #include 
- #include 
- 
-+#include 
-+
- Q_DECLARE_METATYPE(QPainterPath)
- Q_DECLARE_METATYPE(QMargins)
- 
-@@ -511,10 +513,17 @@ bool DPlatformWindowHelper::setWindowModified(bool 

[arch-commits] Commit in deepin-qt5platform-plugins/repos/community-x86_64 (4 files)

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 16:15:09
  Author: felixonmars
Revision: 682793

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
(from rev 682792, deepin-qt5platform-plugins/trunk/PKGBUILD)
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch
(from rev 682792, 
deepin-qt5platform-plugins/trunk/deepin-qt5platform-plugins-qt5.15.patch)
Deleted:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch

-+
 PKGBUILD|   84 --
 deepin-qt5platform-plugins-qt5.15.patch |  238 +++---
 2 files changed, 158 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-17 16:14:54 UTC (rev 682792)
+++ PKGBUILD2020-08-17 16:15:09 UTC (rev 682793)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5platform-plugins
-pkgver=5.0.13
-pkgrel=1
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5platform-plugins;
-license=('GPL3')
-provides=('deepin-qt5dxcb-plugin')
-conflicts=('deepin-qt5dxcb-plugin')
-replaces=('deepin-qt5dxcb-plugin')
-depends=('cairo' 'kwayland' 'qt5-wayland' '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;
- deepin-qt5platform-plugins-qt5.15.patch)
-sha512sums=('2abaa535b1450a430334ed46a179bf525c71014c9187d8ac8274af761f39f537611ed97f80cab68626ccb71bb09c3b3a9e2552284d30e772f1028e7e1c32181d'
-
'92ef3be31a679a5df77ef6c9acf2325e7ef398eb255cdc950684e8ce2c7ecc9b4c1d9b3599bca788f06e55c984db26e94ec21094964e1719a5544dcf24df4775')
-
-prepare() {
-  cd qt5platform-plugins-$pkgver
-
-  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
-
-  patch -p1 -i ../deepin-qt5platform-plugins-qt5.15.patch # Fix build with Qt 
5.15
-  # https://github.com/linuxdeepin/qt5platform-plugins/pull/48
-  sed -i 's/xcbWindow-/window-/' xcb/windoweventhook.cpp
-}
-
-build() {
-  cd qt5platform-plugins-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5platform-plugins-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD (from rev 
682792, deepin-qt5platform-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-17 16:15:09 UTC (rev 682793)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5platform-plugins
+pkgver=5.0.14
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5platform-plugins;
+license=('GPL3')
+provides=('deepin-qt5dxcb-plugin')
+conflicts=('deepin-qt5dxcb-plugin')
+replaces=('deepin-qt5dxcb-plugin')
+depends=('cairo' 'kwayland' 'qt5-wayland' '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;)
+sha512sums=('e4f6056b92d468dc60877fe1c4b648bd87fc1a79844ca3921601d991571ebe9f8d2766c690bb9b26562eab52bc2edf305fcbb23f05ea2b21660b1e63b016bef6')
+
+prepare() {
+  cd qt5platform-plugins-$pkgver
+
+  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() {
+  cd qt5platform-plugins-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5platform-plugins-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-qt5platform-plugins-qt5.15.patch
===
--- deepin-qt5platform-plugins-qt5.15.patch 2020-08-17 16:14:54 UTC (rev 
682792)
+++ deepin-qt5platform-plugins-qt5.15.patch 2020-08-17 16:15:09 UTC (rev 
682793)
@@ 

[arch-commits] Commit in deepin-qt5platform-plugins/repos/community-x86_64 (4 files)

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 07:58:46
  Author: felixonmars
Revision: 652007

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
(from rev 652006, deepin-qt5platform-plugins/trunk/PKGBUILD)
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch
(from rev 652006, 
deepin-qt5platform-plugins/trunk/deepin-qt5platform-plugins-qt5.15.patch)
Deleted:
  deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD
  
deepin-qt5platform-plugins/repos/community-x86_64/deepin-qt5platform-plugins-qt5.15.patch

-+
 PKGBUILD|   90 +--
 deepin-qt5platform-plugins-qt5.15.patch |  238 +++---
 2 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 07:58:33 UTC (rev 652006)
+++ PKGBUILD2020-06-24 07:58:46 UTC (rev 652007)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5platform-plugins
-pkgver=5.0.12
-pkgrel=1
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5platform-plugins;
-license=('GPL3')
-provides=('deepin-qt5dxcb-plugin')
-conflicts=('deepin-qt5dxcb-plugin')
-replaces=('deepin-qt5dxcb-plugin')
-depends=('cairo' 'kwayland' 'qt5-wayland' '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;
- deepin-qt5platform-plugins-qt5.15.patch)
-sha512sums=('bf2878619dda9412185107d40396c6983a39db4c0b264f0d3cd5953f3238e82d458f33824242770b3048e572b65b76241b6f711c18ed88d95a13be01ba48368b'
-
'92ef3be31a679a5df77ef6c9acf2325e7ef398eb255cdc950684e8ce2c7ecc9b4c1d9b3599bca788f06e55c984db26e94ec21094964e1719a5544dcf24df4775')
-
-prepare() {
-  cd qt5platform-plugins-$pkgver
-
-  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
-
-  patch -p1 -i ../deepin-qt5platform-plugins-qt5.15.patch # Fix build with Qt 
5.15
-  # https://github.com/linuxdeepin/qt5platform-plugins/pull/48
-  sed -i 's/xcbWindow-/window-/' xcb/windoweventhook.cpp
-}
-
-build() {
-  cd qt5platform-plugins-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5platform-plugins-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5platform-plugins/repos/community-x86_64/PKGBUILD (from rev 
652006, deepin-qt5platform-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 07:58:46 UTC (rev 652007)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5platform-plugins
+pkgver=5.0.13
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5platform-plugins;
+license=('GPL3')
+provides=('deepin-qt5dxcb-plugin')
+conflicts=('deepin-qt5dxcb-plugin')
+replaces=('deepin-qt5dxcb-plugin')
+depends=('cairo' 'kwayland' 'qt5-wayland' '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;
+ deepin-qt5platform-plugins-qt5.15.patch)
+sha512sums=('2abaa535b1450a430334ed46a179bf525c71014c9187d8ac8274af761f39f537611ed97f80cab68626ccb71bb09c3b3a9e2552284d30e772f1028e7e1c32181d'
+
'92ef3be31a679a5df77ef6c9acf2325e7ef398eb255cdc950684e8ce2c7ecc9b4c1d9b3599bca788f06e55c984db26e94ec21094964e1719a5544dcf24df4775')
+
+prepare() {
+  cd qt5platform-plugins-$pkgver
+
+  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
+
+  patch -p1 -i ../deepin-qt5platform-plugins-qt5.15.patch # Fix build with Qt 
5.15
+  # https://github.com/linuxdeepin/qt5platform-plugins/pull/48
+  sed -i 's/xcbWindow-/window-/' xcb/windoweventhook.cpp
+}
+
+build() {
+  cd qt5platform-plugins-$pkgver
+  qmake-qt5