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

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Mar 9 12:26:59 UTC 2014


    Date: Sunday, March 9, 2014 @ 13:26:59
  Author: andrea
Revision: 207446

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kte-collaborative/repos/kde-unstable-i686/
  kte-collaborative/repos/kde-unstable-i686/PKGBUILD
    (from rev 207445, kte-collaborative/kde-unstable/PKGBUILD)
  kte-collaborative/repos/kde-unstable-x86_64/
  kte-collaborative/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 207445, kte-collaborative/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: kte-collaborative/repos/kde-unstable-i686/PKGBUILD (from rev 207445, kte-collaborative/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-03-09 12:26:59 UTC (rev 207446)
@@ -0,0 +1,32 @@
+# $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/kde-unstable-x86_64/PKGBUILD (from rev 207445, kte-collaborative/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-09 12:26:59 UTC (rev 207446)
@@ -0,0 +1,32 @@
+# $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
+}




More information about the arch-commits mailing list