Date: Monday, June 20, 2016 @ 20:57:45
  Author: heftig
Revision: 270397

0.2.4-1

Modified:
  libgxps/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-06-20 20:55:40 UTC (rev 270396)
+++ PKGBUILD    2016-06-20 20:57:45 UTC (rev 270397)
@@ -1,22 +1,21 @@
 # $Id$
-# Maintainer: Ionut Biru <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
 
 pkgname=libgxps
-pkgver=0.2.3.2
+pkgver=0.2.4
 pkgrel=1
 pkgdesc="XPS Documents library"
+url="https://wiki.gnome.org/Projects/libgxps";
 arch=(i686 x86_64)
-url="https://live.gnome.org/libgxps";
-license=('GPL2')
-depends=('cairo' 'libarchive' 'libjpeg-turbo' 'libtiff' 'lcms2')
-makedepends=('gobject-introspection')
+license=(GPL2)
+depends=(cairo libarchive libjpeg-turbo libtiff lcms2)
+makedepends=(gobject-introspection gtk-doc)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6ea5f0ed85665a4e6702e31e38b5f1b2e5ae4f3d316a55d7f1fb1799224b4127')
+sha256sums=('e9d6aa02836d9d4823a51705d3e1dee6fc4bce11d72566024042cfaac56ec7a4')
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-    --disable-static
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
   make
 }
 

Reply via email to