[arch-commits] Commit in falkon/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Oct 16 19:33:55 UTC 2019
Date: Wednesday, October 16, 2019 @ 19:33:54
Author: arojas
Revision: 365084
Disable python plugin support, doesn't work with pyside 5.13 and crashes on shutdown
Modified:
falkon/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-16 17:57:29 UTC (rev 365083)
+++ PKGBUILD 2019-10-16 19:33:54 UTC (rev 365084)
@@ -2,15 +2,15 @@
pkgname=falkon
pkgver=3.1.0
-pkgrel=6
+pkgrel=7
pkgdesc="Cross-platform QtWebEngine browser"
arch=(x86_64)
url="https://www.falkon.org/"
license=(GPL3)
depends=(qt5-webengine qt5-x11extras qt5-svg)
-makedepends=(extra-cmake-modules qt5-tools kio purpose libgnome-keyring pyside2 shiboken2)
-optdepends=('kio: KDE integration' 'purpose: KDE integration' 'libgnome-keyring: gnome keyring integration'
- 'pyside2: Python plugins')
+makedepends=(extra-cmake-modules qt5-tools kio purpose libgnome-keyring) # pyside2 shiboken2
+optdepends=('kio: KDE integration' 'purpose: KDE integration' 'libgnome-keyring: gnome keyring integration')
+# 'pyside2: Python plugins')
replaces=(qupzilla)
source=(https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
falkon-pyside-5.12.2.patch::"https://cgit.kde.org/falkon.git/patch/?id=479933e0")
@@ -29,8 +29,6 @@
build() {
cd build
cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}
More information about the arch-commits
mailing list