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

Antonio Rojas arojas at archlinux.org
Sat Feb 13 21:00:35 UTC 2021


    Date: Saturday, February 13, 2021 @ 21:00:35
  Author: arojas
Revision: 859680

Update to 3.0.8

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

---------------------------------------------+
 0001-Add-better-integration-for-Linux.patch |   14 +++++++-------
 PKGBUILD                                    |    6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: 0001-Add-better-integration-for-Linux.patch
===================================================================
--- 0001-Add-better-integration-for-Linux.patch	2021-02-13 20:56:29 UTC (rev 859679)
+++ 0001-Add-better-integration-for-Linux.patch	2021-02-13 21:00:35 UTC (rev 859680)
@@ -71,13 +71,16 @@
 +  <developer_name>Volker Kohaupt</developer_name>
 +</component>
 diff --git a/src/vokoscreenNG.pro b/src/vokoscreenNG.pro
-index 69bc5a33..fdf7fd07 100644
+index 587cf611..e5f6365f 100644
 --- a/src/vokoscreenNG.pro
 +++ b/src/vokoscreenNG.pro
-@@ -152,3 +152,28 @@ include(systrayAlternative/systrayAlternative.pri)
+@@ -163,4 +163,29 @@ include(systrayAlternative/systrayAlternative.pri)
+ # ciscoOpenh264
+ win32:include(ciscoOpenh264/ciscoOpenh264.pri)
  
- # ciscoOpenh264
- # include(ciscoOpenh264/ciscoOpenh264.pri)
+-unix:include(wayland/wayland.pri)
+\ No newline at end of file
++unix:include(wayland/wayland.pri)
 +
 +unix:!macx {
 +  isEmpty(PREFIX) {
@@ -103,6 +106,3 @@
 +
 +  INSTALLS += target icon desktop appdata
 +}
--- 
-2.27.0
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-13 20:56:29 UTC (rev 859679)
+++ PKGBUILD	2021-02-13 21:00:35 UTC (rev 859680)
@@ -6,7 +6,7 @@
 
 pkgname=vokoscreen
 _pkgname=vokoscreenNG
-pkgver=3.0.7
+pkgver=3.0.8
 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=('557b830f11ecabbacb3f8309be9464e47a56aa35b48a163410ce71bb7f75b278'
-            '049e89a39653896c439565056705d744a22093834eea4d5fff8e60c3505a24c2')
+sha256sums=('bb694195fe05f9ebcdb2bd4d912c0b2a1c73b9ab864d010ca4d2be661c9dad10'
+            'f0b04c72883b87862b1a57aa908cc1a2b39d1638419f548ee49a6a803377637e')
 
 prepare() {
   cd $_pkgname-$pkgver



More information about the arch-commits mailing list