[arch-commits] Commit in telepathy-logger-qt/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 13 20:18:19 UTC 2015


    Date: Friday, March 13, 2015 @ 21:18:19
  Author: arojas
Revision: 233589

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

Added:
  telepathy-logger-qt/repos/kde-unstable-i686/
  telepathy-logger-qt/repos/kde-unstable-i686/PKGBUILD
    (from rev 233588, telepathy-logger-qt/kde-unstable/PKGBUILD)
  telepathy-logger-qt/repos/kde-unstable-x86_64/
  telepathy-logger-qt/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 233588, telepathy-logger-qt/kde-unstable/PKGBUILD)

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

Copied: telepathy-logger-qt/repos/kde-unstable-i686/PKGBUILD (from rev 233588, telepathy-logger-qt/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-03-13 20:18:19 UTC (rev 233589)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: George Brooke <george+arch.aur at george-brooke.co.uk>
+
+pkgname=telepathy-logger-qt
+pkgver=0.9.80
+pkgrel=1
+pkgdesc="Qt bindings for telepathy logger"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt5' 'telepathy-logger')
+makedepends=('extra-cmake-modules' 'doxygen' 'python2')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('fea7a78c1ac84eeaf7344fb125a33ee84d31090c')
+
+build() {
+  mkdir build 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: telepathy-logger-qt/repos/kde-unstable-x86_64/PKGBUILD (from rev 233588, telepathy-logger-qt/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-13 20:18:19 UTC (rev 233589)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: George Brooke <george+arch.aur at george-brooke.co.uk>
+
+pkgname=telepathy-logger-qt
+pkgver=0.9.80
+pkgrel=1
+pkgdesc="Qt bindings for telepathy logger"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt5' 'telepathy-logger')
+makedepends=('extra-cmake-modules' 'doxygen' 'python2')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('fea7a78c1ac84eeaf7344fb125a33ee84d31090c')
+
+build() {
+  mkdir build 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list