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

Antonio Rojas arojas at gemini.archlinux.org
Sat Feb 12 21:30:26 UTC 2022


    Date: Saturday, February 12, 2022 @ 21:30:26
  Author: arojas
Revision: 1132977

Update to 3.1.0

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

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

Modified: 0001-Add-better-integration-for-Linux.patch
===================================================================
--- 0001-Add-better-integration-for-Linux.patch	2022-02-12 21:15:12 UTC (rev 1132976)
+++ 0001-Add-better-integration-for-Linux.patch	2022-02-12 21:30:26 UTC (rev 1132977)
@@ -74,10 +74,10 @@
 index 69bc5a33..fdf7fd07 100644
 --- a/src/vokoscreenNG.pro
 +++ b/src/vokoscreenNG.pro
-@@ -163,3 +163,28 @@ include(loadExtensions/loadExtensions.pri)
- # wayland
- unix:include(wayland/wayland.pri)
- unix:include(waylandRoutines/waylandRoutines.pri)
+@@ -178,3 +178,28 @
+ 
+ # File Dialog
+ include(fileDialog/fileDialog.pri)
 +
 +unix:!macx {
 +  isEmpty(PREFIX) {

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 21:15:12 UTC (rev 1132976)
+++ PKGBUILD	2022-02-12 21:30:26 UTC (rev 1132977)
@@ -6,7 +6,7 @@
 
 pkgname=vokoscreen
 _pkgname=vokoscreenNG
-pkgver=3.0.9
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='Easy to use screencast creator'
 arch=('x86_64')
@@ -18,12 +18,12 @@
 makedepends=('qt5-tools')
 source=("https://github.com/vkohaupt/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz"
         '0001-Add-better-integration-for-Linux.patch')
-sha256sums=('e03ebce15d624eb64a37a7448d5e583eb56d38f7b569be24cedaa6632d5c65a6'
-            '1d9c78a9c43f64a6c47ac916da5bdea7e686f1aae2264db9e7a7b2504b76efb0')
+sha256sums=('58ed792732b2129bec88b142f9b3a82c76a88c70d5f8b32b8332bdd6d8d5cbe4'
+            '422d0cd05d2fe1a1973f8eb50e95c7e4898ce3afeae97b7e67ab384f3958ffa2')
 
 prepare() {
   cd $_pkgname-$pkgver
-  patch -Np1 -i ../0001-Add-better-integration-for-Linux.patch
+  patch -Np1 -F3 -i ../0001-Add-better-integration-for-Linux.patch
 }
 
 build() {



More information about the arch-commits mailing list