wok-6.x diff emelfm2/receipt @ rev 3946
claws-mail: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 22 17:28:41 2009 +0200 (2009-08-22) |
parents | 32d8dad532d8 |
children | f8bafaf53e6a |
line diff
1.1 --- a/emelfm2/receipt Wed Apr 01 18:21:58 2009 +0000 1.2 +++ b/emelfm2/receipt Sat Aug 22 17:28:41 2009 +0200 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="emelfm2" 1.7 -VERSION="0.4.1" 1.8 +VERSION="0.6.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GTK powerfull file manager." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="gtk+ xorg-libXdamage" 1.13 BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://emelfm2.net/" 1.17 WGET_URL="http://emelfm2.net/rel/$TARBALL" 1.18 1.19 @@ -16,6 +16,9 @@ 1.20 { 1.21 cd $src 1.22 sed -i 's|xpdf|epdfview|g' src/e2_filetype.c 1.23 + sed -i 's|gview|gpicview|g' src/e2_filetype.c 1.24 + sed -i 's|totem|xine|g' src/e2_filetype.c 1.25 + sed -i 's|Totem|Xine|g' src/e2_filetype.c 1.26 make PREFIX=/usr && 1.27 make i18n PREFIX=/usr && 1.28 make install PREFIX=$PWD/_pkg/usr &&