Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=5f4f9543b4e0e97e16e3ee6025b821b1062c0018
commit 5f4f9543b4e0e97e16e3ee6025b821b1062c0018 Author: Slown <[email protected]> Date: Sun Aug 26 20:01:21 2012 +0100 knotter-0.5.6-1-i686 * version bump diff --git a/source/xapps-extra/knotter/FrugalBuild b/source/xapps-extra/knotter/FrugalBuild index 5ddf13a..96c22bd 100644 --- a/source/xapps-extra/knotter/FrugalBuild +++ b/source/xapps-extra/knotter/FrugalBuild @@ -1,15 +1,15 @@ -# Compiling Time: 0.05 SBU +# Compiling Time: 0.25 SBU # Maintainer: Slown <[email protected]> pkgname=knotter -pkgver=0.5.0 +pkgver=0.5.6 pkgrel=1 pkgdesc="An enditor for celtic knots with SVG export capabilities" depends=('libqtwebkit') groups=('xapps-extra') archs=('i686' 'x86_64') Finclude sourceforge -sha1sums=('92e6a5de5858916876504527fe41a0a085b395c0') +sha1sums=('97ecaafb822c1e6aa9b8d9a063bb3a2db9d32b9c') _F_desktop_name="Knotter" _F_desktop_icon="/usr/share/pixmaps/knotter.png" @@ -17,10 +17,9 @@ _F_desktop_categories="Graphics;" build() { Fcd - qmake Knotter.pro || Fdie - make clean || Fdie - Fmake - make INSTALL_ROOT="$Fdestdir" install_target || Fdie + qmake || Fdie + make || Fdie + make INSTALL_ROOT="$Fdestdir/usr" install_target || Fdie mv img/icon.png img/$pkgname.png Ficonrel img/$pkgname.png Fdesktop2 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
