reenable qt-debug

This commit is contained in:
amnon 2010-06-29 08:38:43 +00:00
parent 0a6a9fab56
commit dc3a4e32ac
2 changed files with 3 additions and 3 deletions

View File

@ -12,13 +12,12 @@ _origname=qt
pkgbase=('qt')
pkgname=('qt'
'qt-doc'
#disable debug-pkg creation
# 'qt-debug'
'qt-debug'
'qt-demos'
'qt-tools')
pkgver=4.6.3
pkgrel=1
pkgrel=2
_kdeqt=0
pkgdesc="A cross-platform application and UI framework"

View File

@ -9,6 +9,7 @@ post_install() {
echo " Some components are split into separate packages:"
echo " "
echo " qt : Base libraries and tools"
echo " qt-debug : Debugging Symbols"
echo " qt-doc : Documentation"
echo " qt-demos : Demos & Examples"
echo " qt-tools : Development Tools (Assistant, Designer, Linguist)"