[arch-commits] Commit in libktnef (5 files)

Antonio Rojas arojas at archlinux.org
Tue Jul 28 06:17:58 UTC 2015


    Date: Tuesday, July 28, 2015 @ 08:17:58
  Author: arojas
Revision: 242546

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

Added:
  libktnef/repos/
  libktnef/repos/kde-unstable-i686/
  libktnef/repos/kde-unstable-i686/PKGBUILD
    (from rev 242545, libktnef/kde-unstable/PKGBUILD)
  libktnef/repos/kde-unstable-x86_64/
  libktnef/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242545, libktnef/kde-unstable/PKGBUILD)

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

Copied: libktnef/repos/kde-unstable-i686/PKGBUILD (from rev 242545, libktnef/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-07-28 06:17:58 UTC (rev 242546)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pkgname=ktnef
+pkgname=lib$_pkgname
+pkgver=15.07.80
+pkgrel=1
+pkgdesc="API for handling TNEF data"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname"
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/applications/15.07.80/src/$_pkgname-$pkgver.tar.xz")
+md5sums=('decaa15a4c3e577a0f6bda0ad9c8d1e1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libktnef/repos/kde-unstable-x86_64/PKGBUILD (from rev 242545, libktnef/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-07-28 06:17:58 UTC (rev 242546)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pkgname=ktnef
+pkgname=lib$_pkgname
+pkgver=15.07.80
+pkgrel=1
+pkgdesc="API for handling TNEF data"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname"
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/applications/15.07.80/src/$_pkgname-$pkgver.tar.xz")
+md5sums=('decaa15a4c3e577a0f6bda0ad9c8d1e1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list