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

Gaetan Bisson bisson at archlinux.org
Wed Sep 8 18:36:21 UTC 2010


    Date: Wednesday, September 8, 2010 @ 14:36:21
  Author: bisson
Revision: 90183

updated URL, removed versionned/ghostscript dependencies

Modified:
  xournal/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-08 17:41:46 UTC (rev 90182)
+++ PKGBUILD	2010-09-08 18:36:21 UTC (rev 90183)
@@ -5,19 +5,22 @@
 pkgname=xournal
 pkgver=0.4.5
 pkgrel=2
-pkgdesc="Notetaking and sketching application"
+pkgdesc='Notetaking and sketching application'
 arch=('i686' 'x86_64')
-url="http://math.mit.edu/~auroux/software/xournal/"
+url='http://xournal.sourceforge.net/'
 license=('GPL')
-depends=('libgnomecanvas>=2.30.1' 'ghostscript' 'shared-mime-info' 'poppler-glib>=0.14.0' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme')
 install=xournal.install
-source=(http://math.mit.edu/~auroux/software/xournal/xournal-${pkgver}.tar.gz)
-md5sums=('795e4396ded2b67766eb2926be1fb4a9')
+source=("http://downloads.sourceforge.net/xournal/xournal-${pkgver}.tar.gz")
 sha1sums=('390cb275774469ed1b04b7268dd625bd456c895e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install desktop-install
 }




More information about the arch-commits mailing list