# HG changeset patch # User Xander Ziiryanoff # Date 1406116535 -7200 # Node ID 2c57e6f53630a79a1465e36ddfa7dbb29089ff01 # Parent a37b86ced53b6e42eaff4191ee568cfefc285116 Up geeqie (1.2) diff -r a37b86ced53b -r 2c57e6f53630 geeqie/receipt --- a/geeqie/receipt Tue Jul 22 12:20:25 2014 +0200 +++ b/geeqie/receipt Wed Jul 23 13:55:35 2014 +0200 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="geeqie" -VERSION="1.0" +VERSION="1.2" CATEGORY="utilities" -SHORT_DESC="Application designed to test GTK+ performance." +SHORT_DESC="Application designed to test GTK+ performance. based on gqview" MAINTAINER="devl547@gmail.com" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://geeqie.sourceforge.net/" -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" +WGET_URL="https://gitorious.org/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz" -DEPENDS="gtk+" -BUILD_DEPENDS="gettext intltool gtk+-dev" +DEPENDS="gtk+ lcms" +BUILD_DEPENDS="gettext intltool gtk+-dev lcms-dev wget automake" # Rules to configure and make the package. compile_rules() { cd $src + ./autogen.sh ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make &&