Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58460 Details for
Bug 78956
Include Evince in portage tree
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
evince-0.3.0.ebuild
evince-0.3.0.ebuild (text/plain), 1.30 KB, created by
TGL
on 2005-05-09 03:53:39 UTC
(
hide
)
Description:
evince-0.3.0.ebuild
Filename:
MIME Type:
Creator:
TGL
Created:
2005-05-09 03:53:39 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit gnome2 eutils > >DESCRIPTION="Simple document viewer for GNOME" >HOMEPAGE="http://www.gnome.org/projects/evince/" >LICENSE="GPL-2" > >IUSE="djvu dvi t1lib" >SLOT="0" >KEYWORDS="~x86 ~amd64" > >RDEPEND=">=x11-libs/gtk+-2.6.1 > >=gnome-base/libgnomeui-2.4 > >=gnome-base/gnome-vfs-2.0 > >=gnome-base/libgnomeprint-2.2 > >=gnome-base/libgnomeprintui-2.2 > >=gnome-base/libglade-2.0 > >=gnome-base/gconf-2.0 > virtual/ghostscript > >=app-text/poppler-0.3.0 > djvu? ( app-text/djvu ) > dvi? ( t1lib? ( >=media-libs/t1lib-5.0.0 ) ) > dev-libs/popt" > >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.12.0 > >=dev-util/intltool-0.30" > >PROVIDE="virtual/pdfviewer > virtual/psviewer" > >G2CONF="${G2CONF} \ > $(use_enable djvu) \ > $(use_enable dvi) \ > $(use_enable t1lib) \ > --disable-deprecated" > >USE_DESTDIR="yes" > >src_unpack(){ > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${P}-fix_AC_ARG_ENABLE.patch > epatch ${FILESDIR}/${P}-t1lib_is_t1.patch > autoconf || die "autoconf failed" > automake || die "automake failed" > #libtoolize --copy --force || die "libtoolize failed" > elibtoolize >} > >src_compile() { > econf ${G2CONF} || die "./configure failed" > emake || die "emake failed" >} > >DOCS="AUTHORS ChangeLog NEWS README"
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 78956
:
49210
|
49525
|
49526
|
51185
|
52508
|
53405
|
53409
|
55524
|
55525
|
56989
|
57172
|
57520
|
57543
|
57586
|
58397
|
58398
|
58399
|
58403
|
58460
|
58461
|
58464
|
59539
|
59547