[arch-commits] Commit in telepathy-kde-contact-applet/repos (3 files)

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:53:35 UTC 2012


    Date: Monday, April 23, 2012 @ 05:53:34
  Author: ibiru
Revision: 157044

db-move: moved telepathy-kde-contact-applet from [testing] to [extra] (i686)

Added:
  telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD
    (from rev 157033, telepathy-kde-contact-applet/repos/testing-i686/PKGBUILD)
Deleted:
  telepathy-kde-contact-applet/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-applet/repos/testing-i686/

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-23 09:53:33 UTC (rev 157043)
+++ extra-i686/PKGBUILD	2012-04-23 09:53:34 UTC (rev 157044)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=telepathy-kde-contact-applet
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="The kde-telepathy contact plasmoid"
-arch=('i686' 'x86_64')
-url="http://www.kde.org"
-license=('GPL')
-depends=('kdelibs' 'telepathy-qt4')
-makedepends=('cmake' 'automoc4')
-groups=('telepathy-kde')
-source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('b1e2ad706deccd6ca4d745828a8b54fd87bc2066')
-
-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-contact-applet/repos/extra-i686/PKGBUILD (from rev 157033, telepathy-kde-contact-applet/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-23 09:53:34 UTC (rev 157044)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-kde-contact-applet
+_pkgname=ktp-contact-applet
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="The KDE-Telepathy contact plasmoid"
+arch=('i686' 'x86_64')
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+license=('GPL')
+depends=('telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('f0eba19beaa97029e3012047108c27710d3a9a63')
+
+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