[arch-commits] Commit in qt5-webengine/kde-unstable (2 files)
Antonio Rojas
arojas at archlinux.org
Tue Oct 10 21:26:21 UTC 2017
Date: Tuesday, October 10, 2017 @ 21:26:20
Author: arojas
Revision: 307404
Restore freetype patch
Modified:
qt5-webengine/kde-unstable/PKGBUILD
qt5-webengine/kde-unstable/qtwebengine-harmony.patch
---------------------------+
PKGBUILD | 6 +++---
qtwebengine-harmony.patch | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-10 20:53:29 UTC (rev 307403)
+++ PKGBUILD 2017-10-10 21:26:20 UTC (rev 307404)
@@ -5,7 +5,7 @@
pkgname=qt5-webengine
_qtver=5.10.0-beta
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -12,13 +12,13 @@
pkgdesc='Provides support for web applications using the Chromium browser project'
depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss'
'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 're2') # libvpx - 1.6.1 not supported
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools')
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'vulkan-headers')
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
qtwebengine-harmony.patch)
sha256sums=('df7547b87ef6d150c5ed4dc9a03b24299caf9ceb15a3515d995733f901ec3549'
- 'c183e3a7c135b1942bbb977f74c7f4eff79cd9504c7a17ad29b99ce5776cdece')
+ 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
prepare() {
mkdir -p build
Modified: qtwebengine-harmony.patch
===================================================================
--- qtwebengine-harmony.patch 2017-10-10 20:53:29 UTC (rev 307403)
+++ qtwebengine-harmony.patch 2017-10-10 21:26:20 UTC (rev 307404)
@@ -9,7 +9,7 @@
{
if (FT_New_Library(&gFTMemory, &fLibrary)) {
return;
-@@ -147,12 +145,6 @@
+@@ -147,12 +145,7 @@
}
#endif
@@ -19,6 +19,7 @@
- fIsLCDSupported = true;
- fLCDExtra = 2; //Using a filter adds one full pixel to each side.
- }
++ FT_Library_SetLcdFilter(fLibrary, FT_LCD_FILTER_DEFAULT);
}
~FreeTypeLibrary() {
if (fLibrary) {
More information about the arch-commits
mailing list