[arch-commits] Commit in telepathy-kde-text-ui/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 25 19:35:09 UTC 2016


    Date: Friday, March 25, 2016 @ 20:35:09
  Author: arojas
Revision: 262561

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
    (from rev 262560, telepathy-kde-text-ui/trunk/PKGBUILD)
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD
    (from rev 262560, telepathy-kde-text-ui/trunk/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   88 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   38 --------------------
 extra-x86_64/PKGBUILD |   38 --------------------
 3 files changed, 88 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-03-25 19:34:25 UTC (rev 262560)
+++ extra-i686/PKGBUILD	2016-03-25 19:35:09 UTC (rev 262561)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=15.12.3
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-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')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-text-ui/repos/extra-i686/PKGBUILD (from rev 262560, telepathy-kde-text-ui/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-03-25 19:35:09 UTC (rev 262561)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=15.12.3
+pkgrel=2
+pkgdesc='Telepathy handler for Text Chats'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+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"
+	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() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-03-25 19:34:25 UTC (rev 262560)
+++ extra-x86_64/PKGBUILD	2016-03-25 19:35:09 UTC (rev 262561)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=15.12.3
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-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')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD (from rev 262560, telepathy-kde-text-ui/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-03-25 19:35:09 UTC (rev 262561)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=15.12.3
+pkgrel=2
+pkgdesc='Telepathy handler for Text Chats'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+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"
+	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() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list