Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186993 Details for
Bug 201538
ebuild for media-gfx/fontmatrix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-gfx/fontmatrix-9999
fontmatrix-9999.ebuild (text/plain), 1.92 KB, created by
Matteo 'The Peach' Pescarin
on 2009-04-01 16:14:01 UTC
(
hide
)
Description:
media-gfx/fontmatrix-9999
Filename:
MIME Type:
Creator:
Matteo 'The Peach' Pescarin
Created:
2009-04-01 16:14:01 UTC
Size:
1.92 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit qt4 cmake-utils subversion > >ESVN_REPO_URI="http://svn.gna.org/svn/undertype/trunk/tools/typotek" > >DESCRIPTION="A font manager" >HOMEPAGE="http://www.fontmatrix.net/" >SRC_URI="" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="debug pdf m17 icu harfbuzz" > >LANGS="da de en fi fr hi nb nl no ru sr sv uk zh_CN zh_TW" >for X in ${LANGS}; do > IUSE="${IUSE} linguas_${X}" >done > >DEPEND="x11-libs/qt:4 > >=dev-util/cmake-2.6.0 > >=media-libs/freetype-2.3.5 > icu? ( >=dev-libs/icu-3.8 ) > m17? ( dev-libs/m17n-lib )" > >pkg_setup() { > if ! use harfbuzz; then > ewarn "- harfbuzz shaping support is internal and" > ewarn " generally used by Pango and Qt apps." > fi > if ! use icu; then > ewarn "- icu shaping support is known to be used by" > ewarn " Openoffice and Xetex." > fi > if ! use pdf; then > ewarn "- if you want to extract fonts from pdfs" > ewarn " get media-libs/podofo from bugzilla, see: " > ewarn " https://bugs.gentoo.org/show_bug.cgi?id=140557" > fi > if use m17; then > ewarn "- m17 shaping support is currently experimental" > ewarn " and reported as *NOT WORKING*!" > fi >} > >B="${WORKDIR}/${PN}_build" > >src_compile() { > local mycmakeargs=" > -DWANT_PYTHONQT=ON > $(cmake-utils_use_want harfbuzz HARFBUZZ) > $(cmake-utils_use_want m17 M17N) > $(cmake-utils_use_want icu ICU) > $(cmake-utils_use_want pdf PODOFO)" > cmake-utils_src_compile > cd ${B} > emake || die "emake failed" >} > >src_install() { > exeinto /usr/bin > doexe ${B}/src/${PN} > newicon ${PN}.png ${PN}.png > make_desktop_entry ${PN} "Fontmatrix" ${PN}.png "Graphics" >} > >pkg_postinst() { > einfo "If you encounter problems or just have questions or if you have" > einfo " suggestions, please take time to suscribe to the undertype-users" > einfo " mailing list ( https://mail.gna.org/listinfo/undertype-users )." > einfo " If you want to reach us quickly, come to #fontmatrix at Freenode." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 201538
:
137915
|
151047
|
186991
| 186993 |
360704
|
360706