[arch-commits] Commit in kdenetwork-krfb/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Aug 22 10:22:49 UTC 2014


    Date: Friday, August 22, 2014 @ 12:22:49
  Author: andrea
Revision: 220533

upgpkg: kdenetwork-krfb 4.14.0-2

Add KDE-Telepathy support

Modified:
  kdenetwork-krfb/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-22 10:20:12 UTC (rev 220532)
+++ PKGBUILD	2014-08-22 10:22:49 UTC (rev 220533)
@@ -3,7 +3,7 @@
 
 pkgname=kdenetwork-krfb
 pkgver=4.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Desktop Sharing'
 url='http://www.kde.org/applications/system/krfb'
 arch=('i686' 'x86_64')
@@ -12,13 +12,16 @@
 # note on libxdamage:
 #   not detected by namcap because libgl depends on it
 #   but nvidia providing libgl does not depend on libxdamage
-depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-kde-common-internals')
 makedepends=('cmake' 'automoc4')
 source=("http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz")
 sha1sums=('64e7670d30c8fa7f3a18fe9e6fb5e4254aa19faa')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../krfb-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \




More information about the arch-commits mailing list