# HG changeset patch # User Antoine Bodin # Date 1279645168 -7200 # Node ID 539e5f4f40a53cab4fd5986add31eb17c24d4669 # Parent 19c3786ca47d7fee59b4d450704bd11b68269f22 Up: printoxx 2.7 diff -r 19c3786ca47d -r 539e5f4f40a5 printoxx/receipt --- a/printoxx/receipt Tue Jul 20 18:58:46 2010 +0200 +++ b/printoxx/receipt Tue Jul 20 18:59:28 2010 +0200 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="printoxx" -VERSION="2.0" +VERSION="2.7" CATEGORY="graphics" SHORT_DESC="fotoxx plugin for printing one or more image files with a user-defined page layout" MAINTAINER="jozee@slitaz.org" -DEPENDS="gtk+ gcc-lib-base" +DEPENDS="gtk+ " BUILD_DEPENDS="gtk+-dev" +SUGGESTED="fotoxx" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://kornelix.squarespace.com/printoxx" WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL" @@ -28,6 +29,6 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE #non-standard local path - cp -a $_pkg/usr/share/$PACKAGE/locales/fr $fs/usr/share/$PACKAGE/locales/ + cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/ cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications -} +} \ No newline at end of file