wok diff geeqie/receipt @ rev 16939

Up geeqie (1.2)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Jul 23 13:55:35 2014 +0200 (2014-07-23)
parents f4c22f009037
children b8ae7db2d287
line diff
     1.1 --- a/geeqie/receipt	Sat Sep 07 18:25:02 2013 +0000
     1.2 +++ b/geeqie/receipt	Wed Jul 23 13:55:35 2014 +0200
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="geeqie"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.2"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Application designed to test GTK+ performance."
    1.11 +SHORT_DESC="Application designed to test GTK+ performance. based on gqview"
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://geeqie.sourceforge.net/"
    1.16 -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
    1.17 +WGET_URL="https://gitorious.org/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
    1.18  
    1.19 -DEPENDS="gtk+"
    1.20 -BUILD_DEPENDS="gettext intltool gtk+-dev"
    1.21 +DEPENDS="gtk+ lcms"
    1.22 +BUILD_DEPENDS="gettext intltool gtk+-dev lcms-dev wget automake"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	cd $src
    1.28 +	./autogen.sh
    1.29  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.30  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.31  	make &&