[arch-commits] Commit in libplist/repos (3 files)

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:08:57 UTC 2012


    Date: Monday, April 23, 2012 @ 05:08:57
  Author: ibiru
Revision: 156914

db-move: moved libplist from [testing] to [extra] (x86_64)

Added:
  libplist/repos/extra-x86_64/PKGBUILD
    (from rev 156695, libplist/repos/testing-x86_64/PKGBUILD)
Deleted:
  libplist/repos/extra-x86_64/PKGBUILD
  libplist/repos/testing-x86_64/

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-23 09:08:56 UTC (rev 156913)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:08:57 UTC (rev 156914)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=libplist
-pkgver=1.4
-pkgrel=1
-pkgdesc="A library to handle Apple Property List format whereas it's binary or XML"
-url="http://libimobiledevice.org/"
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('glib2' 'libxml2' 'python2')
-makedepends=('cmake' 'swig')
-source=(http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2ad226abe1131a72e7ecbb2b921ad92f54b8e787c2281c89b00145b519479a71')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../"${pkgname}-${pkgver}" \
-      -DCMAKE_SKIP_RPATH=ON \
-      -DCMAKE_INSTALL_PREFIX:PATH=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libplist/repos/extra-x86_64/PKGBUILD (from rev 156695, libplist/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:08:57 UTC (rev 156914)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libplist
+pkgver=1.8
+pkgrel=2
+pkgdesc="A library to handle Apple Property List format whereas it's binary or XML"
+url="http://libimobiledevice.org/"
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('glib2' 'libxml2' 'python2')
+makedepends=('cmake' 'swig')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+      -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+      -DCMAKE_SKIP_RPATH=ON \
+      -DCMAKE_INSTALL_PREFIX:PATH=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list