[arch-commits] Commit in kdav/repos (4 files)

Antonio Rojas arojas at archlinux.org
Thu Apr 20 08:05:36 UTC 2017


    Date: Thursday, April 20, 2017 @ 08:05:35
  Author: arojas
Revision: 293343

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdav/repos/kde-unstable-i686/
  kdav/repos/kde-unstable-i686/PKGBUILD
    (from rev 293342, kdav/trunk/PKGBUILD)
  kdav/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 293342, kdav/trunk/PKGBUILD)
Deleted:
  kdav/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   34 ++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   34 ----------------------------------
 3 files changed, 68 insertions(+), 34 deletions(-)

Copied: kdav/repos/kde-unstable-i686/PKGBUILD (from rev 293342, kdav/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-04-20 08:05:35 UTC (rev 293343)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdav
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="A DAV protocol implemention with KJobs"
+url='https://pim.kde.org/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4c80964fe6db32c90b28ef371898013c5d1869c0aaf4084d59d9e774235ed10e'
+            '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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-04-20 08:05:18 UTC (rev 293342)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 08:05:35 UTC (rev 293343)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kdav
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="A DAV protocol implemention with KJobs"
-url='https://pim.kde.org/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('4a12eb5e9842dd862e7c51bcc7cbf4588645bf9434340166a783146c91002a70'
-            '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: kdav/repos/kde-unstable-x86_64/PKGBUILD (from rev 293342, kdav/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 08:05:35 UTC (rev 293343)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kdav
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="A DAV protocol implemention with KJobs"
+url='https://pim.kde.org/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4c80964fe6db32c90b28ef371898013c5d1869c0aaf4084d59d9e774235ed10e'
+            '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