[arch-commits] Commit in telepathy-kde-contact-applet/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Tue Apr 3 22:54:12 UTC 2012
Date: Tuesday, April 3, 2012 @ 18:54:12
Author: andrea
Revision: 155456
Upstream release
Modified:
telepathy-kde-contact-applet/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-03 22:53:38 UTC (rev 155455)
+++ PKGBUILD 2012-04-03 22:54:12 UTC (rev 155456)
@@ -2,23 +2,24 @@
# Maintainer: Andrea Scarpino <andrea at archlinux.org>
pkgname=telepathy-kde-contact-applet
-pkgver=0.2.0
+_pkgname=ktp-contact-applet
+pkgver=0.3.1
pkgrel=1
-pkgdesc="The kde-telepathy contact plasmoid"
+pkgdesc="The KDE-Telepathy contact plasmoid"
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=('b1e2ad706deccd6ca4d745828a8b54fd87bc2066')
+groups=('kde-telepathy')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('f0eba19beaa97029e3012047108c27710d3a9a63')
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