[arch-commits] Commit in (12 files)

Andrea Scarpino andrea at archlinux.org
Sat Nov 26 14:05:39 UTC 2011


    Date: Saturday, November 26, 2011 @ 09:05:39
  Author: andrea
Revision: 143576

New telepathy-kde packages

Added:
  telepathy-kde-auth-handler/
  telepathy-kde-auth-handler/repos/
  telepathy-kde-auth-handler/trunk/
  telepathy-kde-auth-handler/trunk/PKGBUILD
  telepathy-kde-contact-applet/
  telepathy-kde-contact-applet/repos/
  telepathy-kde-contact-applet/trunk/
  telepathy-kde-contact-applet/trunk/PKGBUILD
  telepathy-kde-integration-module/
  telepathy-kde-integration-module/repos/
  telepathy-kde-integration-module/trunk/
  telepathy-kde-integration-module/trunk/PKGBUILD

-------------------------------------------------+
 telepathy-kde-auth-handler/trunk/PKGBUILD       |   30 ++++++++++++++++++++++
 telepathy-kde-contact-applet/trunk/PKGBUILD     |   30 ++++++++++++++++++++++
 telepathy-kde-integration-module/trunk/PKGBUILD |   30 ++++++++++++++++++++++
 3 files changed, 90 insertions(+)

Added: telepathy-kde-auth-handler/trunk/PKGBUILD
===================================================================
--- telepathy-kde-auth-handler/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-kde-auth-handler/trunk/PKGBUILD	2011-11-26 14:05:39 UTC (rev 143576)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-kde-auth-handler
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect"
+arch=('i686' 'x86_64')
+url="http://www.kde.org"
+license=('GPL')
+depends=('kdelibs' 'telepathy-qt4')
+makedepends=('cmake' 'automoc4')
+groups=('telepathy-kde')
+source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('f482134e041541a5d45ff14b9dc6a1fb2db9520c')
+
+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
+}


Property changes on: telepathy-kde-auth-handler/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: telepathy-kde-contact-applet/trunk/PKGBUILD
===================================================================
--- telepathy-kde-contact-applet/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-kde-contact-applet/trunk/PKGBUILD	2011-11-26 14:05:39 UTC (rev 143576)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-kde-contact-applet
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="The kde-telepathy contact plasmoid"
+arch=('i686' 'x86_64')
+url="http://www.kde.org"
+license=('GPL')
+depends=('kdelibs' 'telepathy-qt4')
+makedepends=('cmake' 'automoc4')
+groups=('telepathy-kde')
+source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('b1e2ad706deccd6ca4d745828a8b54fd87bc2066')
+
+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
+}


Property changes on: telepathy-kde-contact-applet/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: telepathy-kde-integration-module/trunk/PKGBUILD
===================================================================
--- telepathy-kde-integration-module/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-kde-integration-module/trunk/PKGBUILD	2011-11-26 14:05:39 UTC (rev 143576)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-kde-integration-module
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Provide several plugins for the Telepathy KDE suite"
+arch=('i686' 'x86_64')
+url="http://www.kde.org"
+license=('GPL')
+depends=('kdelibs' 'telepathy-qt4')
+makedepends=('cmake' 'automoc4')
+groups=('telepathy-kde')
+source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('5ad3e5786707b624a0f785c6891ed6de4a5d79c7')
+
+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
+}


Property changes on: telepathy-kde-integration-module/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list