qt: update to 4.6.3.

This commit is contained in:
Juan RP 2010-06-08 17:56:26 +02:00
parent ba5db14085
commit 717e89e74c
2 changed files with 2 additions and 5 deletions

View file

@ -6,8 +6,6 @@ long_desc="${long_desc}
This package contains the header development files and development This package contains the header development files and development
programs used for runing Qt applications." programs used for runing Qt applications."
revision=2
Add_dependency run openssl-devel Add_dependency run openssl-devel
Add_dependency run dbus-devel Add_dependency run dbus-devel
Add_dependency run fontconfig-devel Add_dependency run fontconfig-devel

View file

@ -1,7 +1,6 @@
# Template file for 'qt' # Template file for 'qt'
pkgname=qt pkgname=qt
version=4.6.2 version=4.6.3
revision=3
_distname=qt-everywhere-opensource-src _distname=qt-everywhere-opensource-src
wrksrc=${_distname}-${version} wrksrc=${_distname}-${version}
distfiles="ftp://ftp.qt.nokia.com/qt/source/${_distname}-$version.tar.gz" distfiles="ftp://ftp.qt.nokia.com/qt/source/${_distname}-$version.tar.gz"
@ -20,7 +19,7 @@ configure_args="-confirm-license -opensource
make_install_target="INSTALL_ROOT=$XBPS_DESTDIR/$pkgname-$version install" make_install_target="INSTALL_ROOT=$XBPS_DESTDIR/$pkgname-$version install"
short_desc="A cross-platform application and UI framework" short_desc="A cross-platform application and UI framework"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=176f51ddb06dce67ab4b2efc6b327dc21ed8f764c5d97acc15ff1f907c2affae checksum=f4e0ada8d4d516bbb8600a3ee7d9046c9c79e38cd781df9ffc46d8f16acd1768
long_desc=" long_desc="
Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
maintaining GUI (graphical user interface) applications." maintaining GUI (graphical user interface) applications."