[arch-commits] Commit in ukui-window-switch/repos/community-x86_64 (3 files)

Felix Yan felixonmars at archlinux.org
Wed Aug 26 22:52:26 UTC 2020


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

archrelease: copy trunk to community-x86_64

Added:
  ukui-window-switch/repos/community-x86_64/PKGBUILD
    (from rev 689154, ukui-window-switch/trunk/PKGBUILD)
Deleted:
  ukui-window-switch/repos/community-x86_64/PKGBUILD
  ukui-window-switch/repos/community-x86_64/ukui-window-switch-qt5.15.patch

---------------------------------+
 PKGBUILD                        |   56 ++++++++++++++++----------------------
 ukui-window-switch-qt5.15.patch |   24 ----------------
 2 files changed, 25 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-26 22:52:18 UTC (rev 689154)
+++ PKGBUILD	2020-08-26 22:52:26 UTC (rev 689155)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ukui-window-switch
-pkgver=2.0.3
-pkgrel=2
-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')
-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')
-
-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
-  make
-}
-
-package() {
-  cd ukui-window-switch-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: ukui-window-switch/repos/community-x86_64/PKGBUILD (from rev 689154, ukui-window-switch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-26 22:52:26 UTC (rev 689155)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ukui-window-switch
+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=('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")
+sha512sums=('6ee41d32b614f8f96c56ee6faed2d5072479c02d9230065bb001543cde0ef7f088f4b6be17fcce92915472a3ad733337d657122bfb35206256c7195a9396391f')
+
+build() {
+  cd ukui-window-switch-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ukui-window-switch-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: ukui-window-switch-qt5.15.patch
===================================================================
--- ukui-window-switch-qt5.15.patch	2020-08-26 22:52:18 UTC (rev 689154)
+++ ukui-window-switch-qt5.15.patch	2020-08-26 22:52:26 UTC (rev 689155)
@@ -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"



More information about the arch-commits mailing list