[arch-commits] Commit in communicator/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Sep 5 20:28:30 UTC 2021
Date: Sunday, September 5, 2021 @ 20:28:29
Author: arojas
Revision: 1011836
archrelease: copy trunk to community-x86_64
Added:
communicator/repos/community-x86_64/PKGBUILD
(from rev 1011835, communicator/trunk/PKGBUILD)
Deleted:
communicator/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 +++++++++++++++++++++++-----------------------------
1 file changed, 23 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-05 20:28:19 UTC (rev 1011835)
+++ PKGBUILD 2021-09-05 20:28:29 UTC (rev 1011836)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=communicator
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Contacts and dialer application'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme kpeople kcontacts)
-makedepends=(extra-cmake-modules qt5-location)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
- https://invent.kde.org/maui/communicator/-/commit/e84f6a70.patch)
-sha256sums=('46f8acea2a68745ab0393ff03059f90933d14b532e71934fdf589ca9d1386f4b'
- '9dc7a2d60d6714ee8fdbc05851412d43f3586f6594d40b3c23389f7f8a88e3ab')
-
-prepare() {
- patch -d $pkgname-$pkgver -p1 < e84f6a70.patch # Fix install
-}
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: communicator/repos/community-x86_64/PKGBUILD (from rev 1011835, communicator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-09-05 20:28:29 UTC (rev 1011836)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=communicator
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Contacts and dialer application'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme kpeople kcontacts)
+makedepends=(extra-cmake-modules qt5-location)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('8501b4c53dfbe8b4a99b5af56fafb227e5807859e009a9e80f97eb6790d4d60e')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list