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

Antonio Rojas arojas at gemini.archlinux.org
Thu Oct 7 09:46:41 UTC 2021


    Date: Thursday, October 7, 2021 @ 09:46:41
  Author: arojas
Revision: 425352

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-07 09:46:32 UTC (rev 425351)
+++ PKGBUILD	2021-10-07 09:46:41 UTC (rev 425352)
@@ -1,37 +0,0 @@
-# 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
-}

Copied: konqueror/repos/extra-x86_64/PKGBUILD (from rev 425351, konqueror/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-07 09:46:41 UTC (rev 425352)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=konqueror
+pkgver=21.08.2
+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=('57ca516fde6def2912939360f1da05f8cded79cccc66404fc0a43aa0b00db46c'
+            '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
+}



More information about the arch-commits mailing list