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

Antonio Rojas arojas at archlinux.org
Fri Apr 3 20:32:44 UTC 2020


    Date: Friday, April 3, 2020 @ 20:32:44
  Author: arojas
Revision: 379338

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

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-03 20:32:05 UTC (rev 379337)
+++ PKGBUILD	2020-04-03 20:32:44 UTC (rev 379338)
@@ -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=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
-}

Copied: konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 379337, konsole/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-03 20:32:44 UTC (rev 379338)
@@ -0,0 +1,36 @@
+# 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.90
+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})
+sha256sums=('7c2d105e0eb97d704afba53d5396fd659daef4ef7f20f23fc6907b974d039eae'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+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