[arch-commits] Commit in kube/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Jul 19 08:34:22 UTC 2021
Date: Monday, July 19, 2021 @ 08:34:21
Author: arojas
Revision: 978601
archrelease: copy trunk to community-x86_64
Added:
kube/repos/community-x86_64/PKGBUILD
(from rev 978600, kube/trunk/PKGBUILD)
Deleted:
kube/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 08:34:09 UTC (rev 978600)
+++ PKGBUILD 2021-07-19 08:34:21 UTC (rev 978601)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kube
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='A modern groupware client based on QtQuick and Sink'
-arch=(x86_64)
-url='https://kube.kde.org/'
-license=(LGPL)
-depends=(sink gpgme qt5-quickcontrols2 qt5-webengine qt5-quickcontrols)
-makedepends=(extra-cmake-modules sonnet)
-#source=(https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
-source=(https://invent.kde.org/pim/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('75e6c0d1b04328eb2ada0ceea656753aa1a94361b94feaf81003733470400a63')
-
-prepare() {
- sed -e 's|CMAKE_CXX_STANDARD 20|CMAKE_CXX_STANDARD 17|' -i $pkgname-v$pkgver/CMakeLists.txt # Fix build
- find . -name CMakeLists.txt | xargs sed -e '/tests/d' -i # Don't build tests
-}
-
-build() {
- cmake -B build -S $pkgname-v$pkgver \
- -DBUILD_TESTING=OFF
- VERBOSE=1 cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kube/repos/community-x86_64/PKGBUILD (from rev 978600, kube/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-19 08:34:21 UTC (rev 978601)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kube
+pkgver=0.9.0
+pkgrel=2
+pkgdesc='A modern groupware client based on QtQuick and Sink'
+arch=(x86_64)
+url='https://kube.kde.org/'
+license=(LGPL)
+depends=(sink gpgme sonnet qt5-quickcontrols2 qt5-webengine qt5-quickcontrols)
+makedepends=(extra-cmake-modules)
+#source=(https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
+source=(https://invent.kde.org/pim/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha256sums=('75e6c0d1b04328eb2ada0ceea656753aa1a94361b94feaf81003733470400a63')
+
+prepare() {
+ sed -e 's|CMAKE_CXX_STANDARD 20|CMAKE_CXX_STANDARD 17|' -i $pkgname-v$pkgver/CMakeLists.txt # Fix build
+ find . -name CMakeLists.txt | xargs sed -e '/tests/d' -i # Don't build tests
+}
+
+build() {
+ cmake -B build -S $pkgname-v$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list