[arch-commits] Commit in telepathy-kde-contact-list (3 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Mar 8 11:39:40 UTC 2014
Date: Saturday, March 8, 2014 @ 12:39:39
Author: andrea
Revision: 207367
upgpkg: telepathy-kde-contact-list 0.7.80-1
beta release
Added:
telepathy-kde-contact-list/kde-unstable/
telepathy-kde-contact-list/kde-unstable/PKGBUILD
(from rev 204066, telepathy-kde-contact-list/trunk/PKGBUILD)
Deleted:
telepathy-kde-contact-list/kde-unstable/PKGBUILD
-----------------------+
PKGBUILD | 35 -----------------------------------
kde-unstable/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 35 deletions(-)
Deleted: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2014-01-15 04:18:35 UTC (rev 204059)
+++ kde-unstable/PKGBUILD 2014-03-08 11:39:39 UTC (rev 207367)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Telepathy contact list application"
-arch=('i686' 'x86_64')
-url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('493a7c0f5d3e46c1c2011130670f907a295fc4a4')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../${_pkgname}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: telepathy-kde-contact-list/kde-unstable/PKGBUILD (from rev 204066, telepathy-kde-contact-list/trunk/PKGBUILD)
===================================================================
--- kde-unstable/PKGBUILD (rev 0)
+++ kde-unstable/PKGBUILD 2014-03-08 11:39:39 UTC (rev 207367)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=0.7.80
+pkgrel=1
+pkgdesc="Telepathy contact list application"
+arch=('i686' 'x86_64')
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('1d67a43d29418421986f1a79513715d66b88fe88')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${_pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list