[arch-commits] Commit in libgit2/repos (6 files)

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:54:08 UTC 2014


    Date: Friday, September 26, 2014 @ 12:54:08
  Author: jgc
Revision: 223068

db-move: moved libgit2 from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libgit2/repos/testing-i686/
  libgit2/repos/testing-i686/PKGBUILD
    (from rev 223030, libgit2/repos/gnome-unstable-i686/PKGBUILD)
  libgit2/repos/testing-x86_64/
  libgit2/repos/testing-x86_64/PKGBUILD
    (from rev 223030, libgit2/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libgit2/repos/gnome-unstable-i686/
  libgit2/repos/gnome-unstable-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: libgit2/repos/testing-i686/PKGBUILD (from rev 223030, libgit2/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:54:08 UTC (rev 223068)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 117009 2014-08-07 22:35:20Z thestinger $
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Hilton Medeiros <medeiros.hilton at gmail.com>
+# Contributor: Dave Reisner <d at falconindy.com>
+
+pkgname=libgit2
+pkgver=0.21.1
+pkgrel=2
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz")
+md5sums=('cbf3422d54dd6f55f09855a6eb749f41')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libgit2/repos/testing-x86_64/PKGBUILD (from rev 223030, libgit2/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:54:08 UTC (rev 223068)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 117009 2014-08-07 22:35:20Z thestinger $
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Hilton Medeiros <medeiros.hilton at gmail.com>
+# Contributor: Dave Reisner <d at falconindy.com>
+
+pkgname=libgit2
+pkgver=0.21.1
+pkgrel=2
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz")
+md5sums=('cbf3422d54dd6f55f09855a6eb749f41')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list