Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 141454 Details for
Bug 206849
app-text/epdfview svn ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild using lastest svn version of epdfview
epdfview-9999.ebuild (text/plain), 1.04 KB, created by
Account removed
on 2008-01-21 11:01:43 UTC
(
hide
)
Description:
ebuild using lastest svn version of epdfview
Filename:
MIME Type:
Creator:
Account removed
Created:
2008-01-21 11:01:43 UTC
Size:
1.04 KB
patch
obsolete
>inherit eutils subversion > >DESCRIPTION="Lightweight PDF viewer using Poppler and GTK+ libraries." >HOMEPAGE="http://trac.emma-soft.com/epdfview/" >KEYWORDS="amd64 ppc ppc64 sparc x86" >IUSE="cups nls test" >SLOT="0" >LICENSE="GPL-2" > >ESVN_REPO_URI="svn://svn.emma-soft.com/${PN}/trunk" > >COMMON_DEPEND=">=app-text/poppler-bindings-0.5.0 > >=x11-libs/gtk+-2.6 > cups? ( >=net-print/cups-1.1 )" >DEPEND="${COMMON_DEPEND} > >=dev-util/pkgconfig-0.9 > nls? ( sys-devel/gettext ) > test? ( dev-util/cppunit )" >RDEPEND="${COMMON_DEPEND} > nls? ( virtual/libintl )" > >S="${WORKDIR}/${PN}-${PV}" > >pkg_setup() { > if ! built_with_use app-text/poppler-bindings gtk; then > eerror "Please re-emerge app-text/poppler-bindings with the gtk USE flag set." > die "poppler-bindings needs gtk flag set." > fi >} > >src_unpack() { > subversion_src_unpack >} > >src_compile() { > ./autogen.sh > econf \ > $(use_enable cups) \ > $(use_with nls) \ > || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS NEWS README THANKS >}
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 206849
: 141454