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
|
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
(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"
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 ;)
thanks alot for your suggestions - i will keep 'em in mind for future ebuilds.
:))