Date: Tuesday, October 14, 2014 @ 18:38:17
  Author: andrea
Revision: 120659

archrelease: copy trunk to community-x86_64

Added:
  kte-collaborative/repos/community-x86_64/PKGBUILD
    (from rev 120658, kte-collaborative/trunk/PKGBUILD)
Deleted:
  kte-collaborative/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-10-14 16:37:54 UTC (rev 120658)
+++ PKGBUILD    2014-10-14 16:38:17 UTC (rev 120659)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
-
-pkgname=kte-collaborative
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="A plugin for KTextEditor which allows to edit text documents 
collaboratively"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/network/kte-collaborative'
-license=('GPL')
-depends=('libqinfinity' 'telepathy-kde-common-internals')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz";)
-md5sums=('e96718ed62b3bb315364fd03a4f2b463')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-v${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kte-collaborative/repos/community-x86_64/PKGBUILD (from rev 120658, 
kte-collaborative/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-10-14 16:38:17 UTC (rev 120659)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+
+pkgname=kte-collaborative
+pkgver=0.2.0.git4a0c637
+pkgrel=1
+pkgdesc="A plugin for KTextEditor which allows to edit text documents 
collaboratively"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/network/kte-collaborative'
+license=('GPL')
+depends=('libqinfinity' 'telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz";)
+source=("http://quickgit.kde.org/?p=kte-collaborative.git&a=snapshot&h=4a0c6371d03f0291e708fbdb0b46d405839ec3ef&fmt=tgz";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to