diff options
author | 2008-05-15 12:50:54 +0000 | |
---|---|---|
committer | 2008-05-15 12:50:54 +0000 | |
commit | 75423352dac6d1243b910e8ccdda736bf4020ea6 (patch) | |
tree | ccd8c293ad26bc64ccd061b1bb178b365b9d4168 /x11-libs/qt-svg | |
parent | Re-add gcc 4.3.0 patch. (diff) | |
download | historical-75423352dac6d1243b910e8ccdda736bf4020ea6.tar.gz historical-75423352dac6d1243b910e8ccdda736bf4020ea6.tar.bz2 historical-75423352dac6d1243b910e8ccdda736bf4020ea6.zip |
Version bump to Qt-4.4.0.
Package-Manager: portage-2.1.5
Diffstat (limited to 'x11-libs/qt-svg')
-rw-r--r-- | x11-libs/qt-svg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.4.0.ebuild | 36 |
2 files changed, 42 insertions, 1 deletions
diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog index 33394cd36767..81d77080835d 100644 --- a/x11-libs/qt-svg/ChangeLog +++ b/x11-libs/qt-svg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/qt-svg # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.4 2008/04/10 13:43:42 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.5 2008/05/15 12:49:07 ingmar Exp $ + +*qt-svg-4.4.0 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +qt-svg-4.4.0.ebuild: + Version bump to Qt-4.4.0. 10 Apr 2008; Ingmar Vanhassel <ingmar@gentoo.org> -qt-svg-4.4.0_beta1.ebuild, +qt-svg-4.4.0_rc1.ebuild: diff --git a/x11-libs/qt-svg/qt-svg-4.4.0.ebuild b/x11-libs/qt-svg/qt-svg-4.4.0.ebuild new file mode 100644 index 000000000000..1e00a753bf86 --- /dev/null +++ b/x11-libs/qt-svg/qt-svg-4.4.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.4.0.ebuild,v 1.1 2008/05/15 12:49:07 ingmar Exp $ + +inherit qt4-build + +DESCRIPTION="The SVG module for the Qt toolkit." +HOMEPAGE="http://www.trolltech.com/" + +LICENSE="|| ( QPL-1.0 GPL-3 GPL-2 )" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="~x11-libs/qt-gui-${PV}" +RDEPEND="${DEPEND}" + +QCONFIG_ADD="svg" +QCONFIG_DEFINE="QT_SVG" +QT4_TARGET_DIRECTORIES=" +src/svg +src/plugins/imageformats/svg +src/plugins/iconengines/svgiconengine" +QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}" + +src_compile() { + local myconf + myconf="${myconf} -svg -no-xkb -no-tablet -no-fontconfig -no-xrender -no-xrandr + -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl + -no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng + -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon + -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility + -no-fontconfig -no-glib -no-opengl" + + qt4-build_src_compile +} |