[arch-commits] Commit in libgxps/repos (4 files)
Jan de Groot
jgc at archlinux.org
Wed Apr 5 10:16:58 UTC 2017
Date: Wednesday, April 5, 2017 @ 10:16:57
Author: jgc
Revision: 292101
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 292100, libgxps/trunk/PKGBUILD)
libgxps/repos/gnome-unstable-x86_64/
libgxps/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292100, 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 292100, libgxps/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2017-04-05 10:16:57 UTC (rev 292101)
@@ -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.5+1+g764ae1e
+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=764ae1e1e22c3f1bb58543aa40fa80488ee49a47 # master
+source=("git+https://git.gnome.org/browse/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 292100, libgxps/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2017-04-05 10:16:57 UTC (rev 292101)
@@ -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.5+1+g764ae1e
+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=764ae1e1e22c3f1bb58543aa40fa80488ee49a47 # master
+source=("git+https://git.gnome.org/browse/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