summaryrefslogtreecommitdiff
path: root/extra/telepathy-kde-send-file
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-29 12:36:05 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-29 12:36:05 -0300
commit6f36350b7b59dd4ccea3dd878938dd47b77a1608 (patch)
tree6e81bc69d8bba80912b0f7f9224f82bda2d96792 /extra/telepathy-kde-send-file
parente40531aab32ff93b1f9da20d8a43a440d8dffaca (diff)
parent83c3c42a38bda36bdc56d594318958bc4cfd9b32 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/percona-server/PKGBUILD community/qdevelop/PKGBUILD core/openssh/PKGBUILD extra/colord/PKGBUILD extra/enblend-enfuse/PKGBUILD extra/mesa/PKGBUILD extra/telepathy-kde-contact-list/PKGBUILD extra/vim/PKGBUILD multilib/lib32-mesa/PKGBUILD
Diffstat (limited to 'extra/telepathy-kde-send-file')
-rw-r--r--extra/telepathy-kde-send-file/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/telepathy-kde-send-file/PKGBUILD b/extra/telepathy-kde-send-file/PKGBUILD
index 3ee0178b5..b45ae554c 100644
--- a/extra/telepathy-kde-send-file/PKGBUILD
+++ b/extra/telepathy-kde-send-file/PKGBUILD
@@ -1,25 +1,25 @@
-# $Id$
+# $Id: PKGBUILD 143573 2011-11-26 14:01:08Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-send-file
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="A File manager plugin to launch a file transfer job with a specified contact"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.kde.org"
license=('GPL')
-depends=('telepathy-kde-filetransfer-handler')
+depends=('telepathy-kde-filetransfer-handler' 'telepathy-kde-contact-list')
makedepends=('cmake' 'automoc4')
groups=('telepathy-kde')
install=${pkgname}.install
-source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2")
-sha1sums=('ef49d3008294a6eacad846fbe1c042d59c5c8e69')
+source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('d6cdd99b6feef58f81c2c0c39325954c239deb2d')
build() {
cd "${srcdir}"
mkdir build
cd build
- cmake ../${pkgname}_${pkgver} \
+ cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make