[arch-commits] Commit in deepin-screen-recorder/trunk (2 files)

Felix Yan felixonmars at archlinux.org
Sun Apr 25 23:40:15 UTC 2021


    Date: Sunday, April 25, 2021 @ 23:40:15
  Author: felixonmars
Revision: 924477

upgpkg: deepin-screen-recorder 5.9.3-1

Modified:
  deepin-screen-recorder/trunk/PKGBUILD
Deleted:
  deepin-screen-recorder/trunk/deepin-screen-recorder-qt5.15.patch

-------------------------------------+
 PKGBUILD                            |   12 +++--------
 deepin-screen-recorder-qt5.15.patch |   36 ----------------------------------
 2 files changed, 4 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 23:26:57 UTC (rev 924476)
+++ PKGBUILD	2021-04-25 23:40:15 UTC (rev 924477)
@@ -3,21 +3,19 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-screen-recorder
-pkgver=5.8.1
+pkgver=5.9.3
 pkgrel=1
 pkgdesc='Deepin Screen Recorder'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-screen-recorder"
 license=('GPL3')
-depends=('byzanz' 'deepin-qt5integration' 'deepin-turbo' 'ffmpeg' 'kconfig' 'ki18n' 'kwindowsystem')
+depends=('byzanz' 'deepin-qt5integration' 'deepin-dock' 'deepin-turbo' 'ffmpeg' 'kconfig' 'ki18n' 'kwindowsystem')
 makedepends=('qt5-tools')
 provides=('deepin-screenshot')
 conflicts=('deepin-screenshot')
 groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz"
-         deepin-screen-recorder-qt5.15.patch)
-sha512sums=('e13a3d8dc6aa5d4212e770332993600a310ed71a0f16611772030f646155d5198dffe920ecbf21d14df39389f6a954787567b01a339b3ab80989582c4f75547c'
-            'aaef789b5b1e74c9b2972bf94134b639393247ea4c6459e90d0b875d692b6adca71cafc27f1cc402fc81126eb47c52ae816867d7a3d2dfa775594dd839840247')
+source=("https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('50df395dcb20fa031c174fd231889dd39b725c1ce1b344862e66ac32707dbcd147c4bade5d3bc28fad457c2810dbad8bdad5bdcd4cee26ac0108e82a3927918e')
 
 prepare() {
   cd deepin-screen-recorder-$pkgver
@@ -26,8 +24,6 @@
   sed -i '/include <X11.extensions.XTest.h>/a #undef min' src/event_monitor.cpp
   sed -i '/#include <iostream>/d;1i #include <iostream>' src/screen_shot_event.cpp
   sed -i '/include <X11.extensions.shape.h>/a #undef None' src/utils.cpp
-
-  patch -p1 -i ../deepin-screen-recorder-qt5.15.patch # Fix build with Qt 5.15
 }
 
 build(){

Deleted: deepin-screen-recorder-qt5.15.patch
===================================================================
--- deepin-screen-recorder-qt5.15.patch	2021-04-25 23:26:57 UTC (rev 924476)
+++ deepin-screen-recorder-qt5.15.patch	2021-04-25 23:40:15 UTC (rev 924477)
@@ -1,36 +0,0 @@
-diff --git a/src/utils.cpp b/src/utils.cpp
-index 96f2226..7076d09 100755
---- a/src/utils.cpp
-+++ b/src/utils.cpp
-@@ -27,6 +27,7 @@
- #include <QDebug>
- #include <QFontMetrics>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QDBusInterface>
- #include <QtX11Extras/QX11Info>
- #include <X11/extensions/shape.h>
-diff --git a/src/widgets/shapeswidget.cpp b/src/widgets/shapeswidget.cpp
-index 127620e..38638df 100755
---- a/src/widgets/shapeswidget.cpp
-+++ b/src/widgets/shapeswidget.cpp
-@@ -20,6 +20,7 @@
- #include "shapeswidget.h"
- #include <QApplication>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QDebug>
- 
- #include "../utils/calculaterect.h"
-diff --git a/src/widgets/tooltips.cpp b/src/widgets/tooltips.cpp
-index afd844a..0f377bb 100644
---- a/src/widgets/tooltips.cpp
-+++ b/src/widgets/tooltips.cpp
-@@ -33,6 +33,7 @@
- #include <QHBoxLayout>
- #include <QLabel>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QGraphicsDropShadowEffect>
- #include <QPropertyAnimation>
- #include <QGraphicsOpacityEffect>



More information about the arch-commits mailing list