Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 185800

Summary: app-office/texmaker-1.6 version bump
Product: Gentoo Linux Reporter: Torsten Krah <tkrah>
Component: New packagesAssignee: TeX project <tex>
Status: RESOLVED FIXED    
Severity: enhancement CC: DuPol
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://www.xm1math.net/texmaker/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild for texmaker-1.60
Modified ebuild to install language files
Revised ebuild

Description Torsten Krah 2007-07-18 19:52:30 UTC
New Version.
Translations added, french, german and others - really nice to have feature.

Reproducible: Always
Comment 1 Dustin Polke 2007-07-19 16:22:25 UTC
Created attachment 125346 [details]
Ebuild for texmaker-1.60

I modified the current 1.50-r1 ebuild to reflect the new >=qt-4.3 dependency.
Build and runs on x86 though I have not tested thoroughly yet.

--- /usr/portage/app-office/texmaker/texmaker-1.50-r1.ebuild    2007-06-30 00:06:37.000000000 +0200
+++ texmaker-1.60.ebuild        2007-07-19 17:42:26.000000000 +0200
@@ -25,7 +25,7 @@
 
 SLOT="0"
 
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
 
 IUSE=""
 
@@ -34,7 +34,7 @@
                        virtual/x11
                )
                app-text/aspell
-               >=x11-libs/qt-4.2.2"
+               >=x11-libs/qt-4.3"
 
 RDEPEND="${DEPEND}
        virtual/tetex
Comment 2 Torsten Krah 2007-07-19 17:48:26 UTC
Me build it fine with qt-4.2.x - why 4.3 is needed?
Anyway - the ebuild have to be changed to copy the *.qm files to the share folder, these are the translations.
Comment 3 Dustin Polke 2007-07-19 19:10:33 UTC
From their webpage:

----- snip -----

Source tarball : texmaker-1.6.tar.bz2
Compilation :
The Qt toolkit (version >= 4.3.0) is required to compile Texmaker.

----- snap -----
Comment 4 Dustin Polke 2007-07-19 19:21:14 UTC
Created attachment 125360 [details]
Modified ebuild to install language files
Comment 5 Dustin Polke 2007-07-19 21:40:26 UTC
Created attachment 125390 [details]
Revised ebuild

Guess I was too hasty with the ebuild.
Comment 6 Torsten Krah 2007-07-20 07:28:07 UTC
It does fine with 4.2.x - however, may be a question for the developer upstream.
Comment 7 Alexis Ballier gentoo-dev 2007-11-11 19:35:49 UTC
bumped thanks.
I simplified a bit the ebuild