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

Antonio Rojas arojas at archlinux.org
Wed Jun 12 15:03:42 UTC 2019


    Date: Wednesday, June 12, 2019 @ 15:03:42
  Author: arojas
Revision: 355926

Remove no longer needed hack

Modified:
  qt5-webengine/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-12 14:07:11 UTC (rev 355925)
+++ PKGBUILD	2019-06-12 15:03:42 UTC (rev 355926)
@@ -11,7 +11,7 @@
 pkgdesc='Provides support for web applications using the Chromium browser project'
 depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 
          'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
+makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
@@ -22,10 +22,6 @@
 prepare() {
   mkdir -p build
 
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
   cd ${_pkgfqn}
   cd src/3rdparty/chromium
   patch -p1 -i "$srcdir"/qtwebengine-glibc-2.29.patch # Fix PPAPI plugins with glibc 2.29
@@ -34,7 +30,6 @@
 build() {
   cd build
 
-  export PATH="$srcdir/bin:$PATH"
   qmake ../${_pkgfqn} -- \
     -proprietary-codecs \
     -system-ffmpeg \



More information about the arch-commits mailing list