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

Jan Steffens heftig at archlinux.org
Fri Apr 20 11:26:59 UTC 2018


    Date: Friday, April 20, 2018 @ 11:26:58
  Author: heftig
Revision: 322524

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-20 11:26:19 UTC (rev 322523)
+++ PKGBUILD	2018-04-20 11:26:58 UTC (rev 322524)
@@ -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.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
-}

Copied: libgsf/repos/extra-x86_64/PKGBUILD (from rev 322523, libgsf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-20 11:26:58 UTC (rev 322524)
@@ -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.43
+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=5566a825d5ab7d7017732d736fbe5c7d6e2a40e7  # tags/LIBGSF_1_14_43^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