Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185800 - app-office/texmaker-1.6 version bump
Summary: app-office/texmaker-1.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: TeX project
URL: http://www.xm1math.net/texmaker/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-18 19:52 UTC by Torsten Krah
Modified: 2007-11-11 19:35 UTC (History)
1 user (show)

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


Attachments
Ebuild for texmaker-1.60 (texmaker-1.60.ebuild,1.88 KB, text/plain)
2007-07-19 16:22 UTC, Dustin Polke
Details
Modified ebuild to install language files (texmaker-1.60.ebuild,1.93 KB, text/plain)
2007-07-19 19:21 UTC, Dustin Polke
Details
Revised ebuild (texmaker-1.60.ebuild,1.97 KB, text/plain)
2007-07-19 21:40 UTC, Dustin Polke
Details

Note You need to log in before you can comment on or make changes to this bug.
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