[arch-commits] Commit in vokoscreen/trunk (3 files)

Antonio Rojas arojas at archlinux.org
Sat Oct 10 09:59:19 UTC 2020


    Date: Saturday, October 10, 2020 @ 09:59:18
  Author: arojas
Revision: 723046

Update to 3.0.7

Modified:
  vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch
  vokoscreen/trunk/PKGBUILD
Deleted:
  vokoscreen/trunk/qt-5.15.patch

---------------------------------------------+
 0001-Add-better-integration-for-Linux.patch |    6 +++---
 PKGBUILD                                    |   11 ++++-------
 qt-5.15.patch                               |   23 -----------------------
 3 files changed, 7 insertions(+), 33 deletions(-)

Modified: 0001-Add-better-integration-for-Linux.patch
===================================================================
--- 0001-Add-better-integration-for-Linux.patch	2020-10-10 09:54:29 UTC (rev 723045)
+++ 0001-Add-better-integration-for-Linux.patch	2020-10-10 09:59:18 UTC (rev 723046)
@@ -74,10 +74,10 @@
 index 69bc5a33..fdf7fd07 100644
 --- a/src/vokoscreenNG.pro
 +++ b/src/vokoscreenNG.pro
-@@ -152,3 +152,28 @@ include(loadExtensions/loadExtensions.pri)
+@@ -152,3 +152,28 @@ include(systrayAlternative/systrayAlternative.pri)
  
- # systrayAlternative
- include(systrayAlternative/systrayAlternative.pri)
+ # ciscoOpenh264
+ # include(ciscoOpenh264/ciscoOpenh264.pri)
 +
 +unix:!macx {
 +  isEmpty(PREFIX) {

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-10 09:54:29 UTC (rev 723045)
+++ PKGBUILD	2020-10-10 09:59:18 UTC (rev 723046)
@@ -6,8 +6,8 @@
 
 pkgname=vokoscreen
 _pkgname=vokoscreenNG
-pkgver=3.0.4
-pkgrel=3
+pkgver=3.0.7
+pkgrel=1
 pkgdesc='Easy to use screencast creator'
 arch=(x86_64)
 url='https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html'
@@ -17,15 +17,12 @@
             'gst-plugins-ugly: record screen into H.264 format')
 makedepends=(qt5-tools)
 source=(https://github.com/vkohaupt/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz
-        qt-5.15.patch
         0001-Add-better-integration-for-Linux.patch)
-sha256sums=('f404f2a1b6d342fe2d8c97849dcd54bd2070bebf840bdb247e634229f47b9871'
-            '41b2e88669aa2e347298f0d2bf4b4bedffa0fba8a19cb1d6a6d50067fe76ee31'
-            '15c20c70cfd515aba6bb758d7e7fadf1e414553ce42303846bc642dc39241785')
+sha256sums=('557b830f11ecabbacb3f8309be9464e47a56aa35b48a163410ce71bb7f75b278'
+            '049e89a39653896c439565056705d744a22093834eea4d5fff8e60c3505a24c2')
 
 prepare() {
   cd $_pkgname-$pkgver
-  patch -Np1 -i ../qt-5.15.patch
   patch -Np1 -i ../0001-Add-better-integration-for-Linux.patch
 }
 

Deleted: qt-5.15.patch
===================================================================
--- qt-5.15.patch	2020-10-10 09:54:29 UTC (rev 723045)
+++ qt-5.15.patch	2020-10-10 09:59:18 UTC (rev 723046)
@@ -1,23 +0,0 @@
-From 2fd6901b3c72d58fd444da588381351c21f10cd1 Mon Sep 17 00:00:00 2001
-From: Volker Kohaupt <vkohaupt at freenet.de>
-Date: Mon, 8 Jun 2020 21:23:15 +0200
-Subject: [PATCH] Adapted to Qt 5.15.0
-
----
- src/region/QvkRegionButtonArrow.cpp | 2 ++
- src/settings/QvkSettings.cpp        | 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/src/region/QvkRegionButtonArrow.cpp b/src/region/QvkRegionButtonArrow.cpp
-index 984048b0..82987915 100644
---- a/src/region/QvkRegionButtonArrow.cpp
-+++ b/src/region/QvkRegionButtonArrow.cpp
-@@ -22,6 +22,8 @@
- 
- #include "QvkRegionButtonArrow.h"
- 
-+#include <QPainterPath>
-+
- QvkRegionButtonArrow::QvkRegionButtonArrow()
- {
- }



More information about the arch-commits mailing list