[arch-commits] Commit in kte-collaborative/repos/community-i686 (PKGBUILD PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Oct 14 16:38:23 UTC 2014


    Date: Tuesday, October 14, 2014 @ 18:38:23
  Author: andrea
Revision: 120660

archrelease: copy trunk to community-i686

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-14 16:38:17 UTC (rev 120659)
+++ PKGBUILD	2014-10-14 16:38:23 UTC (rev 120660)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at 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-i686/PKGBUILD (from rev 120659, kte-collaborative/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-14 16:38:23 UTC (rev 120660)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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
+}



More information about the arch-commits mailing list