Date: Friday, November 17, 2017 @ 18:43:20
  Author: arojas
Revision: 310257

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadiconsole/repos/kde-unstable-x86_64/
  akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 310256, akonadiconsole/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 310256, 
akonadiconsole/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2017-11-17 18:43:20 UTC (rev 310257)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=akonadiconsole
+pkgver=17.11.80
+pkgrel=1
+pkgdesc="Akonadi management and debugging console"
+arch=(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=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('13b733b22b08efcc1afc110f64241d2480003b8d28b0b6b812c7cc31c5a80d4d'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<[email protected]>
+
+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
+}

Reply via email to