wok rev 20593
fwbuilder: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 23:50:50 2018 +0100 (2018-12-15) |
parents | 847f75e57be1 |
children | 70e1dc58412b |
files | fwbuilder/receipt |
line diff
1.1 --- a/fwbuilder/receipt Sat Dec 15 22:52:08 2018 +0100 1.2 +++ b/fwbuilder/receipt Sat Dec 15 23:50:50 2018 +0100 1.3 @@ -11,12 +11,11 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 1.6 DEPENDS="libxml2 libxslt zlib libQtGui libQtNetwork libQtCore" 1.7 -BUILD_DEPENDS="qmake libxslt-dev Qt4-dev autoconf automake libtool" 1.8 +BUILD_DEPENDS="qmake libxslt-dev Qt4-dev autoconf automake libtool file" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 sed -i 's/Categories=.*/Categories=GNOME;Application;System;/' src/res/fwbuilder.desktop 1.15 ./autogen.sh 1.16 ./configure --prefix=/usr --infodir=/usr/share/info \