wok-next diff xournal/receipt @ rev 12836
retawq: cross-compile for ARM and update bookmarks
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 22 19:06:11 2012 +0200 (2012-05-22) |
parents | 0a6b5118575a |
children | cd46d880e369 |
line diff
1.1 --- a/xournal/receipt Mon Mar 26 16:18:20 2012 +0200 1.2 +++ b/xournal/receipt Tue May 22 19:06:11 2012 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="0.4.5" 1.5 CATEGORY="utilities" 1.6 SHORT_DESC="Notetaking application." 1.7 -MAINTAINER="remy.carel@free.fr" 1.8 +MAINTAINER="meshca@clarkson.edu" 1.9 DEPENDS="gtk+ libgnomecanvas poppler poppler-apps gcc-lib-base" 1.10 BUILD_DEPENDS="autoconf automake gtk+-dev libgnomecanvas libgnomecanvas-dev \ 1.11 poppler poppler-dev zlib-dev libart_lgpl-dev" 1.12 @@ -17,13 +17,15 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + CFLAGS="$CFLAGS `pkg-config --cflags --libs gtk+-2.0` `pkg-config --libs x11` -lm -lz" 1.17 + wget http://people.slitaz.org/~naitsirhc/xournal.patch && \ 1.18 + patch -p1 -i xournal.patch && \ 1.19 ./configure \ 1.20 --prefix=/usr \ 1.21 --infodir=/usr/share/info \ 1.22 --mandir=/usr/share/man \ 1.23 $CONFIGURE_ARGS && 1.24 - make && make DESTDIR=$PWD/_pkg install 1.25 - make DESTDIR=$PWD/_pkg desktop-install 1.26 + make && make DESTDIR=$PWD/_pkg install && make DESTDIR=$PWD/_pkg desktop-install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.