[arch-commits] Commit in neochat (3 files)

Antonio Rojas arojas at archlinux.org
Wed Dec 23 13:51:26 UTC 2020


    Date: Wednesday, December 23, 2020 @ 13:51:26
  Author: arojas
Revision: 784226

archrelease: copy trunk to community-x86_64

Added:
  neochat/repos/
  neochat/repos/community-x86_64/
  neochat/repos/community-x86_64/PKGBUILD
    (from rev 784225, neochat/trunk/PKGBUILD)

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

Copied: neochat/repos/community-x86_64/PKGBUILD (from rev 784225, neochat/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-12-23 13:51:26 UTC (rev 784226)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: derfenix <derfenix at gmail.com>
+
+pkgname=neochat
+pkgver=1.0
+pkgrel=1
+pkgdesc='A client for matrix, the decentralized communication protocol'
+license=(GPL3)
+arch=(x86_64)
+url='https://apps.kde.org/neochat'
+depends=(kirigami2 kdbusaddons ki18n knotifications libquotient kquickimageeditor qt5-svg qtkeychain-qt5 cmark hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('45231249f5af93d3cb56763a9aab1211f26916eedd7af732f9c945c58f8289c4'
+            'SKIP')
+validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B) # Carl Schwan <carl at carlschwan.eu>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list