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

Jan Steffens heftig at archlinux.org
Thu Jul 24 19:00:05 UTC 2014


    Date: Thursday, July 24, 2014 @ 21:00:05
  Author: heftig
Revision: 116312

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

Added:
  libgit2-glib/repos/community-i686/PKGBUILD
    (from rev 116311, libgit2-glib/trunk/PKGBUILD)
  libgit2-glib/repos/community-x86_64/PKGBUILD
    (from rev 116311, libgit2-glib/trunk/PKGBUILD)
Deleted:
  libgit2-glib/repos/community-i686/PKGBUILD
  libgit2-glib/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-24 18:59:17 UTC (rev 116311)
+++ community-i686/PKGBUILD	2014-07-24 19:00:05 UTC (rev 116312)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libgit2-glib
-pkgver=0.0.18
-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)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f27b1dc3cfb5ce0d7685be12757f8549778b63b8a2a0b6565c5cad9ed84470c')
-
-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/community-i686/PKGBUILD (from rev 116311, libgit2-glib/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-24 19:00:05 UTC (rev 116312)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgit2-glib
+pkgver=0.0.20
+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 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8a10c8d3fcad14eed080dff6b8db0c72866c11a05b9731af31cb7258bcc8d95')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-24 18:59:17 UTC (rev 116311)
+++ community-x86_64/PKGBUILD	2014-07-24 19:00:05 UTC (rev 116312)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libgit2-glib
-pkgver=0.0.18
-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)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f27b1dc3cfb5ce0d7685be12757f8549778b63b8a2a0b6565c5cad9ed84470c')
-
-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/community-x86_64/PKGBUILD (from rev 116311, libgit2-glib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-24 19:00:05 UTC (rev 116312)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgit2-glib
+pkgver=0.0.20
+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 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8a10c8d3fcad14eed080dff6b8db0c72866c11a05b9731af31cb7258bcc8d95')
+
+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