Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 241465 Details for
Bug 317165
gnome-extra/avant-window-navigator{,-extras}-0.4.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated libdesktop-agnostic that specifies older (0.6.x) series dev-libs/gobject-introspection
libdesktop-agnostic-0.3.90.ebuild (text/plain), 1.74 KB, created by
maurerpe
on 2010-08-05 04:59:16 UTC
(
hide
)
Description:
Updated libdesktop-agnostic that specifies older (0.6.x) series dev-libs/gobject-introspection
Filename:
MIME Type:
Creator:
maurerpe
Created:
2010-08-05 04:59:16 UTC
Size:
1.74 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >NEEDS_PYTHON=2.4 >EAPI="3" > >inherit autotools eutils python gnome2 > >DESCRIPTION="A desktop-agnostic library for GLib-based projects" >HOMEPAGE="https://launchpad.net/libdesktop-agnostic" >SRC_URI="http://launchpad.net/libdesktop-agnostic/0.4/${PV}/+download/${P}.tar.gz" > >LICENSE="LGPL-2.1 GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="debug gconf glade gnome gnome-vfs xfce" > >SHARED_DEPEND=">=dev-libs/glib-2.16 > >=x11-libs/gtk+-2.12 > >=dev-libs/gir-repository-0.6.5 > >=dev-python/pygobject-2.12 > >=dev-python/pygtk-2.12 > gconf? ( >=gnome-base/gconf-2.0 ) > gnome? ( > gnome-base/gnome-desktop > ) > gnome-vfs? ( > gnome-base/gnome-vfs:2 > ) > glade? ( > dev-util/glade > ) > xfce? ( xfce-base/thunar )" > >DEPEND="${SHARED_DEPEND} > <dev-libs/gobject-introspection-0.7.0 > >=dev-lang/vala-0.7.7 > <=dev-lang/vala-0.8.0" >RDEPEND="${SHARED_DEPEND}" > >EBZR_PATCHES=( > "${FILESDIR}/${PN}-vala-fix.patch" >) > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${PN}-vala-fix.patch" >} > >src_configure() { > local cfg="keyfile" de="glib" vfs="gio" myconf="" > if use gconf; then > cfg="gconf,${cfg}" > fi > if use gnome; then > de="gnome,${de}" > fi > if use gnome-vfs; then > vfs="gnome-vfs,${vfs}" > fi > if use xfce; then > vfs="thunar-vfs,${vfs}" > fi > if use debug; then > myconf="${myconf} --enable-debug" > fi > if use glade; then > myconf="${myconf} --with-glade" > fi > ./waf configure --prefix=/usr --config-backends=${cfg} \ > --desktop-entry-backends=${de} --vfs-backends=${vfs} \ > ${myconf} || die "Could not configure ${PN}." >} > >src_compile() { > ./waf || die "Could not compile ${PN}." >} > >src_install() { > ./waf install --destdir="${D}" || die "Could not install ${PN}." >}
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 317165
:
229133
|
229135
|
229137
|
229139
|
230569
|
230571
|
230587
|
230615
|
230831
|
241465
|
275219
|
275419
|
275429
|
275431
|
287707
|
291129
|
291131
|
291823