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

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


    Date: Friday, September 26, 2014 @ 12:54:10
  Author: jgc
Revision: 223069

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

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

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

Copied: libgit2-glib/repos/testing-i686/PKGBUILD (from rev 223030, libgit2-glib/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:54:10 UTC (rev 223069)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 116311 2014-07-24 18:59:17Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgit2-glib
+pkgver=0.0.22
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib"
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e385821255f89ecb96d576af93c3bfa32c67906e5d4fd2fc3bc542cb7ae2399a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libgit2-glib/repos/testing-x86_64/PKGBUILD (from rev 223030, libgit2-glib/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:54:10 UTC (rev 223069)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 116311 2014-07-24 18:59:17Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgit2-glib
+pkgver=0.0.22
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib"
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e385821255f89ecb96d576af93c3bfa32c67906e5d4fd2fc3bc542cb7ae2399a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list