[arch-commits] Commit in konversation/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Sep 28 16:25:12 UTC 2020


    Date: Monday, September 28, 2020 @ 16:25:12
  Author: arojas
Revision: 396949

Update to 1.7.6

Modified:
  konversation/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-28 12:46:34 UTC (rev 396948)
+++ PKGBUILD	2020-09-28 16:25:12 UTC (rev 396949)
@@ -6,8 +6,8 @@
 # Contributor: Sergio Jovani Guzman <moret at paretux.org>
 
 pkgname=konversation
-pkgver=1.7.5
-pkgrel=3
+pkgver=1.7.6
+pkgrel=1
 pkgdesc="A user-friendly and fully-featured IRC client"
 arch=(x86_64)
 url="https://konversation.kde.org"
@@ -15,28 +15,18 @@
 optdepends=('python: python scripting support' 'keditbookmarks: for managing bookmarks')
 makedepends=(extra-cmake-modules kdoctools)
 license=(GPL2 FDL)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-         konversation-qt-5.13.patch::"https://cgit.kde.org/konversation.git/patch/src/irc?id=4d003661")
-sha256sums=('60bf7533062b5fc63a37105461b4776437f4e24859e8ddaed1d48c4ba1470940'
-            'SKIP'
-            '2b734869ae5e04644aceff8e02d1b24c8b705bd984f68f8fc4c0c9c042851afb')
-validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E) # Eike Hein <hein at kde.org>
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fdd24f2c8c73eb271afea457466e1e7050b70c4d96f9d6640f2bbf6390cea093'
+            'SKIP')
+validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E  # Eike Hein <hein at kde.org>
+              0A48BC961075B4BA8523E3790A345FB086E797D9) # Friedrich W. H. Kossebau <kossebau at kde.org>
 
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../konversation-qt-5.13.patch # Fix build with Qt 5.13
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }



More information about the arch-commits mailing list