[Slackbuilds-users] suggestion for last.fm.SlackBuild
Iskar enev
iskar.enev at gmail.com
Sat Jan 5 12:32:58 UTC 2008
Hi,
I have some suggestions for the last.fm.Slackbuild:
1. The Slackware build flags can be added by expanding the qmake-qt4 command like this:
qmake-qt4 "QMAKE_CXXFLAGS+=$SLKCFLAGS" -config release LastFM.pro
2. Internationalization support can be added:
(add this right after the make command)
mkdir -p $TMP/$PRGNAM-$VERSION/bin/data/i18n
( cd i18n
lrelease-qt4 *.ts
cp *.qm ../bin/data/i18n
)
Regards:
Iskar Enev
More information about the Slackbuilds-users
mailing list