[arch-commits] Commit in qt5-webengine/repos/testing-x86_64 (4 files)

Antonio Rojas arojas at archlinux.org
Fri Sep 6 06:23:53 UTC 2019


    Date: Friday, September 6, 2019 @ 06:23:53
  Author: arojas
Revision: 361971

archrelease: copy trunk to testing-x86_64

Added:
  qt5-webengine/repos/testing-x86_64/PKGBUILD
    (from rev 361970, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/testing-x86_64/qtbug-77037-workaround.patch
    (from rev 361970, qt5-webengine/trunk/qtbug-77037-workaround.patch)
Deleted:
  qt5-webengine/repos/testing-x86_64/PKGBUILD
  qt5-webengine/repos/testing-x86_64/qtbug-77037-workaround.patch

------------------------------+
 PKGBUILD                     |  100 ++++++++++++++++++++---------------------
 qtbug-77037-workaround.patch |   22 ++++-----
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-06 06:23:25 UTC (rev 361970)
+++ PKGBUILD	2019-09-06 06:23:53 UTC (rev 361971)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qt5-webengine
-_qtver=5.13.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-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' 'libpulse')
-makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-        qtbug-77037-workaround.patch)
-sha256sums=('7f12e710b76ff2be4497bf368fc01ecd2419e2e962fb90599b0ece00ae2eb7d0'
-            '3e3bb8ecf292e7f249d001db4a4a072ca4ba38f713f496122bd7c73d93d5def9')
-
-prepare() {
-  mkdir -p build
-
-  cd ${_pkgfqn}
-  patch -p1 -i "$srcdir"/qtbug-77037-workaround.patch # Fix build with pulseaudio 13
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn} -- \
-    -proprietary-codecs \
-    -system-ffmpeg \
-    -webp \
-    -spellchecker \
-    -webengine-icu
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
-    -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/testing-x86_64/PKGBUILD (from rev 361970, qt5-webengine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-06 06:23:53 UTC (rev 361971)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt5-webengine
+_qtver=5.13.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+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' 'libpulse')
+makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+        qtbug-77037-workaround.patch)
+sha256sums=('7f12e710b76ff2be4497bf368fc01ecd2419e2e962fb90599b0ece00ae2eb7d0'
+            '3e3bb8ecf292e7f249d001db4a4a072ca4ba38f713f496122bd7c73d93d5def9')
+
+prepare() {
+  mkdir -p build
+
+  cd ${_pkgfqn}
+  patch -p1 -i "$srcdir"/qtbug-77037-workaround.patch # Fix build with pulseaudio 13
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn} -- \
+    -proprietary-codecs \
+    -system-ffmpeg \
+    -webp \
+    -spellchecker \
+    -webengine-icu
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+    -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}

Deleted: qtbug-77037-workaround.patch
===================================================================
--- qtbug-77037-workaround.patch	2019-09-06 06:23:25 UTC (rev 361970)
+++ qtbug-77037-workaround.patch	2019-09-06 06:23:53 UTC (rev 361971)
@@ -1,11 +0,0 @@
---- qtwebengine-everywhere-src-5.13.0/src/core/config/linux.pri.orig	2019-08-06 08:23:45.385072740 +0300
-+++ qtwebengine-everywhere-src-5.13.0/src/core/config/linux.pri	2019-08-06 08:23:51.085237082 +0300
-@@ -162,7 +162,7 @@ host_build {
-     qtConfig(webengine-system-harfbuzz): gn_args += use_system_harfbuzz=true
-     !qtConfig(webengine-system-glib): gn_args += use_glib=false
-     qtConfig(webengine-pulseaudio) {
--        gn_args += use_pulseaudio=true
-+        gn_args += use_pulseaudio=true link_pulseaudio=true
-     } else {
-         gn_args += use_pulseaudio=false
-     }

Copied: qt5-webengine/repos/testing-x86_64/qtbug-77037-workaround.patch (from rev 361970, qt5-webengine/trunk/qtbug-77037-workaround.patch)
===================================================================
--- qtbug-77037-workaround.patch	                        (rev 0)
+++ qtbug-77037-workaround.patch	2019-09-06 06:23:53 UTC (rev 361971)
@@ -0,0 +1,11 @@
+--- qtwebengine-everywhere-src-5.13.0/src/core/config/linux.pri.orig	2019-08-06 08:23:45.385072740 +0300
++++ qtwebengine-everywhere-src-5.13.0/src/core/config/linux.pri	2019-08-06 08:23:51.085237082 +0300
+@@ -162,7 +162,7 @@ host_build {
+     qtConfig(webengine-system-harfbuzz): gn_args += use_system_harfbuzz=true
+     !qtConfig(webengine-system-glib): gn_args += use_glib=false
+     qtConfig(webengine-pulseaudio) {
+-        gn_args += use_pulseaudio=true
++        gn_args += use_pulseaudio=true link_pulseaudio=true
+     } else {
+         gn_args += use_pulseaudio=false
+     }



More information about the arch-commits mailing list