[arch-commits] Commit in libgsf/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Nov 18 22:43:50 UTC 2017


    Date: Saturday, November 18, 2017 @ 22:43:42
  Author: jgc
Revision: 310405

archrelease: copy trunk to extra-x86_64

Added:
  libgsf/repos/extra-x86_64/PKGBUILD
    (from rev 310404, libgsf/trunk/PKGBUILD)
Deleted:
  libgsf/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-18 22:43:33 UTC (rev 310404)
+++ PKGBUILD	2017-11-18 22:43:42 UTC (rev 310405)
@@ -1,43 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 310404, libgsf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-18 22:43:42 UTC (rev 310405)
@@ -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.42
+pkgrel=1
+arch=(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=f44575322a593f7dffb2ea37a838008648bd1f5a  # tags/LIBGSF_1_14_42^0
+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