[arch-commits] Commit in kdav/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 7 20:19:19 UTC 2017
Date: Friday, April 7, 2017 @ 20:19:18
Author: arojas
Revision: 292312
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kdav/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292311, kdav/kde-unstable/PKGBUILD)
Deleted:
kdav/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-07 20:19:05 UTC (rev 292311)
+++ PKGBUILD 2017-04-07 20:19:18 UTC (rev 292312)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kdav
-pkgver=17.03.80
-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=('18a63dafa06cad692a0debe5c6c253073e9fb3831293f2aab49fbce58f9e38f7'
- '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 292311, kdav/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-04-07 20:19:18 UTC (rev 292312)
@@ -0,0 +1,34 @@
+# 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
+}
More information about the arch-commits
mailing list