[arch-commits] Commit in telepathy-kde-contact-runner/repos/extra-x86_64 (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Feb 3 10:44:06 UTC 2022


    Date: Thursday, February 3, 2022 @ 10:44:06
  Author: arojas
Revision: 436028

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD
    (from rev 436027, telepathy-kde-contact-runner/trunk/PKGBUILD)
Deleted:
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-03 10:43:56 UTC (rev 436027)
+++ PKGBUILD	2022-02-03 10:44:06 UTC (rev 436028)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=21.12.1
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=(x86_64)
-url='https://community.kde.org/KTp'
-license=(GPL)
-groups=(kde-applications kde-network telepathy-kde)
-depends=(telepathy-kde-common-internals krunner)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a213d9466149ae033ed9c750c2e2eec285155bd6ed2c92c8c60ba9dbf6569b66'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
-              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD (from rev 436027, telepathy-kde-contact-runner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-03 10:44:06 UTC (rev 436028)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=21.12.2
+pkgrel=1
+pkgdesc='KRunner plugin for KDE Telepathy'
+arch=(x86_64)
+url='https://community.kde.org/KTp'
+license=(GPL)
+groups=(kde-applications kde-network telepathy-kde)
+depends=(telepathy-kde-common-internals krunner)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('b3101544dfc9b52ce3083ea75b2d2b267470207648225a4d2c46e5a3d60b442b'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(debug)
+
+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