[arch-commits] Commit in konqueror/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Sep 19 10:42:20 UTC 2021


    Date: Sunday, September 19, 2021 @ 10:42:20
  Author: arojas
Revision: 424371

archrelease: copy trunk to extra-x86_64

Added:
  konqueror/repos/extra-x86_64/PKGBUILD
    (from rev 424370, konqueror/trunk/PKGBUILD)
Deleted:
  konqueror/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 37 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-19 10:42:11 UTC (rev 424370)
+++ PKGBUILD	2021-09-19 10:42:20 UTC (rev 424371)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=konqueror
-pkgver=21.08.1
-pkgrel=1
-pkgdesc='KDE File Manager & Web Browser'
-arch=(x86_64)
-url='https://apps.kde.org/konqueror/'
-license=(LGPL)
-depends=(dolphin keditbookmarks qt5-webengine qt5-script kinit)
-makedepends=(extra-cmake-modules kdoctools kdesu hunspell)
-optdepends=('kdesu: shell command plugin')
-groups=(kde-applications kde-network)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f0c0aed44c25928b92e21e55cb76182e64297eba5647797911f9cdd12c62ad94'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
-              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DWEBENGINEPART_DICTIONARY_DIR=/usr/share/qt/qtwebengine_dictionaries
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: konqueror/repos/extra-x86_64/PKGBUILD (from rev 424370, konqueror/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-19 10:42:20 UTC (rev 424371)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=konqueror
+pkgver=21.08.1
+pkgrel=2
+pkgdesc='KDE File Manager & Web Browser'
+arch=(x86_64)
+url='https://apps.kde.org/konqueror/'
+license=(LGPL)
+depends=(dolphin keditbookmarks qt5-webengine qt5-script kinit)
+makedepends=(extra-cmake-modules kdoctools kdesu hunspell)
+optdepends=('kdesu: shell command plugin')
+groups=(kde-applications kde-network)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+        https://invent.kde.org/network/konqueror/-/commit/6a46c0c8.patch)
+sha256sums=('f0c0aed44c25928b92e21e55cb76182e64297eba5647797911f9cdd12c62ad94'
+            'SKIP'
+            '18d8b396a5390d2cb3c3b10213503e45149be3b06aeda1be3afa22f13c2945c7')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 6a46c0c8.patch # Prevent pages from opening in external apps or new tabs
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DWEBENGINEPART_DICTIONARY_DIR=/usr/share/qt/qtwebengine_dictionaries
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list