wok-current diff homebank/receipt @ rev 8390
Up: tazwok-experimental to 0.0.5.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 04 18:28:37 2011 +0000 (2011-02-04) |
parents | c6ccd6bc43b1 |
children | a3a1e544875b |
line diff
1.1 --- a/homebank/receipt Tue Feb 16 14:01:36 2010 +0000 1.2 +++ b/homebank/receipt Fri Feb 04 18:28:37 2011 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="homebank" 1.7 -VERSION="4.0.2" 1.8 +VERSION="4.3" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Personal accounts manager." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="gtk+ xorg-libXdamage" 1.13 -BUILD_DEPENDS="gtk+-dev inkscape" 1.14 +BUILD_DEPENDS="gtk+-dev intltool" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WEB_SITE="http://homebank.free.fr/" 1.17 WGET_URL="http://homebank.free.fr/public/$TARBALL" 1.18 @@ -18,8 +18,10 @@ 1.19 cd $src 1.20 # GTK+ dont support svg 1.21 sed -i s/svg/png/ src/*.c 1.22 + chmod +x install-sh 1.23 ./configure \ 1.24 --prefix=/usr \ 1.25 + --without-ofx \ 1.26 $CONFIGURE_ARGS && 1.27 make && 1.28 make DESTDIR=$PWD/_pkg install 1.29 @@ -35,12 +37,5 @@ 1.30 cp -a $_pkg/usr/share/homebank/images $fs/usr/share/homebank 1.31 #copying homebank icon. 1.32 cp -a "$_pkg/usr/share/icons/hicolor/48x48/apps/homebank.png" $fs/usr/share/pixmaps 1.33 - # Resize and export all SVG images to PNG. 1.34 - cd $fs/usr/share/homebank/images 1.35 - for img in *.svg 1.36 - do 1.37 - inkscape --export-width=32 --export-height=32 \ 1.38 - --export-png=${img%.svg}.png $img 1.39 - done 1.40 - rm *.svg 1.41 + 1.42 }