[arch-commits] Commit in neochat/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 23 07:33:34 UTC 2021


    Date: Tuesday, February 23, 2021 @ 07:33:34
  Author: arojas
Revision: 869236

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 07:33:24 UTC (rev 869235)
+++ PKGBUILD	2021-02-23 07:33:34 UTC (rev 869236)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: derfenix <derfenix at gmail.com>
-
-pkgname=neochat
-pkgver=1.0.1
-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 kitemmodels 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=('f432b780368335674aa019043090c921e0abc7f06c4097153bcaa79754ed141f'
-            '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
-}

Copied: neochat/repos/community-x86_64/PKGBUILD (from rev 869235, neochat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 07:33:34 UTC (rev 869236)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: derfenix <derfenix at gmail.com>
+
+pkgname=neochat
+pkgver=1.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 kitemmodels 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}
+         neochat-fix-build.patch::"https://invent.kde.org/network/neochat/-/commit/b67a35bf.patch"
+         neochat-fix-build2.patch::"https://invent.kde.org/network/neochat/-/commit/37a68159.patch")
+sha256sums=('9dc386b4630e630970fb8e6e47ddb034f9e6758996b27b0615a8c2725839b4c2'
+            'SKIP'
+            'cda7b30e337a8463f596fecb34adc2b72e66dc12b06e1e062b14461bc3c4a19d'
+            'a1f6b0df8db9964e5fb62072604d0aa0534b18516dd408dabf8944aa2788ada3')
+validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B) # Carl Schwan <carl at carlschwan.eu>
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < neochat-fix-build.patch
+  patch -d $pkgname-$pkgver -p1 < neochat-fix-build2.patch
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list