Bug 68439 - texmaker-1.11.ebuild (New Package)
Bug#: 68439 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: text-markup@gentoo.org Reported By: incubation.11@freenet.de
Component: Ebuilds
URL:  http://www.xm1math.net/texmaker/
Summary: texmaker-1.11.ebuild (New Package)
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2004-10-21 12:52 0000
Description:   Opened: 2004-10-21 12:52 0000
Hi,

texmaker is a nice IDE that makes editing LateX-source easy
(processing the source and viewing the output takes just a single
click) - texmaker also supports html-export.

I tested the ebuild on a couple of machines and didn't get into 
trouble.

I suggest dev-tex/texmaker as category.

Have a nice day,
Alex

------- Comment #1 From Alex Linke 2004-10-21 12:55:00 0000 -------
Created an attachment (id=42336) [details]
texmaker-1.11.ebuild

------- Comment #2 From Alex Linke 2004-10-23 01:03:02 0000 -------
(From update of attachment 42336 [details])
sorry, I just realised that I made a mistake in the ebuild:

In order to use texmakers 'Help'-menu the following line has
to be added at the end of src_install():

dosym /usr/share/doc/${PF}/html /usr/share/${PN} || die "dosym failed"

------- Comment #3 From Alex Linke 2004-10-23 01:05:48 0000 -------
Created an attachment (id=42449) [details]
texmaker-1.11.ebuild

------- Comment #4 From Mamoru KOMACHI (RETIRED) 2004-11-06 23:33:03 0000 -------
Thanks for your wonderful work. I added it as 
app-office/texmaker (where texmacs and lynx reside).

If I should add several things, "inherit eutils" isn't necessary,
RDEPEND="" shouldn't be written (it will remove all runtime
dependency which texmaker needs), and pkg_postinst()
message should use ${PF} instead of ${P} (you correctly use
dosym in src_install() though). Also, DYLD_LIBRARY_PATH
is meant for Mac OS X, but I'll keep it as it could be keyworded
ppc-macos in the future.

Thanks again and I'm happy to include the package to Gentoo
Portage ;)

------- Comment #5 From Alex Linke 2004-11-07 00:58:41 0000 -------
thanks alot for your suggestions - i will keep 'em in mind for future ebuilds.
:))