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

Antonio Rojas arojas at archlinux.org
Mon Oct 26 17:27:24 UTC 2020


    Date: Monday, October 26, 2020 @ 17:27:24
  Author: arojas
Revision: 398814

archrelease: copy trunk to extra-x86_64

Added:
  konversation/repos/extra-x86_64/PKGBUILD
    (from rev 398813, konversation/trunk/PKGBUILD)
Deleted:
  konversation/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 17:27:07 UTC (rev 398813)
+++ PKGBUILD	2020-10-26 17:27:24 UTC (rev 398814)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: James Rayner <iphitus at gmail.com>
-# Contributor: Sergio Jovani Guzman <moret at paretux.org>
-
-pkgname=konversation
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="A user-friendly and fully-featured IRC client"
-arch=(x86_64)
-url="https://konversation.kde.org"
-depends=(knotifyconfig kemoticons kparts kidletime phonon-qt5 qca-qt5 hicolor-icon-theme perl)
-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})
-sha256sums=('fdd24f2c8c73eb271afea457466e1e7050b70c4d96f9d6640f2bbf6390cea093'
-            'SKIP')
-validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E  # Eike Hein <hein at kde.org>
-              0A48BC961075B4BA8523E3790A345FB086E797D9) # Friedrich W. H. Kossebau <kossebau at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: konversation/repos/extra-x86_64/PKGBUILD (from rev 398813, konversation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-26 17:27:24 UTC (rev 398814)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: James Rayner <iphitus at gmail.com>
+# Contributor: Sergio Jovani Guzman <moret at paretux.org>
+
+pkgname=konversation
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="A user-friendly and fully-featured IRC client"
+arch=(x86_64)
+url="https://konversation.kde.org"
+depends=(knotifyconfig kemoticons kparts kidletime phonon-qt5 qca-qt5 hicolor-icon-theme perl)
+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})
+sha256sums=('47ec161c1385981a8b99d28c419e88b24823dc01b68fb1623894818974c218a7'
+            'SKIP')
+validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E  # Eike Hein <hein at kde.org>
+              0A48BC961075B4BA8523E3790A345FB086E797D9) # Friedrich W. H. Kossebau <kossebau at kde.org>
+
+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