[arch-commits] Commit in telepathy-kde-common-internals/repos (3 files)

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:55:29 UTC 2012


    Date: Monday, April 23, 2012 @ 05:55:28
  Author: ibiru
Revision: 157059

db-move: moved telepathy-kde-common-internals from [testing] to [extra] (x86_64)

Added:
  telepathy-kde-common-internals/repos/extra-x86_64/
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
    (from rev 157057, telepathy-kde-common-internals/repos/testing-x86_64/PKGBUILD)
Deleted:
  telepathy-kde-common-internals/repos/testing-x86_64/

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD (from rev 157057, telepathy-kde-common-internals/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:55:28 UTC (rev 157059)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="Common components for KDE-Telepathy"
+arch=('i686' 'x86_64')
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+license=('GPL')
+depends=('kdelibs' 'telepathy-qt' 'telepathy-mission-control')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('f68c4587377fde7e2bd0e7201b30219f8aa7ce84')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list