wok diff feh/receipt @ rev 6389
Fixed some depends problems when building gtk-vnc. Like added libtasn1 to libtasn1-dev. Some builds need the .so files and the headers.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 23 18:31:29 2010 +0000 (2010-09-23) |
parents | 3eacc9c96968 |
children | 7933717f23d2 |
line diff
1.1 --- a/feh/receipt Sun Mar 15 21:33:26 2009 +0000 1.2 +++ b/feh/receipt Thu Sep 23 18:31:29 2010 +0000 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="feh" 1.5 VERSION="1.3.4" 1.6 CATEGORY="graphics" 1.7 -SHORT_DESC="Lightweight and powerfull image viewer and composer" 1.8 +SHORT_DESC="Lightweight and powerful image viewer and composer" 1.9 MAINTAINER="mallory@sweetpeople.org" 1.10 DEPENDS="imlib2 giblib jpeg libpng zlib xorg-libX11 freetype xorg-libXau \ 1.11 xorg-libXdmcp xorg-libXext xorg-libXinerama" 1.12 @@ -11,6 +11,7 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://linuxbrit.co.uk/feh/" 1.15 WGET_URL="http://linuxbrit.co.uk/downloads/$TARBALL" 1.16 +TAGS="image photo viewer" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules()