[arch-commits] Commit in kte-collaborative/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Wed Oct 22 16:26:10 UTC 2014


    Date: Wednesday, October 22, 2014 @ 18:26:10
  Author: andrea
Revision: 121229

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-10-22 16:26:02 UTC (rev 121228)
+++ community-i686/PKGBUILD	2014-10-22 16:26:10 UTC (rev 121229)
@@ -1,33 +0,0 @@
-# $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
-}

Copied: kte-collaborative/repos/community-i686/PKGBUILD (from rev 121228, kte-collaborative/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-22 16:26:10 UTC (rev 121229)
@@ -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=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")
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-10-22 16:26:02 UTC (rev 121228)
+++ community-x86_64/PKGBUILD	2014-10-22 16:26:10 UTC (rev 121229)
@@ -1,33 +0,0 @@
-# $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
-}

Copied: kte-collaborative/repos/community-x86_64/PKGBUILD (from rev 121228, kte-collaborative/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-22 16:26:10 UTC (rev 121229)
@@ -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=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")
+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