Browse Source

removed patche command

Bachir Soussi Chiadmi 6 years ago
parent
commit
0efb0c894c
2 changed files with 1 additions and 6 deletions
  1. 1 1
      .SRCINFO
  2. 0 5
      PKGBUILD

+ 1 - 1
.SRCINFO

@@ -1,5 +1,5 @@
 # Generated by mksrcinfo v8
-# Mon Jun 26 10:40:00 UTC 2017
+# Mon Jun 26 10:41:21 UTC 2017
 pkgbase = qt5-webkit-print
 	pkgdesc = Classes for a WebKit2 based implementation and a new QML API (maintained fork) (patched with pdf scale and background fixes)
 	pkgver = 5.212.0alpha2

+ 0 - 5
PKGBUILD

@@ -24,11 +24,6 @@ prepare() {
   mkdir -p build
 
   cd qtwebkit-$_qtver
-# Fix build with ICU 59 (PLD linux)
-  patch -p1 -i ../qt5-webkit-icu59.patch
-# Fix build with GCC 7
-  patch -p1 -i ../qt5-webkit-ng-gcc7.patch
-  patch -p1 -i ../qt5-webkit-ng-functional.patch
   # aleray fixes (https://github.com/annulen/webkit/compare/qtwebkit-stable...aleray:ospkit2)
   patch -p1 -i ../qt5-webkit-pdf_scaling.patch
   patch -p1 -i ../qt5-webkit-solid_background_PDF.patch