Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132543 - texmaker-1.30.ebuild needs qt-4.1
Summary: texmaker-1.30.ebuild needs qt-4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low minor (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-07 03:14 UTC by Matthias Blankertz
Modified: 2006-05-07 03:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Blankertz 2006-05-07 03:14:58 UTC
The texmaker.1.30.ebuild for Texmaker 1.30 says texmaker depends on QT >= 4.0 "$(qt_min_version 4)" but it should be "$(qt_min_version 4.1)" (see http://www.xm1math.net/texmaker/download.html: "The Qt toolkit (version >= 4.1.0) is required to compile Texmaker.")

Fix:
--- texmaker-1.30.ebuild.orig   2006-05-07 12:07:03.000000000 +0200
+++ texmaker-1.30.ebuild        2006-05-07 12:07:14.000000000 +0200
@@ -39,7 +39,7 @@
        app-text/psutils
        virtual/ghostscript
        media-libs/netpbm
-       $(qt_min_version 4)"
+       $(qt_min_version 4.1)"
 
 src_compile() {
        cd ${S}
Comment 1 Martin Ehmsen (RETIRED) gentoo-dev 2006-05-07 03:51:46 UTC
Fixed in CVS.
Not that it matter much since only qt-4.1.x versions are in the tree :-)
Thanks for reporting!