[arch-commits] Commit in xournal/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Jun 22 18:50:55 UTC 2010


    Date: Tuesday, June 22, 2010 @ 14:50:54
  Author: jgc
Revision: 83746

upgpkg: xournal 0.4.5-2
Remove libgnomeprintui dependency, rebuild for poppler-glib soname bump

Modified:
  xournal/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-22 18:43:47 UTC (rev 83745)
+++ PKGBUILD	2010-06-22 18:50:54 UTC (rev 83746)
@@ -4,13 +4,12 @@
 
 pkgname=xournal
 pkgver=0.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Notetaking and sketching application"
 arch=('i686' 'x86_64')
 url="http://math.mit.edu/~auroux/software/xournal/"
 license=('GPL')
-depends=('libgnomecanvas' 'libgnomeprintui' 'poppler' 'ghostscript' \
-         'shared-mime-info' 'poppler-glib')
+depends=('libgnomecanvas>=2.30.1' 'ghostscript' 'shared-mime-info' 'poppler-glib>=0.14.0' 'hicolor-icon-theme' 'desktop-file-utils')
 install=xournal.install
 source=(http://math.mit.edu/~auroux/software/xournal/xournal-${pkgver}.tar.gz)
 md5sums=('795e4396ded2b67766eb2926be1fb4a9')
@@ -18,7 +17,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install desktop-install || return 1
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install desktop-install
 }




More information about the arch-commits mailing list