Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7c371e788c8b67f6ec9f99321147eb5d2a2a5f3f
commit 7c371e788c8b67f6ec9f99321147eb5d2a2a5f3f
Author: crazy <[EMAIL PROTECTED]>
Date: Tue Jun 10 11:29:46 2008 +0200
mtpaint-3.21-1-x86_64
* Version bump
* added x86_64 to archs
* fixed depends , cflag , man , intl ( we may want the po files installed he ? )
* remove all custom stuff nothing from there was needed at all
* well kind rewrote the whole FB , sometimes I really have to wonder..
diff --git a/source/xapps-extra/mtpaint/FrugalBuild
b/source/xapps-extra/mtpaint/FrugalBuild
index 3e49115..1316fef 100644
--- a/source/xapps-extra/mtpaint/FrugalBuild
+++ b/source/xapps-extra/mtpaint/FrugalBuild
@@ -3,32 +3,24 @@
# Contributor: devil505 <[EMAIL PROTECTED]>
pkgname=mtpaint
-pkgver=3.20
+pkgver=3.21
pkgrel=1
pkgdesc="mtPaint is a simple GTK2 painting program designed for creating icons
and pixel based artwork."
_F_sourceforge_ext=".tar.bz2"
-_F_sourceforge_dirname="$pkgname"
+_F_sourceforge_broken_up2date=1
Finclude sourceforge
-depends=('gtk+2' 'libungif' 'libpng')
+depends=('libungif' 'freetype2' 'gtk+2' 'glibc' 'libxau' 'libxdmcp' 'libice'
'libxdamage' 'libxext' 'libxml2' 'libpng')
groups=('xapps-extra')
-archs=('i686')
-_F_desktop_desc="A simple GTK+2 painting program"
-_F_desktop_icon="mtpaint.xpm"
-_F_desktop_categories="Graphics;GTK;"
-Fconfopts="[EMAIL PROTECTED] --cpu=`uname -m`"
-sha1sums=('74f0e5f1e9b42a5bfec4dd7579acebf010f558bd')
+options=('scriptlet')
+archs=('i686' 'x86_64')
+sha1sums=('b10b8f857275c0c24780991a78aaf2278163e145')
build()
{
- Fconf
- Fmake
- Fexerel src/$pkgname /usr/bin/$pkgname
- Fmkdir /usr/share/pixmaps
- Ficonrel src/icons1/icon.xpm
- Fmv /usr/share/pixmaps/icon.xpm /usr/share/pixmaps/$pkgname.xpm
- cd doc
- cp _mtpaint.1 mtpaint.1
- Fmanrel mtpaint.1
- Fdesktop2
+ 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