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

Antonio Rojas arojas at archlinux.org
Fri Nov 20 08:01:48 UTC 2015


    Date: Friday, November 20, 2015 @ 09:01:47
  Author: arojas
Revision: 251676

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

Added:
  libkolabxml/repos/kde-unstable-i686/
  libkolabxml/repos/kde-unstable-i686/PKGBUILD
    (from rev 251675, libkolabxml/kde-unstable/PKGBUILD)
  libkolabxml/repos/kde-unstable-x86_64/
  libkolabxml/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 251675, libkolabxml/kde-unstable/PKGBUILD)

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

Copied: libkolabxml/repos/kde-unstable-i686/PKGBUILD (from rev 251675, libkolabxml/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-11-20 08:01:47 UTC (rev 251676)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkolabxml
+pkgver=1.2git20151120
+pkgrel=1
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+makedepends+=('git')
+#source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+source=("git+https://git.kolab.org/diffusion/LKX/libkolabxml.git#commit=c9e766895ac2")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkolabxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 251675, libkolabxml/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-11-20 08:01:47 UTC (rev 251676)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkolabxml
+pkgver=1.2git20151120
+pkgrel=1
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+makedepends+=('git')
+#source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+source=("git+https://git.kolab.org/diffusion/LKX/libkolabxml.git#commit=c9e766895ac2")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list