[arch-commits] Commit in telepathy-kde-text-ui/repos (4 files)

Felix Yan fyan at archlinux.org
Sun Sep 28 15:49:00 UTC 2014


    Date: Sunday, September 28, 2014 @ 17:49:00
  Author: fyan
Revision: 223642

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  telepathy-kde-text-ui/repos/staging-i686/
  telepathy-kde-text-ui/repos/staging-i686/PKGBUILD
    (from rev 223641, telepathy-kde-text-ui/trunk/PKGBUILD)
  telepathy-kde-text-ui/repos/staging-x86_64/
  telepathy-kde-text-ui/repos/staging-x86_64/PKGBUILD
    (from rev 223641, telepathy-kde-text-ui/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: telepathy-kde-text-ui/repos/staging-i686/PKGBUILD (from rev 223641, telepathy-kde-text-ui/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-09-28 15:49:00 UTC (rev 223642)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Telepathy handler for Text Chats"
+arch=('i686' 'x86_64')
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+license=('GPL')
+depends=('telepathy-kde-contact-list' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('a66d9e61a12255ac999eeb28d1d1537db1ff7875')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: telepathy-kde-text-ui/repos/staging-x86_64/PKGBUILD (from rev 223641, telepathy-kde-text-ui/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-09-28 15:49:00 UTC (rev 223642)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Telepathy handler for Text Chats"
+arch=('i686' 'x86_64')
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+license=('GPL')
+depends=('telepathy-kde-contact-list' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('a66d9e61a12255ac999eeb28d1d1537db1ff7875')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list