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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:35:22 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:35:21
  Author: heftig
Revision: 155196

db-move: moved libgxps from [gnome-unstable] to [testing] (x86_64)

Added:
  libgxps/repos/testing-x86_64/
  libgxps/repos/testing-x86_64/PKGBUILD
    (from rev 155005, libgxps/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libgxps/repos/gnome-unstable-x86_64/

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: libgxps/repos/testing-x86_64/PKGBUILD (from rev 155005, libgxps/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:35:21 UTC (rev 155196)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgxps
+pkgver=0.2.2
+pkgrel=1
+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