[arch-commits] Commit in kube/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Sep 3 08:54:10 UTC 2019
Date: Tuesday, September 3, 2019 @ 08:54:10
Author: arojas
Revision: 507324
archrelease: copy trunk to community-x86_64
Added:
kube/repos/community-x86_64/PKGBUILD
(from rev 507323, kube/trunk/PKGBUILD)
Deleted:
kube/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-03 08:53:48 UTC (rev 507323)
+++ PKGBUILD 2019-09-03 08:54:10 UTC (rev 507324)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kube
-pkgver=0.7.0
-pkgrel=4
-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)
-source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha256sums=('6f3dc84548dcf3e432a592e44717132a282d107d32c82560a2c5495c678a874f')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kube/repos/community-x86_64/PKGBUILD (from rev 507323, kube/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-09-03 08:54:10 UTC (rev 507324)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kube
+pkgver=0.7.0
+pkgrel=5
+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)
+source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('6f3dc84548dcf3e432a592e44717132a282d107d32c82560a2c5495c678a874f')
+
+prepare() {
+ mkdir -p build
+
+ sed -e '/KDECompilerSettings/d' -i $pkgname-$pkgver/CMakeLists.txt # Don't enforce c++11
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list