[arch-commits] Commit in akonadi-calendar/repos/kde-unstable-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Fri Apr 7 20:18:53 UTC 2017


    Date: Friday, April 7, 2017 @ 20:18:52
  Author: arojas
Revision: 292310

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

Added:
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 292309, akonadi-calendar/kde-unstable/PKGBUILD)
Deleted:
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 20:08:13 UTC (rev 292309)
+++ PKGBUILD	2017-04-07 20:18:52 UTC (rev 292310)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=akonadi-calendar
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Akonadi calendar integration"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM"
-license=(LGPL)
-depends=(kmailtransport kcalutils akonadi-contacts)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('73308fb80685fadda30b04861af81902dc85929f0a06174c0c2e1567fdd50826'
-            '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 \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD (from rev 292309, akonadi-calendar/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-07 20:18:52 UTC (rev 292310)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-calendar
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Akonadi calendar integration"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(kmailtransport kcalutils akonadi-contacts)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7920e195be52d0293e5a92a5fb3e16607372cce39e16941808c9a4bf8f523b11'
+            '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 \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list