Date: Tuesday, April 3, 2012 @ 18:56:38 Author: andrea Revision: 155462
Upstream release Modified: telepathy-kde-text-ui/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-03 22:56:21 UTC (rev 155461) +++ PKGBUILD 2012-04-03 22:56:38 UTC (rev 155462) @@ -3,23 +3,24 @@ # Contributor: Laurent Carlier <[email protected]> pkgname=telepathy-kde-text-ui -pkgver=0.2.0 +_pkgname=ktp-text-ui +pkgver=0.3.1 pkgrel=1 -pkgdesc="Telepathy text chat handler" +pkgdesc="Telepathy handler for Text Chats" 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-contact-list') +depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list') makedepends=('cmake' 'automoc4') -groups=('telepathy-kde') -source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('fb7c5dc02bb9d150d0e372c3584f50670d620f4a') +groups=('kde-telepathy') +source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") +sha1sums=('78741579fa62d5beca6ff87f074a3821c02d1f15') build() { cd "${srcdir}" mkdir build cd build - cmake ../${pkgname}-${pkgver} \ + cmake ../${_pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make
