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

Felix Yan felixonmars at archlinux.org
Sun Aug 21 02:15:46 UTC 2016


    Date: Sunday, August 21, 2016 @ 02:15:46
  Author: felixonmars
Revision: 274169

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libktnef/repos/testing-i686/
  libktnef/repos/testing-i686/PKGBUILD
    (from rev 274168, libktnef/trunk/PKGBUILD)
  libktnef/repos/testing-x86_64/
  libktnef/repos/testing-x86_64/PKGBUILD
    (from rev 274168, libktnef/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: libktnef/repos/testing-i686/PKGBUILD (from rev 274168, libktnef/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-08-21 02:15:46 UTC (rev 274169)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pkgname=ktnef
+pkgname=lib$_pkgname
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="API for handling TNEF data"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+md5sums=('104eae78f0d98d0b5ece50cc071d8e64')
+
+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: libktnef/repos/testing-x86_64/PKGBUILD (from rev 274168, libktnef/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-08-21 02:15:46 UTC (rev 274169)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pkgname=ktnef
+pkgname=lib$_pkgname
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="API for handling TNEF data"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+md5sums=('104eae78f0d98d0b5ece50cc071d8e64')
+
+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