Version bump of the package, qt4-linguist it's now needed at compilation time, while there's no need anymore the sed trick to avoid a conflict with package libquicktime. I've also added octave to depends array.
Melko
From e7907b2efd1f015900e35e9af1263eff3e36fb33 Mon Sep 17 00:00:00 2001 From: Melko <[email protected]> Date: Mon, 10 Jan 2011 17:12:53 +0100 Subject: [PATCH] qtoctave-0.10.1-1-i686 * version bump --- source/xapps-extra/qtoctave/FrugalBuild | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/source/xapps-extra/qtoctave/FrugalBuild b/source/xapps-extra/qtoctave/FrugalBuild index cbc712b..b9eedc0 100644 --- a/source/xapps-extra/qtoctave/FrugalBuild +++ b/source/xapps-extra/qtoctave/FrugalBuild @@ -1,27 +1,23 @@ -# Compiling Time: 1.06 SBU +# Compiling Time: 1.28 SBU # Contributor: Melko <[email protected]> # Maintainer: none pkgname=qtoctave -pkgver=0.9.1 +pkgver=0.10.1 pkgrel=1 pkgdesc="Qt frontend for octave" url="http://qtoctave.wordpress.com" -depends=('libuuid' 'libqtscript' 'libqtuitools' 'libqtnetwork' 'libqtsql') +depends=('libuuid' 'libqtscript' 'libqtuitools' 'libqtnetwork' 'libqtsql' 'octave') +makedepends=('qt4-linguist') groups=(xapps-extra) archs=('i686' 'x86_64') _F_gnome_iconcache="y" -_F_cmake_in_source_build=1 Finclude cmake gnome-scriptlet up2date="Flasttar $url/download" -source=(${sour...@]} http://forja.rediris.es/frs/download.php/1760/$pkgname-$pkgver.tar.bz2) -sha1sums=('1d18058c7549a3f25cd648183db3d99ef755257e') +source=(${sour...@]} http://forja.rediris.es/frs/download.php/2054/$pkgname-$pkgver.tar.gz) +sha1sums=('3aa036a5d28a950a7877bfa2bd596c7df8139ec3') build(){ - # Avoid Conflicts - Fcd - sed -i -e '/qtinfo/d' CMakeLists.txt || Fdie - CMake_build Fbuild_gnome_scriptlet } -- 1.7.3.4
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
