[arch-commits] Commit in telepathy-kde-contact-list/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Apr 3 22:54:44 UTC 2012


    Date: Tuesday, April 3, 2012 @ 18:54:43
  Author: andrea
Revision: 155457

Upstream release

Modified:
  telepathy-kde-contact-list/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-03 22:54:12 UTC (rev 155456)
+++ PKGBUILD	2012-04-03 22:54:43 UTC (rev 155457)
@@ -3,24 +3,25 @@
 # Contributor: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=telepathy-kde-contact-list
-pkgver=0.2.0
-pkgrel=2
+_pkgname=ktp-contact-list
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Telepathy contact list application"
 arch=('i686' 'x86_64')
-url="http://www.kde.org"
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
 license=('GPL')
-depends=('kdebase-runtime' 'telepathy-qt4' 'telepathy-kde-text-ui' 'telepathy-kde-send-file')
+depends=('telepathy-kde-common-internals')
 makedepends=('cmake' 'automoc4')
-groups=('telepathy-kde')
+groups=('kde-telepathy')
 install=${pkgname}.install
-source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('7ec01e08d991123db9c2ce17d6350d8dd835793f')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('5126abb03184da209b8745afb6ee0ab70a24536e')
 
 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