wok rev 5870
Up: printoxx 2.7
author | Antoine Bodin <gokhlayeh@mailoo.org> |
---|---|
date | Tue Jul 20 18:59:28 2010 +0200 (2010-07-20) |
parents | 19c3786ca47d |
children | 035a319a4e53 |
files | printoxx/receipt |
line diff
1.1 --- a/printoxx/receipt Tue Jul 20 18:58:46 2010 +0200 1.2 +++ b/printoxx/receipt Tue Jul 20 18:59:28 2010 +0200 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="printoxx" 1.7 -VERSION="2.0" 1.8 +VERSION="2.7" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="fotoxx plugin for printing one or more image files with a user-defined page layout" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 -DEPENDS="gtk+ gcc-lib-base" 1.13 +DEPENDS="gtk+ " 1.14 BUILD_DEPENDS="gtk+-dev" 1.15 +SUGGESTED="fotoxx" 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WEB_SITE="http://kornelix.squarespace.com/printoxx" 1.18 WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL" 1.19 @@ -28,6 +29,6 @@ 1.20 cp -a $_pkg/usr/bin $fs/usr 1.21 cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE 1.22 #non-standard local path 1.23 - cp -a $_pkg/usr/share/$PACKAGE/locales/fr $fs/usr/share/$PACKAGE/locales/ 1.24 + cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/ 1.25 cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications 1.26 -} 1.27 +} 1.28 \ No newline at end of file