[arch-commits] Commit in akonadi-calendar-tools/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Fri Jul 21 20:04:46 UTC 2017
Date: Friday, July 21, 2017 @ 20:04:45
Author: arojas
Revision: 301067
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
akonadi-calendar-tools/repos/kde-unstable-x86_64/
akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301066, akonadi-calendar-tools/kde-unstable/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 301066, akonadi-calendar-tools/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2017-07-21 20:04:45 UTC (rev 301067)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=akonadi-calendar-tools
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="CLI tools to manage akonadi calendars"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(GPL2)
+depends=(hicolor-icon-theme calendarsupport)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+conflicts=(konsolekalendar)
+replaces=(konsolekalendar)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('14394ce5ec694143b81cf0476f1b822e7157ddc676003f5112c32458405b335c'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list