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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon May 13 17:54:42 UTC 2013


    Date: Monday, May 13, 2013 @ 19:54:42
  Author: andrea
Revision: 185370

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

Added:
  libical/repos/staging-i686/PKGBUILD
    (from rev 185369, libical/trunk/PKGBUILD)
  libical/repos/staging-x86_64/PKGBUILD
    (from rev 185369, libical/trunk/PKGBUILD)
Deleted:
  libical/repos/staging-i686/PKGBUILD
  libical/repos/staging-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   58 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-i686/PKGBUILD   |   29 -----------------------
 staging-x86_64/PKGBUILD |   29 -----------------------
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2013-05-13 17:54:33 UTC (rev 185369)
+++ staging-i686/PKGBUILD	2013-05-13 17:54:42 UTC (rev 185370)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=libical
-pkgver=1.0
-pkgrel=1
-pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/freeassociation/'
-license=('LGPL' 'MPL')
-depends=('glibc')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz")
-md5sums=('4438c31d00ec434f02867a267a92f8a1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  libtoolize -f
-  ./configure --prefix=/usr \
-    --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libical/repos/staging-i686/PKGBUILD (from rev 185369, libical/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-05-13 17:54:42 UTC (rev 185370)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=libical
+pkgver=1.0
+pkgrel=2
+pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/freeassociation/'
+license=('LGPL' 'MPL')
+depends=('glibc')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz")
+md5sums=('4438c31d00ec434f02867a267a92f8a1')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2013-05-13 17:54:33 UTC (rev 185369)
+++ staging-x86_64/PKGBUILD	2013-05-13 17:54:42 UTC (rev 185370)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=libical
-pkgver=1.0
-pkgrel=1
-pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/freeassociation/'
-license=('LGPL' 'MPL')
-depends=('glibc')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz")
-md5sums=('4438c31d00ec434f02867a267a92f8a1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  libtoolize -f
-  ./configure --prefix=/usr \
-    --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libical/repos/staging-x86_64/PKGBUILD (from rev 185369, libical/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-05-13 17:54:42 UTC (rev 185370)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=libical
+pkgver=1.0
+pkgrel=2
+pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/freeassociation/'
+license=('LGPL' 'MPL')
+depends=('glibc')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz")
+md5sums=('4438c31d00ec434f02867a267a92f8a1')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${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