[arch-commits] Commit in libkolabxml/repos (6 files)
Stéphane Gaudreault
stephane at nymeria.archlinux.org
Fri Mar 29 19:14:39 UTC 2013
Date: Friday, March 29, 2013 @ 20:14:39
Author: stephane
Revision: 181018
db-move: moved libkolabxml from [staging] to [testing] (i686, x86_64)
Added:
libkolabxml/repos/testing-i686/
libkolabxml/repos/testing-i686/PKGBUILD
(from rev 181010, libkolabxml/repos/staging-i686/PKGBUILD)
libkolabxml/repos/testing-x86_64/
libkolabxml/repos/testing-x86_64/PKGBUILD
(from rev 181010, libkolabxml/repos/staging-x86_64/PKGBUILD)
Deleted:
libkolabxml/repos/staging-i686/
libkolabxml/repos/staging-x86_64/
-------------------------+
testing-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: libkolabxml/repos/testing-i686/PKGBUILD (from rev 181010, libkolabxml/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-03-29 19:14:39 UTC (rev 181018)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkolabxml
+pkgver=0.8.3
+pkgrel=2
+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' 'qt4')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DQT_QMAKE_EXECUTABLE=qmake-qt4
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: libkolabxml/repos/testing-x86_64/PKGBUILD (from rev 181010, libkolabxml/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:39 UTC (rev 181018)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkolabxml
+pkgver=0.8.3
+pkgrel=2
+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' 'qt4')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DQT_QMAKE_EXECUTABLE=qmake-qt4
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list