[arch-commits] Commit in telepathy-kde-text-ui/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Mon Apr 23 09:53:50 UTC 2012
Date: Monday, April 23, 2012 @ 05:53:49
Author: ibiru
Revision: 157056
db-move: moved telepathy-kde-text-ui from [testing] to [extra] (i686)
Added:
telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
(from rev 157033, telepathy-kde-text-ui/repos/testing-i686/PKGBUILD)
Deleted:
telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
telepathy-kde-text-ui/repos/testing-i686/
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 31 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-04-23 09:53:48 UTC (rev 157055)
+++ extra-i686/PKGBUILD 2012-04-23 09:53:49 UTC (rev 157056)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=telepathy-kde-text-ui
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Telepathy text chat handler"
-arch=('i686' 'x86_64')
-url="http://www.kde.org"
-license=('GPL')
-depends=('kdebase-runtime' 'telepathy-qt4' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-groups=('telepathy-kde')
-source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('fb7c5dc02bb9d150d0e372c3584f50670d620f4a')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: telepathy-kde-text-ui/repos/extra-i686/PKGBUILD (from rev 157033, telepathy-kde-text-ui/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-23 09:53:49 UTC (rev 157056)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Telepathy handler for Text Chats"
+arch=('i686' 'x86_64')
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('78741579fa62d5beca6ff87f074a3821c02d1f15')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${_pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list