summaryrefslogtreecommitdiff
path: root/extra/telepathy-kde-approver
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-19 13:24:55 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-19 13:24:55 +0100
commit48e718656f83ad8800caf503031b4efa0e49e38a (patch)
tree2e415caf08da7fcf1724f2992cd47c99a7778bd6 /extra/telepathy-kde-approver
parent332060e036d38d6213201ed79b5d263241ca1825 (diff)
parent19f11e0c4bbeefd65f85546a361e18532b60416a (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-approver')
-rw-r--r--extra/telepathy-kde-approver/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/telepathy-kde-approver/PKGBUILD b/extra/telepathy-kde-approver/PKGBUILD
index 4f5d341a9..f747ad7a7 100644
--- a/extra/telepathy-kde-approver/PKGBUILD
+++ b/extra/telepathy-kde-approver/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 168036 2012-10-05 14:00:15Z andrea $
+# $Id: PKGBUILD 173280 2012-12-18 09:13:39Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=telepathy-kde-approver
_pkgname=ktp-approver
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="KDE Channel Approver for Telepathy"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,10 +14,9 @@ depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('27d637ffe5b17b8a376b3f0d2efb8195d7eb6686')
+sha1sums=('a55967c0852dfa421af8e246d29484bc181e2d26')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../${_pkgname}-${pkgver} \
@@ -27,6 +26,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}