Summary: | app-office/texmaker-1.6 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Torsten Krah <tkrah> |
Component: | New packages | Assignee: | 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
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
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. 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 ----- Created attachment 125360 [details]
Modified ebuild to install language files
Created attachment 125390 [details]
Revised ebuild
Guess I was too hasty with the ebuild.
It does fine with 4.2.x - however, may be a question for the developer upstream. bumped thanks. I simplified a bit the ebuild |