[arch-commits] Commit in ring-kde (3 files)
Antonio Rojas
arojas at archlinux.org
Mon Jul 23 22:05:56 UTC 2018
Date: Monday, July 23, 2018 @ 22:05:56
Author: arojas
Revision: 363222
archrelease: copy trunk to community-x86_64
Added:
ring-kde/repos/
ring-kde/repos/community-x86_64/
ring-kde/repos/community-x86_64/PKGBUILD
(from rev 363221, ring-kde/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: ring-kde/repos/community-x86_64/PKGBUILD (from rev 363221, ring-kde/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-07-23 22:05:56 UTC (rev 363222)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=ring-kde
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='The KDE client for the Ring communication framework'
+url='http://www.ring.cx/'
+license=(GPL2)
+arch=(x86_64)
+depends=(kirigami2 knotifyconfig kdeclarative hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools akonadi-contacts boost ring-daemon)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('79f6ce6b9d6cf5fc2b089d764408455460d673d17ae91033104de3f47e388a9f')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list