[arch-commits] Commit in vokoscreen/trunk (2 files)
Balló György
bgyorgy at archlinux.org
Sun May 30 17:44:28 UTC 2021
Date: Sunday, May 30, 2021 @ 17:44:28
Author: bgyorgy
Revision: 950551
upgpkg: vokoscreen 3.0.9-1: Update to version 3.0.9
Modified:
vokoscreen/trunk/0001-Add-better-integration-for-Linux.patch
vokoscreen/trunk/PKGBUILD
---------------------------------------------+
0001-Add-better-integration-for-Linux.patch | 13 +++++--------
PKGBUILD | 6 +++---
2 files changed, 8 insertions(+), 11 deletions(-)
Modified: 0001-Add-better-integration-for-Linux.patch
===================================================================
--- 0001-Add-better-integration-for-Linux.patch 2021-05-30 17:42:35 UTC (rev 950550)
+++ 0001-Add-better-integration-for-Linux.patch 2021-05-30 17:44:28 UTC (rev 950551)
@@ -71,16 +71,13 @@
+ <developer_name>Volker Kohaupt</developer_name>
+</component>
diff --git a/src/vokoscreenNG.pro b/src/vokoscreenNG.pro
-index 587cf611..e5f6365f 100644
+index 69bc5a33..fdf7fd07 100644
--- a/src/vokoscreenNG.pro
+++ b/src/vokoscreenNG.pro
-@@ -163,4 +163,29 @@ include(systrayAlternative/systrayAlternative.pri)
- # ciscoOpenh264
- win32:include(ciscoOpenh264/ciscoOpenh264.pri)
-
--unix:include(wayland/wayland.pri)
-\ No newline at end of file
-+unix:include(wayland/wayland.pri)
+@@ -163,3 +163,28 @@ include(loadExtensions/loadExtensions.pri)
+ # wayland
+ unix:include(wayland/wayland.pri)
+ unix:include(waylandRoutines/waylandRoutines.pri)
+
+unix:!macx {
+ isEmpty(PREFIX) {
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-30 17:42:35 UTC (rev 950550)
+++ PKGBUILD 2021-05-30 17:44:28 UTC (rev 950551)
@@ -6,7 +6,7 @@
pkgname=vokoscreen
_pkgname=vokoscreenNG
-pkgver=3.0.8
+pkgver=3.0.9
pkgrel=1
pkgdesc='Easy to use screencast creator'
arch=('x86_64')
@@ -18,8 +18,8 @@
makedepends=('qt5-tools')
source=("https://github.com/vkohaupt/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz"
'0001-Add-better-integration-for-Linux.patch')
-sha256sums=('bb694195fe05f9ebcdb2bd4d912c0b2a1c73b9ab864d010ca4d2be661c9dad10'
- 'f0b04c72883b87862b1a57aa908cc1a2b39d1638419f548ee49a6a803377637e')
+sha256sums=('e03ebce15d624eb64a37a7448d5e583eb56d38f7b569be24cedaa6632d5c65a6'
+ '1d9c78a9c43f64a6c47ac916da5bdea7e686f1aae2264db9e7a7b2504b76efb0')
prepare() {
cd $_pkgname-$pkgver
More information about the arch-commits
mailing list