summaryrefslogtreecommitdiff
path: root/extra/telepathy-kde-contact-applet
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-contact-applet
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-contact-applet')
-rw-r--r--extra/telepathy-kde-contact-applet/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/telepathy-kde-contact-applet/PKGBUILD b/extra/telepathy-kde-contact-applet/PKGBUILD
index 37f014b41..158c608c2 100644
--- a/extra/telepathy-kde-contact-applet/PKGBUILD
+++ b/extra/telepathy-kde-contact-applet/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168044 2012-10-05 14:02:43Z andrea $
+# $Id: PKGBUILD 173286 2012-12-18 09:15:02Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-contact-applet
_pkgname=ktp-contact-applet
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="The KDE-Telepathy contact plasmoid"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,10 +13,9 @@ depends=('telepathy-kde-common-internals' 'kdebase-workspace')
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('2550fa3f9e8d777a5f7858adb0f7c57f25e47ea4')
+sha1sums=('1d0f479c227698cdd79ebe040aee6fc9a8ad17c0')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../${_pkgname}-${pkgver} \
@@ -26,6 +25,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}