[arch-commits] Commit in telepathy-kde-integration-module/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Apr 3 22:55:43 UTC 2012


    Date: Tuesday, April 3, 2012 @ 18:55:43
  Author: andrea
Revision: 155459

Upstream release

Modified:
  telepathy-kde-integration-module/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-03 22:55:15 UTC (rev 155458)
+++ PKGBUILD	2012-04-03 22:55:43 UTC (rev 155459)
@@ -2,23 +2,24 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=telepathy-kde-integration-module
-pkgver=0.2.0
+_pkgname=ktp-kded-integration-module
+pkgver=0.3.1
 pkgrel=1
-pkgdesc="Provide several plugins for the Telepathy KDE suite"
+pkgdesc="Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors"
 arch=('i686' 'x86_64')
-url="http://www.kde.org"
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
 license=('GPL')
-depends=('kdelibs' 'telepathy-qt4')
+depends=('telepathy-kde-common-internals')
 makedepends=('cmake' 'automoc4')
-groups=('telepathy-kde')
-source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('5ad3e5786707b624a0f785c6891ed6de4a5d79c7')
+groups=('kde-telepathy')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('f5c9cd6ddd300ae824d63e7a69ae5ae4c7c4da20')
 
 build() {
   cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${_pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release
   make




More information about the arch-commits mailing list