summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralium2018-12-24 16:00:03 +0100
committeralium2018-12-24 16:00:03 +0100
commit54ab925afbfa56d59b3755e9baf17e8865942c5c (patch)
treebe37bb7ba25bb0e734b271b72285e794e74f4f11
parent3accf9fb26c24d57d484ee540d11d31c0408989c (diff)
downloadaur-54ab925afbfa56d59b3755e9baf17e8865942c5c.tar.gz
Fix Qt 5.12 build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 829f57390a03..e03f6ce59837 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clipgrab-qt5
pkgdesc = A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ... (Qt5)
pkgver = 3.7.2
- pkgrel = 1
+ pkgrel = 2
url = http://clipgrab.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0899c0ae2ec0..2282860b0e58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=clipgrab-qt5
pkgver=3.7.2
_qt5patch=3.7.1
-pkgrel=1
+pkgrel=2
pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ... (Qt5)'
arch=('i686' 'x86_64')
url='http://clipgrab.org'
@@ -20,6 +20,9 @@ md5sums=('703862f5c80838308a0778922114aa6c'
prepare() {
cd clipgrab-$pkgver
patch -p1 -i ../clipgrab-qt5-${_qt5patch}.patch
+
+ #fix Qt 5.12 build
+ sed -i 's|QtWebKit/QWebView|QtWebKitWidgets/QWebView|' mainwindow.ui
}
build() {