Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145005 Details for
Bug 211978
app-office/scribus-9999 svn ebuild with new qt4 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-office/scribus-9999.ebuild
scribus-9999.ebuild (text/plain), 1.96 KB, created by
Matteo 'The Peach' Pescarin
on 2008-03-01 14:43:50 UTC
(
hide
)
Description:
app-office/scribus-9999.ebuild
Filename:
MIME Type:
Creator:
Matteo 'The Peach' Pescarin
Created:
2008-03-01 14:43:50 UTC
Size:
1.96 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit qt4 eutils subversion cmake-utils > >DESCRIPTION="Desktop Publishing (DTP) and Layout program for Linux." >HOMEPAGE="http://www.scribus.net/" > >ESVN_REPO_URI="svn://scribus.info/Scribus/trunk/Scribus" >#ESVN_BOOTSTRAP="cmake ." > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" >IUSE="cairo debug tk pdf" > ># if you want PDF you should emerge PoDoFo... unfortunately there's no ebuild ># for it >DEPEND="$(qt4_min_version 4.0.0) > >=media-libs/freetype-2.3 > >=media-libs/lcms-1.12 > media-libs/jpeg > media-libs/tiff > net-print/cups > >=media-libs/libart_lgpl-2.3.17 > >=sys-devel/gcc-3.3 > >=dev-libs/libxml2-2.6.0 > >=x11-libs/cairo-1.4.0 > >=dev-util/cmake-2.4.3" > >RDEPEND="${DEPEND} > virtual/ghostscript" > >pkg_setup() { > if ! built_with_use 'x11-libs/cairo' 'X' 'svg'; then > eerror "You must build cairo with X and svg support" > die "x11-libs/cairo built without X and/or svg" > fi > if use tk && ( ! built_with_use dev-lang/python tk ); then > eerror "Please emerge python with useflag 'tk' enabled." > die "Fix USE flags and re-emerge" > elif ! use tk; then > ewarn "If you want to use the font sampler script in scribus," > ewarn "then emerge dev-lang/python and this package with" > ewarn "the 'tk' use flag" > fi > if ! use pdf; then > ewarn "if you want to use pdf support in scribus," > ewarn "get media-libs/podofo-0.5.0 from bugzilla" > ewarn "https://bugs.gentoo.org/show_bug.cgi?id=140557" > fi >} > >src_compile() { > local mycmakeargs=" > $(cmake-utils_use_want cairo CAIRO) > $(cmake-utils_use_want debug DEBUG)" > cmake-utils_src_compile >} > >src_install() { > cmake-utils_src_install > > dodoc AUTHORS ChangeLog README TODO > > domenu scribus.desktop > doicon scribus/icons/scribusicon.png >} >pkg_postinst() { > elog "Building with 'debug' useflag is highly encouraged" > elog "and requiered for bug reports." > elog "Also see http://bugs.scribus.net/my_view_page.php" >} >
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 211978
: 145005