Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 306567 Details for
Bug 307187
app-misc/kupfer - an interface for quick and convenient access to applications and their documents
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kupfer-207.ebuild
kupfer-207.ebuild (text/plain), 1.69 KB, created by
ron widler
on 2012-03-24 22:39:05 UTC
(
hide
)
Description:
kupfer-207.ebuild
Filename:
MIME Type:
Creator:
ron widler
Created:
2012-03-24 22:39:05 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 >inherit waf-utils > >DESCRIPTION="kupfer, a convenient command and access tool" >HOMEPAGE="http://kaizer.se/wiki/kupfer/" > >MY_P="${PN}-v${PV}" > >SRC_URI="http://kaizer.se/publicfiles/${PN}/${MY_P}.tar.xz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="+keybinder doc +nautilus" > >COMMON_DEPEND=">=dev-lang/python-2.6 > dev-python/pygtk > dev-python/pyxdg > dev-python/dbus-python > dev-python/libwnck-python > dev-python/pygobject > dev-python/libgnome-python" > # dev-python/gnome-keyring-python doesn't work well with Kupfer > # dev-python/gnome-keyring-python >DEPEND="${COMMON_DEPEND} > dev-python/docutils > doc? ( app-text/gnome-doc-utils ) > dev-util/intltool" >RDEPEND="${COMMON_DEPEND} > keybinder? ( dev-libs/keybinder ) > nautilus? ( gnome-base/nautilus )" > >S=${WORKDIR}/${MY_P} > >src_prepare() { > # don't try to fix them with sed > # it will cause Kupfer doesn't bother importing gnomekeyring module > # dev-python/gnome-keyring-python doesn't work well with Kupfer > # sed -i "s/keyring/gnomekeyring/" wscript || die > # sed -i "s/import keyring/import gnomekeyring as keyring/" \ > # kupfer/plugin_support.py || \ > # die "Error: src_prepare failed!" > > # not needed in v206 > #sed -i "s/rule = 'rst2man /rule = 'rst2man.py /" wscript || \ > # die "Error: src_prepare failed!" > true >} > >src_configure() { > local myopts="" > use nautilus || myopts="--no-install-nautilus-extension" > waf-utils_src_configure --no-update-mime $myopts || \ > die "Error: configure failed!" >} > >src_install() { > waf-utils_src_install || die "Error: install failed!" > if ! use doc; then > rm -rf "${ED}"usr/share/gnome/help/kupfer > fi >}
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 307187
:
221545
|
221547
|
221549
|
257236
|
306567
|
366624
|
513386
|
513510