[arch-commits] Commit in telepathy-kde-text-ui/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Mar 25 19:34:26 UTC 2016


    Date: Friday, March 25, 2016 @ 20:34:25
  Author: arojas
Revision: 262560

Fix chat display with Qt 5.6

Modified:
  telepathy-kde-text-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-25 19:05:27 UTC (rev 262559)
+++ PKGBUILD	2016-03-25 19:34:25 UTC (rev 262560)
@@ -6,7 +6,7 @@
 pkgname=telepathy-kde-text-ui
 _pkgname=ktp-text-ui
 pkgver=15.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Telepathy handler for Text Chats'
 arch=('i686' 'x86_64')
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
@@ -14,11 +14,17 @@
 groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
 depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz")
-md5sums=('cd495258ec25bff97e11b656c304d202')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"
+	ktp-text-ui-qt5.6.patch::"https://git.reviewboard.kde.org/r/127493/diff/raw/")
+md5sums=('cd495258ec25bff97e11b656c304d202'
+         '4832cb3f97a6311149a8974ad907f585')
 
 prepare() {
   mkdir -p build
+
+# Fix displaying chats with Qt 5.6
+  cd $_pkgname-$pkgver
+  patch -p1 -i ../ktp-text-ui-qt5.6.patch
 }
 
 build() {



More information about the arch-commits mailing list