diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-19 13:24:55 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-19 13:24:55 +0100 |
commit | 48e718656f83ad8800caf503031b4efa0e49e38a (patch) | |
tree | 2e415caf08da7fcf1724f2992cd47c99a7778bd6 /extra/telepathy-kde-integration-module/PKGBUILD | |
parent | 332060e036d38d6213201ed79b5d263241ca1825 (diff) | |
parent | 19f11e0c4bbeefd65f85546a361e18532b60416a (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gtypist/PKGBUILD
community/jack2/PKGBUILD
community/linux-tools/PKGBUILD
community/udevil/PKGBUILD
extra/ntp/PKGBUILD
extra/pulseaudio/PKGBUILD
Diffstat (limited to 'extra/telepathy-kde-integration-module/PKGBUILD')
-rw-r--r-- | extra/telepathy-kde-integration-module/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/extra/telepathy-kde-integration-module/PKGBUILD b/extra/telepathy-kde-integration-module/PKGBUILD index e8466c444..244cda673 100644 --- a/extra/telepathy-kde-integration-module/PKGBUILD +++ b/extra/telepathy-kde-integration-module/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 168052 2012-10-05 14:05:12Z andrea $ +# $Id: PKGBUILD 173301 2012-12-18 09:19:20Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-integration-module _pkgname=ktp-kded-integration-module -pkgver=0.5.1 +pkgver=0.5.2.1 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' 'mips64el') @@ -12,20 +12,19 @@ license=('GPL') depends=('telepathy-kde-common-internals') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') -source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('f40e105072f0457ee71d6149ea48307a82a27465') +source=("http://download.kde.org/unstable/kde-telepathy/0.5.2/src/${_pkgname}-${pkgver}.tar.bz2") +sha1sums=('96d8a52a85517ab95afe71f6828e18d26fb9c8d3') build() { - cd "${srcdir}" mkdir build cd build - cmake ../${_pkgname}-${pkgver} \ + cmake ../${_pkgname}-0.5.2 \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install } |