Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=db84a769d21d0d61932bf29cc2a1b42492bb725e
commit db84a769d21d0d61932bf29cc2a1b42492bb725e Author: Anthony Jorion <[email protected]> Date: Tue Apr 1 16:56:50 2014 +0200 mtpaint-3.40-1-i686 - 3.31 -> 3.40 + Add asneeded option + Remove build() part diff --git a/source/xapps-extra/mtpaint/FrugalBuild b/source/xapps-extra/mtpaint/FrugalBuild index 084129a..39579c1 100644 --- a/source/xapps-extra/mtpaint/FrugalBuild +++ b/source/xapps-extra/mtpaint/FrugalBuild @@ -2,9 +2,11 @@ # Maintainer: Priyank Gosalia <[email protected]> # Contributor: devil505 <[email protected]> +options+=('asneeded') + pkgname=mtpaint -pkgver=3.31 -pkgrel=4 +pkgver=3.40 +pkgrel=1 pkgdesc="mtPaint is a simple GTK2 painting program designed for creating icons and pixel based artwork." _F_sourceforge_ext=".tar.bz2" Finclude sourceforge @@ -13,16 +15,7 @@ depends=('libgif>=4.1.6' 'freetype2' 'gtk+2>=2.20.0-2' 'glibc' 'libxau>=1.0.4' ' groups=('xapps-extra') options=('scriptlet') archs=('i686' 'x86_64') -sha1sums=('19396c905a227ab66b804dafd6fe76ecda519282' \ +sha1sums=('841dece970157c25226c9de0388b46b5250dc140' \ '227db38c36728cc8662eab030d85470132936704') -build() -{ - Fpatchall - Fmake cflags intl man --mandir=/usr/share/man/man1 - make MT_PREFIX=$Fdestdir/usr MT_LANG_DEST=$Fdestdir/usr/share/locale \ - MT_MAN_DEST=$Fdestdir/usr/share/man/man1 BIN_INSTALL=$Fdestdir/usr/bin install || Fdie -} - - # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
