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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sun Apr 28 00:00:25 UTC 2013


    Date: Sunday, April 28, 2013 @ 02:00:25
  Author: foutrelis
Revision: 183799

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libgxps/repos/staging-i686/
  libgxps/repos/staging-i686/PKGBUILD
    (from rev 183798, libgxps/trunk/PKGBUILD)
  libgxps/repos/staging-x86_64/
  libgxps/repos/staging-x86_64/PKGBUILD
    (from rev 183798, libgxps/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libgxps/repos/staging-i686/PKGBUILD (from rev 183798, libgxps/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-04-28 00:00:25 UTC (rev 183799)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgxps
+pkgver=0.2.2
+pkgrel=3
+pkgdesc="XPS Documents library"
+arch=(i686 x86_64)
+url="https://live.gnome.org/libgxps"
+license=('GPL2')
+depends=('cairo' 'libarchive' 'libjpeg-turbo' 'libtiff' 'lcms2')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('39d104739bf0db43905c315de1d8002460f1a098576f4418f69294013a5820be')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgxps/repos/staging-x86_64/PKGBUILD (from rev 183798, libgxps/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-04-28 00:00:25 UTC (rev 183799)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgxps
+pkgver=0.2.2
+pkgrel=3
+pkgdesc="XPS Documents library"
+arch=(i686 x86_64)
+url="https://live.gnome.org/libgxps"
+license=('GPL2')
+depends=('cairo' 'libarchive' 'libjpeg-turbo' 'libtiff' 'lcms2')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('39d104739bf0db43905c315de1d8002460f1a098576f4418f69294013a5820be')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list