Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 229137 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]
Ebuild for awn-extras
avant-window-navigator-extras-0.4.0.ebuild (text/plain), 3.11 KB, created by
Amit Prakash Ambasta
on 2010-04-25 20:57:52 UTC
(
hide
)
Description:
Ebuild for awn-extras
Filename:
MIME Type:
Creator:
Amit Prakash Ambasta
Created:
2010-04-25 20:57:52 UTC
Size:
3.11 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="3" > >inherit eutils gnome2 python > >DESCRIPTION="Applets for Avant Window Navigator" >HOMEPAGE="https://launchpad.net/awn-extras" >SRC_URI="http://launchpad.net/awn-extras/0.4/${PV}/+download/awn-extras-${PV}.tar.gz" >LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD CCPL-Attribution-ShareAlike-3.0" > >SLOT="0" >KEYWORDS="~x86" >IUSE="gnome vala webkit xulrunner gstreamer" >S="${WORKDIR}/awn-extras-${PV}" > >COMMON_DEPEND=" > >=gnome-base/libgtop-2 > >=gnome-extra/avant-window-navigator-0.3.9 > x11-libs/libnotify > || ( > >=x11-libs/gtk-2.17.1 > x11-libs/libsexy > ) > >=x11-libs/libwnck-2.22 > x11-libs/libX11 > x11-libs/libXcomposite > x11-libs/libXrender > x11-libs/vte > gnome? ( > >=gnome-extra/avant-window-navigator-0.3.9[gconf] > gnome-base/gconf:2 > gnome-base/gnome-menus > ) > gstreamer? ( >=media-libs/gstreamer-0.10.15 ) > webkit? ( net-libs/webkit-gtk ) > xulrunner? ( net-libs/xulrunner:1.9 ) >" >DEPEND="${COMMON_DEPEND} > >=dev-util/intltool-0.35 > >=dev-util/pkgconfig-0.17 > vala? ( >=dev-lang/vala-0.7.7 ) >" >RDEPEND="${COMMON_DEPEND} > dev-libs/libgweather[python] > dev-python/feedparser > dev-python/notify-python > dev-python/python-dateutil > games-misc/fortune-mod > sys-apps/hal > x11-misc/xdg-utils > || ( > >=dev-lang/python-2.6 > dev-python/simplejson > ) > gnome? ( > dev-python/gconf-python > dev-python/gdata > dev-python/gnome-keyring-python > dev-python/gnome-media-python > dev-python/gnome-vfs-python > dev-python/librsvg-python > dev-python/libwnck-python > dev-python/vobject > gnome-base/gnome-applets > gnome-base/gnome-menus[python] > ) > gsteamer? ( dev-python/gst-python ) >" > >DOCS="AUTHORS README" > >pkg_setup() { > if use gstreamer; then > G2CONF="${G2CONF} --enable-sound=gstreamer" > else > G2CONF="${G2CONF} --enable-sound=no" > fi > > G2CONF="${G2CONF} > --disable-static > --disable-pymod-checks > $(use_enable gnome schemas-install) \ > $(use_with gnome gconf) > $(use_with gnome) > $(use_with xulrunner mozilla) > $(use_with webkit) > $(use_with vala) > " >} > >src_prepare() { > # Prevent scrollkeeper access violations > gnome2_omf_fix > # disable pyc compiling - from gnome-python-common.eclass > if [[ -f py-compile ]]; then > rm py-compile > ln -s $(type -P true) py-compile > fi >} > >src_install() { > gnome2_src_install > > if use gnome ; then > mv "${D}/etc/gconf/schemas/notification-daemon.schemas" "${D}/etc/gconf/schemas/awn-notification-daemon.schemas" > mv "${D}/etc/gconf/schemas/awnsystemmonitor.schemas" "${D}/etc/gconf/schemas/awn-system-monitor.schemas" > mv "${D}/etc/gconf/schemas/filebrowser.schemas" "${D}/etc/gconf/schemas/awn-filebrowser.schemas" > mv "${D}/etc/gconf/schemas/switcher.schemas" "${D}/etc/gconf/schemas/awn-switcher.schemas" > mv "${D}/etc/gconf/schemas/trash.schemas" "${D}/etc/gconf/schemas/awn-trash.schemas" > mv "${D}/etc/gconf/schemas/shinyswitcher.schemas" "${D}/etc/gconf/schemas/awn-shinyswitcher.schemas" > mv "${D}/etc/gconf/schemas/places.schemas" "${D}/etc/gconf/schemas/awn-places.schemas" > fi >} > >pkg_postinst() { > gnome2_pkg_postinst > python_mod_optimize awn >} > >pkg_postrm() { > gnome2_pkg_postrm > python_mod_cleanup awn/extras >}
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