Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 164562 Details for
Bug 236695
Scribus-9999 svn ebuild (currently scribus-1.3.5) makes scribus-1.3.4 is obsolete.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
scribus-9999.ebuild
scribus-9999.ebuild (text/plain), 1.94 KB, created by
Ingo Bormuth
on 2008-09-04 13:48:12 UTC
(
hide
)
Description:
scribus-9999.ebuild
Filename:
MIME Type:
Creator:
Ingo Bormuth
Created:
2008-09-04 13:48:12 UTC
Size:
1.94 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > > ># NOTE: ># ># To emerge this pre release snapshot you have to add the line ># ># >app-office/scribus-9999 ** ># ># to the file /etc/portage/packages.keywords > > >ESVN_REPO_URI="svn://scribus.info/Scribus/trunk/Scribus" > >EAPI=1 > >inherit qt3 eutils subversion > >DESCRIPTION="Desktop Publishing (DTP) and Layout program for Linux." >HOMEPAGE="http://www.scribus.net" >SLOT="svn" >LICENSE="GPL-2" >KEYWORDS="" >IUSE="doc" > >DEPEND=">=dev-util/cmake-2.4.3 > >=x11-libs/qt-4.4 > >=media-libs/freetype-2.1 > >=media-libs/lcms-1.09 > media-libs/tiff > >=media-libs/libart_lgpl-2.3.8 > >=dev-libs/libxml2-2.6.0 > >=x11-libs/cairo-1.4.0" > >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 >} > >src_compile() { > # Install into /opt/scribus to avoid slot collision: > cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/scribus-svn || die "cmake failed" > emake || die "make failed" > >} > >src_install() { > emake DESTDIR="${D}" install || die "install failed" > > dodoc AUTHORS ChangeLog README TODO > > if use doc ; then > emake -C devel-doc || die "make docs failed" > dohtml -r devel-doc/* > fi > > # Rename additional files to avoid slot collision: > > cp scribus/icons/scribusicon.png scribus-svn-icon.png && \ > doicon scribus-svn-icon.png || die "doicon failed" > > sed -e 's/Name=Scribus/Name=Scribus-SVN/' -i scribus.desktop && \ > sed -e 's/scribussvnicon/scribus-svn-icon/' -i scribus.desktop && \ > mv scribus.desktop scribus-svn.desktop && \ > domenu scribus-svn.desktop || die "domenu failed" >} > >pkg_postrm() { > ewarn "BIG FAT WARNING:" > ewarn > ewarn "This development version of scribus is intended for testing only." > ewarn > ewarn "The file format of scribus >=1.3.4 is _NOT_ backwards compatible" > ewarn "with the stable 1.3.3.x versions !!!" >}
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 236695
: 164562