summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2015-09-10 20:53:55 +0200
committerAntonio Rojas2015-09-10 20:53:55 +0200
commit44a2c02b2fef02c7e6b09e8b26509b3bc011fc52 (patch)
tree553ed0d7c8c2a8118a28a4fdaa5731dc08f9f135
parent7cc97421fd2cb5df473a34c64c862d6d6f5f3880 (diff)
downloadaur-44a2c02b2fef02c7e6b09e8b26509b3bc011fc52.tar.gz
Telepathy integration
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40bced61d6bb..b83fbf98435b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kdeconnect-git
pkgdesc = Adds communication between KDE and your smartphone
- pkgver = r914.2b34d28
+ pkgver = r970.e4cbf22
pkgrel = 1
url = https://projects.kde.org/projects/playground/base/kdeconnect-kde
install = kdeconnect-git.install
@@ -16,6 +16,7 @@ pkgbase = kdeconnect-git
depends = libfakekey
depends = hicolor-icon-theme
depends = kwayland
+ depends = telepathy-qt5
optdepends = sshfs: remote filesystem browser
provides = kdeconnect
conflicts = kdeconnect-frameworks
diff --git a/PKGBUILD b/PKGBUILD
index 3bfa0198e464..c70f6e757d46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
pkgname=kdeconnect-git
-pkgver=r914.2b34d28
+pkgver=r970.e4cbf22
pkgrel=1
pkgdesc='Adds communication between KDE and your smartphone'
arch=(i686 x86_64)
url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
license=(GPL2)
-depends=(kio kcmutils qca-qt5 libfakekey hicolor-icon-theme kwayland)
+depends=(kio kcmutils qca-qt5 libfakekey hicolor-icon-theme kwayland telepathy-qt5)
makedepends=(extra-cmake-modules git python)
optdepends=('sshfs: remote filesystem browser')
provides=(kdeconnect)