wok diff freetype1/receipt @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
parents 22feedab4b8f
children 28148b876a49
line diff
     1.1 --- a/freetype1/receipt	Thu May 21 10:00:14 2009 +0000
     1.2 +++ b/freetype1/receipt	Thu Dec 02 02:25:29 2010 +0000
     1.3 @@ -6,9 +6,11 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Freetype1 font engine."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +DEPENDS="glibc-base"
     1.8 +BUILD_DEPENDS="slitaz-toolchain"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.freetype.org/"
    1.11 -WGET_URL="http://superb-east.dl.sourceforge.net/sourceforge/freetype/$TARBALL"
    1.12 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16 @@ -22,6 +24,7 @@
    1.17  		--mandir=$PWD/_pkg/usr/share/man \
    1.18  		--includedir=$PWD/_pkg/usr/include \
    1.19  		--libdir=$PWD/_pkg/usr/lib \
    1.20 +		--with-x --enable-gif \
    1.21  		$CONFIGURE_ARGS &&
    1.22  	make ttlib ttpo || return 1
    1.23