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

Jan de Groot jgc at archlinux.org
Wed Sep 21 12:00:03 UTC 2016


    Date: Wednesday, September 21, 2016 @ 12:00:02
  Author: jgc
Revision: 276798

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

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

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

Copied: libgxps/repos/gnome-unstable-i686/PKGBUILD (from rev 276797, libgxps/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-21 12:00:02 UTC (rev 276798)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgxps
+pkgver=0.2.4+12+g4709da9
+pkgrel=1
+pkgdesc="XPS Documents library"
+url="https://wiki.gnome.org/Projects/libgxps"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(cairo libarchive libjpeg-turbo libtiff lcms2)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=4709da90210839ca8fdd424caa7be897f3be91bb
+source=("git://git.gnome.org/libgxps#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgxps/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276797, libgxps/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-21 12:00:02 UTC (rev 276798)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgxps
+pkgver=0.2.4+12+g4709da9
+pkgrel=1
+pkgdesc="XPS Documents library"
+url="https://wiki.gnome.org/Projects/libgxps"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(cairo libarchive libjpeg-turbo libtiff lcms2)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=4709da90210839ca8fdd424caa7be897f3be91bb
+source=("git://git.gnome.org/libgxps#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list