# HG changeset patch # User Rohit Joshi # Date 1241689392 0 # Node ID ec31ce5febc92cba003d129e0afada7268e36e53 # Parent 4604e66f59fa38e38c14bab19fa1d16f216f2480 Add: printoxx (print plugin for fotoxx) diff -r 4604e66f59fa -r ec31ce5febc9 printoxx/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/printoxx/receipt Thu May 07 09:43:12 2009 +0000 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="printoxx" +VERSION="2.0" +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+ " +BUILD_DEPENDS="gtk+-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://kornelix.squarespace.com/printoxx" +WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL" +TAGS="print images jpeg jpg bmp png gif" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + export PREFIX=/usr make + make DESTDIR=$PWD/_pkg install + +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales $fs/usr/share/applications + 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 stuff/$PACKAGE.desktop $fs/usr/share/applications +} diff -r 4604e66f59fa -r ec31ce5febc9 printoxx/stuff/printoxx.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/printoxx/stuff/printoxx.desktop Thu May 07 09:43:12 2009 +0000 @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=printoxx +Comment=Fotoxx Image adjustment for printing +Exec=printoxx %f +Terminal=false +Type=Application +Icon=/usr/share/icons/Tango/16x16/devices/printer.png +Categories=GTK;Graphics;2DGraphics;Viewer; +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png; +