[arch-commits] Commit in kdenlive/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Apr 7 21:29:30 UTC 2020


    Date: Tuesday, April 7, 2020 @ 21:29:30
  Author: arojas
Revision: 379767

Qt 5.15 beta3 rebuild

Modified:
  kdenlive/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-07 20:21:59 UTC (rev 379766)
+++ PKGBUILD	2020-04-07 21:29:30 UTC (rev 379767)
@@ -6,7 +6,7 @@
 
 pkgname=kdenlive
 pkgver=20.03.90
-pkgrel=1
+pkgrel=2
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(x86_64)
 url="https://www.kdenlive.org/"
@@ -22,14 +22,19 @@
             'xine-ui: for DVD preview'
             'vlc: for DVD preview'
             'plasma-desktop: theme configuration')
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+         kdenlive-revert-qt5.15-port.patch::"https://invent.kde.org/kde/kdenlive/commit/8984bf80.patch")
 sha256sums=('ad6ac0100b3da281b103b95d09fdde1a5bcaf2c3b777c42af72b098fd8916742'
-            'SKIP')
+            'SKIP'
+            'e7096577222446765f45e26bacf0803f5002aa4e6d1387364ace1b2a1a6e0c15')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdenlive-revert-qt5.15-port.patch
 }
 
 build() {



More information about the arch-commits mailing list