[arch-commits] Commit in (4 files)
Andrea Scarpino
andrea at archlinux.org
Fri Aug 22 10:15:47 UTC 2014
Date: Friday, August 22, 2014 @ 12:15:47
Author: andrea
Revision: 220529
This builds again
Added:
telepathy-kde-call-ui/
telepathy-kde-call-ui/repos/
telepathy-kde-call-ui/trunk/
telepathy-kde-call-ui/trunk/PKGBUILD
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Added: telepathy-kde-call-ui/trunk/PKGBUILD
===================================================================
--- telepathy-kde-call-ui/trunk/PKGBUILD (rev 0)
+++ telepathy-kde-call-ui/trunk/PKGBUILD 2014-08-22 10:15:47 UTC (rev 220529)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Voice/Video Call UI for Telepathy"
+arch=('i686' 'x86_64')
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-runtime' 'farstream-0.1')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('38316a22b95f3a041e2b7b1b63b9e3c5723cc710')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${_pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DQT_QMAKE_EXECUTABLE=qmake-qt4
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Property changes on: telepathy-kde-call-ui/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list