[arch-commits] Commit in telepathy-kde-integration-module/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sun Oct 27 14:20:26 UTC 2013
Date: Sunday, October 27, 2013 @ 15:20:26
Author: andrea
Revision: 197617
upgpkg: telepathy-kde-integration-module 0.7.0-1
Upstream release
Modified:
telepathy-kde-integration-module/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-27 14:20:23 UTC (rev 197616)
+++ PKGBUILD 2013-10-27 14:20:26 UTC (rev 197617)
@@ -3,7 +3,7 @@
pkgname=telepathy-kde-integration-module
_pkgname=ktp-kded-integration-module
-pkgver=0.6.3
+pkgver=0.7.0
pkgrel=1
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')
@@ -12,11 +12,14 @@
depends=('telepathy-kde-common-internals')
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
-source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('e8faf0e651053718077865f388fe209f2c06f537')
+source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('0ce145e4a9354e40d19806febf5d8ad8097b13de')
+prepare() {
+ mkdir build
+}
+
build() {
- mkdir build
cd build
cmake ../${_pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
More information about the arch-commits
mailing list