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

Jan de Groot jgc at archlinux.org
Wed Apr 5 12:50:46 UTC 2017


    Date: Wednesday, April 5, 2017 @ 12:50:44
  Author: jgc
Revision: 292122

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgsf/repos/gnome-unstable-i686/
  libgsf/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292121, libgsf/trunk/PKGBUILD)
  libgsf/repos/gnome-unstable-x86_64/
  libgsf/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292121, libgsf/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   43 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

Copied: libgsf/repos/gnome-unstable-i686/PKGBUILD (from rev 292121, libgsf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-05 12:50:44 UTC (rev 292122)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=libgsf
+pkgver=1.14.41+3+gc7b4b53
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="An extensible I/O abstraction library for dealing with structured file formats"
+url="https://git.gnome.org/browse/libgsf"
+license=('GPL' 'LGPL')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection' git gtk-doc autoconf-archive)
+_commit=c7b4b53020d507dccf8ba73c5a2a3a23cc649562  # master
+source=("git+https://git.gnome.org/browse/libgsf#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBGSF_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd "$pkgname"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static --enable-introspection --enable-gtk-doc
+  make
+}
+
+package_libgsf() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgsf/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292121, libgsf/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-05 12:50:44 UTC (rev 292122)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=libgsf
+pkgver=1.14.41+3+gc7b4b53
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="An extensible I/O abstraction library for dealing with structured file formats"
+url="https://git.gnome.org/browse/libgsf"
+license=('GPL' 'LGPL')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection' git gtk-doc autoconf-archive)
+_commit=c7b4b53020d507dccf8ba73c5a2a3a23cc649562  # master
+source=("git+https://git.gnome.org/browse/libgsf#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBGSF_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd "$pkgname"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static --enable-introspection --enable-gtk-doc
+  make
+}
+
+package_libgsf() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list