[arch-commits] Commit in telepathy-kde-auth-handler/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Apr 3 22:53:38 UTC 2012


    Date: Tuesday, April 3, 2012 @ 18:53:38
  Author: andrea
Revision: 155455

Upstream release

Modified:
  telepathy-kde-auth-handler/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-03 22:53:24 UTC (rev 155454)
+++ PKGBUILD	2012-04-03 22:53:38 UTC (rev 155455)
@@ -2,23 +2,24 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=telepathy-kde-auth-handler
-pkgver=0.2.0
+_pkgname=ktp-auth-handler
+pkgver=0.3.1
 pkgrel=1
 pkgdesc="Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect"
 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=('f482134e041541a5d45ff14b9dc6a1fb2db9520c')
+groups=('kde-telepathy')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('153ddfd1c19c4a6719993df27357c70f18700f88')
 
 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