[kde-freebsd] [SVN Commit] branches/qt-4.8/misc [BROKEN EMAIL]
null at kde.org
null at kde.org
Tue Jan 10 21:01:49 UTC 2012
SVN commit 7882 by avilla:
- Fix plist (debug build yet to check).
Here's the line to easily create the debug plist for qt4-qtdemo:
awk 'BEGIN { FS = "/" } $0 !~ /^%%DEBUG%%/ { print }
( $NF !~ /\./ || $NF ~ /\.so$/ ) && $NF != "README" && $NF != "NOTE" &&
$NF != "qmldir" && $NF != "Makefile" && $0 !~ /^@dirrm/
{ print "%%DEBUG%%" $0 ".debug" }' pkg-plist > plist.new
M +10 -0 qt4-l10n/pkg-plist
M +1358 -593 qt4-qtdemo/pkg-plist
More information about the kde-freebsd
mailing list