[arch-commits] Commit in telepathy-logger-qt/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 10 14:38:28 UTC 2015
Date: Friday, April 10, 2015 @ 16:38:27
Author: arojas
Revision: 236053
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
telepathy-logger-qt/repos/staging-i686/
telepathy-logger-qt/repos/staging-i686/PKGBUILD
(from rev 236052, telepathy-logger-qt/trunk/PKGBUILD)
telepathy-logger-qt/repos/staging-x86_64/
telepathy-logger-qt/repos/staging-x86_64/PKGBUILD
(from rev 236052, telepathy-logger-qt/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: telepathy-logger-qt/repos/staging-i686/PKGBUILD (from rev 236052, telepathy-logger-qt/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-04-10 14:38:27 UTC (rev 236053)
@@ -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=2
+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/staging-x86_64/PKGBUILD (from rev 236052, telepathy-logger-qt/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-10 14:38:27 UTC (rev 236053)
@@ -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=2
+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