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

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 20 17:59:07 UTC 2021


    Date: Friday, August 20, 2021 @ 17:59:07
  Author: felixonmars
Revision: 422415

archrelease: copy trunk to extra-x86_64

Added:
  konsole/repos/extra-x86_64/PKGBUILD
    (from rev 422414, konsole/trunk/PKGBUILD)
Deleted:
  konsole/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   85 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 44 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-20 17:58:59 UTC (rev 422414)
+++ PKGBUILD	2021-08-20 17:59:07 UTC (rev 422415)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=konsole
-pkgver=21.08.0
-pkgrel=2
-arch=(x86_64)
-url='https://apps.kde.org/konsole/'
-pkgdesc='KDE terminal emulator'
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-utilities)
-depends=(knotifyconfig kpty kparts knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('keditbookmarks: to manage bookmarks')
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-        https://invent.kde.org/utilities/konsole/-/commit/fb7f838fd3138a39aea3bcb2e91f923741587137.patch
-        https://invent.kde.org/utilities/konsole/-/commit/c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch)
-sha256sums=('5bdd16aadfe3e45a353dfac31c66cc769232f31dea8d4735a6de61f1384abebf'
-            'SKIP'
-            '22a50cda9d74f3f2a6d47077b80e7a3e8547e0512200220d7efc5555425ef702'
-            '90408f4e67401eadb4b57bf5a4a02b73da6d227c110c57cc75647b311c5d9f7e')
-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() {
-  # Upstream suggested backports for toolbars and window size
-  patch -d $pkgname-$pkgver -p1 < fb7f838fd3138a39aea3bcb2e91f923741587137.patch
-  patch -d $pkgname-$pkgver -p1 < c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: konsole/repos/extra-x86_64/PKGBUILD (from rev 422414, konsole/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-20 17:59:07 UTC (rev 422415)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=konsole
+pkgver=21.08.0
+pkgrel=3
+arch=(x86_64)
+url='https://apps.kde.org/konsole/'
+pkgdesc='KDE terminal emulator'
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-utilities)
+depends=(knotifyconfig kpty kparts knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('keditbookmarks: to manage bookmarks')
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+        https://invent.kde.org/utilities/konsole/-/commit/fb7f838fd3138a39aea3bcb2e91f923741587137.patch
+        https://invent.kde.org/utilities/konsole/-/commit/c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch
+        https://invent.kde.org/utilities/konsole/-/commit/f24dd6acc28393ba6f731be1360731c01a9a1ef0.patch)
+sha256sums=('5bdd16aadfe3e45a353dfac31c66cc769232f31dea8d4735a6de61f1384abebf'
+            'SKIP'
+            '22a50cda9d74f3f2a6d47077b80e7a3e8547e0512200220d7efc5555425ef702'
+            '90408f4e67401eadb4b57bf5a4a02b73da6d227c110c57cc75647b311c5d9f7e'
+            '90637863ae1ad835814094ab63210e93b7befac5af143331ea7f06355ba0c84d')
+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() {
+  # Upstream suggested backports for toolbars and window size
+  patch -d $pkgname-$pkgver -p1 < fb7f838fd3138a39aea3bcb2e91f923741587137.patch
+  patch -d $pkgname-$pkgver -p1 < c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch
+  patch -d $pkgname-$pkgver -p1 < f24dd6acc28393ba6f731be1360731c01a9a1ef0.patch
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list