[arch-commits] Commit in akonadiconsole (5 files)
Antonio Rojas
arojas at archlinux.org
Sat Nov 19 08:56:27 UTC 2016
Date: Saturday, November 19, 2016 @ 08:56:26
Author: arojas
Revision: 281304
archrelease: copy kde-unstable to staging-i686, staging-x86_64
Added:
akonadiconsole/repos/
akonadiconsole/repos/staging-i686/
akonadiconsole/repos/staging-i686/PKGBUILD
(from rev 281303, akonadiconsole/kde-unstable/PKGBUILD)
akonadiconsole/repos/staging-x86_64/
akonadiconsole/repos/staging-x86_64/PKGBUILD
(from rev 281303, akonadiconsole/kde-unstable/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: akonadiconsole/repos/staging-i686/PKGBUILD (from rev 281303, akonadiconsole/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2016-11-19 08:56:26 UTC (rev 281304)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=akonadiconsole
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="Akonadi management and debugging console"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(GPL2)
+depends=(hicolor-icon-theme calendarsupport messagelib)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+groups=(kde-applications kdepim)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('57e283d8ff3b3b53da8613ef295f5c2d'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid 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
+}
Copied: akonadiconsole/repos/staging-x86_64/PKGBUILD (from rev 281303, akonadiconsole/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD (rev 0)
+++ repos/staging-x86_64/PKGBUILD 2016-11-19 08:56:26 UTC (rev 281304)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=akonadiconsole
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="Akonadi management and debugging console"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(GPL2)
+depends=(hicolor-icon-theme calendarsupport messagelib)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+groups=(kde-applications kdepim)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('57e283d8ff3b3b53da8613ef295f5c2d'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid 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