Date: Wednesday, August 26, 2020 @ 22:52:17
  Author: felixonmars
Revision: 689153

upgpkg: ukui-window-switch 3.0.0-1

Modified:
  ukui-window-switch/trunk/PKGBUILD
Deleted:
  ukui-window-switch/trunk/ukui-window-switch-qt5.15.patch

---------------------------------+
 PKGBUILD                        |   16 +++++-----------
 ukui-window-switch-qt5.15.patch |   24 ------------------------
 2 files changed, 5 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-26 22:52:09 UTC (rev 689152)
+++ PKGBUILD    2020-08-26 22:52:17 UTC (rev 689153)
@@ -1,24 +1,18 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=ukui-window-switch
-pkgver=2.0.3
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Front of the window switcher in UKUI desktop environment"
 arch=('x86_64')
 license=('GPL')
 url="https://github.com/ukui/ukui-window-switch";
 groups=('ukui')
-depends=('libwnck3' 'qt5-x11extras' 'ukwm')
+depends=('gsettings-qt' 'libwnck3' 'qt5-x11extras' 'ukwm')
 makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz";
-         ukui-window-switch-qt5.15.patch)
-sha512sums=('8fc15f32d5929031a3542115c14702087a29b7425fa808581bf292629e6d23418de99d850e520d39233ada188ac677105cb5b3e1df59e2a7ee38789da2c40568'
-            
'00f573025911b0acf77262893aa429b597b1602b737cd00908b14d505eec8c1ff3f04956213c859f67b9b733dd59f33f24692446ecd1f56ba72c086539a90122')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz";)
+sha512sums=('6ee41d32b614f8f96c56ee6faed2d5072479c02d9230065bb001543cde0ef7f088f4b6be17fcce92915472a3ad733337d657122bfb35206256c7195a9396391f')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../ukui-window-switch-qt5.15.patch # Fix 
build with Qt 5.15
-}
-
 build() {
   cd ukui-window-switch-$pkgver
   qmake-qt5 PREFIX=/usr

Deleted: ukui-window-switch-qt5.15.patch
===================================================================
--- ukui-window-switch-qt5.15.patch     2020-08-26 22:52:09 UTC (rev 689152)
+++ ukui-window-switch-qt5.15.patch     2020-08-26 22:52:17 UTC (rev 689153)
@@ -1,24 +0,0 @@
-diff --git a/src/ukws_new_workspace_button.cpp 
b/src/ukws_new_workspace_button.cpp
-index f8487a1..1121ef8 100644
---- a/src/ukws_new_workspace_button.cpp
-+++ b/src/ukws_new_workspace_button.cpp
-@@ -2,6 +2,7 @@
- #include "ukws_new_workspace_button.h"
- 
- #include <QPainter>
-+#include <QPainterPath>
- 
- UkwsNewWorkspaceButton::UkwsNewWorkspaceButton(QWidget *parent) : 
QWidget(parent)
- {
-diff --git a/src/ukws_window_box.cpp b/src/ukws_window_box.cpp
-index 3079e9f..ee7ad52 100644
---- a/src/ukws_window_box.cpp
-+++ b/src/ukws_window_box.cpp
-@@ -29,6 +29,7 @@
- #include <QDebug>
- #include <QStyleOption>
- #include <QPainter>
-+#include <QPainterPath>
- 
- #include "ukws_common.h"
- #include "ukws_helper.h"

Reply via email to