# HG changeset patch # User Christophe Lincoln # Date 1199016838 -3600 # Node ID efc4bde14c2d957d748d39b723f64f0f8e0c6787 # Parent 18fdde91c52143c3aef44e3bdebfa6db2ab837d9 UP : mtpaint 3.20 with icons-tango diff -r 18fdde91c521 -r efc4bde14c2d mtpaint/receipt --- a/mtpaint/receipt Fri Dec 28 13:26:21 2007 +0100 +++ b/mtpaint/receipt Sun Dec 30 13:13:58 2007 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mtpaint" -VERSION="3.11" +VERSION="3.20" CATEGORY="extra" SHORT_DESC="Light paint programm and image manipulation." MAINTAINER="pankso@slitaz.org" @@ -20,7 +20,6 @@ cd $src ./configure --cpu=i486 --prefix=/usr intl icons-tango make - strip src/mtpaint } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -31,4 +30,5 @@ cp -a $src/src/mtpaint $fs/usr/bin cp -a $src/po/fr.mo $fs/usr/share/locale/fr/LC_MESSAGES/mtpaint.mo cp -a $src/src/icons1/icon.xpm $fs/usr/share/pixmaps/mtpaint.xpm + strip -s $fs/usr/bin/* }