wok diff viewnior/receipt @ rev 7475

Up: libdaq to 0.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 01 23:53:10 2010 +0000 (2010-12-01)
parents fdb181b1148e
children 913d99141bbf
line diff
     1.1 --- a/viewnior/receipt	Mon Jul 12 16:51:03 2010 +0200
     1.2 +++ b/viewnior/receipt	Wed Dec 01 23:53:10 2010 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="viewnior"
     1.7 -VERSION="0.7"
     1.8 +VERSION="1.0"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Light and simple image viewer."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="gtk+"
    1.13 -BUILD_DEPENDS="gtk+-dev shared-mime-info-dev"
    1.14 +BUILD_DEPENDS="gtk+-dev shared-mime-info-dev intltool"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://xsisqox.github.com/Viewnior/"
    1.17  WGET_URL="http://cloud.github.com/downloads/xsisqox/Viewnior/$TARBALL"
    1.18 @@ -28,6 +28,6 @@
    1.19  	mkdir -p $fs/usr/share/pixmaps
    1.20  	cp -a $_pkg/usr/bin $fs/usr
    1.21  	cp -a $_pkg/usr/share/viewnior $fs/usr/share
    1.22 -	cp $_pkg/cp -a $_pkg/usr/share/icons/hicolor/24x24/apps/* \
    1.23 +	cp -a $_pkg/usr/share/icons/hicolor/24x24/apps/* \
    1.24  		$fs/usr/share/pixmaps
    1.25  }