[arch-commits] Commit in konsole/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 21 09:49:33 UTC 2020


    Date: Saturday, March 21, 2020 @ 09:49:32
  Author: arojas
Revision: 378110

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  konsole/repos/kde-unstable-x86_64/
  konsole/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 378109, konsole/kde-unstable/PKGBUILD)

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

Copied: konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 378109, konsole/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2020-03-21 09:49:32 UTC (rev 378110)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=konsole
+pkgver=20.03.80
+pkgrel=1
+arch=(x86_64)
+url='https://kde.org/applications/system/konsole/'
+pkgdesc="KDE's terminal emulator"
+license=(GPL LGPL FDL)
+groups=(kde-applications kdebase)
+depends=(knotifyconfig kpty kparts kinit knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('keditbookmarks: to manage bookmarks')
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+         konsole-qt5.15.patch::"https://cgit.kde.org/konsole.git/patch/?id=5ab73956")
+sha256sums=('0158b3b816abe7201a92d92563fe74130490aa5959ce242bf5f618f63aed4859'
+            'SKIP'
+            'ecd91740432f3d0caff87bc1dbbb9e7ca855d97dcd2267558012d4583ad826a6')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../konsole-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list